<state>
<state> contains a description of some status or quality attributed to a person, place, or organization at some specific time. | |
Module | namesdates — 13 Names, Dates, People, and Places |
Attributes | 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) |
Used by | state model.persStateLike model.orgStateLike model.placeStateLike |
May contain | |
Declaration |
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 )* ) ) } |
Example | <person> <state ref="#SCHOL" type="status"> <label>scholar</label> </state> </person> |