am.desc.c

Attribute Group Information

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 optional
otherlevel xs:token optional
script xs:NMTOKEN optional

Used By

Complex Type m.c.base

Source

<xs:attributeGroup name="am.desc.c">
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="base" type="xs:anyURI"/>
  <xs:attribute name="level">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="class"/>
        <xs:enumeration value="collection"/>
        <xs:enumeration value="file"/>
        <xs:enumeration value="fonds"/>
        <xs:enumeration value="item"/>
        <xs:enumeration value="otherlevel"/>
        <xs:enumeration value="recordgrp"/>
        <xs:enumeration value="series"/>
        <xs:enumeration value="subfonds"/>
        <xs:enumeration value="subgrp"/>
        <xs:enumeration value="subseries"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="am.desc.base"/>
</xs:attributeGroup>