Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:pviType / tps:Position
Namespace tps
Annotations
Represents a 2D position
Diagram
Type tps:position2DType
Properties
content complex
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
Instance
<tps:Position xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
</tps:Position>
Source
<xs:element name="Position" type="tps:position2DType">
  <xs:annotation>
    <xs:documentation>Represents a 2D position</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:pviType
Namespace tps
Annotations
A vertical position is defined as a 2D Position
Diagram
Used by
Model
tps:Position , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Position
Source
<xs:complexType name="pviType">
  <xs:annotation>
    <xs:documentation>A vertical position is defined as a 2D Position</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Position" type="tps:position2DType">
      <xs:annotation>
        <xs:documentation>Represents a 2D position</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>