simpleType PhoneNumberType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element TelephoneInformationType/telephoneNumber
facets
Kind Value Annotation
pattern (\+)?[0-9\s\-\(\)]+
annotation
documentation
Specifies a telephone number format.
source <xs:simpleType name="PhoneNumberType">
 
<xs:annotation>
   
<xs:documentation>Specifies a telephone number format.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(\+)?[0-9\s\-\(\)]+"/>
 
</xs:restriction>
</xs:simpleType>


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