simpleType TextPhoneType
namespace http://www.fixm.aero/base/4.1
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
attributes 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 <simpleType name="TextPhoneType">
 
<annotation>
   
<documentation>
            A phone or facsimile number. [AIXM 5.1]
        
</documentation>
 
</annotation>
 
<restriction base="fb:CharacterStringType">
   
<minLength value="1"/>
   
<maxLength value="500"/>
   
<pattern value="(\+)?[0-9\s\-\(\)]+"/>
 
</restriction>
</simpleType>


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