<relationGrp>
<relationGrp> (관계군) 비공식적으로 산문체 또는 공식적으로 표현된 관계 연결을 통하여 사람, 장소, 그리고 조직 사이에 식별되는 관련성에 관한 정보를 제공한다. 15.2.2 The Participant Description | |
모듈 | namesdates — 13 Names, Dates, People, and Places |
전체 속성에 부가 | att.typed (@type, @subtype) |
에 의해 사용된 | |
포함할 수 있다 | |
선언 |
element relationGrp { att.global.attributes, att.typed.attributes, ( model.pLike+ | relation+ ) } |
예 |
<listPerson>
<person xml:id="p1"> <!-- data about person p1 --> </person> <!-- more person elements here --> </listPerson> <relationGrp type="personal"> <relation name="parent" active="#p1 #p2" passive="#p3 #p4"/> <relation name="spouse" mutual="#p1 #p2"/> </relationGrp> <relationGrp type="social"> <relation name="employer" active="#p1" passive="#p3 #p5 #p6 #p7"/> </relationGrp> The persons with identifiers p1 and p2 are the parents of p3 and p4; they are also married to each other; p1 is the employer of p3, p5, p6, and p7. |
예 |
<relationGrp>
<p>All speakers are members of the Ceruli family, born in Naples.</p> </relationGrp> |