Size of box. Note if width, height or depth is zero, implies a lower dimension box, e.g. 2D plane. |
<xs:element name="size"> <xs:annotation> <xs:documentation>Size of box. Note if width, height or depth is zero, implies a lower dimension box, e.g. 2D plane.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="width" type="xs:double"/> <xs:attribute name="height" type="xs:double"/> <xs:attribute name="depth" type="xs:double"/> </xs:complexType> </xs:element> |