Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ActualComponentSetsType
Annotations
The ActualComponentSetsType describes a container for storing a list of actual component sets. Each instance of a product can have multiple actual components. This type collects such information over multiple instances of a product.
Diagram
Diagram QIFResults_xsd_Complex_Type_ActualComponentSetsType.tmp#ActualComponentSetsType_n QIFResults_xsd_Element_ActualComponentSet.tmp#ActualComponentSet
Used by
Children ActualComponentSet
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of actual component sets in this list.
Source
<xs:complexType name="ActualComponentSetsType">
  <xs:annotation>
    <xs:documentation>The ActualComponentSetsType describes a container for storing a list of actual component sets. Each instance of a product can have multiple actual components. This type collects such information over multiple instances of a product.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ActualComponentSet" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ActualComponentSet element is an actual component set.</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 component sets in this list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFResults.xsd
Attribute ActualComponentSetsType / @n
Annotations
The required n attribute is the number of actual component sets in this 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 actual component sets in this list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFResults.xsd