| namespace | http://www.ATIS-Draft-03-00-79 | ||||||
| type | restriction of xs:string | ||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |