Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:circCurveType / tps:Position
Namespace tps
Annotations
Represents the vertex position of the circular arc
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 the vertex position of the circular arc</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:circCurveType / tps:Length
Namespace tps
Annotations
The length of the circular arc
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Length" type="xs:double">
  <xs:annotation>
    <xs:documentation>The length of the circular arc</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:circCurveType / tps:Radius
Namespace tps
Annotations
The radius of the circular arc
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Radius" type="xs:double">
  <xs:annotation>
    <xs:documentation>The radius of the circular arc</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:circCurveType
Namespace tps
Annotations
A vertical circular arc is represented as its vertex, its length and its radius
Diagram
Used by
Model
tps:Position , tps:Length , tps:Radius , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Length, tps:Position, tps:Radius
Source
<xs:complexType name="circCurveType">
  <xs:annotation>
    <xs:documentation>A vertical circular arc is represented as its vertex, its length and its radius</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Position" type="tps:position2DType">
      <xs:annotation>
        <xs:documentation>Represents the vertex position of the circular arc</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Length" type="xs:double">
      <xs:annotation>
        <xs:documentation>The length of the circular arc</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Radius" type="xs:double">
      <xs:annotation>
        <xs:documentation>The radius of the circular arc</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>