Documentation for ATIS-Draft-03-00-79

Simple Type: InternationalAccessCode

[Table of contents]

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