Showing:

Annotations
Diagrams
Source
Used by
Simple Type UnlimitedInteger
Namespace No namespace
Annotations
UML: Corresponds to UnlimitedInteger. (Only distinction is that this type does not allow 0 while UML does)
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_SmallPositiveInteger.tmp#SmallPositiveIntegerDECOR-datatypes_xsd_Simple_Type_UnlimitedMultiplicity.tmp#UnlimitedMultiplicity
Type union of(SmallPositiveInteger, UnlimitedMultiplicity)
Used by
Source
<xs:simpleType name="UnlimitedInteger">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">UML: Corresponds to UnlimitedInteger. (Only distinction is that this type does not allow 0 while UML does)</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="SmallPositiveInteger UnlimitedMultiplicity"/>
</xs:simpleType>