simpleType tcip:PI-TravelerContactMode
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, PI-TravelerContactMode)
used by
element tcip:PITravelerProfile/contactMode
annotation
appinfo

            phone (1)
            pager (2)
            regularMail (3)
            e mail (4)
            fax (5) -- 6-127 reserved
             -- 128-255 local use
        
source <xs:simpleType name="PI-TravelerContactMode">
 
<xs:annotation>
   
<xs:appinfo>
            phone (1)
            pager (2)
            regularMail (3)
            e mail (4)
            fax (5) -- 6-127 reserved
             -- 128-255 local use
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="5"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="phone"/>
       
<xs:enumeration value="pager"/>
       
<xs:enumeration value="regularMail"/>
       
<xs:enumeration value="e mail"/>
       
<xs:enumeration value="fax"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="128"/>
       
<xs:maxInclusive value="255"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:PI-TravelerContactMode"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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