Showing:

Diagrams
Facets
Source
Simple Type rule
Namespace http://4psa.com/Common.xsd/5.2.5
Diagram
Diagram
Type restriction of xs:string
Facets
whiteSpace collapse
pattern [*XZN\-\.\[\]\d]+
Source
<xs:simpleType name="rule">
  <xs:restriction base="xs:string">
    <xs:whiteSpace value="collapse"/>
    <xs:pattern value="[*XZN\-\.\[\]\d]+"/>
  </xs:restriction>
</xs:simpleType>