<state>
<state> 개인, 장소, 또는 조직에 관련한 현재 지위 또는 특성 기술을 포함한다. [13.3.1 Basic Principles 13.3.2.1 Personal Characteristics] | |
모듈 | namesdates — Names, Dates, People, and Places |
속성 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.source (@source)) att.typed (@type, @subtype) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) |
클럽 회원 | |
에 의해 포함된 | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure meeting mentioned name note num orig p pubPlace publisher q quote ref reg resp rs said sic soCalled speaker stage street term textLang time title unclear corpus: activity channel constitution derivation domain factuality interaction locale preparedness purpose dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron re sense stress subc syll tns usg xr header: authority catDesc change classCode correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage typeNote msdescription: accMat acquisition additions catchwords collation colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit layout material musicNotation objectType origDate origPlace origin provenance rubric secFol signatures source stamp summary support surrogates watermark namesdates: addName affiliation age birth bloc country death district education faith floruit forename genName geogFeat geogName langKnown nameLink nationality occupation offset org orgName persName person personGrp place placeName region residence roleName settlement sex socecStatus state surname textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
포함할 수 있다 | |
선언 |
element state { 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.datable.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.datable.custom.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.source.attributes, att.typed.attributes, att.naming.attributes, att.canonical.attributes, ( precision*, ( state+ | ( model.headLike*, model.pLike+, ( model.noteLike | model.biblLike )* ) | ( ( model.labelLike | model.noteLike | model.biblLike )* ) ) ) } |
예 | |
예 | <org> <orgName notAfter="1960">The Silver Beetles</orgName> <orgName notBefore="1960">The Beatles</orgName> <state type="membership" from="1960-08" to="1962-05"> <desc> <persName>John Lennon</persName> <persName>Paul McCartney</persName> <persName>George Harrison</persName> <persName>Stuart Sutcliffe</persName> <persName>Pete Best</persName> </desc> </state> <state type="membership" notBefore="1963"> <desc> <persName>John Lennon</persName> <persName>Paul McCartney</persName> <persName>George Harrison</persName> <persName>Ringo Starr</persName> </desc> </state> </org> |