<state>
<state> specifica un componente di un riferimento canonico definito dal metodo milestone. | |
Modulo | namesdates — 13 Names, Dates, People, and Places |
Attributi | 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) att.typed (@type, @subtype) att.naming (@key, @ref, @nymRef) |
Usato da | state model.persStateLike model.orgStateLike model.placeStateLike |
Può contenere | |
Dichiarazione | 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 )* ) ) } |
Esempio | <person> <state ref="#SCHOL" type="status"> <label>scholar</label> </state> </person> |