<xs:complexType name="BoundingBoxType">
<xs:annotation>
<xs:documentation>The BoundingBoxType defines the dimensions of a box that usually bounds a shape object.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Length" type="LinearValueType">
<xs:annotation>
<xs:documentation>The Length element gives the length of the box.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Width" type="LinearValueType">
<xs:annotation>
<xs:documentation>The Width element gives the width of the box.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Height" type="LinearValueType">
<xs:annotation>
<xs:documentation>The Height element gives the height of the box.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |