<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 (@evidence, @source)  (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) )  (att.responsibility (@cert, @resp)) att.naming (@role, @nymRef)  (att.canonical (@key, @ref)) 
 | ||||||||||||||||||||||||||||||||||||||||
| 에 의해 사용된 | |||||||||||||||||||||||||||||||||||||||||
| 포함할 수 있다 | core: desc  | ||||||||||||||||||||||||||||||||||||||||
| 선언 | 
 element relation { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.responsibility.attributes, att.naming.attributes, att.canonical.attributes, attribute type { "social" | "personal" | "other" | xsd:Name }?, attribute name { data.enumerated }, ( attribute active { list { data.pointer, data.pointer* } }? | attribute mutual { list { data.pointer, data.pointer* } }? ), attribute passive { list { data.pointer, data.pointer* } }?, desc? } | ||||||||||||||||||||||||||||||||||||||||
| Schematron | <sch:report test="@active and @mutual">Only one of the attributes 'active' and 'mutual' may be supplied</sch:report> | ||||||||||||||||||||||||||||||||||||||||
| Schematron | <sch:report test="@passive and not(@active)">the attribute 'passive' may be supplied only if the attribute 'active' is supplied</sch:report> | ||||||||||||||||||||||||||||||||||||||||
| 예 | <relation type="social" name="supervisor" active="#p1" passive="#p2 #p3 #p4"/> This indicates that the person with identifier p1 is supervisor of persons p2, p3, and p4. | ||||||||||||||||||||||||||||||||||||||||
| 예 | <relation type="personal" name="friends" mutual="#p2 #p3 #p4"/>
                        
                      This indicates that p2, p3, and p4 are all friends. | ||||||||||||||||||||||||||||||||||||||||
