physdescstructured

Complex Type Information

Model

Attributes

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

Used By

Source

<xs:complexType name="physdescstructured">
  <xs:sequence>
    <xs:element name="quantity" type="quantity"/>
    <xs:element name="unittype" type="unittype"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="physfacet" type="physfacet"/>
      <xs:element name="dimensions" type="dimensions"/>
    </xs:choice>
    <xs:element name="descriptivenote" type="descriptivenote" minOccurs="0"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="label" type="xs:string"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
  <xs:attribute name="physdescstructuredtype" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="carrier"/>
        <xs:enumeration value="materialtype"/>
        <xs:enumeration value="spaceoccupied"/>
        <xs:enumeration value="otherphysdescstructuredtype"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="otherphysdescstructuredtype" type="xs:token"/>
  <xs:attributeGroup ref="a.coverage"/>
</xs:complexType>