<xs:complexType name="daoset">
<xs:sequence>
<xs:element name="dao" type="dao"/>
<xs:element name="dao" type="dao" maxOccurs="unbounded"/>
<xs:element name="descriptivenote" type="descriptivenote" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="am.common"/>
<xs:attribute name="localtype" type="xs:token"/>
<xs:attribute name="encodinganalog" type="xs:token"/>
<xs:attribute name="label" type="xs:string"/>
<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:attribute name="base" type="xs:anyURI"/>
</xs:complexType> |