Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type AverageFeaturesType
Annotations
The AverageFeaturesType defines a list of average features.
Diagram
Diagram Statistics_xsd_Complex_Type_AverageFeaturesType.tmp#AverageFeaturesType_n Statistics_xsd_Element_AverageFeature.tmp#AverageFeature
Used by
Element AverageFeatures
Children AverageFeature
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of average features in the list.
Source
<xs:complexType name="AverageFeaturesType">
  <xs:annotation>
    <xs:documentation>The AverageFeaturesType defines a list of average features.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="AverageFeature" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each AverageFeature element gives information about an average 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 average features in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute AverageFeaturesType / @n
Annotations
The required n attribute is the number of average features in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type AverageFeaturesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of average features in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd