Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type FeatureMeasurementsType
Annotations
The FeatureMeasurementsType defines a list of feature measurements.
Diagram
Diagram Features_xsd_Complex_Type_FeatureMeasurementsType.tmp#FeatureMeasurementsType_n Features_xsd_Element_FeatureMeasurement.tmp#FeatureMeasurement
Used by
Children FeatureMeasurement
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of feature measurements in the list.
Source
<xs:complexType name="FeatureMeasurementsType">
  <xs:annotation>
    <xs:documentation>The FeatureMeasurementsType defines a list of feature measurements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="FeatureMeasurement" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each FeatureMeasurement element gives information about a feature measurement.</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 measurements in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute FeatureMeasurementsType / @n
Annotations
The required n attribute is the number of feature measurements in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of feature measurements in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd