Documentation for ATIS-Draft-03-00-79

Simple Type: Phone

[Table of contents]

Super-types: xs:string < Phone (by restriction)
Sub-types: None
Name Phone
Used by (from the same schema document) Complex Type PhoneInformation
Content
  • Base XSD Type: string
  • pattern = \d*
  • length >= 4
Documentation Valid 10 digit telephone number
Diagram
Schema Component Representation
<xs:simpleType name="Phone">
<xs:restriction base=" xs:string ">
<xs:pattern value="\d*"/>
<xs:minLength value="4"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>