diagram | ![]() |
||||||||||||||||||||||||||||||
children | NorthwestCorner Width Height Rotation | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="rectangleElementType"> <xsd:annotation> <xsd:documentation>Element used to specify a rectangular area using the northwest corner, width (east/west) and height (north/south) in meters.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="NorthwestCorner"/> <xsd:element ref="Width"/> <xsd:element ref="Height"> <xsd:annotation> <xsd:documentation>North/South height of the rectangle in meters.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="Rotation" minOccurs="0"/> </xsd:sequence> <xsd:attributeGroup ref="CommonAttributes"/> </xsd:complexType> |