Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element DefiningPointNominalType / SequenceNumber
Annotations
The SequenceNumber element is an ordinal number defining the order of the nominal feature defining points.
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 an ordinal number defining the order of the nominal feature defining points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DefiningPointNominalType
Annotations
The DefiningPointNominalType defines a nominal feature defining point. Each nominal defining point has a sequence number used both to order the nominal defining points, and to provide a reference for corresponding measured defining points.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_id IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_Point IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_Normal IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType IntermediatesPMI_xsd_Complex_Type_DefiningPointNominalType.tmp#DefiningPointNominalType_SequenceNumber
Type extension of PointWithNormalBaseType
Type hierarchy
Used by
Children Normal, Point, SequenceNumber
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the point with normal, used for referencing.
Source
<xs:complexType name="DefiningPointNominalType">
  <xs:annotation>
    <xs:documentation>The DefiningPointNominalType defines a nominal feature defining point. Each nominal defining point has a sequence number used both to order the nominal defining points, and to provide a reference for corresponding measured defining points.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PointWithNormalBaseType">
      <xs:sequence>
        <xs:element name="SequenceNumber" type="NaturalType">
          <xs:annotation>
            <xs:documentation>The SequenceNumber element is an ordinal number defining the order of the nominal feature defining points.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd