daoset

Complex Type Information

Model

Children: dao, descriptivenote

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
base xs:anyURI optional
coverage restriction of xs:token optional
encodinganalog xs:token optional
id xs:ID optional
label xs:string optional
lang xs:NMTOKEN optional
localtype xs:token optional
script xs:NMTOKEN optional

Used By

Element m.did/daoset

Source

<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>