<xs:complexType name="FeatureNominalsType">
<xs:annotation>
<xs:documentation>The FeatureNominalsType defines a list of nominal definitions of inspection features.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="FeatureNominal" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each FeatureNominal element gives information about the nominal definition of a unique inspection feature.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of feature nominals in the list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |