complexType ContactType
diagram sigws_p314.png
type extension of s:string
properties
base s:string
used by
elements SIG_RailBookRS/TicketInfo/Ticket/TicketData/Contact ContactsType/Contact TicketDataType/Contact
attributes
Name  Type  Use  Default  Fixed  Annotation
ContactRef  s:string  required      
documentation
Reference to this item
PaxRef  s:string        
documentation
Passenger reference
TypeOfContact  derived by: s:string  required      
documentation

              Contact type:
              Address
              Business phone
              Home phone
              Mobile phone
              Email
              Customer number
              Contact person
              Agent
              Unknown
           
annotation
documentation
Contact info
source <s:complexType name="ContactType">
 
<s:annotation>
   
<s:documentation>Contact info</s:documentation>
 
</s:annotation>
 
<s:simpleContent>
   
<s:extension base="s:string">
     
<s:attribute name="ContactRef" type="s:string" use="required">
       
<s:annotation>
         
<s:documentation>Reference to this item</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="PaxRef" type="s:string">
       
<s:annotation>
         
<s:documentation>Passenger reference</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="TypeOfContact" use="required">
       
<s:annotation>
         
<s:documentation>
              Contact type:
              Address
              Business phone
              Home phone
              Mobile phone
              Email
              Customer number
              Contact person
              Agent
              Unknown
           
</s:documentation>
       
</s:annotation>
       
<s:simpleType>
         
<s:restriction base="s:string">
           
<s:enumeration value="Address"/>
           
<s:enumeration value="Agent"/>
           
<s:enumeration value="Business phone"/>
           
<s:enumeration value="Contact person"/>
           
<s:enumeration value="Customer number"/>
           
<s:enumeration value="Email"/>
           
<s:enumeration value="Home phone"/>
           
<s:enumeration value="Mobile phone"/>
           
<s:enumeration value="Unknown"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
   
</s:extension>
 
</s:simpleContent>
</s:complexType>

attribute ContactType/@ContactRef
type s:string
properties
use required
annotation
documentation
Reference to this item
source <s:attribute name="ContactRef" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Reference to this item</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ContactType/@PaxRef
type s:string
annotation
documentation
Passenger reference
source <s:attribute name="PaxRef" type="s:string">
 
<s:annotation>
   
<s:documentation>Passenger reference</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ContactType/@TypeOfContact
type restriction of s:string
properties
use required
facets
Kind Value Annotation
enumeration Address
enumeration Agent
enumeration Business phone
enumeration Contact person
enumeration Customer number
enumeration Email
enumeration Home phone
enumeration Mobile phone
enumeration Unknown
annotation
documentation

              Contact type:
              Address
              Business phone
              Home phone
              Mobile phone
              Email
              Customer number
              Contact person
              Agent
              Unknown
           
source <s:attribute name="TypeOfContact" use="required">
 
<s:annotation>
   
<s:documentation>
              Contact type:
              Address
              Business phone
              Home phone
              Mobile phone
              Email
              Customer number
              Contact person
              Agent
              Unknown
           
</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="Address"/>
     
<s:enumeration value="Agent"/>
     
<s:enumeration value="Business phone"/>
     
<s:enumeration value="Contact person"/>
     
<s:enumeration value="Customer number"/>
     
<s:enumeration value="Email"/>
     
<s:enumeration value="Home phone"/>
     
<s:enumeration value="Mobile phone"/>
     
<s:enumeration value="Unknown"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>


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