<state>
<state> specifica un componente di un riferimento canonico definito dal metodo milestone. | |
Modulo | namesdates — 13 Names, Dates, People, and Places |
Attributi | att.datable (att.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.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)) att.typed (@type, @subtype) att.naming (@nymRef) (att.canonical (@key, @ref)) |
Usato da | |
Può contenere | |
Dichiarazione |
element state { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.dimensions.attributes, att.typed.attributes, att.naming.attributes, att.canonical.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> |