| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
The location is specified by the x and y attribute, the dimension by the width and height attributes.
| Attribute Summary | |
xs:double | heightThe height of the rectangle. |
xs:double | widthThe width of the rectangle. |
xs:double | xThe x coordinate of the rectangle. |
xs:double | yThe y coordinate of the rectangle. |
| Attribute Detail |
xs:doublerequiredunqualifiedxs:doublerequiredunqualifiedxs:doublerequiredunqualifiedxs:doublerequiredunqualified<xs:attributeGroup name="Rectangle.group"><xs:attribute name="x" type="xs:double" use="required">
</xs:attribute><xs:attribute name="y" type="xs:double" use="required">
</xs:attribute><xs:attribute name="width" type="xs:double" use="required">
</xs:attribute><xs:attribute name="height" type="xs:double" use="required"></xs:attributeGroup>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||