<relation>
<relation> 指定された参加者グループ間の関連性の種類を示す. 15.2.2 The Participant Description | |||||||||||||||||||||||||||||||||||||||||
モジュール | namesdates — 13 Names, Dates, People, and Places | ||||||||||||||||||||||||||||||||||||||||
属性 | att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) att.editLike (@cert, @resp, @evidence, @source) att.naming (@nymRef)
| ||||||||||||||||||||||||||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||||||||||||||||||||||||||
下位 | core: desc | ||||||||||||||||||||||||||||||||||||||||
宣言 | <rng:element name="relation"> element relation { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.naming.attributes, attribute type { "social" | "personal" | "other" | xsd:Name }?, attribute name { data.enumerated }, ( attribute active { list { data.pointer+ } }? | attribute mutual { list { data.pointer+ } }? ), attribute passive { list { data.pointer+ } }?, desc? } | ||||||||||||||||||||||||||||||||||||||||
例 | <relation type="social" name="supervisor" active="#p1" passive="#p2 #p3 #p4"/> この例では,識別子"p1"を持つ人物が,識別子"p2, p3, p4"を持つ人物の監督者になっている. | ||||||||||||||||||||||||||||||||||||||||
例 | <relation type="personal" name="friends" mutual="#p2 #p3 #p4"/> この例では,識別子"p2, p3, p4"を持つ人物同士が友人であることを示している. | ||||||||||||||||||||||||||||||||||||||||
解説 | 属性activeか属性mutualのどちらかのみが付与さ れる.属性passiveは,属性activeが付与されて いる場合にのみ使用される.どのスキーマ言語でも,全ての構成要素が使 われるというものではない. |