Dimensions for a three dimensional box. Width, length and height are the absolute extensions in the (y,x,z) coordinate system of the entity's local coordinate system.
<xsd:complexType name="Dimensions"> <xsd:attribute name="height" type="Double" use="required"/> <xsd:attribute name="length" type="Double" use="required"/> <xsd:attribute name="width" type="Double" use="required"/> </xsd:complexType>
To XSD To XSD Tree