Showing:

Diagrams
Facets
Source
Used by
Simple Type string
Namespace http://4psa.com/Common.xsd/5.2.5
Diagram
Diagram
Type restriction of xs:string
Facets
whiteSpace collapse
maxLength 255
Used by
Elements diskSpace/used, extendedNumber, filter, identifier, limit/decrease, limit/increase, scope, singleUpdateObject/identifier, updateExtensionObject/extendedNumber, updateObject/identifier, userIdentifier
Source
<xs:simpleType name="string">
  <xs:restriction base="xs:string">
    <xs:maxLength value="255"/>
    <xs:whiteSpace value="collapse"/>
  </xs:restriction>
</xs:simpleType>