<person>
<person> (person) 예를 들어 언어 상호작용의 참여자 또는 역사적 문헌에서 언급된 사람과 같이 식별가능한 개인에 관한 정보를 제공한다. [13.3.2 The Person Element 15.2.2 The Participant Description] | |||||||||||||||||||||||||
모듈 | namesdates — Names, Dates, People, and Places | ||||||||||||||||||||||||
속성 |
|
||||||||||||||||||||||||
클럽 회원 | |||||||||||||||||||||||||
에 의해 포함된 |
corpus: particDesc
namesdates: event listPerson org
|
||||||||||||||||||||||||
포함할 수 있다 |
figures: figure notatedMusic
msdescription: msDesc
namesdates: affiliation age birth death education event faith floruit gender langKnowledge listEvent nationality occupation persName persPronouns persona residence sex socecStatus state trait
transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin
|
||||||||||||||||||||||||
주석 |
May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn from the model.personPart class. |
||||||||||||||||||||||||
예 | |||||||||||||||||||||||||
예 | |||||||||||||||||||||||||
예 |
<person xml:id="Ovi01" sex="M" role="poet">
<persName xml:lang="en">Ovid</persName> <persName xml:lang="la">Publius Ovidius Naso</persName> <birth when="-0044-03-20"> 20 March 43 BC <placeName> <settlement type="city">Sulmona</settlement> <country key="IT">Italy</country> </placeName> </birth> <death notBefore="0017" notAfter="0018">17 or 18 AD <placeName> <settlement type="city">Tomis (Constanta)</settlement> <country key="RO">Romania</country> </placeName> </death> </person> |
||||||||||||||||||||||||
예 |
The following exemplifies an adaptation of the vCard standard to indicate an unknown gender for a fictional character. |
||||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||||
선언 |
<rng:element name="person"> element person { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.editLike.attributes, att.sortable.attributes, attribute role { list { teidata.enumerated+ } }?, attribute sex { list { teidata.sex+ } }?, attribute gender { list { teidata.gender+ } }?, attribute age { teidata.enumerated }?, ( model.pLike+ | ( model.personPart | model.global | ptr )* ) } |