diagram | ![]() |
||||||||||||||||||||||||
children | NorthwestCorner Width Height Orientation | ||||||||||||||||||||||||
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:annotation> <xsd:documentation>East/West width of the rectangle in meters.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="Height"> <xsd:annotation> <xsd:documentation>North/South height of the rectangle in meters.</xsd:documentation> </xsd:annotation> </xsd:element> <!-- TODO: Different global elementType defined above, must resolve --> <xsd:element name="Orientation" type="areaOrientationElementType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Orientation of the rectangle about the northwest corner (-90 to 90 degrees).</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attributeGroup ref="CommonAttributes"/> </xsd:complexType> |
diagram | ![]() |
||||||||||||
type | areaOrientationElementType | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="Orientation" type="areaOrientationElementType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Orientation of the rectangle about the northwest corner (-90 to 90 degrees).</xsd:documentation> </xsd:annotation> </xsd:element> |