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