dao

Complex Type Information

Model

Children: descriptivenote

Attributes

QName Type Fixed Default Use Inheritable Annotation
actuate restriction of xs:token optional
altrender xs:token optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
coverage restriction of xs:token optional
daotype restriction of xs:token required
encodinganalog xs:token optional
entityref xs:ENTITY optional
href xs:token optional
id xs:ID optional
identifier xs:token optional
label xs:string optional
lang xs:NMTOKEN optional
linkrole xs:anyURI optional
linktitle xs:token optional
localtype xs:token optional
otherdaotype xs:token optional
script xs:NMTOKEN optional
show restriction of xs:token optional
xpointer xs:token optional

Used By

Elements daoset/dao, m.did/dao

Source

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