Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:position2DType / tps:XY
Namespace tps
Annotations
The XY Position is defined by X coordinate and Y coordinate
Diagram
Type tps:coordsXYType
Properties
content complex
Model
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')
Children tps:X, tps:Y
Instance
<tps:XY xmlns:tps="tps">
  <tps:X>{1,1}</tps:X>
  <tps:Y>{1,1}</tps:Y>
</tps:XY>
Source
<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>
Complex Type tps:position2DType
Namespace tps
Annotations
A 2D Position, defined by X and Y coordinates
Diagram
Used by
Model
tps:XY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:XY
Source
<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>