tps:X , tps:Y , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
<xs:element name="XY" type="tps:coordsXYType"><xs:annotation><xs:documentation>The XY Position is defined by X coordinate and Y coordinate</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="position2DType"><xs:annotation><xs:documentation>A 2D Position, defined by X and Y coordinates</xs:documentation></xs:annotation><xs:sequence><xs:element name="XY" type="tps:coordsXYType"><xs:annotation><xs:documentation>The XY Position is defined by X coordinate and Y coordinate</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>