Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:paraCurveType / tps:Position
Namespace tps
Annotations
Represents the vertex position of the parabola
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 parabola</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:paraCurveType / tps:Length
Namespace tps
Annotations
The length of the parabola
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Length" type="xs:double">
  <xs:annotation>
    <xs:documentation>The length of the parabola</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:paraCurveType
Namespace tps
Annotations
A vertical parabola is defined as its vertex and its length
Diagram
Used by
Model
tps:Position , tps:Length , (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
Source
<xs:complexType name="paraCurveType">
  <xs:annotation>
    <xs:documentation>A vertical parabola is defined as its vertex and its length</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Position" type="tps:position2DType">
      <xs:annotation>
        <xs:documentation>Represents the vertex position of the parabola</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Length" type="xs:double">
      <xs:annotation>
        <xs:documentation>The length of the parabola</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>