<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> |