The SequenceNumber element is the sequence number of the alignment operation. The sequence numbers in an ordered set of alignment operations should be assigned 1, 2, 3, ...
<xs:element name="SequenceNumber" type="NaturalType"><xs:annotation><xs:documentation>The SequenceNumber element is the sequence number of the alignment operation. The sequence numbers in an ordered set of alignment operations should be assigned 1, 2, 3, ...</xs:documentation></xs:annotation></xs:element>
The AlignmentOperationBaseType is the abstract base type thatdefines a coordinate system alignment operation with a sequencenumber for ordering. Each alignment operation takes place in thecurrent coordinate system, which is established as follows. 1. If a previous alignment operation exists, the current coordinate system is the coordinate system established by the previous alignment operation. 2. Otherwise, if the base coordinate system is defined, the current coordinate system is the base coordinate system. 3. Otherwise, the current coordinate system is the common coordinate system.
<xs:complexType name="AlignmentOperationBaseType" abstract="true"><xs:annotation><xs:documentation>The AlignmentOperationBaseType is the abstract base type that defines a coordinate system alignment operation with a sequence number for ordering. Each alignment operation takes place in the current coordinate system, which is established as follows. 1. If a previous alignment operation exists, the current coordinate system is the coordinate system established by the previous alignment operation. 2. Otherwise, if the base coordinate system is defined, the current coordinate system is the base coordinate system. 3. Otherwise, the current coordinate system is the common coordinate system.</xs:documentation></xs:annotation><xs:sequence><xs:element name="SequenceNumber" type="NaturalType"><xs:annotation><xs:documentation>The SequenceNumber element is the sequence number of the alignment operation. The sequence numbers in an ordered set of alignment operations should be assigned 1, 2, 3, ...</xs:documentation></xs:annotation></xs:element><xs:element ref="Attributes" minOccurs="0"><xs:annotation><xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>