complexType SelectedShopOptionType
diagram sigws_p484.png
children SelectedItinerary
used by
elements SIG_AirShopRQ/SelectedShopOption SIG_AirBookRQ/SelectedShopOption
attributes
Name  Type  Use  Default  Fixed  Annotation
SessionID  s:string  optional      
documentation
SessionID of initial request if different from the current session
OptionRef  s:string  required      
documentation
Reference to the selected shopping option
annotation
documentation
Reference to the selected option.
source <s:complexType name="SelectedShopOptionType">
 
<s:annotation>
   
<s:documentation>Reference to the selected option.</s:documentation>
 
</s:annotation>
 
<s:sequence>
   
<s:element name="SelectedItinerary" maxOccurs="unbounded">
     
<s:complexType>
       
<s:attribute name="ItineraryRef" type="s:string" use="required">
         
<s:annotation>
           
<s:documentation>Reference to the selected itineraries.</s:documentation>
         
</s:annotation>
       
</s:attribute>
     
</s:complexType>
   
</s:element>
 
</s:sequence>
 
<s:attribute name="SessionID" type="s:string" use="optional">
   
<s:annotation>
     
<s:documentation>SessionID of initial request if different from the current session</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="OptionRef" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Reference to the selected shopping option</s:documentation>
   
</s:annotation>
 
</s:attribute>
</s:complexType>

attribute SelectedShopOptionType/@SessionID
type s:string
properties
use optional
annotation
documentation
SessionID of initial request if different from the current session
source <s:attribute name="SessionID" type="s:string" use="optional">
 
<s:annotation>
   
<s:documentation>SessionID of initial request if different from the current session</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SelectedShopOptionType/@OptionRef
type s:string
properties
use required
annotation
documentation
Reference to the selected shopping option
source <s:attribute name="OptionRef" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Reference to the selected shopping option</s:documentation>
 
</s:annotation>
</s:attribute>

element SelectedShopOptionType/SelectedItinerary
diagram sigws_p485.png
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
ItineraryRef  s:string  required      
documentation
Reference to the selected itineraries.
source <s:element name="SelectedItinerary" maxOccurs="unbounded">
 
<s:complexType>
   
<s:attribute name="ItineraryRef" type="s:string" use="required">
     
<s:annotation>
       
<s:documentation>Reference to the selected itineraries.</s:documentation>
     
</s:annotation>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute SelectedShopOptionType/SelectedItinerary/@ItineraryRef
type s:string
properties
use required
annotation
documentation
Reference to the selected itineraries.
source <s:attribute name="ItineraryRef" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Reference to the selected itineraries.</s:documentation>
 
</s:annotation>
</s:attribute>


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