Documentation for ATIS-Draft-03-00-79

Simple Type: Extension

[Table of contents]

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