StandardSeq

This is a simple type that specifies a sequence of standard characters.

Simple Type Information

Used By

Source

<xs:simpleType name="StandardSeq">
  <xs:annotation>
    <xs:documentation>This is a simple type that specifies a sequence of standard characters.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="AbstractTokenList">
    <xs:pattern value="[0-9\-\?]+(\s[0-9\-\?]+)*"/>
  </xs:restriction>
</xs:simpleType>