Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type FeatureDefinitionsType
Annotations
The FeatureDefinitionsType defines a list of definitions of inspection features.
Diagram
Diagram Features_xsd_Complex_Type_FeatureDefinitionsType.tmp#FeatureDefinitionsType_n Features_xsd_Element_FeatureDefinition.tmp#FeatureDefinition
Used by
Children FeatureDefinition
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of feature definitions in the list.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute FeatureDefinitionsType / @n
Annotations
The required n attribute is the number of feature definitions in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type FeatureDefinitionsType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd