att.authorized

Attributes that describe the source of a controlled value.
Module MEI.shared
Members
Attributes
@authURI(optional)The web-accessible location of the controlled vocabulary from which the value is taken. Value conforms to data.URI. att.authorized
@authority(optional)A name or label associated with the controlled vocabulary from which the value is taken. Value of datatype string. att.authorized
Declaration
<attDef ident="authority" usage="opt">
<desc>A name or label associated with the controlled vocabulary from which the value is taken.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="string"/>
</datatype>
</attDef>
<attDef ident="authURI" usage="opt">
<desc>The web-accessible location of the controlled vocabulary from which the value is taken.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.URI" />
</datatype>
</attDef>