Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:namedPosition2DType / tps:Name
Namespace tps
Annotations
The name of the 2D position
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the 2D position</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:namedPosition2DType
Namespace tps
Annotations
A named 2D position is a 2D position with a name
Diagram
Type extension of tps:position2DType
Type hierarchy
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') , tps:Name , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Name, tps:XY
Source
<xs:complexType name="namedPosition2DType">
  <xs:annotation>
    <xs:documentation>A named 2D position is a 2D position with a name</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:position2DType">
      <xs:sequence>
        <xs:element name="Name" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the 2D position</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>