complexType xyElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p464.png
used by
elements RelativeXYPosition XYPosition
attributes
Name  Type  Use  Default  Fixed  Annotation
x  xsd:double  required      
y  xsd:double  required      
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
Type for an element that will represent a geographic position as a (x, y) coordinate pair.
source <xsd:complexType name="xyElementType">
 
<xsd:annotation>
   
<xsd:documentation>Type for an element that will represent a geographic position as a (x, y) coordinate pair.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="x" type="xsd:double" use="required"/>
 
<xsd:attribute name="y" type="xsd:double" use="required"/>
 
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType>

attribute xyElementType/@x
type xsd:double
properties
use required
source <xsd:attribute name="x" type="xsd:double" use="required"/>

attribute xyElementType/@y
type xsd:double
properties
use required
source <xsd:attribute name="y" type="xsd:double" use="required"/>


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