<xs:complexType name="FeatureDefinitionsType">
<xs:annotation>
<xs:documentation>The FeatureDefinitionsType defines a list of definitions of inspection features.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="FeatureDefinition" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each FeatureDefinition element gives information about the definition of an inspection feature that may be used by one or more features.</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 definitions in the list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |