complexType ShopPaxType
diagram sigws_p512.png
children PaxType
used by
elements SIG_AirShopRQ/PaxTypes SIG_AirAvailRQ/PaxTypes SIG_RailAvailRQ/PaxTypes
source <s:complexType name="ShopPaxType">
 
<s:sequence>
   
<s:element name="PaxType" maxOccurs="unbounded">
     
<s:complexType>
       
<s:attribute name="PTRef" type="s:string" use="required">
         
<s:annotation>
           
<s:documentation>Reference to this item</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="AgeCat" type="AgeCatType" use="required">
         
<s:annotation>
           
<s:documentation>ADT - adult, CHD - Child. INF - Infant</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="PTC" type="strlist">
         
<s:annotation>
           
<s:documentation>Industry-standard Passenger Type Code or list of codes</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="AddDefaultPTC" type="s:boolean"/>
       
<s:attribute name="Count" use="required">
         
<s:annotation>
           
<s:documentation>Number of passengers</s:documentation>
         
</s:annotation>
         
<s:simpleType>
           
<s:restriction base="s:int">
             
<s:minInclusive value="1"/>
             
<s:maxInclusive value="20"/>
           
</s:restriction>
         
</s:simpleType>
       
</s:attribute>
     
</s:complexType>
   
</s:element>
 
</s:sequence>
</s:complexType>

element ShopPaxType/PaxType
diagram sigws_p513.png
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
PTRef  s:string  required      
documentation
Reference to this item
AgeCat  AgeCatType  required      
documentation
ADT - adult, CHD - Child. INF - Infant
PTC  strlist        
documentation
Industry-standard Passenger Type Code or list of codes
AddDefaultPTC  s:boolean        
Count  derived by: s:int  required      
documentation
Number of passengers
source <s:element name="PaxType" maxOccurs="unbounded">
 
<s:complexType>
   
<s:attribute name="PTRef" type="s:string" use="required">
     
<s:annotation>
       
<s:documentation>Reference to this item</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="AgeCat" type="AgeCatType" use="required">
     
<s:annotation>
       
<s:documentation>ADT - adult, CHD - Child. INF - Infant</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="PTC" type="strlist">
     
<s:annotation>
       
<s:documentation>Industry-standard Passenger Type Code or list of codes</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="AddDefaultPTC" type="s:boolean"/>
   
<s:attribute name="Count" use="required">
     
<s:annotation>
       
<s:documentation>Number of passengers</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:int">
         
<s:minInclusive value="1"/>
         
<s:maxInclusive value="20"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
 
</s:complexType>
</s:element>

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

attribute ShopPaxType/PaxType/@AgeCat
type AgeCatType
properties
use required
facets
Kind Value Annotation
enumeration ADT
enumeration CHD
enumeration INF
annotation
documentation
ADT - adult, CHD - Child. INF - Infant
source <s:attribute name="AgeCat" type="AgeCatType" use="required">
 
<s:annotation>
   
<s:documentation>ADT - adult, CHD - Child. INF - Infant</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ShopPaxType/PaxType/@PTC
type strlist
annotation
documentation
Industry-standard Passenger Type Code or list of codes
source <s:attribute name="PTC" type="strlist">
 
<s:annotation>
   
<s:documentation>Industry-standard Passenger Type Code or list of codes</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ShopPaxType/PaxType/@AddDefaultPTC
type s:boolean
source <s:attribute name="AddDefaultPTC" type="s:boolean"/>

attribute ShopPaxType/PaxType/@Count
type restriction of s:int
properties
use required
facets
Kind Value Annotation
minInclusive 1
maxInclusive 20
annotation
documentation
Number of passengers
source <s:attribute name="Count" use="required">
 
<s:annotation>
   
<s:documentation>Number of passengers</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:int">
     
<s:minInclusive value="1"/>
     
<s:maxInclusive value="20"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>


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