Showing:

Annotations
Diagrams
Facets
Source
Simple Type string255
Namespace http://4psa.com/Common.xsd/1.5
Annotations
Maximum length string.
Diagram
Diagram
Type restriction of xs:string
Facets
whiteSpace collapse
maxLength 255
Source
<xs:simpleType name="string255">
  <xs:annotation>
    <xs:documentation>Maximum length string.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="255"/>
    <xs:whiteSpace value="collapse"/>
  </xs:restriction>
</xs:simpleType>