<trait>
<trait> contiene la descrizione di una caratteristica personale o legata alla cultura di appartenenza di una determinata persona | |
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.naming (@nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) |
Usato da | |
Può contenere | |
Dichiarazione |
element trait { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.dimensions.attributes, att.naming.attributes, att.canonical.attributes, att.typed.attributes, ( trait+ | ( model.headLike*, model.pLike+, ( model.noteLike | model.biblLike )* ) | ( ( model.labelLike | model.noteLike | model.biblLike )* ) ) } |
Esempio | <trait cert="high" type="social" from="1987-01-01" to="1997-12-31"> <label>citizenship</label> <desc>Between 1987 and 1997 held status of naturalized UK citizen</desc> </trait> |
Esempio | <trait type="physical"> <label>Eye colour</label> <desc>Blue</desc> </trait> |