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