<xs:complexType name="dao">
<xs:sequence>
<xs:element name="descriptivenote" type="descriptivenote" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="am.common"/>
<xs:attribute name="encodinganalog" type="xs:token"/>
<xs:attribute name="localtype" type="xs:token"/>
<xs:attribute name="label" type="xs:string"/>
<xs:attributeGroup ref="am.simplelink"/>
<xs:attribute name="identifier" type="xs:token"/>
<xs:attribute name="xpointer" type="xs:token"/>
<xs:attribute name="entityref" type="xs:ENTITY"/>
<xs:attribute name="daotype" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="borndigital"/>
<xs:enumeration value="derived"/>
<xs:enumeration value="unknown"/>
<xs:enumeration value="otherdaotype"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="otherdaotype" type="xs:token"/>
<xs:attribute name="coverage">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="whole"/>
<xs:enumeration value="part"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType> |