Showing:

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