| namespace | https://mmixm.aero/base/4 | ||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="TextPhoneType"> <xs:annotation> <xs:documentation>The digits of a phone number.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="(\+)?[0-9\s\-\(\)]+"/> </xs:restriction> </xs:simpleType> |