Documentation for ATIS-Draft-03-00-79

Simple Type: NumericString

[Table of contents]

Super-types: xs:string < NumericString (by restriction)
Sub-types: None
Name NumericString
Content
  • Base XSD Type: string
  • pattern = \d*
Diagram
Schema Component Representation
<xs:simpleType name="NumericString">
<xs:restriction base=" xs:string ">
<xs:pattern value="\d*"/>
</xs:restriction>
</xs:simpleType>