Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type CharacteristicDefinitionsType
Annotations
The CharacteristicDefinitionsType defines a list of characteristic definitions.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicDefinitionsType.tmp#CharacteristicDefinitionsType_n Characteristics_xsd_Element_CharacteristicDefinition.tmp#CharacteristicDefinition
Used by
Children CharacteristicDefinition
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of characteristic definitions in this set.
Source
<xs:complexType name="CharacteristicDefinitionsType">
  <xs:annotation>
    <xs:documentation>The CharacteristicDefinitionsType defines a list of characteristic definitions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="CharacteristicDefinition" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each CharacteristicDefinition element gives information about a characteristic.</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 characteristic definitions in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Attribute CharacteristicDefinitionsType / @n
Annotations
The required n attribute is the number of characteristic definitions in this set.
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 characteristic definitions in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd