complexType rectangleElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p392.png
children NorthwestCorner Width Height Orientation
used by
element Rectangle
attributes
Name  Type  Use  Default  Fixed  Annotation
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
id  xsd:ID  optional      
annotation
documentation
Element used to specify a rectangular area using the northwest corner, width (east/west) and height (north/south) in meters.
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>

element rectangleElementType/Orientation
diagram AVCL.2.0_diagrams/AVCL.2.0_p393.png
type areaOrientationElementType
properties
minOcc 0
maxOcc 1
content complex
used by
complexTypes uavTelemetryElementType ugvTelemetryElementType usvTelemetryElementType uuvTelemetryElementType
attributes
Name  Type  Use  Default  Fixed  Annotation
value  areaOrientationType  required      
annotation
documentation
Orientation of the rectangle about the northwest corner (-90 to 90 degrees).
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy