<xs:complexType name="BoundingBoxAxisAlignedType">
<xs:annotation>
<xs:documentation>The BoundingBoxAxisAlignedType defines a bounding box as a cuboid with axes parallel to the model coordinate system.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PointMin" type="PointSimpleType">
<xs:annotation>
<xs:documentation>The PointMin element is the minimal point of the bounding box (the corner with the minimum X, Y, and Z values).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PointMax" type="PointSimpleType">
<xs:annotation>
<xs:documentation>The PointMin element is the maximal point of the bounding box (the corner with the maximum X, Y, and Z values).</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |