Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:staEquationType / tps:Name
Namespace tps
Annotations
The name of the Station equation
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Station equation</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:staEquationType / tps:Internal
Namespace tps
Annotations
The original station
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Internal" type="xs:double">
  <xs:annotation>
    <xs:documentation>The original station</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:staEquationType / tps:Back
Namespace tps
Annotations
The back station
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Back" type="xs:double">
  <xs:annotation>
    <xs:documentation>The back station</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:staEquationType / tps:Ahead
Namespace tps
Annotations
The ahead station
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Ahead" type="xs:double">
  <xs:annotation>
    <xs:documentation>The ahead station</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:staEquationType
Namespace tps
Annotations
Definition of a Station equation
Diagram
Used by
Model
tps:Name , tps:Internal{0,1} , tps:Back{0,1} , tps:Ahead{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:Ahead, tps:Back, tps:Internal, tps:Name
Source
<xs:complexType name="staEquationType">
  <xs:annotation>
    <xs:documentation>Definition of a Station equation</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the Station equation</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Internal" type="xs:double">
      <xs:annotation>
        <xs:documentation>The original station</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Back" type="xs:double">
      <xs:annotation>
        <xs:documentation>The back station</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Ahead" type="xs:double">
      <xs:annotation>
        <xs:documentation>The ahead station</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>