Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type positiveInteger
Namespace http://4psa.com/Common.xsd/5.2.5
Annotations
Object ID
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
whiteSpace collapse
totalDigits 4
Used by
Elements ID, singleUpdateObject/ID, updateObject/ID, userID
Source
<xs:simpleType name="positiveInteger">
  <xs:annotation>
    <xs:documentation>Object ID</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:whiteSpace value="collapse"/>
    <xs:totalDigits value="4"/>
  </xs:restriction>
</xs:simpleType>