Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:staEquationSetType / tps:Name
Namespace tps
Annotations
Each Station equation set must have a different name
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>Each Station equation set must have a different name</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:staEquationSetType / tps:StaEquation
Namespace tps
Annotations
Definition of a Station equation, that can be referenced by an Alignment or an Alignment part
Diagram
Type tps:staEquationType
Properties
content complex
minOccurs 0
maxOccurs unbounded
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
Instance
<tps:StaEquation xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:Internal>{0,1}</tps:Internal>
  <tps:Back>{0,1}</tps:Back>
  <tps:Ahead>{0,1}</tps:Ahead>
</tps:StaEquation>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="StaEquation" type="tps:staEquationType">
  <xs:annotation>
    <xs:documentation>Definition of a Station equation, that can be referenced by an Alignment or an Alignment part</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:staEquationSetType
Namespace tps
Annotations
A collection of Station equations
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:Name , tps:StaEquation* , (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:StaEquation
Attributes
QName Type Use Annotation
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="staEquationSetType">
  <xs:annotation>
    <xs:documentation>A collection of Station equations</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="Name" type="xs:string">
          <xs:annotation>
            <xs:documentation>Each Station equation set must have a different name</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="StaEquation" type="tps:staEquationType">
          <xs:annotation>
            <xs:documentation>Definition of a Station equation, that can be referenced by an Alignment or an Alignment part</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>