<state>
<state> 人物,場所,組織などの,現在の社会的状態や地位を示す. | |
モジュール | namesdates — 13 Names, Dates, People, and Places |
属性 | att.datableatt.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, @precision) att.typed (@type, @subtype) att.naming (@key, @ref, @nymRef) |
当該モジュールを使用するもの | state model.persStateLike model.orgStateLike model.placeStateLike |
下位 | |
宣言 |
element state { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.typed.attributes, att.naming.attributes, ( state+ | ( model.headLike*, model.pLike+, ( model.noteLike | model.biblLike )* ) | ( ( model.labelLike | model.noteLike | model.biblLike )* ) ) } |
例 | <person> <state ref="#SCHOL" type="status"> <label>scholar</label> </state> </person> |