Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type QIFIdAndReferenceBaseType
Annotations
The QIFIdandReferenceBaseType defines an unsigned integer with no leading zeros. It is used as the base type for ids and references to ids. It is not used as the type of an element or attribute.
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Source
<xs:simpleType name="QIFIdAndReferenceBaseType">
  <xs:annotation>
    <xs:documentation>The QIFIdandReferenceBaseType defines an unsigned integer with no leading zeros. It is used as the base type for ids and references to ids. It is not used as the type of an element or attribute.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:pattern value="[1-9][0-9]*"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd