Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:alignmentPartStaEqType / tps:StaEquationSet
Namespace tps
Annotations
A reference to a Station equation set
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element name="StaEquationSet" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference to a Station equation set</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Complex Type tps:alignmentPartStaEqType
Namespace tps
Annotations
An Alignment part with a reference to a Station equation set
Diagram
Type extension of tps:alignmentPartType
Type hierarchy
Used by
Model
Children tps:Length, tps:Name, tps:StaEquationSet, tps:StaStart, tps:StartPoint, tps:State
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="alignmentPartStaEqType">
  <xs:annotation>
    <xs:documentation>An Alignment part with a reference to a Station equation set</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:alignmentPartType">
      <xs:sequence>
        <xs:element name="StaEquationSet" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A reference to a Station equation set</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:attribute name="idRef" type="xs:IDREF"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:alignmentPartStaEqType / tps:StaEquationSet / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>