Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ActualComponentSetType
Annotations
The ActualComponentSetType describes the container for storing data of actual components.
Diagram
Diagram QIFResults_xsd_Complex_Type_ActualComponentSetType.tmp#ActualComponentSetType_n QIFResults_xsd_Element_ActualComponent.tmp#ActualComponent
Used by
Children ActualComponent
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of actual components in this set.
Source
<xs:complexType name="ActualComponentSetType">
  <xs:annotation>
    <xs:documentation>The ActualComponentSetType describes the container for storing data of actual components.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ActualComponent" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ActualComponent element is an actual component.</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 actual components in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFResults.xsd
Attribute ActualComponentSetType / @n
Annotations
The required n attribute is the number of actual components in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ActualComponentSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of actual components in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFResults.xsd