simpleType atis:Phone
namespace http://www.ATIS-Draft-03-00-79
type restriction of xs:string
used by
element atis:PhoneInformation/number
facets
minLength 4
maxLength 15
pattern \d*
annotation
documentation
      
            Valid 10 digit telephone number
        
source <xs:simpleType name="Phone">
 
<xs:annotation>
   
<xs:documentation>      
            Valid 10 digit telephone number
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="4"/>
   
<xs:maxLength value="15"/>
   
<xs:pattern value="\d*"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy