Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element AlignmentOperationBaseType / SequenceNumber
Annotations
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, ...
Diagram
Diagram Primitives_xsd_Simple_Type_NaturalType.tmp#NaturalType
Type NaturalType
Properties
content simple
Facets
minInclusive 1
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type AlignmentOperationBaseType
Annotations
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.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AlignmentOperationBaseType.tmp#AlignmentOperationBaseType_SequenceNumber Primitives_xsd_Element_Attributes.tmp#Attributes
Properties
abstract true
Used by
Children Attributes, SequenceNumber
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd