physdescset

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 optional
encodinganalog xs:token optional
id xs:ID optional
label xs:string optional
lang xs:NMTOKEN optional
parallel av.boolean optional
script xs:NMTOKEN optional

Used By

Source

<xs:complexType name="physdescset">
  <xs:sequence>
    <xs:element name="physdescstructured" type="physdescstructured"/>
    <xs:element name="physdescstructured" type="physdescstructured" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="label" type="xs:string"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
  <xs:attribute name="parallel" type="av.boolean"/>
  <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>