size

Size of box. Note if width, height or depth is zero, implies a lower dimension box, e.g. 2D plane.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
depth xs:double optional
height xs:double optional
width xs:double optional

Source

<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>

Sample