Showing:

Annotations
Diagrams
Facets
Source
Simple Type idType
Namespace http://4psa.com/Common.xsd/1.5
Annotations
Item ID.
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
whiteSpace collapse
Source
<xs:simpleType name="idType">
  <xs:annotation>
    <xs:documentation>Item ID.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:whiteSpace value="collapse"/>
  </xs:restriction>
</xs:simpleType>