Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element DefiningPointMeasurementType / SequenceNumber
Annotations
The SequenceNumber element is an ordinal number referencing the sequence number of the corresponding nominal feature defining point.
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 referencing the sequence number of the corresponding nominal feature defining point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DefiningPointMeasurementType
Annotations
The DefiningPointMeasurementType defines a measured feature defining point. The sequence number of each DefiningPointMeasurementType corresponds to the sequence number of a DefiningPointNominalType. It is possible that a nominal feature defining point may not have a corresponding measured feature defining point but each measured feature defining point must have a corresponding nominal feature defining point.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_MeasuredPointWithNormalBaseType.tmp#MeasuredPointWithNormalBaseType_id IntermediatesPMI_xsd_Complex_Type_MeasuredPointWithNormalBaseType.tmp#MeasuredPointWithNormalBaseType_Point IntermediatesPMI_xsd_Complex_Type_MeasuredPointWithNormalBaseType.tmp#MeasuredPointWithNormalBaseType_Normal IntermediatesPMI_xsd_Complex_Type_MeasuredPointWithNormalBaseType.tmp#MeasuredPointWithNormalBaseType IntermediatesPMI_xsd_Complex_Type_DefiningPointMeasurementType.tmp#DefiningPointMeasurementType_SequenceNumber
Type extension of MeasuredPointWithNormalBaseType
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, used for referencing.
Source
<xs:complexType name="DefiningPointMeasurementType">
  <xs:annotation>
    <xs:documentation>The DefiningPointMeasurementType defines a measured feature defining point. The sequence number of each DefiningPointMeasurementType corresponds to the sequence number of a DefiningPointNominalType. It is possible that a nominal feature defining point may not have a corresponding measured feature defining point but each measured feature defining point must have a corresponding nominal feature defining point.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="MeasuredPointWithNormalBaseType">
      <xs:sequence>
        <xs:element name="SequenceNumber" type="NaturalType">
          <xs:annotation>
            <xs:documentation>The SequenceNumber element is an ordinal number referencing the sequence number of the corresponding nominal feature defining point.</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