simpleType TextPhoneType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements TelephoneContactType/facsimile TelephoneContactType/voice
facets
Kind Value Annotation
minLength 1
maxLength 500
pattern  (\+)?[0-9\s\-\(\)]+
annotation
documentation
A phone or facsimile number. [AIXM 5.1]
source <xs:simpleType name="TextPhoneType">
 
<xs:annotation>
   
<xs:documentation>A phone or facsimile number. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="500"/>
   
<xs:pattern value=" (\+)?[0-9\s\-\(\)]+"/>
 
</xs:restriction>
</xs:simpleType>


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