complexType xyElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_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      
description  xsd:string  optional      
id  xsd:ID  optional      
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