complexType rectangleElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p392.png
children NorthwestCorner Width Height Rotation
used by
element Rectangle
attributes
Name  Type  Use  Default  Fixed  Annotation
timeStamp  nonNegativeScalarType  optional      
documentation
Time value in seconds.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
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: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>


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