Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type SubgroupIntegerType
Annotations
A SubgroupIntegerType defines an xs:positiveInteger type associated with a particular subgroup id.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_SubgroupIntegerType.tmp#SubgroupIntegerType_subgroupId
Type extension of xs:nonNegativeInteger
Used by
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:complexType name="SubgroupIntegerType">
  <xs:annotation>
    <xs:documentation>A SubgroupIntegerType defines an xs:positiveInteger type associated with a particular subgroup id.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:nonNegativeInteger">
      <xs:attribute name="subgroupId" type="QIFIdType" use="required">
        <xs:annotation>
          <xs:documentation>The required subgroupId attribute references the id of the subgroup with which this integer value is associated.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Attribute SubgroupIntegerType / @subgroupId
Annotations
The required subgroupId attribute references the id of the subgroup with which this integer value is associated.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type SubgroupIntegerType
Source
<xs:attribute name="subgroupId" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The required subgroupId attribute references the id of the subgroup with which this integer value is associated.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd