Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:line2DType / tps:StaStart
Namespace tps
Annotations
The starting station of the Line
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="StaStart" type="xs:double">
  <xs:annotation>
    <xs:documentation>The starting station of the Line</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:line2DType / tps:Length
Namespace tps
Annotations
The length of the Line
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Length" type="xs:double">
  <xs:annotation>
    <xs:documentation>The length of the Line</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:line2DType / tps:Direction
Namespace tps
Annotations
The direction angle of the Line
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Direction" type="xs:double">
  <xs:annotation>
    <xs:documentation>The direction angle of the Line</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:line2DType / tps:Start
Namespace tps
Annotations
Represents the starting point of the Line
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:Start xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
</tps:Start>
Source
<xs:element name="Start" type="tps:position2DType">
  <xs:annotation>
    <xs:documentation>Represents the starting point of the Line</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:line2DType / tps:End
Namespace tps
Annotations
Represents the ending point of the Line
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:End xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
</tps:End>
Source
<xs:element name="End" type="tps:position2DType">
  <xs:annotation>
    <xs:documentation>Represents the ending point of the Line</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:line2DType / tps:AzToPrevEl
Namespace tps
Annotations
Represents whether the Line direction is the end direction of the previous element
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element name="AzToPrevEl" type="xs:boolean" default="false" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Represents whether the Line direction is the end direction of the previous element</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:line2DType
Namespace tps
Annotations
A 2D Line
Diagram
Used by
Model
tps:StaStart , tps:Length , tps:Direction{0,1} , tps:Start , tps:End , tps:AzToPrevEl{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:AzToPrevEl, tps:Direction, tps:End, tps:Length, tps:StaStart, tps:Start
Source
<xs:complexType name="line2DType">
  <xs:annotation>
    <xs:documentation>A 2D Line</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StaStart" type="xs:double">
      <xs:annotation>
        <xs:documentation>The starting station of the Line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Length" type="xs:double">
      <xs:annotation>
        <xs:documentation>The length of the Line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Direction" type="xs:double">
      <xs:annotation>
        <xs:documentation>The direction angle of the Line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Start" type="tps:position2DType">
      <xs:annotation>
        <xs:documentation>Represents the starting point of the Line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="End" type="tps:position2DType">
      <xs:annotation>
        <xs:documentation>Represents the ending point of the Line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AzToPrevEl" type="xs:boolean" default="false" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Represents whether the Line direction is the end direction of the previous element</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>