archdesc

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
base xs:anyURI optional
encodinganalog xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
level restriction of xs:token required
localtype xs:token optional
otherlevel xs:token optional
relatedencoding xs:token optional
script xs:NMTOKEN optional

Used By

Element ead/archdesc

Source

<xs:complexType name="archdesc">
  <xs:sequence>
    <xs:element name="did" type="did"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="m.desc.base"/>
      <xs:element name="dsc" type="dsc"/>
    </xs:choice>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="localtype" type="xs:token"/>
  <xs:attribute name="relatedencoding" type="xs:token"/>
  <xs:attributeGroup ref="am.desc.base"/>
  <xs:attributeGroup ref="a.level"/>
  <xs:attribute name="base" type="xs:anyURI"/>
</xs:complexType>