simpleType TextPhoneType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
element TelephoneContact/voice
facets
Kind Value Annotation
pattern (\+)?[0-9\s\-\(\)]+
annotation
documentation
The digits of a phone number.
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>


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