<xs:complexType name="DimensionsType">
<xs:annotation>
<xs:documentation>
This element represents a measure of spatial extent,
It is intended for use in cases where the extent is not a
rectangle or is irregular. The units attribute defines
the unit of measurement from the measurement attribute list
</xs:documentation>
<xs:appinfo>
Irregular, 123 x 65.9 x 127 x 70
</xs:appinfo>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="commons:SecureString">
<xs:attribute ref="commons:measurementUnits" use="optional" />
<xs:attribute ref="commons:measurementSource" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|