<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
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)
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>