Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element SubgroupIntegerArrayType / SubgroupInteger
Annotations
Each SubgroupInteger element in the list defines an integer value associated with a subgroup id.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_SubgroupIntegerType.tmp#SubgroupIntegerType_subgroupId PrimitivesPMI_xsd_Complex_Type_SubgroupIntegerType.tmp#SubgroupIntegerType
Type SubgroupIntegerType
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use Annotation
subgroupId QIFIdType required
The required subgroupId attribute references the id of the subgroup with which this integer value is associated.
Source
<xs:element name="SubgroupInteger" type="SubgroupIntegerType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each SubgroupInteger element in the list defines an integer value associated with a subgroup id.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type SubgroupIntegerArrayType
Annotations
A SubgroupIntegerArrayType defines a list of xs:positiveInteger types associated with particular subgroup ids.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_SubgroupIntegerArrayType.tmp#SubgroupIntegerArrayType_n PrimitivesPMI_xsd_Complex_Type_SubgroupIntegerArrayType.tmp#SubgroupIntegerArrayType_SubgroupInteger
Used by
Children SubgroupInteger
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of values in the list.
Source
<xs:complexType name="SubgroupIntegerArrayType">
  <xs:annotation>
    <xs:documentation>A SubgroupIntegerArrayType defines a list of xs:positiveInteger types associated with particular subgroup ids.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SubgroupInteger" type="SubgroupIntegerType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each SubgroupInteger element in the list defines an integer value associated with a subgroup id.</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 values in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Attribute SubgroupIntegerArrayType / @n
Annotations
The required n attribute is the number of values in the 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 values in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd