dsc

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
dsctype restriction of xs:token optional
encodinganalog xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
otherdsctype xs:token optional
script xs:NMTOKEN optional

Used By

Element archdesc/dsc

Source

<xs:complexType name="dsc">
  <xs:sequence>
    <xs:sequence>
      <xs:element name="head" type="head" minOccurs="0"/>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="m.blocks"/>
    </xs:sequence>
    <xs:element name="thead" type="thead" minOccurs="0"/>
    <xs:group minOccurs="0" ref="m.cOrC01"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="dsctype">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="analyticover"/>
        <xs:enumeration value="combined"/>
        <xs:enumeration value="in-depth"/>
        <xs:enumeration value="otherdsctype"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="otherdsctype" type="xs:token"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
</xs:complexType>