<xs:complexType name="PlanarDimensionsType">
<xs:annotation>
<xs:documentation>
A container for plane measurements.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Area" type="commons:SecureArea" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="IrregularDimensions" type="commons:DimensionsType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Measurement specifying a list of dimensions
for an irregular space.
The source attribute defines the source of the
measurement, while the units attribute defines
the unit of measurement: feet, meters or other
units of measure. The general use of this is
restricted to regular rectangular objects.
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Length" type="commons:SecureMeasurement" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Measurement specifying the horizontal
dimension of something that is fixed in place.
The source attribute defines the source of the
measurement, while the units attribute defines
the unit of measurement: feet, meters or other
units of measure. The general use of this is
restricted to regular rectangular objects.
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Width" type="commons:SecureMeasurement" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Measurement specifying the smaller horizontal
dimension of something that is fixed in place.
The source attribute defines the source of the
measurement, while the units attribute defines
the unit of measurement: feet, meters or other
units of measure. The general use of this is
restricted to regular rectangular objects.
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|