attributeGroup BagAllowanceType
used by
elements FareInfoType/Baggage/BagAllowance ShopOptionType/ItineraryOptions/ItineraryOption/FlightSegment/BagDetails/BagDetail ServiceInfoType/ServiceDetail/Baggage
complexType FlightSegmentDetailsType
attributes
Name  Type  Use  Default  Fixed  Annotation
BagType  derived by: s:string        
documentation
Allowance type:
  KG - kilograms
  LB - pounds
  PC - peaces
  NO - no free baggage
BagAllowance  s:int        
documentation
Allowance value
annotation
documentation
Baggage allowance with concept code, e.g. 20K
source <s:attributeGroup name="BagAllowanceType">
 
<s:annotation>
   
<s:documentation>Baggage allowance with concept code, e.g. 20K</s:documentation>
 
</s:annotation>
 
<s:attribute name="BagType">
   
<s:annotation>
     
<s:documentation>Allowance type:
  KG - kilograms
  LB - pounds
  PC - peaces
  NO - no free baggage
</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:enumeration value="KG"/>
       
<s:enumeration value="LB"/>
       
<s:enumeration value="PC"/>
       
<s:enumeration value="NO"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="BagAllowance" type="s:int">
   
<s:annotation>
     
<s:documentation>Allowance value</s:documentation>
   
</s:annotation>
 
</s:attribute>
</s:attributeGroup>

attribute BagAllowanceType/@BagType
type restriction of s:string
facets
Kind Value Annotation
enumeration KG
enumeration LB
enumeration PC
enumeration NO
annotation
documentation
Allowance type:
  KG - kilograms
  LB - pounds
  PC - peaces
  NO - no free baggage
source <s:attribute name="BagType">
 
<s:annotation>
   
<s:documentation>Allowance type:
  KG - kilograms
  LB - pounds
  PC - peaces
  NO - no free baggage
</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="KG"/>
     
<s:enumeration value="LB"/>
     
<s:enumeration value="PC"/>
     
<s:enumeration value="NO"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute BagAllowanceType/@BagAllowance
type s:int
annotation
documentation
Allowance value
source <s:attribute name="BagAllowance" type="s:int">
 
<s:annotation>
   
<s:documentation>Allowance value</s:documentation>
 
</s:annotation>
</s:attribute>


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