Simple Type noWhiteSpace
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>noWhiteSpace</name>
<comment>These values are those of ids such as eId, wId and GUID as a collection of any printable character except whitespaces.</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
pattern [^\s]+
Used by
Source
<xsd:simpleType name="noWhiteSpace">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>noWhiteSpace</name>
      <comment>These values are those of ids such as eId, wId and GUID as a collection of any printable character except whitespaces.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="[^\s]+"/>
  </xsd:restriction>
</xsd:simpleType>