Guest User

Untitled

a guest
Apr 11th, 2012
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 487.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--W3C Schema generated by QTAssistant/W3C Schema Refactoring Module (http://www.paschidev.com)-->
  3. <xsd:schema xmlns="http://www.opentravel.org/OTA/2003/05" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.opentravel.org/OTA/2003/05" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  4.   <xsd:annotation>
  5.     <xsd:documentation>Generated from "Set1" under "Release1"</xsd:documentation>
  6.   </xsd:annotation>
  7.   <xsd:simpleType name="ActionType">
  8.     <xsd:annotation>
  9.       <xsd:documentation xml:lang="en">Identifes an action to take place.</xsd:documentation>
  10.     </xsd:annotation>
  11.     <xsd:restriction base="xsd:string">
  12.       <xsd:enumeration value="Add-Update">
  13.         <xsd:annotation>
  14.           <xsd:documentation xml:lang="en">Typically used to add an item where it does not exist or to update an item where it does exist.</xsd:documentation>
  15.         </xsd:annotation>
  16.       </xsd:enumeration>
  17.       <xsd:enumeration value="Cancel">
  18.         <xsd:annotation>
  19.           <xsd:documentation xml:lang="en">Typically used to cancel an existing item.</xsd:documentation>
  20.         </xsd:annotation>
  21.       </xsd:enumeration>
  22.       <xsd:enumeration value="Delete">
  23.         <xsd:annotation>
  24.           <xsd:documentation xml:lang="en">Typically used to remove specified data.</xsd:documentation>
  25.         </xsd:annotation>
  26.       </xsd:enumeration>
  27.       <xsd:enumeration value="Add">
  28.         <xsd:annotation>
  29.           <xsd:documentation xml:lang="en">Typically used to add data whether data already exists or not.</xsd:documentation>
  30.         </xsd:annotation>
  31.       </xsd:enumeration>
  32.       <xsd:enumeration value="Replace">
  33.         <xsd:annotation>
  34.           <xsd:documentation xml:lang="en">Typically used to overlay existing data.</xsd:documentation>
  35.         </xsd:annotation>
  36.       </xsd:enumeration>
  37.     </xsd:restriction>
  38.   </xsd:simpleType>
  39.   <xsd:simpleType name="AlphaLength1">
  40.     <xsd:annotation>
  41.       <xsd:documentation xml:lang="en">Used for an Alpha String, length exactly 1.</xsd:documentation>
  42.     </xsd:annotation>
  43.     <xsd:restriction base="xsd:string">
  44.       <xsd:pattern value="[a-zA-Z]{1}" />
  45.     </xsd:restriction>
  46.   </xsd:simpleType>
  47.   <xsd:simpleType name="AlphaLength1to2">
  48.     <xsd:annotation>
  49.       <xsd:documentation xml:lang="en">Used for an Alpha String, length 1 to 2.</xsd:documentation>
  50.     </xsd:annotation>
  51.     <xsd:restriction base="xsd:string">
  52.       <xsd:pattern value="[a-zA-Z]{1,2}" />
  53.     </xsd:restriction>
  54.   </xsd:simpleType>
  55.   <xsd:simpleType name="AlphaLength3">
  56.     <xsd:annotation>
  57.       <xsd:documentation xml:lang="en">Used for an Alpha String, length exactly 3.</xsd:documentation>
  58.     </xsd:annotation>
  59.     <xsd:restriction base="xsd:string">
  60.       <xsd:pattern value="[a-zA-Z]{3}" />
  61.     </xsd:restriction>
  62.   </xsd:simpleType>
  63.   <xsd:simpleType name="AlphaLength4">
  64.     <xsd:annotation>
  65.       <xsd:documentation xml:lang="en">Used for an Alpha String, length exactly 4.</xsd:documentation>
  66.     </xsd:annotation>
  67.     <xsd:restriction base="xsd:string">
  68.       <xsd:pattern value="[a-zA-Z]{4}" />
  69.     </xsd:restriction>
  70.   </xsd:simpleType>
  71.   <xsd:simpleType name="AlphaNumericStringLength1">
  72.     <xsd:annotation>
  73.       <xsd:documentation xml:lang="en">Used for Alpha-Numeric Strings, length 1.</xsd:documentation>
  74.     </xsd:annotation>
  75.     <xsd:restriction base="xsd:string">
  76.       <xsd:pattern value="[0-9a-zA-Z]{1}" />
  77.     </xsd:restriction>
  78.   </xsd:simpleType>
  79.   <xsd:simpleType name="AlphaNumericStringLength1to14">
  80.     <xsd:annotation>
  81.       <xsd:documentation xml:lang="en">Used forAlpha-Numeric Strings, length 1 to 14.</xsd:documentation>
  82.     </xsd:annotation>
  83.     <xsd:restriction base="xsd:string">
  84.       <xsd:pattern value="[0-9a-zA-Z]{1,14}" />
  85.     </xsd:restriction>
  86.   </xsd:simpleType>
  87.   <xsd:simpleType name="AlphaNumericStringLength1to19">
  88.     <xsd:annotation>
  89.       <xsd:documentation xml:lang="en">Used forAlpha-Numeric Strings, length 1 to 19.</xsd:documentation>
  90.     </xsd:annotation>
  91.     <xsd:restriction base="xsd:string">
  92.       <xsd:pattern value="[0-9a-zA-Z]{1,19}" />
  93.     </xsd:restriction>
  94.   </xsd:simpleType>
  95.   <xsd:simpleType name="AlphaNumericStringLength1to3">
  96.     <xsd:annotation>
  97.       <xsd:documentation xml:lang="en">Used for Alpha-Numeric Strings, length 1 to 3.</xsd:documentation>
  98.     </xsd:annotation>
  99.     <xsd:restriction base="xsd:string">
  100.       <xsd:pattern value="[0-9a-zA-Z]{1,3}" />
  101.     </xsd:restriction>
  102.   </xsd:simpleType>
  103.   <xsd:simpleType name="AlphaNumericStringLength1to8">
  104.     <xsd:annotation>
  105.       <xsd:documentation xml:lang="en">Used for Alpha-Numeric Strings, length 1 to 8.</xsd:documentation>
  106.     </xsd:annotation>
  107.     <xsd:restriction base="xsd:string">
  108.       <xsd:pattern value="[0-9a-zA-Z]{1,8}" />
  109.     </xsd:restriction>
  110.   </xsd:simpleType>
  111.   <xsd:simpleType name="AmountDeterminationType">
  112.     <xsd:annotation>
  113.       <xsd:documentation xml:lang="en">Used to indicate if an amount is inclusive or exclusive of other charges, such as taxes, or is cumulative (amounts have been added to each other).</xsd:documentation>
  114.     </xsd:annotation>
  115.     <xsd:restriction base="xsd:string">
  116.       <xsd:enumeration value="Inclusive" />
  117.       <xsd:enumeration value="Exclusive" />
  118.       <xsd:enumeration value="Cumulative" />
  119.     </xsd:restriction>
  120.   </xsd:simpleType>
  121.   <xsd:simpleType name="CabinType">
  122.     <xsd:annotation>
  123.       <xsd:documentation xml:lang="en">Specifies the cabin type (e.g. first, business, economy).</xsd:documentation>
  124.     </xsd:annotation>
  125.     <xsd:restriction base="xsd:NMTOKEN">
  126.       <xsd:enumeration value="Cockpit">
  127.         <xsd:annotation>
  128.           <xsd:documentation xml:lang="en">Cockpit area.</xsd:documentation>
  129.         </xsd:annotation>
  130.       </xsd:enumeration>
  131.       <xsd:enumeration value="Suite">
  132.         <xsd:annotation>
  133.           <xsd:documentation xml:lang="en">Suites or Sleep compartments.</xsd:documentation>
  134.         </xsd:annotation>
  135.       </xsd:enumeration>
  136.       <xsd:enumeration value="First">
  137.         <xsd:annotation>
  138.           <xsd:documentation xml:lang="en">First class compartment.</xsd:documentation>
  139.         </xsd:annotation>
  140.       </xsd:enumeration>
  141.       <xsd:enumeration value="PremiumBusiness">
  142.         <xsd:annotation>
  143.           <xsd:documentation xml:lang="en">Premium Business class compartment.</xsd:documentation>
  144.         </xsd:annotation>
  145.       </xsd:enumeration>
  146.       <xsd:enumeration value="Business">
  147.         <xsd:annotation>
  148.           <xsd:documentation xml:lang="en">Business class compartment.</xsd:documentation>
  149.         </xsd:annotation>
  150.       </xsd:enumeration>
  151.       <xsd:enumeration value="PremiumEconomy">
  152.         <xsd:annotation>
  153.           <xsd:documentation xml:lang="en">Premium Economy class compartment.</xsd:documentation>
  154.         </xsd:annotation>
  155.       </xsd:enumeration>
  156.       <xsd:enumeration value="Economy">
  157.         <xsd:annotation>
  158.           <xsd:documentation xml:lang="en">Economy class compartment.</xsd:documentation>
  159.         </xsd:annotation>
  160.       </xsd:enumeration>
  161.     </xsd:restriction>
  162.   </xsd:simpleType>
  163.   <xsd:simpleType name="DateOrDateTimeType">
  164.     <xsd:annotation>
  165.       <xsd:documentation xml:lang="en">A construct to validate either a date or a dateTime value.</xsd:documentation>
  166.     </xsd:annotation>
  167.     <xsd:union memberTypes="xsd:date xsd:dateTime" />
  168.   </xsd:simpleType>
  169.   <xsd:simpleType name="DateOrMonthDay">
  170.     <xsd:annotation>
  171.       <xsd:documentation xml:lang="en">A construct to validate either a date or a month and day value.</xsd:documentation>
  172.     </xsd:annotation>
  173.     <xsd:union memberTypes="xsd:date xsd:gMonthDay" />
  174.   </xsd:simpleType>
  175.   <xsd:simpleType name="DateOrTimeOrDateTimeType">
  176.     <xsd:annotation>
  177.       <xsd:documentation xml:lang="en">A construct to validate either a date or a time or a dateTime value.</xsd:documentation>
  178.     </xsd:annotation>
  179.     <xsd:union memberTypes="xsd:date xsd:dateTime xsd:time" />
  180.   </xsd:simpleType>
  181.   <xsd:simpleType name="DayOfWeekType">
  182.     <xsd:annotation>
  183.       <xsd:documentation xml:lang="en">A three letter abbreviation for the days of the week (e.g. may be the starting day for the availability requested, days of operation, rate effective day, etc.).</xsd:documentation>
  184.     </xsd:annotation>
  185.     <xsd:restriction base="xsd:NMTOKEN">
  186.       <xsd:enumeration value="Mon" />
  187.       <xsd:enumeration value="Tue" />
  188.       <xsd:enumeration value="Wed" />
  189.       <xsd:enumeration value="Thu" />
  190.       <xsd:enumeration value="Fri" />
  191.       <xsd:enumeration value="Sat" />
  192.       <xsd:enumeration value="Sun" />
  193.     </xsd:restriction>
  194.   </xsd:simpleType>
  195.   <xsd:simpleType name="DistanceUnitNameType">
  196.     <xsd:annotation>
  197.       <xsd:documentation xml:lang="en">Defines a set of valid values for the units in which distance is measured (i.e. mile or kilometer).</xsd:documentation>
  198.     </xsd:annotation>
  199.     <xsd:restriction base="xsd:NMTOKEN">
  200.       <xsd:enumeration value="Mile" />
  201.       <xsd:enumeration value="Km" />
  202.       <xsd:enumeration value="Block" />
  203.     </xsd:restriction>
  204.   </xsd:simpleType>
  205.   <xsd:simpleType name="DurationType">
  206.     <xsd:annotation>
  207.       <xsd:documentation xml:lang="en">Allows for the specification of a night duration.</xsd:documentation>
  208.     </xsd:annotation>
  209.     <xsd:union memberTypes="xsd:duration NightDurationType" />
  210.   </xsd:simpleType>
  211.   <xsd:simpleType name="FlightNumberType">
  212.     <xsd:annotation>
  213.       <xsd:documentation xml:lang="en">Identifies a flight number (1 to 4 numbers followed by optional uppercase A - Z, which specifies an operational suffix) or OPEN or ARNK.</xsd:documentation>
  214.     </xsd:annotation>
  215.     <xsd:union>
  216.       <xsd:simpleType>
  217.         <xsd:restriction base="xsd:string">
  218.           <xsd:pattern value="[0-9]{1,4}[A-Z]?" />
  219.         </xsd:restriction>
  220.       </xsd:simpleType>
  221.       <xsd:simpleType>
  222.         <xsd:restriction base="xsd:string">
  223.           <xsd:enumeration value="OPEN">
  224.             <xsd:annotation>
  225.               <xsd:documentation xml:lang="en">Used in lieu of a flight number when a specific flight number is unknown but service is present.</xsd:documentation>
  226.             </xsd:annotation>
  227.           </xsd:enumeration>
  228.           <xsd:enumeration value="ARNK">
  229.             <xsd:annotation>
  230.               <xsd:documentation xml:lang="en">Used in lieu of a flight number when surface transportation is used when there is a break in the continuity of the flight itinerary.</xsd:documentation>
  231.             </xsd:annotation>
  232.           </xsd:enumeration>
  233.         </xsd:restriction>
  234.       </xsd:simpleType>
  235.     </xsd:union>
  236.   </xsd:simpleType>
  237.   <xsd:simpleType name="FlightTypeType">
  238.     <xsd:annotation>
  239.       <xsd:documentation xml:lang="en">Specifies a particular type of flight (e.g. direct, stopover).</xsd:documentation>
  240.     </xsd:annotation>
  241.     <xsd:restriction base="xsd:NMTOKEN">
  242.       <xsd:enumeration value="Nonstop">
  243.         <xsd:annotation>
  244.           <xsd:documentation xml:lang="en">Indicates the flight does not make any scheduled stops between 2 points.</xsd:documentation>
  245.         </xsd:annotation>
  246.       </xsd:enumeration>
  247.       <xsd:enumeration value="Direct">
  248.         <xsd:annotation>
  249.           <xsd:documentation xml:lang="en">Indicates the flight makes a scheduled stop(s) between 2 points.</xsd:documentation>
  250.         </xsd:annotation>
  251.       </xsd:enumeration>
  252.       <xsd:enumeration value="Connection">
  253.         <xsd:annotation>
  254.           <xsd:documentation xml:lang="en">Indicates the flight will require a change of aircraft at a connecting point(s).</xsd:documentation>
  255.         </xsd:annotation>
  256.       </xsd:enumeration>
  257.       <xsd:enumeration value="SingleConnection">
  258.         <xsd:annotation>
  259.           <xsd:documentation xml:lang="en">A trip with only one connection.</xsd:documentation>
  260.         </xsd:annotation>
  261.       </xsd:enumeration>
  262.       <xsd:enumeration value="DoubleConnection">
  263.         <xsd:annotation>
  264.           <xsd:documentation xml:lang="en">A trip with only two connections.</xsd:documentation>
  265.         </xsd:annotation>
  266.       </xsd:enumeration>
  267.       <xsd:enumeration value="OneStopOnly">
  268.         <xsd:annotation>
  269.           <xsd:documentation xml:lang="en">Indicates that the flight makes only one stop.</xsd:documentation>
  270.         </xsd:annotation>
  271.       </xsd:enumeration>
  272.     </xsd:restriction>
  273.   </xsd:simpleType>
  274.   <xsd:simpleType name="HotelResStatusType">
  275.     <xsd:annotation>
  276.       <xsd:documentation xml:lang="en">A union between TransactionActionType and PMS_ResStatusType. Used in messages that communicate between reservation systems as well as between a reservation and property management system. In addition to the TransactionActionType and PMS_ResStatusType, the UpperCaseAlphaLength1to2 may be used for company specifc codes.</xsd:documentation>
  277.     </xsd:annotation>
  278.     <xsd:union memberTypes="PMS_ResStatusType TransactionActionType UpperCaseAlphaLength1to2" />
  279.   </xsd:simpleType>
  280.   <xsd:simpleType name="IncludeExcludeType">
  281.     <xsd:annotation>
  282.       <xsd:documentation xml:lang="en">Specifies the applicability of the criteria to which it is related.</xsd:documentation>
  283.     </xsd:annotation>
  284.     <xsd:restriction base="xsd:NMTOKEN">
  285.       <xsd:enumeration value="Include" />
  286.       <xsd:enumeration value="Exclude" />
  287.       <xsd:enumeration value="Required">
  288.         <xsd:annotation>
  289.           <xsd:documentation xml:lang="en">The associated item is required.</xsd:documentation>
  290.         </xsd:annotation>
  291.       </xsd:enumeration>
  292.       <xsd:enumeration value="Allowed">
  293.         <xsd:annotation>
  294.           <xsd:documentation xml:lang="en">The associated item is allowed.</xsd:documentation>
  295.         </xsd:annotation>
  296.       </xsd:enumeration>
  297.     </xsd:restriction>
  298.   </xsd:simpleType>
  299.   <xsd:simpleType name="InfoSourceType">
  300.     <xsd:annotation>
  301.       <xsd:documentation xml:lang="en">Used to specify the source of the data being exchanged.</xsd:documentation>
  302.     </xsd:annotation>
  303.     <xsd:restriction base="xsd:string">
  304.       <xsd:minLength value="1" />
  305.       <xsd:maxLength value="32" />
  306.     </xsd:restriction>
  307.   </xsd:simpleType>
  308.   <xsd:simpleType name="InventoryStatusType">
  309.     <xsd:annotation>
  310.       <xsd:documentation xml:lang="en">This defines a set of valid status values, allowing the selection of a specific group based on availability, or allowing the reservation status to be made known.  Examples of such values include Available, OnRequest, Confirmed, etc.</xsd:documentation>
  311.     </xsd:annotation>
  312.     <xsd:restriction base="xsd:NMTOKEN">
  313.       <xsd:enumeration value="Available" />
  314.       <xsd:enumeration value="Unavailable" />
  315.       <xsd:enumeration value="OnRequest" />
  316.       <xsd:enumeration value="Confirmed" />
  317.       <xsd:enumeration value="All" />
  318.       <xsd:enumeration value="Waitlist" />
  319.       <xsd:enumeration value="SupplierBooked">
  320.         <xsd:annotation>
  321.           <xsd:documentation xml:lang="en">The booking has already been made directly through the supplier.</xsd:documentation>
  322.         </xsd:annotation>
  323.       </xsd:enumeration>
  324.     </xsd:restriction>
  325.   </xsd:simpleType>
  326.   <xsd:simpleType name="ISO3166">
  327.     <xsd:annotation>
  328.       <xsd:documentation xml:lang="en">Specifies a 2 character country code as defined in ISO3166.</xsd:documentation>
  329.     </xsd:annotation>
  330.     <xsd:restriction base="xsd:string">
  331.       <xsd:pattern value="[a-zA-Z]{2}" />
  332.     </xsd:restriction>
  333.   </xsd:simpleType>
  334.   <xsd:simpleType name="ListOfISO3166">
  335.     <xsd:annotation>
  336.       <xsd:documentation xml:lang="en">List of country codes.</xsd:documentation>
  337.     </xsd:annotation>
  338.     <xsd:list itemType="ISO3166" />
  339.   </xsd:simpleType>
  340.   <xsd:simpleType name="ListOfOTA_CodeType">
  341.     <xsd:annotation>
  342.       <xsd:documentation xml:lang="en">List of OpenTravel Codes.</xsd:documentation>
  343.     </xsd:annotation>
  344.     <xsd:list itemType="OTA_CodeType" />
  345.   </xsd:simpleType>
  346.   <xsd:simpleType name="ListOfRPH">
  347.     <xsd:annotation>
  348.       <xsd:documentation xml:lang="en">List of Reference Place Holders.</xsd:documentation>
  349.     </xsd:annotation>
  350.     <xsd:list itemType="RPH_Type" />
  351.   </xsd:simpleType>
  352.   <xsd:simpleType name="ListOfStringLength1to8">
  353.     <xsd:annotation>
  354.       <xsd:documentation xml:lang="en">List of StringLength1to8.</xsd:documentation>
  355.     </xsd:annotation>
  356.     <xsd:list itemType="StringLength1to8" />
  357.   </xsd:simpleType>
  358.   <xsd:simpleType name="MealType">
  359.     <xsd:annotation>
  360.       <xsd:documentation xml:lang="en">Airline meal types.</xsd:documentation>
  361.     </xsd:annotation>
  362.     <xsd:restriction base="xsd:string">
  363.       <xsd:enumeration value="AVML">
  364.         <xsd:annotation>
  365.           <xsd:documentation xml:lang="en">AVML - Asian Veg</xsd:documentation>
  366.         </xsd:annotation>
  367.       </xsd:enumeration>
  368.       <xsd:enumeration value="BBML">
  369.         <xsd:annotation>
  370.           <xsd:documentation xml:lang="en">BBML - Baby/Infant Food</xsd:documentation>
  371.         </xsd:annotation>
  372.       </xsd:enumeration>
  373.       <xsd:enumeration value="BLML">
  374.         <xsd:annotation>
  375.           <xsd:documentation xml:lang="en">BLML - Bland Meal</xsd:documentation>
  376.         </xsd:annotation>
  377.       </xsd:enumeration>
  378.       <xsd:enumeration value="CHML">
  379.         <xsd:annotation>
  380.           <xsd:documentation xml:lang="en">CHML - Child Meal</xsd:documentation>
  381.         </xsd:annotation>
  382.       </xsd:enumeration>
  383.       <xsd:enumeration value="DBML">
  384.         <xsd:annotation>
  385.           <xsd:documentation xml:lang="en">DBML - Diabetic</xsd:documentation>
  386.         </xsd:annotation>
  387.       </xsd:enumeration>
  388.       <xsd:enumeration value="FPML">
  389.         <xsd:annotation>
  390.           <xsd:documentation xml:lang="en">FPML - Fruit Meal</xsd:documentation>
  391.         </xsd:annotation>
  392.       </xsd:enumeration>
  393.       <xsd:enumeration value="GFML">
  394.         <xsd:annotation>
  395.           <xsd:documentation xml:lang="en">GFML - Gluten Free</xsd:documentation>
  396.         </xsd:annotation>
  397.       </xsd:enumeration>
  398.       <xsd:enumeration value="HFML">
  399.         <xsd:annotation>
  400.           <xsd:documentation xml:lang="en">HFML - High Fiber</xsd:documentation>
  401.         </xsd:annotation>
  402.       </xsd:enumeration>
  403.       <xsd:enumeration value="HNML">
  404.         <xsd:annotation>
  405.           <xsd:documentation xml:lang="en">HNML - Hindu Meal</xsd:documentation>
  406.         </xsd:annotation>
  407.       </xsd:enumeration>
  408.       <xsd:enumeration value="KSML">
  409.         <xsd:annotation>
  410.           <xsd:documentation xml:lang="en">KSML - Kosher</xsd:documentation>
  411.         </xsd:annotation>
  412.       </xsd:enumeration>
  413.       <xsd:enumeration value="LCML">
  414.         <xsd:annotation>
  415.           <xsd:documentation xml:lang="en">LCML - Low Calorie</xsd:documentation>
  416.         </xsd:annotation>
  417.       </xsd:enumeration>
  418.       <xsd:enumeration value="LFML">
  419.         <xsd:annotation>
  420.           <xsd:documentation xml:lang="en">LFML - Low Cholesterol</xsd:documentation>
  421.         </xsd:annotation>
  422.       </xsd:enumeration>
  423.       <xsd:enumeration value="LPML">
  424.         <xsd:annotation>
  425.           <xsd:documentation xml:lang="en">LPML - Low Protein</xsd:documentation>
  426.         </xsd:annotation>
  427.       </xsd:enumeration>
  428.       <xsd:enumeration value="LSML">
  429.         <xsd:annotation>
  430.           <xsd:documentation xml:lang="en">LSML - Low Sodium/No Salt</xsd:documentation>
  431.         </xsd:annotation>
  432.       </xsd:enumeration>
  433.       <xsd:enumeration value="MOML">
  434.         <xsd:annotation>
  435.           <xsd:documentation xml:lang="en">MOML - Moslem</xsd:documentation>
  436.         </xsd:annotation>
  437.       </xsd:enumeration>
  438.       <xsd:enumeration value="NLML">
  439.         <xsd:annotation>
  440.           <xsd:documentation xml:lang="en">NLML - Non-Lactose</xsd:documentation>
  441.         </xsd:annotation>
  442.       </xsd:enumeration>
  443.       <xsd:enumeration value="ORML">
  444.         <xsd:annotation>
  445.           <xsd:documentation xml:lang="en">ORML - Oriental</xsd:documentation>
  446.         </xsd:annotation>
  447.       </xsd:enumeration>
  448.       <xsd:enumeration value="PRML">
  449.         <xsd:annotation>
  450.           <xsd:documentation xml:lang="en">PRML - Low Purin</xsd:documentation>
  451.         </xsd:annotation>
  452.       </xsd:enumeration>
  453.       <xsd:enumeration value="RVML">
  454.         <xsd:annotation>
  455.           <xsd:documentation xml:lang="en">RVML - Raw Vegetarian</xsd:documentation>
  456.         </xsd:annotation>
  457.       </xsd:enumeration>
  458.       <xsd:enumeration value="SFML">
  459.         <xsd:annotation>
  460.           <xsd:documentation xml:lang="en">SFML - Seafood</xsd:documentation>
  461.         </xsd:annotation>
  462.       </xsd:enumeration>
  463.       <xsd:enumeration value="SPML">
  464.         <xsd:annotation>
  465.           <xsd:documentation xml:lang="en">SPML - Special/Specify</xsd:documentation>
  466.         </xsd:annotation>
  467.       </xsd:enumeration>
  468.       <xsd:enumeration value="VGML">
  469.         <xsd:annotation>
  470.           <xsd:documentation xml:lang="en">VGML - Vegetarian/Non Dairy</xsd:documentation>
  471.         </xsd:annotation>
  472.       </xsd:enumeration>
  473.       <xsd:enumeration value="VLML">
  474.         <xsd:annotation>
  475.           <xsd:documentation xml:lang="en">VLML - Vegetarian/Milk/Eggs</xsd:documentation>
  476.         </xsd:annotation>
  477.       </xsd:enumeration>
  478.       <xsd:enumeration value="RGML">
  479.         <xsd:annotation>
  480.           <xsd:documentation xml:lang="en">Designates a regular meal.</xsd:documentation>
  481.         </xsd:annotation>
  482.       </xsd:enumeration>
  483.     </xsd:restriction>
  484.   </xsd:simpleType>
  485.   <xsd:simpleType name="MMYYDate">
  486.     <xsd:annotation>
  487.       <xsd:documentation xml:lang="en">Month and year information.</xsd:documentation>
  488.     </xsd:annotation>
  489.     <xsd:restriction base="xsd:string">
  490.       <xsd:pattern value="(0[1-9]|1[0-2])[0-9][0-9]" />
  491.     </xsd:restriction>
  492.   </xsd:simpleType>
  493.   <xsd:simpleType name="Money">
  494.     <xsd:annotation>
  495.       <xsd:documentation xml:lang="en">Specifies an amount, max 3 decimals.</xsd:documentation>
  496.     </xsd:annotation>
  497.     <xsd:restriction base="xsd:decimal">
  498.       <xsd:fractionDigits value="3" />
  499.     </xsd:restriction>
  500.   </xsd:simpleType>
  501.   <xsd:simpleType name="MoneyOrPercentageType">
  502.     <xsd:annotation>
  503.       <xsd:documentation xml:lang="en">A union of money and percentage so that the appropriate data can be sent in a single field.</xsd:documentation>
  504.     </xsd:annotation>
  505.     <xsd:union memberTypes="Money Percentage" />
  506.   </xsd:simpleType>
  507.   <xsd:simpleType name="NightDurationType">
  508.     <xsd:annotation>
  509.       <xsd:documentation xml:lang="en">Provides the ability to define a duration in terms of nights rather than days.</xsd:documentation>
  510.     </xsd:annotation>
  511.     <xsd:restriction base="xsd:string">
  512.       <xsd:pattern value="P[0-9]{1,3}N" />
  513.     </xsd:restriction>
  514.   </xsd:simpleType>
  515.   <xsd:simpleType name="Numeric0to4">
  516.     <xsd:annotation>
  517.       <xsd:documentation xml:lang="en">Used for Numeric values, from 0 to 4 inclusive.</xsd:documentation>
  518.     </xsd:annotation>
  519.     <xsd:restriction base="xsd:integer">
  520.       <xsd:minInclusive value="0" />
  521.       <xsd:maxInclusive value="4" />
  522.     </xsd:restriction>
  523.   </xsd:simpleType>
  524.   <xsd:simpleType name="Numeric0to99">
  525.     <xsd:annotation>
  526.       <xsd:documentation xml:lang="en">Used for Numeric values, from 0 to 99 inclusive.</xsd:documentation>
  527.     </xsd:annotation>
  528.     <xsd:restriction base="xsd:integer">
  529.       <xsd:minInclusive value="0" />
  530.       <xsd:maxInclusive value="99" />
  531.     </xsd:restriction>
  532.   </xsd:simpleType>
  533.   <xsd:simpleType name="Numeric0to999">
  534.     <xsd:annotation>
  535.       <xsd:documentation xml:lang="en">Used for Numeric values, from 0 to 999 inclusive.</xsd:documentation>
  536.     </xsd:annotation>
  537.     <xsd:restriction base="xsd:integer">
  538.       <xsd:minInclusive value="0" />
  539.       <xsd:maxInclusive value="999" />
  540.     </xsd:restriction>
  541.   </xsd:simpleType>
  542.   <xsd:simpleType name="Numeric0to9999">
  543.     <xsd:annotation>
  544.       <xsd:documentation xml:lang="en">Used for Numeric values, from 0 to 9999 inclusive.</xsd:documentation>
  545.     </xsd:annotation>
  546.     <xsd:restriction base="xsd:integer">
  547.       <xsd:minInclusive value="0" />
  548.       <xsd:maxInclusive value="9999" />
  549.     </xsd:restriction>
  550.   </xsd:simpleType>
  551.   <xsd:simpleType name="Numeric1to3">
  552.     <xsd:annotation>
  553.       <xsd:documentation xml:lang="en">Used for Numeric values, from 1 to 3 inclusive.</xsd:documentation>
  554.     </xsd:annotation>
  555.     <xsd:restriction base="xsd:integer">
  556.       <xsd:minInclusive value="1" />
  557.       <xsd:maxInclusive value="3" />
  558.     </xsd:restriction>
  559.   </xsd:simpleType>
  560.   <xsd:simpleType name="Numeric1to4">
  561.     <xsd:annotation>
  562.       <xsd:documentation xml:lang="en">Used for Numeric values, from 1 to 4 inclusive.</xsd:documentation>
  563.     </xsd:annotation>
  564.     <xsd:restriction base="xsd:integer">
  565.       <xsd:minInclusive value="1" />
  566.       <xsd:maxInclusive value="4" />
  567.     </xsd:restriction>
  568.   </xsd:simpleType>
  569.   <xsd:simpleType name="Numeric1to99">
  570.     <xsd:annotation>
  571.       <xsd:documentation xml:lang="en">Used for Numeric values, from 1 to 99 inclusive.</xsd:documentation>
  572.     </xsd:annotation>
  573.     <xsd:restriction base="xsd:integer">
  574.       <xsd:minInclusive value="1" />
  575.       <xsd:maxInclusive value="99" />
  576.     </xsd:restriction>
  577.   </xsd:simpleType>
  578.   <xsd:simpleType name="Numeric1to999">
  579.     <xsd:annotation>
  580.       <xsd:documentation xml:lang="en">Used for Numeric values, from 1 to 999 inclusive.</xsd:documentation>
  581.     </xsd:annotation>
  582.     <xsd:restriction base="xsd:integer">
  583.       <xsd:minInclusive value="1" />
  584.       <xsd:maxInclusive value="999" />
  585.     </xsd:restriction>
  586.   </xsd:simpleType>
  587.   <xsd:simpleType name="Numeric1to9999">
  588.     <xsd:annotation>
  589.       <xsd:documentation xml:lang="en">Used for Numeric values, from 1 to 9999 inclusive.</xsd:documentation>
  590.     </xsd:annotation>
  591.     <xsd:restriction base="xsd:integer">
  592.       <xsd:minInclusive value="1" />
  593.       <xsd:maxInclusive value="9999" />
  594.     </xsd:restriction>
  595.   </xsd:simpleType>
  596.   <xsd:simpleType name="NumericStringLength15to50">
  597.     <xsd:annotation>
  598.       <xsd:documentation>Used for Numeric Strings, length 15 to 50.</xsd:documentation>
  599.     </xsd:annotation>
  600.     <xsd:restriction base="xsd:string">
  601.       <xsd:pattern value="[0-9]{15,50}" />
  602.     </xsd:restriction>
  603.   </xsd:simpleType>
  604.   <xsd:simpleType name="NumericStringLength1to16">
  605.     <xsd:annotation>
  606.       <xsd:documentation xml:lang="en">Used for Numeric Strings, length 1 to 16.</xsd:documentation>
  607.     </xsd:annotation>
  608.     <xsd:restriction base="xsd:string">
  609.       <xsd:pattern value="[0-9]{1,16}" />
  610.     </xsd:restriction>
  611.   </xsd:simpleType>
  612.   <xsd:simpleType name="NumericStringLength1to19">
  613.     <xsd:annotation>
  614.       <xsd:documentation xml:lang="en">Used for Numeric Strings, length 1 to 19.</xsd:documentation>
  615.     </xsd:annotation>
  616.     <xsd:restriction base="xsd:string">
  617.       <xsd:pattern value="[0-9]{1,19}" />
  618.     </xsd:restriction>
  619.   </xsd:simpleType>
  620.   <xsd:simpleType name="NumericStringLength1to3">
  621.     <xsd:annotation>
  622.       <xsd:documentation xml:lang="en">Used for Numeric Strings length 1 to 3.</xsd:documentation>
  623.     </xsd:annotation>
  624.     <xsd:restriction base="xsd:string">
  625.       <xsd:pattern value="[0-9]{1,3}" />
  626.     </xsd:restriction>
  627.   </xsd:simpleType>
  628.   <xsd:simpleType name="NumericStringLength1to5">
  629.     <xsd:annotation>
  630.       <xsd:documentation xml:lang="en">Used for Numeric Strings, length 1 to 5.</xsd:documentation>
  631.     </xsd:annotation>
  632.     <xsd:restriction base="xsd:string">
  633.       <xsd:pattern value="[0-9]{1,5}" />
  634.     </xsd:restriction>
  635.   </xsd:simpleType>
  636.   <xsd:simpleType name="NumericStringLength1to8">
  637.     <xsd:annotation>
  638.       <xsd:documentation xml:lang="en">Used for Numeric Strings, length 1 to 8.</xsd:documentation>
  639.     </xsd:annotation>
  640.     <xsd:restriction base="xsd:string">
  641.       <xsd:pattern value="[0-9]{1,8}" />
  642.     </xsd:restriction>
  643.   </xsd:simpleType>
  644.   <xsd:simpleType name="NumericStringLength2">
  645.     <xsd:annotation>
  646.       <xsd:documentation>Used for Numeric Strings, length exactly 2.</xsd:documentation>
  647.     </xsd:annotation>
  648.     <xsd:restriction base="xsd:string">
  649.       <xsd:pattern value="[0-9]{2}" />
  650.     </xsd:restriction>
  651.   </xsd:simpleType>
  652.   <xsd:simpleType name="NumericStringLength4">
  653.     <xsd:annotation>
  654.       <xsd:documentation xml:lang="en">Used for Numeric Strings, length exactly 4.</xsd:documentation>
  655.     </xsd:annotation>
  656.     <xsd:restriction base="xsd:string">
  657.       <xsd:pattern value="[0-9]{4}" />
  658.     </xsd:restriction>
  659.   </xsd:simpleType>
  660.   <xsd:simpleType name="OfficeLocationType">
  661.     <xsd:annotation>
  662.       <xsd:documentation xml:lang="en">Specifes the location type of an office (e.g. main, field, division).</xsd:documentation>
  663.     </xsd:annotation>
  664.     <xsd:restriction base="xsd:NMTOKEN">
  665.       <xsd:enumeration value="Main" />
  666.       <xsd:enumeration value="Field" />
  667.       <xsd:enumeration value="Division" />
  668.       <xsd:enumeration value="Regional" />
  669.       <xsd:enumeration value="Remote" />
  670.     </xsd:restriction>
  671.   </xsd:simpleType>
  672.   <xsd:simpleType name="OTA_CodeType">
  673.     <xsd:annotation>
  674.       <xsd:documentation xml:lang="en">Used for codes in the OpenTravel Code tables. Possible values of this pattern are 1, 101, 101.EQP, or 101.EQP.X.</xsd:documentation>
  675.     </xsd:annotation>
  676.     <xsd:restriction base="xsd:string">
  677.       <xsd:pattern value="[0-9A-Z]{1,3}(\.[A-Z]{3}(\.X){0,1}){0,1}" />
  678.     </xsd:restriction>
  679.   </xsd:simpleType>
  680.   <xsd:simpleType name="PaymentCardCodeType">
  681.     <xsd:annotation>
  682.       <xsd:documentation xml:lang="en">The 2 digit code that identifies the credit card.</xsd:documentation>
  683.     </xsd:annotation>
  684.     <xsd:union>
  685.       <xsd:simpleType>
  686.         <xsd:restriction base="UpperCaseAlphaLength1to2">
  687.           <xsd:enumeration value="AX">
  688.             <xsd:annotation>
  689.               <xsd:documentation xml:lang="en">American Express </xsd:documentation>
  690.             </xsd:annotation>
  691.           </xsd:enumeration>
  692.           <xsd:enumeration value="BC">
  693.             <xsd:annotation>
  694.               <xsd:documentation xml:lang="en">Bank Card</xsd:documentation>
  695.             </xsd:annotation>
  696.           </xsd:enumeration>
  697.           <xsd:enumeration value="BL">
  698.             <xsd:annotation>
  699.               <xsd:documentation xml:lang="en">Carte Bleu</xsd:documentation>
  700.             </xsd:annotation>
  701.           </xsd:enumeration>
  702.           <xsd:enumeration value="CB">
  703.             <xsd:annotation>
  704.               <xsd:documentation xml:lang="en">Carte Blanche</xsd:documentation>
  705.             </xsd:annotation>
  706.           </xsd:enumeration>
  707.           <xsd:enumeration value="DN">
  708.             <xsd:annotation>
  709.               <xsd:documentation xml:lang="en">Diners Club</xsd:documentation>
  710.             </xsd:annotation>
  711.           </xsd:enumeration>
  712.           <xsd:enumeration value="DS">
  713.             <xsd:annotation>
  714.               <xsd:documentation xml:lang="en">Discover Card</xsd:documentation>
  715.             </xsd:annotation>
  716.           </xsd:enumeration>
  717.           <xsd:enumeration value="EC">
  718.             <xsd:annotation>
  719.               <xsd:documentation xml:lang="en">Eurocard</xsd:documentation>
  720.             </xsd:annotation>
  721.           </xsd:enumeration>
  722.           <xsd:enumeration value="JC">
  723.             <xsd:annotation>
  724.               <xsd:documentation xml:lang="en">Japanese Credit Bureau Credit Card</xsd:documentation>
  725.             </xsd:annotation>
  726.           </xsd:enumeration>
  727.           <xsd:enumeration value="MA">
  728.             <xsd:annotation>
  729.               <xsd:documentation xml:lang="en">Maestro</xsd:documentation>
  730.             </xsd:annotation>
  731.           </xsd:enumeration>
  732.           <xsd:enumeration value="MC">
  733.             <xsd:annotation>
  734.               <xsd:documentation xml:lang="en">
  735.                 Master Card
  736.               </xsd:documentation>
  737.             </xsd:annotation>
  738.           </xsd:enumeration>
  739.           <xsd:enumeration value="TP">
  740.             <xsd:annotation>
  741.               <xsd:documentation xml:lang="en">
  742.                 Universal Air Travel Card
  743.               </xsd:documentation>
  744.             </xsd:annotation>
  745.           </xsd:enumeration>
  746.           <xsd:enumeration value="VI">
  747.             <xsd:annotation>
  748.               <xsd:documentation xml:lang="en">
  749.                 Visa
  750.               </xsd:documentation>
  751.             </xsd:annotation>
  752.           </xsd:enumeration>
  753.         </xsd:restriction>
  754.       </xsd:simpleType>
  755.       <xsd:simpleType>
  756.         <xsd:annotation>
  757.           <xsd:documentation xml:lang="en">This is intended to be used when the above enumeration list does not meet your needs. </xsd:documentation>
  758.         </xsd:annotation>
  759.         <xsd:restriction base="UpperCaseAlphaLength1to2" />
  760.       </xsd:simpleType>
  761.     </xsd:union>
  762.   </xsd:simpleType>
  763.   <xsd:simpleType name="Percentage">
  764.     <xsd:annotation>
  765.       <xsd:documentation xml:lang="en">Used for percentage values.</xsd:documentation>
  766.     </xsd:annotation>
  767.     <xsd:restriction base="xsd:decimal">
  768.       <xsd:minInclusive value="0.00" />
  769.       <xsd:maxInclusive value="100.00" />
  770.     </xsd:restriction>
  771.   </xsd:simpleType>
  772.   <xsd:simpleType name="PMS_ResStatusType">
  773.     <xsd:annotation>
  774.       <xsd:documentation xml:lang="en">Statuses that exist in a property management system (PMS).</xsd:documentation>
  775.     </xsd:annotation>
  776.     <xsd:restriction base="StringLength1to16">
  777.       <xsd:enumeration value="Reserved">
  778.         <xsd:annotation>
  779.           <xsd:documentation xml:lang="en">The reservation has been reserved.</xsd:documentation>
  780.         </xsd:annotation>
  781.       </xsd:enumeration>
  782.       <xsd:enumeration value="Requested">
  783.         <xsd:annotation>
  784.           <xsd:documentation xml:lang="en">The reservation has been requested but has not yet been reserved.</xsd:documentation>
  785.         </xsd:annotation>
  786.       </xsd:enumeration>
  787.       <xsd:enumeration value="Request denied">
  788.         <xsd:annotation>
  789.           <xsd:documentation xml:lang="en">The request for the reservation has been denied.</xsd:documentation>
  790.         </xsd:annotation>
  791.       </xsd:enumeration>
  792.       <xsd:enumeration value="No-show">
  793.         <xsd:annotation>
  794.           <xsd:documentation xml:lang="en">This reservation is in "no show" status. Typically this means the person for whom this reservation belonged did not check in and the reservation was moved to "no show" status.</xsd:documentation>
  795.         </xsd:annotation>
  796.       </xsd:enumeration>
  797.       <xsd:enumeration value="Cancelled">
  798.         <xsd:annotation>
  799.           <xsd:documentation xml:lang="en">This reservation has been cancelled.</xsd:documentation>
  800.         </xsd:annotation>
  801.       </xsd:enumeration>
  802.       <xsd:enumeration value="In-house">
  803.         <xsd:annotation>
  804.           <xsd:documentation xml:lang="en">This reservation has been check in, and is in "in-house" status.</xsd:documentation>
  805.         </xsd:annotation>
  806.       </xsd:enumeration>
  807.       <xsd:enumeration value="Checked out">
  808.         <xsd:annotation>
  809.           <xsd:documentation xml:lang="en">The guest has checked out and the reservation has been changed to "Checked out" status</xsd:documentation>
  810.         </xsd:annotation>
  811.       </xsd:enumeration>
  812.       <xsd:enumeration value="Waitlisted">
  813.         <xsd:annotation>
  814.           <xsd:documentation xml:lang="en">This reservation is in waitlist status and the reservation has not been confirmed.</xsd:documentation>
  815.         </xsd:annotation>
  816.       </xsd:enumeration>
  817.     </xsd:restriction>
  818.   </xsd:simpleType>
  819.   <xsd:simpleType name="PreferLevelType">
  820.     <xsd:annotation>
  821.       <xsd:documentation xml:lang="en">
  822.         Used to specify a preference level for something that is or will be requested (e.g. a supplier of a service, a type of service, a form of payment, etc.).
  823.       </xsd:documentation>
  824.     </xsd:annotation>
  825.     <xsd:restriction base="xsd:NMTOKEN">
  826.       <xsd:enumeration value="Only">
  827.         <xsd:annotation>
  828.           <xsd:documentation xml:lang="en">Preference level that indicates request is only for a specific criterion.</xsd:documentation>
  829.         </xsd:annotation>
  830.       </xsd:enumeration>
  831.       <xsd:enumeration value="Unacceptable">
  832.         <xsd:annotation>
  833.           <xsd:documentation xml:lang="en">
  834.             Preference level that indicates request is unnacceptable for a specific criterion.
  835.           </xsd:documentation>
  836.         </xsd:annotation>
  837.       </xsd:enumeration>
  838.       <xsd:enumeration value="Preferred">
  839.         <xsd:annotation>
  840.           <xsd:documentation xml:lang="en">
  841.             Preference level that indicates request is preferred for a specific criterion.
  842.           </xsd:documentation>
  843.         </xsd:annotation>
  844.       </xsd:enumeration>
  845.       <xsd:enumeration value="Required">
  846.         <xsd:annotation>
  847.           <xsd:documentation xml:lang="en">
  848.             Preference level that indicates request is required for a specific criterion.
  849.           </xsd:documentation>
  850.         </xsd:annotation>
  851.       </xsd:enumeration>
  852.       <xsd:enumeration value="NoPreference">
  853.         <xsd:annotation>
  854.           <xsd:documentation xml:lang="en">
  855.             Preference level that indicates there is no preference.
  856.           </xsd:documentation>
  857.         </xsd:annotation>
  858.       </xsd:enumeration>
  859.     </xsd:restriction>
  860.   </xsd:simpleType>
  861.   <xsd:simpleType name="PricingType">
  862.     <xsd:annotation>
  863.       <xsd:documentation xml:lang="en">An enumerated type that defines how a service is priced.  Values:  Per stay,  Per person, Per night, Per person per night,  Per use.  </xsd:documentation>
  864.     </xsd:annotation>
  865.     <xsd:restriction base="StringLength1to32">
  866.       <xsd:enumeration value="Per stay" />
  867.       <xsd:enumeration value="Per person" />
  868.       <xsd:enumeration value="Per night" />
  869.       <xsd:enumeration value="Per person per night" />
  870.       <xsd:enumeration value="Per use" />
  871.     </xsd:restriction>
  872.   </xsd:simpleType>
  873.   <xsd:simpleType name="RateIndicatorType">
  874.     <xsd:annotation>
  875.       <xsd:documentation xml:lang="en">An enumerated type indicating special conditions with the rate  Valid values: ChangeDuringStay, MultipleNights, Exclusive, OnRequest, LimitedAvailability.</xsd:documentation>
  876.     </xsd:annotation>
  877.     <xsd:restriction base="StringLength1to32">
  878.       <xsd:enumeration value="ChangeDuringStay" />
  879.       <xsd:enumeration value="MultipleNights" />
  880.       <xsd:enumeration value="Exclusive">
  881.         <xsd:annotation>
  882.           <xsd:documentation xml:lang="en">Availability is limited based on guest qualification criteria e.g. AAA member or Government Employee</xsd:documentation>
  883.         </xsd:annotation>
  884.       </xsd:enumeration>
  885.       <xsd:enumeration value="OnRequest" />
  886.       <xsd:enumeration value="LimitedAvailability" />
  887.       <xsd:enumeration value="AvailableForSale" />
  888.       <xsd:enumeration value="ClosedOut" />
  889.       <xsd:enumeration value="OtherAvailable" />
  890.       <xsd:enumeration value="UnableToProcess">
  891.         <xsd:annotation>
  892.           <xsd:documentation xml:lang="en">Indicates an issue that precluded the ability to provide the information.</xsd:documentation>
  893.         </xsd:annotation>
  894.       </xsd:enumeration>
  895.       <xsd:enumeration value="NoAvailability" />
  896.       <xsd:enumeration value="RoomTypeClosed" />
  897.       <xsd:enumeration value="RatePlanClosed" />
  898.       <xsd:enumeration value="LOS_Restricted" />
  899.       <xsd:enumeration value="Restricted">
  900.         <xsd:annotation>
  901.           <xsd:documentation xml:lang="en">Availability is limited based on distribution channel qualification criteria (e.g., Expedia or Sabre).</xsd:documentation>
  902.         </xsd:annotation>
  903.       </xsd:enumeration>
  904.       <xsd:enumeration value="DoesNotExist">
  905.         <xsd:annotation>
  906.           <xsd:documentation xml:lang="en">The rate plan does not exist.</xsd:documentation>
  907.         </xsd:annotation>
  908.       </xsd:enumeration>
  909.     </xsd:restriction>
  910.   </xsd:simpleType>
  911.   <xsd:simpleType name="RatePeriodSimpleType">
  912.     <xsd:annotation>
  913.       <xsd:documentation xml:lang="en">The RatePeriodSimpleType simple type defines a set of valid values for the type of rate that may be applied.  Typically rates differ based upon the duration, and the actual rate is then expressed in terms of the period of the rental.</xsd:documentation>
  914.     </xsd:annotation>
  915.     <xsd:restriction base="xsd:NMTOKEN">
  916.       <xsd:enumeration value="Hourly" />
  917.       <xsd:enumeration value="Daily" />
  918.       <xsd:enumeration value="Weekly" />
  919.       <xsd:enumeration value="Monthly" />
  920.       <xsd:enumeration value="WeekendDay" />
  921.       <xsd:enumeration value="Other" />
  922.       <xsd:enumeration value="Package">
  923.         <xsd:annotation>
  924.           <xsd:documentation xml:lang="en">The rate period is based on the package.</xsd:documentation>
  925.         </xsd:annotation>
  926.       </xsd:enumeration>
  927.       <xsd:enumeration value="Bundle">
  928.         <xsd:annotation>
  929.           <xsd:documentation xml:lang="en">The rate is the same regardless of the number of days the vehicle is rented.</xsd:documentation>
  930.         </xsd:annotation>
  931.       </xsd:enumeration>
  932.       <xsd:enumeration value="Total">
  933.         <xsd:annotation>
  934.           <xsd:documentation xml:lang="en">The rate is the total, no specific rate period.</xsd:documentation>
  935.         </xsd:annotation>
  936.       </xsd:enumeration>
  937.     </xsd:restriction>
  938.   </xsd:simpleType>
  939.   <xsd:simpleType name="RPH_Type">
  940.     <xsd:annotation>
  941.       <xsd:documentation xml:lang="en">The Reference Place Holder (RPH) is an index code used to identify an instance in a collection of like items (e.g. used to assign individual passengers or clients to particular itinerary items).</xsd:documentation>
  942.     </xsd:annotation>
  943.     <xsd:restriction base="xsd:string">
  944.       <xsd:pattern value="[0-9]{1,8}" />
  945.     </xsd:restriction>
  946.   </xsd:simpleType>
  947.   <xsd:simpleType name="SeatDirectionType">
  948.     <xsd:annotation>
  949.       <xsd:documentation xml:lang="en">Identifies the orientation of a seat relative to the direction of  travel.</xsd:documentation>
  950.     </xsd:annotation>
  951.     <xsd:restriction base="xsd:string">
  952.       <xsd:enumeration value="Facing" />
  953.       <xsd:enumeration value="Back" />
  954.       <xsd:enumeration value="Airline" />
  955.       <xsd:enumeration value="Lateral" />
  956.       <xsd:enumeration value="Unknown" />
  957.     </xsd:restriction>
  958.   </xsd:simpleType>
  959.   <xsd:simpleType name="SeatType">
  960.     <xsd:annotation>
  961.       <xsd:documentation xml:lang="en">Identifies the position of a seat, e.g. Window, Aisle etc. </xsd:documentation>
  962.     </xsd:annotation>
  963.     <xsd:restriction base="xsd:string">
  964.       <xsd:enumeration value="Window" />
  965.       <xsd:enumeration value="Aisle" />
  966.       <xsd:enumeration value="Table" />
  967.       <xsd:enumeration value="Middle" />
  968.       <xsd:enumeration value="Individual" />
  969.     </xsd:restriction>
  970.   </xsd:simpleType>
  971.   <xsd:simpleType name="ShortDescriptionType">
  972.     <xsd:annotation>
  973.       <xsd:documentation xml:lang="en">A textual description.</xsd:documentation>
  974.     </xsd:annotation>
  975.     <xsd:restriction base="xsd:string">
  976.       <xsd:minLength value="0" />
  977.       <xsd:maxLength value="64" />
  978.     </xsd:restriction>
  979.   </xsd:simpleType>
  980.   <xsd:simpleType name="StateProvCodeType">
  981.     <xsd:annotation>
  982.       <xsd:documentation xml:lang="en">The standard code or abbreviation for the state, province, or region.</xsd:documentation>
  983.     </xsd:annotation>
  984.     <xsd:restriction base="StringLength1to8">
  985.       <xsd:minLength value="2" />
  986.     </xsd:restriction>
  987.   </xsd:simpleType>
  988.   <xsd:simpleType name="StringLength0to128">
  989.     <xsd:annotation>
  990.       <xsd:documentation xml:lang="en">Used for Character Strings, length 0 to 128.</xsd:documentation>
  991.     </xsd:annotation>
  992.     <xsd:restriction base="xsd:string">
  993.       <xsd:minLength value="0" />
  994.       <xsd:maxLength value="128" />
  995.     </xsd:restriction>
  996.   </xsd:simpleType>
  997.   <xsd:simpleType name="StringLength0to255">
  998.     <xsd:annotation>
  999.       <xsd:documentation xml:lang="en">Used for Character Strings, length 0 to 255.</xsd:documentation>
  1000.     </xsd:annotation>
  1001.     <xsd:restriction base="xsd:string">
  1002.       <xsd:minLength value="0" />
  1003.       <xsd:maxLength value="255" />
  1004.     </xsd:restriction>
  1005.   </xsd:simpleType>
  1006.   <xsd:simpleType name="StringLength0to32">
  1007.     <xsd:annotation>
  1008.       <xsd:documentation xml:lang="en">Used for Character Strings, length 0 to 32.</xsd:documentation>
  1009.     </xsd:annotation>
  1010.     <xsd:restriction base="xsd:string">
  1011.       <xsd:minLength value="0" />
  1012.       <xsd:maxLength value="32" />
  1013.     </xsd:restriction>
  1014.   </xsd:simpleType>
  1015.   <xsd:simpleType name="StringLength0to64">
  1016.     <xsd:annotation>
  1017.       <xsd:documentation xml:lang="en">Used for Character Strings, length 0 to 64.</xsd:documentation>
  1018.     </xsd:annotation>
  1019.     <xsd:restriction base="xsd:string">
  1020.       <xsd:minLength value="0" />
  1021.       <xsd:maxLength value="64" />
  1022.     </xsd:restriction>
  1023.   </xsd:simpleType>
  1024.   <xsd:simpleType name="StringLength0to8">
  1025.     <xsd:annotation>
  1026.       <xsd:documentation xml:lang="en">Used for Character Strings, length 0 to 8.</xsd:documentation>
  1027.     </xsd:annotation>
  1028.     <xsd:restriction base="xsd:string">
  1029.       <xsd:minLength value="0" />
  1030.       <xsd:maxLength value="8" />
  1031.     </xsd:restriction>
  1032.   </xsd:simpleType>
  1033.   <xsd:simpleType name="StringLength1to128">
  1034.     <xsd:annotation>
  1035.       <xsd:documentation xml:lang="en">Used for Character Strings, length 1 to 128.</xsd:documentation>
  1036.     </xsd:annotation>
  1037.     <xsd:restriction base="xsd:string">
  1038.       <xsd:minLength value="1" />
  1039.       <xsd:maxLength value="128" />
  1040.     </xsd:restriction>
  1041.   </xsd:simpleType>
  1042.   <xsd:simpleType name="StringLength1to16">
  1043.     <xsd:annotation>
  1044.       <xsd:documentation xml:lang="en">Used for Character Strings, length 1 to 16.</xsd:documentation>
  1045.     </xsd:annotation>
  1046.     <xsd:restriction base="xsd:string">
  1047.       <xsd:minLength value="1" />
  1048.       <xsd:maxLength value="16" />
  1049.     </xsd:restriction>
  1050.   </xsd:simpleType>
  1051.   <xsd:simpleType name="StringLength1to255">
  1052.     <xsd:annotation>
  1053.       <xsd:documentation xml:lang="en">Used for Character Strings, length 1 to 255.</xsd:documentation>
  1054.     </xsd:annotation>
  1055.     <xsd:restriction base="xsd:string">
  1056.       <xsd:minLength value="1" />
  1057.       <xsd:maxLength value="255" />
  1058.     </xsd:restriction>
  1059.   </xsd:simpleType>
  1060.   <xsd:simpleType name="StringLength1to32">
  1061.     <xsd:annotation>
  1062.       <xsd:documentation xml:lang="en">Used for Character Strings, length 1 to 32.</xsd:documentation>
  1063.     </xsd:annotation>
  1064.     <xsd:restriction base="xsd:string">
  1065.       <xsd:minLength value="1" />
  1066.       <xsd:maxLength value="32" />
  1067.     </xsd:restriction>
  1068.   </xsd:simpleType>
  1069.   <xsd:simpleType name="StringLength1to64">
  1070.     <xsd:annotation>
  1071.       <xsd:documentation xml:lang="en">Used for Character Strings, length 1 to 64.</xsd:documentation>
  1072.     </xsd:annotation>
  1073.     <xsd:restriction base="xsd:string">
  1074.       <xsd:minLength value="1" />
  1075.       <xsd:maxLength value="64" />
  1076.     </xsd:restriction>
  1077.   </xsd:simpleType>
  1078.   <xsd:simpleType name="StringLength1to8">
  1079.     <xsd:annotation>
  1080.       <xsd:documentation xml:lang="en">Used for Character Strings, length 1 to 8.</xsd:documentation>
  1081.     </xsd:annotation>
  1082.     <xsd:restriction base="xsd:string">
  1083.       <xsd:minLength value="1" />
  1084.       <xsd:maxLength value="8" />
  1085.     </xsd:restriction>
  1086.   </xsd:simpleType>
  1087.   <xsd:simpleType name="StringLength3">
  1088.     <xsd:annotation>
  1089.       <xsd:documentation xml:lang="en">Used for Strings, length exactly 3.</xsd:documentation>
  1090.     </xsd:annotation>
  1091.     <xsd:restriction base="xsd:string">
  1092.       <xsd:minLength value="3" />
  1093.       <xsd:maxLength value="3" />
  1094.     </xsd:restriction>
  1095.   </xsd:simpleType>
  1096.   <xsd:simpleType name="TicketType">
  1097.     <xsd:annotation>
  1098.       <xsd:documentation xml:lang="en">Specifies the type of ticket document (e.g. electronic, paper).</xsd:documentation>
  1099.     </xsd:annotation>
  1100.     <xsd:restriction base="xsd:NMTOKEN">
  1101.       <xsd:enumeration value="eTicket">
  1102.         <xsd:annotation>
  1103.           <xsd:documentation xml:lang="en">An electronic ticket</xsd:documentation>
  1104.         </xsd:annotation>
  1105.       </xsd:enumeration>
  1106.       <xsd:enumeration value="Paper">
  1107.         <xsd:annotation>
  1108.           <xsd:documentation xml:lang="en">A paper ticket</xsd:documentation>
  1109.         </xsd:annotation>
  1110.       </xsd:enumeration>
  1111.       <xsd:enumeration value="MCO">
  1112.         <xsd:annotation>
  1113.           <xsd:documentation xml:lang="en">A miscellaneous charge order</xsd:documentation>
  1114.         </xsd:annotation>
  1115.       </xsd:enumeration>
  1116.     </xsd:restriction>
  1117.   </xsd:simpleType>
  1118.   <xsd:simpleType name="TimeOrDateTimeType">
  1119.     <xsd:annotation>
  1120.       <xsd:documentation xml:lang="en">Allows for the specification of a date time or just time.</xsd:documentation>
  1121.     </xsd:annotation>
  1122.     <xsd:union memberTypes="xsd:dateTime xsd:time" />
  1123.   </xsd:simpleType>
  1124.   <xsd:simpleType name="TimeUnitType">
  1125.     <xsd:annotation>
  1126.       <xsd:documentation xml:lang="en">Defines the unit in which the time is expressed (e.g. year, day, hour).</xsd:documentation>
  1127.     </xsd:annotation>
  1128.     <xsd:restriction base="StringLength1to16">
  1129.       <xsd:enumeration value="Year" />
  1130.       <xsd:enumeration value="Month" />
  1131.       <xsd:enumeration value="Week" />
  1132.       <xsd:enumeration value="Day" />
  1133.       <xsd:enumeration value="Hour" />
  1134.       <xsd:enumeration value="Second" />
  1135.       <xsd:enumeration value="FullDuration" />
  1136.       <xsd:enumeration value="Minute" />
  1137.     </xsd:restriction>
  1138.   </xsd:simpleType>
  1139.   <xsd:simpleType name="TrainPolicyCodeType">
  1140.     <xsd:annotation>
  1141.       <xsd:documentation>TBC.</xsd:documentation>
  1142.     </xsd:annotation>
  1143.     <xsd:restriction base="xsd:NMTOKEN">
  1144.       <xsd:enumeration value="Minimum" />
  1145.       <xsd:enumeration value="Maximum" />
  1146.     </xsd:restriction>
  1147.   </xsd:simpleType>
  1148.   <xsd:simpleType name="TransactionActionType">
  1149.     <xsd:annotation>
  1150.       <xsd:documentation xml:lang="en">To specify the type of action requested when more than one function could be handled by the message. </xsd:documentation>
  1151.     </xsd:annotation>
  1152.     <xsd:restriction base="xsd:string">
  1153.       <xsd:enumeration value="Book" />
  1154.       <xsd:enumeration value="Quote" />
  1155.       <xsd:enumeration value="Hold" />
  1156.       <xsd:enumeration value="Initiate" />
  1157.       <xsd:enumeration value="Ignore" />
  1158.       <xsd:enumeration value="Modify" />
  1159.       <xsd:enumeration value="Commit" />
  1160.       <xsd:enumeration value="Cancel" />
  1161.       <xsd:enumeration value="CommitOverrideEdits">
  1162.         <xsd:annotation>
  1163.           <xsd:documentation xml:lang="en">
  1164.             Commit the transaction and override the end transaction edits.
  1165.           </xsd:documentation>
  1166.         </xsd:annotation>
  1167.       </xsd:enumeration>
  1168.       <xsd:enumeration value="VerifyPrice">
  1169.         <xsd:annotation>
  1170.           <xsd:documentation xml:lang="en">Perform a price verification.</xsd:documentation>
  1171.         </xsd:annotation>
  1172.       </xsd:enumeration>
  1173.       <xsd:enumeration value="Ticket">
  1174.         <xsd:annotation>
  1175.           <xsd:documentation xml:lang="en">A ticket for an event, such as a show or theme park.</xsd:documentation>
  1176.         </xsd:annotation>
  1177.       </xsd:enumeration>
  1178.     </xsd:restriction>
  1179.   </xsd:simpleType>
  1180.   <xsd:simpleType name="TransactionStatusType">
  1181.     <xsd:annotation>
  1182.       <xsd:documentation xml:lang="en">To specify a status to the transaction, usually in the response message, of the action specifed in the request message.  </xsd:documentation>
  1183.     </xsd:annotation>
  1184.     <xsd:restriction base="xsd:string">
  1185.       <xsd:enumeration value="Pending" />
  1186.       <xsd:enumeration value="Cancelled" />
  1187.       <xsd:enumeration value="Modified" />
  1188.       <xsd:enumeration value="Committed" />
  1189.       <xsd:enumeration value="Ignored" />
  1190.       <xsd:enumeration value="On Hold" />
  1191.       <xsd:enumeration value="Unsuccessful" />
  1192.       <xsd:enumeration value="PendingCancellation">
  1193.         <xsd:annotation>
  1194.           <xsd:documentation xml:lang="en">The item that is pending cancellation.</xsd:documentation>
  1195.         </xsd:annotation>
  1196.       </xsd:enumeration>
  1197.       <xsd:enumeration value="PendingPurchase">
  1198.         <xsd:annotation>
  1199.           <xsd:documentation xml:lang="en">Purchase of the item is pending.</xsd:documentation>
  1200.         </xsd:annotation>
  1201.       </xsd:enumeration>
  1202.       <xsd:enumeration value="Requested">
  1203.         <xsd:annotation>
  1204.           <xsd:documentation xml:lang="en">The item has been requested.</xsd:documentation>
  1205.         </xsd:annotation>
  1206.       </xsd:enumeration>
  1207.       <xsd:enumeration value="Reserved">
  1208.         <xsd:annotation>
  1209.           <xsd:documentation xml:lang="en">The item is reserved.</xsd:documentation>
  1210.         </xsd:annotation>
  1211.       </xsd:enumeration>
  1212.       <xsd:enumeration value="Unchanged">
  1213.         <xsd:annotation>
  1214.           <xsd:documentation xml:lang="en">The item is not changed due to the most recent action.</xsd:documentation>
  1215.         </xsd:annotation>
  1216.       </xsd:enumeration>
  1217.       <xsd:enumeration value="RequestDenied">
  1218.         <xsd:annotation>
  1219.           <xsd:documentation xml:lang="en">Request denied.</xsd:documentation>
  1220.         </xsd:annotation>
  1221.       </xsd:enumeration>
  1222.       <xsd:enumeration value="Ticketed">
  1223.         <xsd:annotation>
  1224.           <xsd:documentation xml:lang="en">The item has been ticketed.</xsd:documentation>
  1225.         </xsd:annotation>
  1226.       </xsd:enumeration>
  1227.     </xsd:restriction>
  1228.   </xsd:simpleType>
  1229.   <xsd:simpleType name="TransferActionType">
  1230.     <xsd:annotation>
  1231.       <xsd:documentation>Used to indicate the transfer action status.</xsd:documentation>
  1232.     </xsd:annotation>
  1233.     <xsd:restriction base="xsd:NMTOKEN">
  1234.       <xsd:enumeration value="Automatic">
  1235.         <xsd:annotation>
  1236.           <xsd:documentation xml:lang="en">Indicates transfer when in automatic mode.</xsd:documentation>
  1237.         </xsd:annotation>
  1238.       </xsd:enumeration>
  1239.       <xsd:enumeration value="Mandatory">
  1240.         <xsd:annotation>
  1241.           <xsd:documentation xml:lang="en">Indicates transfer required in all modes.</xsd:documentation>
  1242.         </xsd:annotation>
  1243.       </xsd:enumeration>
  1244.       <xsd:enumeration value="Selectable">
  1245.         <xsd:annotation>
  1246.           <xsd:documentation xml:lang="en">Indicates transfer when in selectable mode.</xsd:documentation>
  1247.         </xsd:annotation>
  1248.       </xsd:enumeration>
  1249.     </xsd:restriction>
  1250.   </xsd:simpleType>
  1251.   <xsd:simpleType name="UpperCaseAlphaLength1to2">
  1252.     <xsd:annotation>
  1253.       <xsd:documentation xml:lang="en">Used for an Alpha String, length 1 to 2 (for letter codes).</xsd:documentation>
  1254.     </xsd:annotation>
  1255.     <xsd:restriction base="xsd:string">
  1256.       <xsd:pattern value="[A-Z]{1,2}" />
  1257.     </xsd:restriction>
  1258.   </xsd:simpleType>
  1259.   <xsd:simpleType name="UpperCaseAlphaLength1to3">
  1260.     <xsd:annotation>
  1261.       <xsd:documentation xml:lang="en">Used for an Alpha String, length 1 to 3 (for letter codes).</xsd:documentation>
  1262.     </xsd:annotation>
  1263.     <xsd:restriction base="xsd:string">
  1264.       <xsd:pattern value="[A-Z]{1,3}" />
  1265.     </xsd:restriction>
  1266.   </xsd:simpleType>
  1267.   <xsd:simpleType name="UpperCaseAlphaNumericLength2">
  1268.     <xsd:annotation>
  1269.       <xsd:documentation>Used for an Upper Alpha String and Numeric, length 2.</xsd:documentation>
  1270.     </xsd:annotation>
  1271.     <xsd:restriction base="xsd:string">
  1272.       <xsd:pattern value="[A-Z0-9]{2}" />
  1273.     </xsd:restriction>
  1274.   </xsd:simpleType>
  1275.   <xsd:simpleType name="UpperCaseAlphaNumericLength2to3">
  1276.     <xsd:annotation>
  1277.       <xsd:documentation xml:lang="en">Used for an Upper Alpha String and Numeric, length 2 to 3.</xsd:documentation>
  1278.     </xsd:annotation>
  1279.     <xsd:restriction base="xsd:string">
  1280.       <xsd:pattern value="[A-Z0-9]{2,3}" />
  1281.     </xsd:restriction>
  1282.   </xsd:simpleType>
  1283.   <xsd:simpleType name="UpperCaseAlphaNumericLength3to5">
  1284.     <xsd:annotation>
  1285.       <xsd:documentation xml:lang="en">Used for an Upper Alpha String and Numeric, length 3 to 5.</xsd:documentation>
  1286.     </xsd:annotation>
  1287.     <xsd:restriction base="xsd:string">
  1288.       <xsd:pattern value="[A-Z0-9]{3,5}" />
  1289.     </xsd:restriction>
  1290.   </xsd:simpleType>
  1291.   <xsd:simpleType name="UTC_TimeZoneOffset">
  1292.     <xsd:annotation>
  1293.       <xsd:documentation xml:lang="en">Identifies a time zone by an offset from the UTC time by adding a positive or negative time.</xsd:documentation>
  1294.     </xsd:annotation>
  1295.     <xsd:restriction base="xsd:string" />
  1296.   </xsd:simpleType>
  1297.   <xsd:simpleType name="YearOrYearMonthType">
  1298.     <xsd:annotation>
  1299.       <xsd:documentation xml:lang="en">A construct to validate either a year or a year and month value.</xsd:documentation>
  1300.     </xsd:annotation>
  1301.     <xsd:union memberTypes="xsd:gYear xsd:gYearMonth" />
  1302.   </xsd:simpleType>
  1303.   <xsd:simpleType name="YesNoType">
  1304.     <xsd:annotation>
  1305.       <xsd:documentation xml:lang="en">Used to indicate a positive or negative choice. Not recommended for use, use xs:boolean.</xsd:documentation>
  1306.     </xsd:annotation>
  1307.     <xsd:restriction base="xsd:NMTOKEN">
  1308.       <xsd:enumeration value="Yes" />
  1309.       <xsd:enumeration value="No" />
  1310.     </xsd:restriction>
  1311.   </xsd:simpleType>
  1312.   <xsd:complexType name="AcceptablePaymentCardsInfoType">
  1313.     <xsd:annotation>
  1314.       <xsd:documentation xml:lang="en">This complex type identifies payment cards that are acceptable for a specific form of payment, along with the ability to provide free text information regarding payment cards.</xsd:documentation>
  1315.     </xsd:annotation>
  1316.     <xsd:sequence>
  1317.       <xsd:element minOccurs="0" name="AcceptablePaymentCards">
  1318.         <xsd:annotation>
  1319.           <xsd:documentation xml:lang="en">A collection of payment cards that are acceptable as a form of payment.</xsd:documentation>
  1320.         </xsd:annotation>
  1321.         <xsd:complexType>
  1322.           <xsd:sequence>
  1323.             <xsd:element maxOccurs="99" name="AcceptablePaymentCard">
  1324.               <xsd:annotation>
  1325.                 <xsd:documentation xml:lang="en">Specific information of one payment card that is acceptable as a form of payment.</xsd:documentation>
  1326.               </xsd:annotation>
  1327.               <xsd:complexType>
  1328.                 <xsd:attribute name="CardType" type="OTA_CodeType" use="optional">
  1329.                   <xsd:annotation>
  1330.                     <xsd:documentation xml:lang="en">A code used to identify this payment card. Refer to OpenTravel Code List Card Type (CDT).</xsd:documentation>
  1331.                   </xsd:annotation>
  1332.                 </xsd:attribute>
  1333.                 <xsd:attribute name="CardName" type="StringLength1to32" use="optional">
  1334.                   <xsd:annotation>
  1335.                     <xsd:documentation xml:lang="en">The name used to describe this type of payment card, for example, American Express.</xsd:documentation>
  1336.                   </xsd:annotation>
  1337.                 </xsd:attribute>
  1338.                 <xsd:attribute name="UsagePercentage" type="Percentage" use="optional">
  1339.                   <xsd:annotation>
  1340.                     <xsd:documentation xml:lang="en">If applicable, defines the percentage of the total amount that is incurred as a usage fee.</xsd:documentation>
  1341.                   </xsd:annotation>
  1342.                 </xsd:attribute>
  1343.                 <xsd:attribute name="UsageAmount" type="Money" use="optional">
  1344.                   <xsd:annotation>
  1345.                     <xsd:documentation xml:lang="en">If applicable, defines the additonal amount that is incurred as a usage fee.</xsd:documentation>
  1346.                   </xsd:annotation>
  1347.                 </xsd:attribute>
  1348.                 <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  1349.                   <xsd:annotation>
  1350.                     <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  1351.                   </xsd:annotation>
  1352.                 </xsd:attribute>
  1353.                 <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  1354.                   <xsd:annotation>
  1355.                     <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  1356.                   </xsd:annotation>
  1357.                 </xsd:attribute>
  1358.               </xsd:complexType>
  1359.             </xsd:element>
  1360.           </xsd:sequence>
  1361.         </xsd:complexType>
  1362.       </xsd:element>
  1363.       <xsd:element minOccurs="0" name="Info" type="FormattedTextType">
  1364.         <xsd:annotation>
  1365.           <xsd:documentation xml:lang="en">General information regarding the use of payment cards.</xsd:documentation>
  1366.         </xsd:annotation>
  1367.       </xsd:element>
  1368.     </xsd:sequence>
  1369.   </xsd:complexType>
  1370.   <xsd:complexType name="AcceptedPaymentsType">
  1371.     <xsd:annotation>
  1372.       <xsd:documentation xml:lang="en">Used to define the types of payments accepted.</xsd:documentation>
  1373.     </xsd:annotation>
  1374.     <xsd:sequence>
  1375.       <xsd:element maxOccurs="unbounded" name="AcceptedPayment" type="PaymentFormType">
  1376.         <xsd:annotation>
  1377.           <xsd:documentation xml:lang="en">An acceptable form of payment.</xsd:documentation>
  1378.         </xsd:annotation>
  1379.       </xsd:element>
  1380.     </xsd:sequence>
  1381.   </xsd:complexType>
  1382.   <xsd:complexType name="AddressInfoType">
  1383.     <xsd:annotation>
  1384.       <xsd:documentation xml:lang="en">Information about an address that identifies a location for a specific purposes.</xsd:documentation>
  1385.     </xsd:annotation>
  1386.     <xsd:complexContent>
  1387.       <xsd:extension base="AddressType">
  1388.         <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  1389.           <xsd:annotation>
  1390.             <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  1391.           </xsd:annotation>
  1392.         </xsd:attribute>
  1393.         <xsd:attribute name="UseType" type="OTA_CodeType" use="optional">
  1394.           <xsd:annotation>
  1395.             <xsd:documentation xml:lang="en">Describes the use of the address (e.g. mailing, delivery, billing, etc.). Refer to OpenTravel Code List Address Use Type (AUT).</xsd:documentation>
  1396.           </xsd:annotation>
  1397.         </xsd:attribute>
  1398.         <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  1399.           <xsd:annotation>
  1400.             <xsd:documentation xml:lang="en">Used elsewhere in the message to reference this specific address.</xsd:documentation>
  1401.           </xsd:annotation>
  1402.         </xsd:attribute>
  1403.       </xsd:extension>
  1404.     </xsd:complexContent>
  1405.   </xsd:complexType>
  1406.   <xsd:complexType name="AddressType">
  1407.     <xsd:annotation>
  1408.       <xsd:documentation xml:lang="en">Provides address information.</xsd:documentation>
  1409.     </xsd:annotation>
  1410.     <xsd:sequence>
  1411.       <xsd:element minOccurs="0" name="StreetNmbr">
  1412.         <xsd:annotation>
  1413.           <xsd:documentation xml:lang="en">May contain the street number and optionally the street name.</xsd:documentation>
  1414.         </xsd:annotation>
  1415.         <xsd:complexType>
  1416.           <xsd:simpleContent>
  1417.             <xsd:extension base="StreetNmbrType">
  1418.               <xsd:attribute name="StreetNmbrSuffix" type="StringLength1to8" use="optional">
  1419.                 <xsd:annotation>
  1420.                   <xsd:documentation xml:lang="en">Usually a letter right after the street number (A in 66-A, B in 123-B etc).</xsd:documentation>
  1421.                 </xsd:annotation>
  1422.               </xsd:attribute>
  1423.               <xsd:attribute name="StreetDirection" type="StringLength1to8" use="optional">
  1424.                 <xsd:annotation>
  1425.                   <xsd:documentation xml:lang="en">Street direction of an address (e.g., N, E, S, NW, SW).</xsd:documentation>
  1426.                 </xsd:annotation>
  1427.               </xsd:attribute>
  1428.               <xsd:attribute name="RuralRouteNmbr" type="NumericStringLength1to5" use="optional">
  1429.                 <xsd:annotation>
  1430.                   <xsd:documentation xml:lang="en">Numerical equivalent of a rural township as defined within a given area (e.g., 12, 99).</xsd:documentation>
  1431.                 </xsd:annotation>
  1432.               </xsd:attribute>
  1433.             </xsd:extension>
  1434.           </xsd:simpleContent>
  1435.         </xsd:complexType>
  1436.       </xsd:element>
  1437.       <xsd:element minOccurs="0" maxOccurs="2" name="BldgRoom">
  1438.         <xsd:annotation>
  1439.           <xsd:documentation xml:lang="en">Building name, room, apartment, or suite number.</xsd:documentation>
  1440.         </xsd:annotation>
  1441.         <xsd:complexType>
  1442.           <xsd:simpleContent>
  1443.             <xsd:extension base="StringLength0to64">
  1444.               <xsd:attribute name="BldgNameIndicator" type="xsd:boolean" use="optional">
  1445.                 <xsd:annotation>
  1446.                   <xsd:documentation xml:lang="en">When true, the information is a building name.</xsd:documentation>
  1447.                 </xsd:annotation>
  1448.               </xsd:attribute>
  1449.             </xsd:extension>
  1450.           </xsd:simpleContent>
  1451.         </xsd:complexType>
  1452.       </xsd:element>
  1453.       <xsd:element minOccurs="0" maxOccurs="5" name="AddressLine" type="StringLength1to255">
  1454.         <xsd:annotation>
  1455.           <xsd:documentation xml:lang="en">When the address is unformatted (FormattedInd="false") these lines will contain free form address details. When the address is formatted and street number and street name must be sent independently, the street number will be sent using StreetNmbr, and the street name will be sent in the first AddressLine occurrence.</xsd:documentation>
  1456.         </xsd:annotation>
  1457.       </xsd:element>
  1458.       <xsd:element minOccurs="0" name="CityName" type="StringLength1to64">
  1459.         <xsd:annotation>
  1460.           <xsd:documentation xml:lang="en">City (e.g., Dublin), town, or postal station (i.e., a postal service territory, often used in a military address).</xsd:documentation>
  1461.         </xsd:annotation>
  1462.       </xsd:element>
  1463.       <xsd:element minOccurs="0" name="PostalCode" type="StringLength1to16">
  1464.         <xsd:annotation>
  1465.           <xsd:documentation xml:lang="en">Post Office Code number.</xsd:documentation>
  1466.         </xsd:annotation>
  1467.       </xsd:element>
  1468.       <xsd:element minOccurs="0" name="County" type="StringLength1to32">
  1469.         <xsd:annotation>
  1470.           <xsd:documentation xml:lang="en">County or Region Name (e.g., Fairfax).</xsd:documentation>
  1471.         </xsd:annotation>
  1472.       </xsd:element>
  1473.       <xsd:element minOccurs="0" name="StateProv" type="StateProvType">
  1474.         <xsd:annotation>
  1475.           <xsd:documentation xml:lang="en">State or Province name (e.g., Texas).</xsd:documentation>
  1476.         </xsd:annotation>
  1477.       </xsd:element>
  1478.       <xsd:element minOccurs="0" name="CountryName" type="CountryNameType">
  1479.         <xsd:annotation>
  1480.           <xsd:documentation xml:lang="en">Country name (e.g., Ireland).</xsd:documentation>
  1481.         </xsd:annotation>
  1482.       </xsd:element>
  1483.     </xsd:sequence>
  1484.     <xsd:attribute name="FormattedInd" type="xsd:boolean" use="optional">
  1485.       <xsd:annotation>
  1486.         <xsd:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xsd:documentation>
  1487.       </xsd:annotation>
  1488.     </xsd:attribute>
  1489.     <xsd:attribute name="ShareSynchInd" use="optional">
  1490.       <xsd:annotation>
  1491.         <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  1492.       </xsd:annotation>
  1493.       <xsd:simpleType>
  1494.         <xsd:annotation>
  1495.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  1496.         </xsd:annotation>
  1497.         <xsd:restriction base="xsd:NMTOKEN">
  1498.           <xsd:enumeration value="Yes" />
  1499.           <xsd:enumeration value="No" />
  1500.           <xsd:enumeration value="Inherit" />
  1501.         </xsd:restriction>
  1502.       </xsd:simpleType>
  1503.     </xsd:attribute>
  1504.     <xsd:attribute name="ShareMarketInd" use="optional">
  1505.       <xsd:annotation>
  1506.         <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  1507.       </xsd:annotation>
  1508.       <xsd:simpleType>
  1509.         <xsd:annotation>
  1510.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  1511.         </xsd:annotation>
  1512.         <xsd:restriction base="xsd:NMTOKEN">
  1513.           <xsd:enumeration value="Yes" />
  1514.           <xsd:enumeration value="No" />
  1515.           <xsd:enumeration value="Inherit" />
  1516.         </xsd:restriction>
  1517.       </xsd:simpleType>
  1518.     </xsd:attribute>
  1519.     <xsd:attribute name="Type" type="OTA_CodeType" use="optional">
  1520.       <xsd:annotation>
  1521.         <xsd:documentation xml:lang="en">Defines the type of address (e.g. home, business, other). Refer to OpenTravel Code List Communication Location Type (CLT).</xsd:documentation>
  1522.       </xsd:annotation>
  1523.     </xsd:attribute>
  1524.     <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  1525.       <xsd:annotation>
  1526.         <xsd:documentation xml:lang="en">A remark associated with this address.</xsd:documentation>
  1527.       </xsd:annotation>
  1528.     </xsd:attribute>
  1529.   </xsd:complexType>
  1530.   <xsd:complexType name="BankAcctType">
  1531.     <xsd:annotation>
  1532.       <xsd:documentation xml:lang="en">Customer bank accounts for payments, either for paper checks or electronic funds transfer.</xsd:documentation>
  1533.     </xsd:annotation>
  1534.     <xsd:sequence>
  1535.       <xsd:element minOccurs="0" name="BankAcctName" type="StringLength1to64">
  1536.         <xsd:annotation>
  1537.           <xsd:documentation xml:lang="en">The name the account is held under.</xsd:documentation>
  1538.         </xsd:annotation>
  1539.       </xsd:element>
  1540.     </xsd:sequence>
  1541.     <xsd:attribute name="ShareSynchInd" use="optional">
  1542.       <xsd:annotation>
  1543.         <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  1544.       </xsd:annotation>
  1545.       <xsd:simpleType>
  1546.         <xsd:annotation>
  1547.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  1548.         </xsd:annotation>
  1549.         <xsd:restriction base="xsd:NMTOKEN">
  1550.           <xsd:enumeration value="Yes" />
  1551.           <xsd:enumeration value="No" />
  1552.           <xsd:enumeration value="Inherit" />
  1553.         </xsd:restriction>
  1554.       </xsd:simpleType>
  1555.     </xsd:attribute>
  1556.     <xsd:attribute name="ShareMarketInd" use="optional">
  1557.       <xsd:annotation>
  1558.         <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  1559.       </xsd:annotation>
  1560.       <xsd:simpleType>
  1561.         <xsd:annotation>
  1562.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  1563.         </xsd:annotation>
  1564.         <xsd:restriction base="xsd:NMTOKEN">
  1565.           <xsd:enumeration value="Yes" />
  1566.           <xsd:enumeration value="No" />
  1567.           <xsd:enumeration value="Inherit" />
  1568.         </xsd:restriction>
  1569.       </xsd:simpleType>
  1570.     </xsd:attribute>
  1571.     <xsd:attribute name="BankID" type="StringLength1to64" use="optional">
  1572.       <xsd:annotation>
  1573.         <xsd:documentation xml:lang="en">Code assigned by authorities to financial institutions; sometimes called bank routing number.</xsd:documentation>
  1574.       </xsd:annotation>
  1575.     </xsd:attribute>
  1576.     <xsd:attribute name="AcctType" type="StringLength1to32" use="optional">
  1577.       <xsd:annotation>
  1578.         <xsd:documentation xml:lang="en">Describes the bank account used for financing travel (e.g., checking, savings, investment).</xsd:documentation>
  1579.       </xsd:annotation>
  1580.     </xsd:attribute>
  1581.     <xsd:attribute name="BankAcctNumber" type="StringLength1to32" use="optional">
  1582.       <xsd:annotation>
  1583.         <xsd:documentation xml:lang="en">Identifier for the account assigned by the bank.</xsd:documentation>
  1584.       </xsd:annotation>
  1585.     </xsd:attribute>
  1586.     <xsd:attribute name="ChecksAcceptedInd" type="xsd:boolean" use="optional">
  1587.       <xsd:annotation>
  1588.         <xsd:documentation xml:lang="en">If true, checks are accepted. If false, checks are not accepted.</xsd:documentation>
  1589.       </xsd:annotation>
  1590.     </xsd:attribute>
  1591.     <xsd:attribute name="CheckNumber" type="StringLength1to32" use="optional">
  1592.       <xsd:annotation>
  1593.         <xsd:documentation xml:lang="en">The number of the check used for payment.</xsd:documentation>
  1594.       </xsd:annotation>
  1595.     </xsd:attribute>
  1596.   </xsd:complexType>
  1597.   <xsd:complexType name="BlackoutDateType">
  1598.     <xsd:annotation>
  1599.       <xsd:documentation xml:lang="en">Provides blackout date information.</xsd:documentation>
  1600.     </xsd:annotation>
  1601.     <xsd:sequence>
  1602.       <xsd:element maxOccurs="unbounded" name="BlackoutDate" type="DateTimeSpanType">
  1603.         <xsd:annotation>
  1604.           <xsd:documentation xml:lang="en">Indicates black-out dates for the travel product/service.</xsd:documentation>
  1605.         </xsd:annotation>
  1606.       </xsd:element>
  1607.     </xsd:sequence>
  1608.   </xsd:complexType>
  1609.   <xsd:complexType name="CancelInfoRQType">
  1610.     <xsd:annotation>
  1611.       <xsd:documentation xml:lang="en">Identifies the common, or core, information associated with the request for cancellation of a reservation or other type of record.</xsd:documentation>
  1612.     </xsd:annotation>
  1613.     <xsd:sequence>
  1614.       <xsd:element maxOccurs="2" name="UniqueID" type="UniqueID_Type">
  1615.         <xsd:annotation>
  1616.           <xsd:documentation xml:lang="en">Sending own UniqueID and partner UniqueID - the receiving system needs to know which one - UniqueID acts as a reference for each system.</xsd:documentation>
  1617.         </xsd:annotation>
  1618.       </xsd:element>
  1619.       <xsd:element minOccurs="0" name="PersonName" type="PersonNameType">
  1620.         <xsd:annotation>
  1621.           <xsd:documentation xml:lang="en">The person's name in a reservation.</xsd:documentation>
  1622.         </xsd:annotation>
  1623.       </xsd:element>
  1624.     </xsd:sequence>
  1625.     <xsd:attribute name="CancelType" type="TransactionActionType" use="required">
  1626.       <xsd:annotation>
  1627.         <xsd:documentation xml:lang="en">Used to specify if this is to initiate a cancellation or to commit the cancellation.</xsd:documentation>
  1628.       </xsd:annotation>
  1629.     </xsd:attribute>
  1630.   </xsd:complexType>
  1631.   <xsd:complexType name="CancelInfoRSType">
  1632.     <xsd:annotation>
  1633.       <xsd:documentation xml:lang="en">May contain rules associated with canceling a reservation as well as the supplier's cancellation number.</xsd:documentation>
  1634.     </xsd:annotation>
  1635.     <xsd:sequence>
  1636.       <xsd:element minOccurs="0" name="CancelRules">
  1637.         <xsd:annotation>
  1638.           <xsd:documentation xml:lang="en">A collection of cancellation rules.</xsd:documentation>
  1639.         </xsd:annotation>
  1640.         <xsd:complexType>
  1641.           <xsd:sequence>
  1642.             <xsd:element maxOccurs="unbounded" name="CancelRule" type="CancelRuleType">
  1643.               <xsd:annotation>
  1644.                 <xsd:documentation xml:lang="en">Details of a cancellation rule.</xsd:documentation>
  1645.               </xsd:annotation>
  1646.             </xsd:element>
  1647.           </xsd:sequence>
  1648.         </xsd:complexType>
  1649.       </xsd:element>
  1650.       <xsd:element minOccurs="0" name="UniqueID" type="UniqueID_Type">
  1651.         <xsd:annotation>
  1652.           <xsd:documentation xml:lang="en">Contains the supplier's cancellation number.</xsd:documentation>
  1653.         </xsd:annotation>
  1654.       </xsd:element>
  1655.     </xsd:sequence>
  1656.   </xsd:complexType>
  1657.   <xsd:complexType name="CancelRuleType">
  1658.     <xsd:annotation>
  1659.       <xsd:documentation xml:lang="en">Provides the cancellation amount due according to the time before the booking date that the cancellation occurs. The amount may be either an amount or a percentage (e.g. 50% within 30 days or $100 outside 30 days).</xsd:documentation>
  1660.     </xsd:annotation>
  1661.     <xsd:sequence>
  1662.       <xsd:element minOccurs="0" name="PaymentCard" type="PaymentCardType">
  1663.         <xsd:annotation>
  1664.           <xsd:documentation xml:lang="en">The card to be charged with the cancellation fee.</xsd:documentation>
  1665.         </xsd:annotation>
  1666.       </xsd:element>
  1667.     </xsd:sequence>
  1668.     <xsd:attribute name="CancelByDate" type="DateOrDateTimeType" use="optional">
  1669.       <xsd:annotation>
  1670.         <xsd:documentation xml:lang="en">The date by which a cancellation must be made in order to avoid this cancellation penalty.</xsd:documentation>
  1671.       </xsd:annotation>
  1672.     </xsd:attribute>
  1673.     <xsd:attribute name="Amount" type="Money" use="optional">
  1674.       <xsd:annotation>
  1675.         <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  1676.       </xsd:annotation>
  1677.     </xsd:attribute>
  1678.     <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  1679.       <xsd:annotation>
  1680.         <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  1681.       </xsd:annotation>
  1682.     </xsd:attribute>
  1683.     <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  1684.       <xsd:annotation>
  1685.         <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  1686.       </xsd:annotation>
  1687.     </xsd:attribute>
  1688.     <xsd:attribute name="Percent" type="Percentage" use="optional">
  1689.       <xsd:annotation>
  1690.         <xsd:documentation xml:lang="en">The percentage to be applied for a cancellation.</xsd:documentation>
  1691.       </xsd:annotation>
  1692.     </xsd:attribute>
  1693.     <xsd:attribute name="Type" use="optional">
  1694.       <xsd:annotation>
  1695.         <xsd:documentation xml:lang="en">Defines how the cancellation penalty will be applied.</xsd:documentation>
  1696.       </xsd:annotation>
  1697.       <xsd:simpleType>
  1698.         <xsd:restriction base="xsd:NMTOKEN">
  1699.           <xsd:enumeration value="Refund" />
  1700.           <xsd:enumeration value="Charge" />
  1701.           <xsd:enumeration value="Forfeiture" />
  1702.         </xsd:restriction>
  1703.       </xsd:simpleType>
  1704.     </xsd:attribute>
  1705.   </xsd:complexType>
  1706.   <xsd:complexType name="CommentType">
  1707.     <xsd:annotation>
  1708.       <xsd:documentation xml:lang="en">A collection of comments.</xsd:documentation>
  1709.     </xsd:annotation>
  1710.     <xsd:sequence>
  1711.       <xsd:element maxOccurs="unbounded" name="Comment">
  1712.         <xsd:annotation>
  1713.           <xsd:documentation xml:lang="en">Comment details.</xsd:documentation>
  1714.         </xsd:annotation>
  1715.         <xsd:complexType>
  1716.           <xsd:complexContent>
  1717.             <xsd:extension base="ParagraphType">
  1718.               <xsd:attribute name="CommentOriginatorCode" type="StringLength1to16" use="optional">
  1719.                 <xsd:annotation>
  1720.                   <xsd:documentation xml:lang="en">Unique identifier for the system which created the comment.</xsd:documentation>
  1721.                 </xsd:annotation>
  1722.               </xsd:attribute>
  1723.               <xsd:attribute name="GuestViewable" type="xsd:boolean" use="optional">
  1724.                 <xsd:annotation>
  1725.                   <xsd:documentation xml:lang="en">When true, the comment may be shown to the consumer. When false, the comment may not be shown to the consumer.</xsd:documentation>
  1726.                 </xsd:annotation>
  1727.               </xsd:attribute>
  1728.             </xsd:extension>
  1729.           </xsd:complexContent>
  1730.         </xsd:complexType>
  1731.       </xsd:element>
  1732.     </xsd:sequence>
  1733.   </xsd:complexType>
  1734.   <xsd:complexType name="CommissionType">
  1735.     <xsd:annotation>
  1736.       <xsd:documentation xml:lang="en">Contains details pertaining to commissions.</xsd:documentation>
  1737.     </xsd:annotation>
  1738.     <xsd:sequence>
  1739.       <xsd:element minOccurs="0" name="UniqueID" type="UniqueID_Type">
  1740.         <xsd:annotation>
  1741.           <xsd:documentation xml:lang="en">Identifies the recipient of the commission.</xsd:documentation>
  1742.         </xsd:annotation>
  1743.       </xsd:element>
  1744.       <xsd:element minOccurs="0" name="CommissionableAmount">
  1745.         <xsd:annotation>
  1746.           <xsd:documentation xml:lang="en">The amount on which commission is calculated.</xsd:documentation>
  1747.         </xsd:annotation>
  1748.         <xsd:complexType>
  1749.           <xsd:attribute name="Amount" type="Money" use="optional">
  1750.             <xsd:annotation>
  1751.               <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  1752.             </xsd:annotation>
  1753.           </xsd:attribute>
  1754.           <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  1755.             <xsd:annotation>
  1756.               <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  1757.             </xsd:annotation>
  1758.           </xsd:attribute>
  1759.           <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  1760.             <xsd:annotation>
  1761.               <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  1762.             </xsd:annotation>
  1763.           </xsd:attribute>
  1764.           <xsd:attribute name="TaxInclusiveIndicator" type="xsd:boolean" use="optional">
  1765.             <xsd:annotation>
  1766.               <xsd:documentation xml:lang="en">When true, indicates that the commission is calculated using the rate including tax. When false, indicates that the commission is calculated using the net rate.</xsd:documentation>
  1767.             </xsd:annotation>
  1768.           </xsd:attribute>
  1769.         </xsd:complexType>
  1770.       </xsd:element>
  1771.       <xsd:element minOccurs="0" name="PrepaidAmount">
  1772.         <xsd:annotation>
  1773.           <xsd:documentation xml:lang="en">The amount of commission paid to the agency prior to the service being rendered.</xsd:documentation>
  1774.         </xsd:annotation>
  1775.         <xsd:complexType>
  1776.           <xsd:attribute name="Amount" type="Money" use="optional">
  1777.             <xsd:annotation>
  1778.               <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  1779.             </xsd:annotation>
  1780.           </xsd:attribute>
  1781.           <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  1782.             <xsd:annotation>
  1783.               <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  1784.             </xsd:annotation>
  1785.           </xsd:attribute>
  1786.           <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  1787.             <xsd:annotation>
  1788.               <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  1789.             </xsd:annotation>
  1790.           </xsd:attribute>
  1791.         </xsd:complexType>
  1792.       </xsd:element>
  1793.       <xsd:element minOccurs="0" name="FlatCommission">
  1794.         <xsd:annotation>
  1795.           <xsd:documentation xml:lang="en">A fixed commission amount.</xsd:documentation>
  1796.         </xsd:annotation>
  1797.         <xsd:complexType>
  1798.           <xsd:attribute name="Amount" type="Money" use="optional">
  1799.             <xsd:annotation>
  1800.               <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  1801.             </xsd:annotation>
  1802.           </xsd:attribute>
  1803.           <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  1804.             <xsd:annotation>
  1805.               <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  1806.             </xsd:annotation>
  1807.           </xsd:attribute>
  1808.           <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  1809.             <xsd:annotation>
  1810.               <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  1811.             </xsd:annotation>
  1812.           </xsd:attribute>
  1813.         </xsd:complexType>
  1814.       </xsd:element>
  1815.       <xsd:element minOccurs="0" name="CommissionPayableAmount">
  1816.         <xsd:annotation>
  1817.           <xsd:documentation xml:lang="en">The amount of commission to be paid.</xsd:documentation>
  1818.         </xsd:annotation>
  1819.         <xsd:complexType>
  1820.           <xsd:attribute name="Amount" type="Money" use="optional">
  1821.             <xsd:annotation>
  1822.               <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  1823.             </xsd:annotation>
  1824.           </xsd:attribute>
  1825.           <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  1826.             <xsd:annotation>
  1827.               <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  1828.             </xsd:annotation>
  1829.           </xsd:attribute>
  1830.           <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  1831.             <xsd:annotation>
  1832.               <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  1833.             </xsd:annotation>
  1834.           </xsd:attribute>
  1835.         </xsd:complexType>
  1836.       </xsd:element>
  1837.       <xsd:element minOccurs="0" name="Comment" type="ParagraphType">
  1838.         <xsd:annotation>
  1839.           <xsd:documentation xml:lang="en">Text related to the commission.</xsd:documentation>
  1840.         </xsd:annotation>
  1841.       </xsd:element>
  1842.     </xsd:sequence>
  1843.     <xsd:attribute name="StatusType" use="optional">
  1844.       <xsd:annotation>
  1845.         <xsd:documentation xml:lang="en">Indicates the status of the commission payment itself (e.g. no-show indicates that a different commission may be applied if the reservation is not fulfilled).</xsd:documentation>
  1846.       </xsd:annotation>
  1847.       <xsd:simpleType>
  1848.         <xsd:restriction base="xsd:NMTOKEN">
  1849.           <xsd:enumeration value="Full">
  1850.             <xsd:annotation>
  1851.               <xsd:documentation xml:lang="en">Indicates full commission.</xsd:documentation>
  1852.             </xsd:annotation>
  1853.           </xsd:enumeration>
  1854.           <xsd:enumeration value="Partial">
  1855.             <xsd:annotation>
  1856.               <xsd:documentation xml:lang="en">Indicates partial commission.</xsd:documentation>
  1857.             </xsd:annotation>
  1858.           </xsd:enumeration>
  1859.           <xsd:enumeration value="Non-paying">
  1860.             <xsd:annotation>
  1861.               <xsd:documentation xml:lang="en">Indicates no commission.</xsd:documentation>
  1862.             </xsd:annotation>
  1863.           </xsd:enumeration>
  1864.           <xsd:enumeration value="No-show">
  1865.             <xsd:annotation>
  1866.               <xsd:documentation xml:lang="en">Indicates customer did not use the reserved product or service and did not cancel. This "no show" may impact commission.</xsd:documentation>
  1867.             </xsd:annotation>
  1868.           </xsd:enumeration>
  1869.           <xsd:enumeration value="Adjustment">
  1870.             <xsd:annotation>
  1871.               <xsd:documentation xml:lang="en">Indicates the commission is being adjusted.</xsd:documentation>
  1872.             </xsd:annotation>
  1873.           </xsd:enumeration>
  1874.           <xsd:enumeration value="Commissionable">
  1875.             <xsd:annotation>
  1876.               <xsd:documentation xml:lang="en">Indicates the requested rate is commissionable.</xsd:documentation>
  1877.             </xsd:annotation>
  1878.           </xsd:enumeration>
  1879.         </xsd:restriction>
  1880.       </xsd:simpleType>
  1881.     </xsd:attribute>
  1882.     <xsd:attribute name="Percent" type="Percentage" use="optional">
  1883.       <xsd:annotation>
  1884.         <xsd:documentation xml:lang="en">The percent applied to the commissionable amount to determine the commission payable amount.</xsd:documentation>
  1885.       </xsd:annotation>
  1886.     </xsd:attribute>
  1887.     <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  1888.       <xsd:annotation>
  1889.         <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  1890.       </xsd:annotation>
  1891.     </xsd:attribute>
  1892.     <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  1893.       <xsd:annotation>
  1894.         <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  1895.       </xsd:annotation>
  1896.     </xsd:attribute>
  1897.     <xsd:attribute name="ReasonCode" type="StringLength1to8" use="optional">
  1898.       <xsd:annotation>
  1899.         <xsd:documentation xml:lang="en">Identifies the reason why a commission is not paid or not paid in full.</xsd:documentation>
  1900.       </xsd:annotation>
  1901.     </xsd:attribute>
  1902.     <xsd:attribute name="BillToID" type="StringLength1to8" use="optional">
  1903.       <xsd:annotation>
  1904.         <xsd:documentation xml:lang="en">Identifies who should be billed for the commission amount.</xsd:documentation>
  1905.       </xsd:annotation>
  1906.     </xsd:attribute>
  1907.     <xsd:attribute name="Frequency" type="OTA_CodeType" use="optional">
  1908.       <xsd:annotation>
  1909.         <xsd:documentation xml:lang="en">This is the frequency at which the commission is applied (e.g. per stay, daily). Refer to OpenTravel Code List Charge Type (CHG).</xsd:documentation>
  1910.       </xsd:annotation>
  1911.     </xsd:attribute>
  1912.     <xsd:attribute name="MaxCommissionUnitApplies" type="xsd:positiveInteger" use="optional">
  1913.       <xsd:annotation>
  1914.         <xsd:documentation xml:lang="en">Maximum number of units for which the commission will be applied. This may be used in conjunction with the frequency attribute.</xsd:documentation>
  1915.       </xsd:annotation>
  1916.     </xsd:attribute>
  1917.     <xsd:attribute name="CapAmount" type="Money" use="optional">
  1918.       <xsd:annotation>
  1919.         <xsd:documentation xml:lang="en">The highest monetary value that may be paid for the commission.</xsd:documentation>
  1920.       </xsd:annotation>
  1921.     </xsd:attribute>
  1922.   </xsd:complexType>
  1923.   <xsd:complexType name="CompanyNameType">
  1924.     <xsd:annotation>
  1925.       <xsd:documentation xml:lang="en">Identifies a company by name.</xsd:documentation>
  1926.     </xsd:annotation>
  1927.     <xsd:simpleContent>
  1928.       <xsd:extension base="StringLength0to128">
  1929.         <xsd:attribute name="CompanyShortName" type="StringLength1to32" use="optional">
  1930.           <xsd:annotation>
  1931.             <xsd:documentation xml:lang="en">Used to provide the company common name.</xsd:documentation>
  1932.           </xsd:annotation>
  1933.         </xsd:attribute>
  1934.         <xsd:attribute name="TravelSector" type="OTA_CodeType" use="optional">
  1935.           <xsd:annotation>
  1936.             <xsd:documentation xml:lang="en">The travel sector the company is associated with, such as air, car and hotel. Refer to OpenTravel Code List Travel Sector (TVS).</xsd:documentation>
  1937.           </xsd:annotation>
  1938.         </xsd:attribute>
  1939.         <xsd:attribute name="Code" type="StringLength1to16" use="optional">
  1940.           <xsd:annotation>
  1941.             <xsd:documentation xml:lang="en">Identifies a company by the company code.</xsd:documentation>
  1942.           </xsd:annotation>
  1943.         </xsd:attribute>
  1944.         <xsd:attribute name="CodeContext" type="StringLength1to32" use="optional">
  1945.           <xsd:annotation>
  1946.             <xsd:documentation xml:lang="en">Identifies the context of the identifying code, such as DUNS, IATA or internal code, etc.</xsd:documentation>
  1947.           </xsd:annotation>
  1948.         </xsd:attribute>
  1949.         <xsd:attribute name="Division" type="StringLength1to32" use="optional">
  1950.           <xsd:annotation>
  1951.             <xsd:documentation xml:lang="en">The division name or ID with which the contact is associated.</xsd:documentation>
  1952.           </xsd:annotation>
  1953.         </xsd:attribute>
  1954.         <xsd:attribute name="Department" type="StringLength1to32" use="optional">
  1955.           <xsd:annotation>
  1956.             <xsd:documentation xml:lang="en">The department name or ID with which the contact is associated.</xsd:documentation>
  1957.           </xsd:annotation>
  1958.         </xsd:attribute>
  1959.       </xsd:extension>
  1960.     </xsd:simpleContent>
  1961.   </xsd:complexType>
  1962.   <xsd:complexType name="ConnectionType">
  1963.     <xsd:annotation>
  1964.       <xsd:documentation xml:lang="en">To specify connection locations, preference level for each, min connection time, and whether location is specified for stopping or changing.</xsd:documentation>
  1965.     </xsd:annotation>
  1966.     <xsd:sequence>
  1967.       <xsd:element maxOccurs="9" name="ConnectionLocation">
  1968.         <xsd:annotation>
  1969.           <xsd:documentation xml:lang="en">Specifies a connection location, preference level, min connection time, and whether the location is allowed for stopping or changing.</xsd:documentation>
  1970.         </xsd:annotation>
  1971.         <xsd:complexType>
  1972.           <xsd:simpleContent>
  1973.             <xsd:extension base="LocationType">
  1974.               <xsd:attribute name="Inclusive" type="xsd:boolean" use="optional">
  1975.                 <xsd:annotation>
  1976.                   <xsd:documentation xml:lang="en">When true, indicates the location is acceptable for a connection. When false  the location should not be included for a connection.</xsd:documentation>
  1977.                   <xsd:documentation xml:lang="en">
  1978.                     <LegacyDefaultValue xmlns="">true</LegacyDefaultValue>
  1979.                   </xsd:documentation>
  1980.                 </xsd:annotation>
  1981.               </xsd:attribute>
  1982.               <xsd:attribute name="PreferLevel" type="PreferLevelType" use="optional">
  1983.                 <xsd:annotation>
  1984.                   <xsd:documentation xml:lang="en">Used to indicate a level of preference for an associated item.</xsd:documentation>
  1985.                 </xsd:annotation>
  1986.               </xsd:attribute>
  1987.               <xsd:attribute name="MinChangeTime" type="xsd:nonNegativeInteger" use="optional">
  1988.                 <xsd:annotation>
  1989.                   <xsd:documentation xml:lang="en">Number of minutes between connections.</xsd:documentation>
  1990.                 </xsd:annotation>
  1991.               </xsd:attribute>
  1992.               <xsd:attribute name="ConnectionInfo" use="optional">
  1993.                 <xsd:annotation>
  1994.                   <xsd:documentation xml:lang="en">Specifies whether a connection is for a stopover or a change of flights.</xsd:documentation>
  1995.                 </xsd:annotation>
  1996.                 <xsd:simpleType>
  1997.                   <xsd:restriction base="xsd:string">
  1998.                     <xsd:enumeration value="Via" />
  1999.                     <xsd:enumeration value="Stop" />
  2000.                     <xsd:enumeration value="Change" />
  2001.                   </xsd:restriction>
  2002.                 </xsd:simpleType>
  2003.               </xsd:attribute>
  2004.               <xsd:attribute name="MultiAirportCityInd" type="xsd:boolean" use="optional">
  2005.                 <xsd:annotation>
  2006.                   <xsd:documentation xml:lang="en">If true, other airports within this city may be considered (e.g., EWR, JFK when origin location is LGA.)</xsd:documentation>
  2007.                 </xsd:annotation>
  2008.               </xsd:attribute>
  2009.               <xsd:attribute name="ConnectType" use="optional">
  2010.                 <xsd:annotation>
  2011.                   <xsd:documentation xml:lang="en">The type of connection desired, Online, Offline, Interline. Online refers to host airline connections. Offline refers to non-host airline connections. Interline refers to a combination of host airline and non-host airline connections.</xsd:documentation>
  2012.                 </xsd:annotation>
  2013.                 <xsd:simpleType>
  2014.                   <xsd:restriction base="xsd:NMTOKEN">
  2015.                     <xsd:enumeration value="Online">
  2016.                       <xsd:annotation>
  2017.                         <xsd:documentation xml:lang="en">Own host airlines only.</xsd:documentation>
  2018.                       </xsd:annotation>
  2019.                     </xsd:enumeration>
  2020.                     <xsd:enumeration value="Offline">
  2021.                       <xsd:annotation>
  2022.                         <xsd:documentation xml:lang="en">Non host airlines only.</xsd:documentation>
  2023.                       </xsd:annotation>
  2024.                     </xsd:enumeration>
  2025.                     <xsd:enumeration value="Interline">
  2026.                       <xsd:annotation>
  2027.                         <xsd:documentation xml:lang="en">Own and other airlines.</xsd:documentation>
  2028.                       </xsd:annotation>
  2029.                     </xsd:enumeration>
  2030.                   </xsd:restriction>
  2031.                 </xsd:simpleType>
  2032.               </xsd:attribute>
  2033.             </xsd:extension>
  2034.           </xsd:simpleContent>
  2035.         </xsd:complexType>
  2036.       </xsd:element>
  2037.     </xsd:sequence>
  2038.   </xsd:complexType>
  2039.   <xsd:complexType name="ContactPersonType">
  2040.     <xsd:annotation>
  2041.       <xsd:documentation xml:lang="en">Name of an individual and appropriate contact information.  May be contact information for the customer or someone affiliated with the customer.</xsd:documentation>
  2042.     </xsd:annotation>
  2043.     <xsd:sequence>
  2044.       <xsd:element minOccurs="0" name="PersonName" type="PersonNameType">
  2045.         <xsd:annotation>
  2046.           <xsd:documentation xml:lang="en">This provides name information for a person.</xsd:documentation>
  2047.         </xsd:annotation>
  2048.       </xsd:element>
  2049.       <xsd:element minOccurs="0" maxOccurs="5" name="Telephone">
  2050.         <xsd:annotation>
  2051.           <xsd:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage.</xsd:documentation>
  2052.         </xsd:annotation>
  2053.         <xsd:complexType>
  2054.           <xsd:attribute name="ShareSynchInd" use="optional">
  2055.             <xsd:annotation>
  2056.               <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  2057.             </xsd:annotation>
  2058.             <xsd:simpleType>
  2059.               <xsd:annotation>
  2060.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  2061.               </xsd:annotation>
  2062.               <xsd:restriction base="xsd:NMTOKEN">
  2063.                 <xsd:enumeration value="Yes" />
  2064.                 <xsd:enumeration value="No" />
  2065.                 <xsd:enumeration value="Inherit" />
  2066.               </xsd:restriction>
  2067.             </xsd:simpleType>
  2068.           </xsd:attribute>
  2069.           <xsd:attribute name="ShareMarketInd" use="optional">
  2070.             <xsd:annotation>
  2071.               <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  2072.             </xsd:annotation>
  2073.             <xsd:simpleType>
  2074.               <xsd:annotation>
  2075.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  2076.               </xsd:annotation>
  2077.               <xsd:restriction base="xsd:NMTOKEN">
  2078.                 <xsd:enumeration value="Yes" />
  2079.                 <xsd:enumeration value="No" />
  2080.                 <xsd:enumeration value="Inherit" />
  2081.               </xsd:restriction>
  2082.             </xsd:simpleType>
  2083.           </xsd:attribute>
  2084.           <xsd:attribute name="PhoneLocationType" type="OTA_CodeType" use="optional">
  2085.             <xsd:annotation>
  2086.               <xsd:documentation xml:lang="en">Describes the location of the phone, such as Home, Office, Property Reservation Office, etc. Refer to OpenTravel Code List Phone Location Type (PLT).</xsd:documentation>
  2087.             </xsd:annotation>
  2088.           </xsd:attribute>
  2089.           <xsd:attribute name="PhoneTechType" type="OTA_CodeType" use="optional">
  2090.             <xsd:annotation>
  2091.               <xsd:documentation xml:lang="en">Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OpenTravel Code List Phone Technology Type (PTT).</xsd:documentation>
  2092.             </xsd:annotation>
  2093.           </xsd:attribute>
  2094.           <xsd:attribute name="PhoneUseType" type="OTA_CodeType" use="optional">
  2095.             <xsd:annotation>
  2096.               <xsd:documentation xml:lang="en">Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OpenTravel Code List Phone Use Type (PUT).</xsd:documentation>
  2097.             </xsd:annotation>
  2098.           </xsd:attribute>
  2099.           <xsd:attribute name="CountryAccessCode" type="NumericStringLength1to3" use="optional">
  2100.             <xsd:annotation>
  2101.               <xsd:documentation xml:lang="en">Code assigned by telecommunications authorities for international country access identifier.</xsd:documentation>
  2102.             </xsd:annotation>
  2103.           </xsd:attribute>
  2104.           <xsd:attribute name="AreaCityCode" type="NumericStringLength1to8" use="optional">
  2105.             <xsd:annotation>
  2106.               <xsd:documentation xml:lang="en">Code assigned for telephones in a specific region, city, or area.</xsd:documentation>
  2107.             </xsd:annotation>
  2108.           </xsd:attribute>
  2109.           <xsd:attribute name="PhoneNumber" type="StringLength1to32" use="required">
  2110.             <xsd:annotation>
  2111.               <xsd:documentation xml:lang="en">Telephone number assigned to a single location.</xsd:documentation>
  2112.             </xsd:annotation>
  2113.           </xsd:attribute>
  2114.           <xsd:attribute name="Extension" type="NumericStringLength1to5" use="optional">
  2115.             <xsd:annotation>
  2116.               <xsd:documentation xml:lang="en">Extension to reach a specific party at the phone number.</xsd:documentation>
  2117.             </xsd:annotation>
  2118.           </xsd:attribute>
  2119.           <xsd:attribute name="PIN" type="StringLength1to8" use="optional">
  2120.             <xsd:annotation>
  2121.               <xsd:documentation xml:lang="en">Additional codes used for pager or telephone access rights.</xsd:documentation>
  2122.             </xsd:annotation>
  2123.           </xsd:attribute>
  2124.           <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  2125.             <xsd:annotation>
  2126.               <xsd:documentation xml:lang="en">A remark associated with the telephone number.</xsd:documentation>
  2127.             </xsd:annotation>
  2128.           </xsd:attribute>
  2129.           <xsd:attribute name="FormattedInd" type="xsd:boolean" use="optional">
  2130.             <xsd:annotation>
  2131.               <xsd:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xsd:documentation>
  2132.             </xsd:annotation>
  2133.           </xsd:attribute>
  2134.           <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  2135.             <xsd:annotation>
  2136.               <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  2137.             </xsd:annotation>
  2138.           </xsd:attribute>
  2139.           <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  2140.             <xsd:annotation>
  2141.               <xsd:documentation xml:lang="en">Used elsewhere in the message to reference a specific telephone number (including faxes).</xsd:documentation>
  2142.             </xsd:annotation>
  2143.           </xsd:attribute>
  2144.         </xsd:complexType>
  2145.       </xsd:element>
  2146.       <xsd:element minOccurs="0" maxOccurs="5" name="Address" type="AddressInfoType">
  2147.         <xsd:annotation>
  2148.           <xsd:documentation xml:lang="en">Information about an address that identifies a location for a specific purposes.</xsd:documentation>
  2149.         </xsd:annotation>
  2150.       </xsd:element>
  2151.       <xsd:element minOccurs="0" maxOccurs="5" name="Email" type="EmailType">
  2152.         <xsd:annotation>
  2153.           <xsd:documentation xml:lang="en">Electronic email addresses, in IETF specified format.</xsd:documentation>
  2154.         </xsd:annotation>
  2155.       </xsd:element>
  2156.       <xsd:element minOccurs="0" maxOccurs="5" name="URL" type="URL_Type">
  2157.         <xsd:annotation>
  2158.           <xsd:documentation xml:lang="en">Web site address, in IETF specified format.</xsd:documentation>
  2159.         </xsd:annotation>
  2160.       </xsd:element>
  2161.       <xsd:element minOccurs="0" maxOccurs="3" name="CompanyName" type="CompanyNameType">
  2162.         <xsd:annotation>
  2163.           <xsd:documentation xml:lang="en">Identifies a company by name.</xsd:documentation>
  2164.         </xsd:annotation>
  2165.       </xsd:element>
  2166.       <xsd:element minOccurs="0" maxOccurs="3" name="EmployeeInfo" type="EmployeeInfoType">
  2167.         <xsd:annotation>
  2168.           <xsd:documentation xml:lang="en">Employment identification; using an employee ID number, title, level within the company, and an indication of their status, i.e.: active, retired, on leave, or terminated from employment. Additional information about an employee can be entered into the element, including the name of the employee, if it differs from the person name identified as a customer or contact.</xsd:documentation>
  2169.         </xsd:annotation>
  2170.       </xsd:element>
  2171.     </xsd:sequence>
  2172.     <xsd:attribute name="ShareSynchInd" use="optional">
  2173.       <xsd:annotation>
  2174.         <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  2175.       </xsd:annotation>
  2176.       <xsd:simpleType>
  2177.         <xsd:annotation>
  2178.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  2179.         </xsd:annotation>
  2180.         <xsd:restriction base="xsd:NMTOKEN">
  2181.           <xsd:enumeration value="Yes" />
  2182.           <xsd:enumeration value="No" />
  2183.           <xsd:enumeration value="Inherit" />
  2184.         </xsd:restriction>
  2185.       </xsd:simpleType>
  2186.     </xsd:attribute>
  2187.     <xsd:attribute name="ShareMarketInd" use="optional">
  2188.       <xsd:annotation>
  2189.         <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  2190.       </xsd:annotation>
  2191.       <xsd:simpleType>
  2192.         <xsd:annotation>
  2193.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  2194.         </xsd:annotation>
  2195.         <xsd:restriction base="xsd:NMTOKEN">
  2196.           <xsd:enumeration value="Yes" />
  2197.           <xsd:enumeration value="No" />
  2198.           <xsd:enumeration value="Inherit" />
  2199.         </xsd:restriction>
  2200.       </xsd:simpleType>
  2201.     </xsd:attribute>
  2202.     <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  2203.       <xsd:annotation>
  2204.         <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  2205.       </xsd:annotation>
  2206.     </xsd:attribute>
  2207.     <xsd:attribute name="ContactType" type="StringLength1to32" use="optional">
  2208.       <xsd:annotation>
  2209.         <xsd:documentation xml:lang="en">Type of contact in the context of use for the travel experience; such as permanent, temporary, affiliation, travel arranger, etc.</xsd:documentation>
  2210.       </xsd:annotation>
  2211.     </xsd:attribute>
  2212.     <xsd:attribute name="Relation" type="StringLength1to32" use="optional">
  2213.       <xsd:annotation>
  2214.         <xsd:documentation xml:lang="en">Indicates the type of relationship with the person or company in the profile, such as Spouse, Child, Family, Business Associate, Interest Group, Medical, Security,Other, etc.</xsd:documentation>
  2215.       </xsd:annotation>
  2216.     </xsd:attribute>
  2217.     <xsd:attribute name="EmergencyFlag" type="xsd:boolean" use="optional">
  2218.       <xsd:annotation>
  2219.         <xsd:documentation xml:lang="en">Indicates if this contact should be used in the case of an emergency.</xsd:documentation>
  2220.         <xsd:documentation xml:lang="en">
  2221.           <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  2222.         </xsd:documentation>
  2223.       </xsd:annotation>
  2224.     </xsd:attribute>
  2225.     <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  2226.       <xsd:annotation>
  2227.         <xsd:documentation xml:lang="en">Provides a unique reference to this contact person.</xsd:documentation>
  2228.       </xsd:annotation>
  2229.     </xsd:attribute>
  2230.     <xsd:attribute name="CommunicationMethodCode" type="OTA_CodeType" use="optional">
  2231.       <xsd:annotation>
  2232.         <xsd:documentation xml:lang="en">Provides the preferred method of communication. Refer to OpenTravel Code list Distribution Type (DTB).</xsd:documentation>
  2233.       </xsd:annotation>
  2234.     </xsd:attribute>
  2235.     <xsd:attribute name="DocumentDistribMethodCode" type="OTA_CodeType" use="optional">
  2236.       <xsd:annotation>
  2237.         <xsd:documentation xml:lang="en">Indicates the method of distribution for the booking documentation. Refer to OpenTravel Code list Distribution Type (DTB).</xsd:documentation>
  2238.       </xsd:annotation>
  2239.     </xsd:attribute>
  2240.   </xsd:complexType>
  2241.   <xsd:complexType name="CountryNameType">
  2242.     <xsd:annotation>
  2243.       <xsd:documentation xml:lang="en">The name or code of a country (e.g. as used in an address or to specify citizenship of a traveller).</xsd:documentation>
  2244.     </xsd:annotation>
  2245.     <xsd:simpleContent>
  2246.       <xsd:extension base="StringLength0to64">
  2247.         <xsd:attribute name="Code" type="ISO3166" use="optional">
  2248.           <xsd:annotation>
  2249.             <xsd:documentation xml:lang="en">ISO 3166 code for a country.</xsd:documentation>
  2250.           </xsd:annotation>
  2251.         </xsd:attribute>
  2252.       </xsd:extension>
  2253.     </xsd:simpleContent>
  2254.   </xsd:complexType>
  2255.   <xsd:complexType name="CustomerType">
  2256.     <xsd:annotation>
  2257.       <xsd:documentation xml:lang="en">Contains basic data on the customer's identity, location, relationships, finances, memberships, etc.</xsd:documentation>
  2258.     </xsd:annotation>
  2259.     <xsd:sequence>
  2260.       <xsd:element minOccurs="0" maxOccurs="5" name="PersonName" type="PersonNameType">
  2261.         <xsd:annotation>
  2262.           <xsd:documentation xml:lang="en">Detailed name information for the customer.</xsd:documentation>
  2263.         </xsd:annotation>
  2264.       </xsd:element>
  2265.       <xsd:element minOccurs="0" maxOccurs="99" name="Telephone">
  2266.         <xsd:annotation>
  2267.           <xsd:documentation xml:lang="en">Information on a telephone number for the customer.</xsd:documentation>
  2268.         </xsd:annotation>
  2269.         <xsd:complexType>
  2270.           <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  2271.             <xsd:annotation>
  2272.               <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  2273.             </xsd:annotation>
  2274.           </xsd:attribute>
  2275.           <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  2276.             <xsd:annotation>
  2277.               <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  2278.             </xsd:annotation>
  2279.           </xsd:attribute>
  2280.           <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  2281.             <xsd:annotation>
  2282.               <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  2283.             </xsd:annotation>
  2284.           </xsd:attribute>
  2285.           <xsd:attribute name="ShareSynchInd" use="optional">
  2286.             <xsd:annotation>
  2287.               <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  2288.             </xsd:annotation>
  2289.             <xsd:simpleType>
  2290.               <xsd:annotation>
  2291.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  2292.               </xsd:annotation>
  2293.               <xsd:restriction base="xsd:NMTOKEN">
  2294.                 <xsd:enumeration value="Yes" />
  2295.                 <xsd:enumeration value="No" />
  2296.                 <xsd:enumeration value="Inherit" />
  2297.               </xsd:restriction>
  2298.             </xsd:simpleType>
  2299.           </xsd:attribute>
  2300.           <xsd:attribute name="ShareMarketInd" use="optional">
  2301.             <xsd:annotation>
  2302.               <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  2303.             </xsd:annotation>
  2304.             <xsd:simpleType>
  2305.               <xsd:annotation>
  2306.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  2307.               </xsd:annotation>
  2308.               <xsd:restriction base="xsd:NMTOKEN">
  2309.                 <xsd:enumeration value="Yes" />
  2310.                 <xsd:enumeration value="No" />
  2311.                 <xsd:enumeration value="Inherit" />
  2312.               </xsd:restriction>
  2313.             </xsd:simpleType>
  2314.           </xsd:attribute>
  2315.           <xsd:attribute name="PhoneLocationType" type="OTA_CodeType" use="optional">
  2316.             <xsd:annotation>
  2317.               <xsd:documentation xml:lang="en">Describes the location of the phone, such as Home, Office, Property Reservation Office, etc. Refer to OpenTravel Code List Phone Location Type (PLT).</xsd:documentation>
  2318.             </xsd:annotation>
  2319.           </xsd:attribute>
  2320.           <xsd:attribute name="PhoneTechType" type="OTA_CodeType" use="optional">
  2321.             <xsd:annotation>
  2322.               <xsd:documentation xml:lang="en">Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OpenTravel Code List Phone Technology Type (PTT).</xsd:documentation>
  2323.             </xsd:annotation>
  2324.           </xsd:attribute>
  2325.           <xsd:attribute name="PhoneUseType" type="OTA_CodeType" use="optional">
  2326.             <xsd:annotation>
  2327.               <xsd:documentation xml:lang="en">Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OpenTravel Code List Phone Use Type (PUT).</xsd:documentation>
  2328.             </xsd:annotation>
  2329.           </xsd:attribute>
  2330.           <xsd:attribute name="CountryAccessCode" type="NumericStringLength1to3" use="optional">
  2331.             <xsd:annotation>
  2332.               <xsd:documentation xml:lang="en">Code assigned by telecommunications authorities for international country access identifier.</xsd:documentation>
  2333.             </xsd:annotation>
  2334.           </xsd:attribute>
  2335.           <xsd:attribute name="AreaCityCode" type="NumericStringLength1to8" use="optional">
  2336.             <xsd:annotation>
  2337.               <xsd:documentation xml:lang="en">Code assigned for telephones in a specific region, city, or area.</xsd:documentation>
  2338.             </xsd:annotation>
  2339.           </xsd:attribute>
  2340.           <xsd:attribute name="PhoneNumber" type="StringLength1to32" use="required">
  2341.             <xsd:annotation>
  2342.               <xsd:documentation xml:lang="en">Telephone number assigned to a single location.</xsd:documentation>
  2343.             </xsd:annotation>
  2344.           </xsd:attribute>
  2345.           <xsd:attribute name="Extension" type="NumericStringLength1to5" use="optional">
  2346.             <xsd:annotation>
  2347.               <xsd:documentation xml:lang="en">Extension to reach a specific party at the phone number.</xsd:documentation>
  2348.             </xsd:annotation>
  2349.           </xsd:attribute>
  2350.           <xsd:attribute name="PIN" type="StringLength1to8" use="optional">
  2351.             <xsd:annotation>
  2352.               <xsd:documentation xml:lang="en">Additional codes used for pager or telephone access rights.</xsd:documentation>
  2353.             </xsd:annotation>
  2354.           </xsd:attribute>
  2355.           <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  2356.             <xsd:annotation>
  2357.               <xsd:documentation xml:lang="en">A remark associated with the telephone number.</xsd:documentation>
  2358.             </xsd:annotation>
  2359.           </xsd:attribute>
  2360.           <xsd:attribute name="FormattedInd" type="xsd:boolean" use="optional">
  2361.             <xsd:annotation>
  2362.               <xsd:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xsd:documentation>
  2363.             </xsd:annotation>
  2364.           </xsd:attribute>
  2365.           <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  2366.             <xsd:annotation>
  2367.               <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  2368.             </xsd:annotation>
  2369.           </xsd:attribute>
  2370.           <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  2371.             <xsd:annotation>
  2372.               <xsd:documentation xml:lang="en">Used elsewhere in the message to reference a specific telephone number (including faxes).</xsd:documentation>
  2373.             </xsd:annotation>
  2374.           </xsd:attribute>
  2375.           <xsd:attribute name="TransferAction" type="TransferActionType" use="optional">
  2376.             <xsd:annotation>
  2377.               <xsd:documentation xml:lang="en">Indicates under what conditions the element will be transfered to the booking.</xsd:documentation>
  2378.             </xsd:annotation>
  2379.           </xsd:attribute>
  2380.           <xsd:attribute name="ParentCompanyRef" type="StringLength1to8" use="optional">
  2381.             <xsd:annotation>
  2382.               <xsd:documentation xml:lang="en">A reference to the company from which this element has been inherited.</xsd:documentation>
  2383.             </xsd:annotation>
  2384.           </xsd:attribute>
  2385.         </xsd:complexType>
  2386.       </xsd:element>
  2387.       <xsd:element minOccurs="0" maxOccurs="99" name="Email">
  2388.         <xsd:annotation>
  2389.           <xsd:documentation xml:lang="en">Information on an email address for the customer.</xsd:documentation>
  2390.         </xsd:annotation>
  2391.         <xsd:complexType>
  2392.           <xsd:complexContent>
  2393.             <xsd:extension base="EmailType">
  2394.               <xsd:attribute name="TransferAction" type="TransferActionType" use="optional">
  2395.                 <xsd:annotation>
  2396.                   <xsd:documentation xml:lang="en">Indicates under what conditions the element will be transfered to the booking.</xsd:documentation>
  2397.                 </xsd:annotation>
  2398.               </xsd:attribute>
  2399.               <xsd:attribute name="ParentCompanyRef" type="StringLength1to8" use="optional">
  2400.                 <xsd:annotation>
  2401.                   <xsd:documentation xml:lang="en">A reference to the company from which this element has been inherited.</xsd:documentation>
  2402.                 </xsd:annotation>
  2403.               </xsd:attribute>
  2404.             </xsd:extension>
  2405.           </xsd:complexContent>
  2406.         </xsd:complexType>
  2407.       </xsd:element>
  2408.       <xsd:element minOccurs="0" maxOccurs="99" name="Address">
  2409.         <xsd:annotation>
  2410.           <xsd:documentation xml:lang="en">Detailed information on an address for the customer.</xsd:documentation>
  2411.         </xsd:annotation>
  2412.         <xsd:complexType>
  2413.           <xsd:complexContent>
  2414.             <xsd:extension base="AddressInfoType">
  2415.               <xsd:sequence>
  2416.                 <xsd:element minOccurs="0" name="CompanyName" type="CompanyNameType">
  2417.                   <xsd:annotation>
  2418.                     <xsd:documentation xml:lang="en">Identifies a company.</xsd:documentation>
  2419.                   </xsd:annotation>
  2420.                 </xsd:element>
  2421.                 <xsd:element minOccurs="0" name="AddresseeName" type="PersonNameType">
  2422.                   <xsd:annotation>
  2423.                     <xsd:documentation>Name of the person to whom this address relates.</xsd:documentation>
  2424.                   </xsd:annotation>
  2425.                 </xsd:element>
  2426.               </xsd:sequence>
  2427.               <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  2428.                 <xsd:annotation>
  2429.                   <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  2430.                 </xsd:annotation>
  2431.               </xsd:attribute>
  2432.               <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  2433.                 <xsd:annotation>
  2434.                   <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  2435.                 </xsd:annotation>
  2436.               </xsd:attribute>
  2437.               <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  2438.                 <xsd:annotation>
  2439.                   <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  2440.                 </xsd:annotation>
  2441.               </xsd:attribute>
  2442.               <xsd:attribute name="ValidationStatus" use="optional">
  2443.                 <xsd:annotation>
  2444.                   <xsd:documentation xml:lang="en">Indicates if the address has been validated or not and if it has been successful or not.</xsd:documentation>
  2445.                 </xsd:annotation>
  2446.                 <xsd:simpleType>
  2447.                   <xsd:restriction base="xsd:NMTOKEN">
  2448.                     <xsd:enumeration value="SystemValidated">
  2449.                       <xsd:annotation>
  2450.                         <xsd:documentation xml:lang="en">Indicates the address has been validated automatically.</xsd:documentation>
  2451.                       </xsd:annotation>
  2452.                     </xsd:enumeration>
  2453.                     <xsd:enumeration value="UserValidated">
  2454.                       <xsd:annotation>
  2455.                         <xsd:documentation xml:lang="en">Indicates the address has been validated by the agent.</xsd:documentation>
  2456.                       </xsd:annotation>
  2457.                     </xsd:enumeration>
  2458.                     <xsd:enumeration value="NotChecked">
  2459.                       <xsd:annotation>
  2460.                         <xsd:documentation xml:lang="en">Indicates the address has not been validated.</xsd:documentation>
  2461.                       </xsd:annotation>
  2462.                     </xsd:enumeration>
  2463.                   </xsd:restriction>
  2464.                 </xsd:simpleType>
  2465.               </xsd:attribute>
  2466.               <xsd:attribute name="TransferAction" type="TransferActionType" use="optional">
  2467.                 <xsd:annotation>
  2468.                   <xsd:documentation xml:lang="en">Indicates under what conditions the element will be transfered to the booking.</xsd:documentation>
  2469.                 </xsd:annotation>
  2470.               </xsd:attribute>
  2471.               <xsd:attribute name="ParentCompanyRef" type="StringLength1to8" use="optional">
  2472.                 <xsd:annotation>
  2473.                   <xsd:documentation xml:lang="en">A reference to the company from which this element has been inherited.</xsd:documentation>
  2474.                 </xsd:annotation>
  2475.               </xsd:attribute>
  2476.             </xsd:extension>
  2477.           </xsd:complexContent>
  2478.         </xsd:complexType>
  2479.       </xsd:element>
  2480.       <xsd:element minOccurs="0" maxOccurs="5" name="URL">
  2481.         <xsd:annotation>
  2482.           <xsd:documentation xml:lang="en">Information on a URL for the customer.</xsd:documentation>
  2483.         </xsd:annotation>
  2484.         <xsd:complexType>
  2485.           <xsd:complexContent>
  2486.             <xsd:extension base="URL_Type">
  2487.               <xsd:attribute name="TransferAction" type="TransferActionType" use="optional">
  2488.                 <xsd:annotation>
  2489.                   <xsd:documentation xml:lang="en">Indicates under what conditions this element will be transfered to the booking.</xsd:documentation>
  2490.                 </xsd:annotation>
  2491.               </xsd:attribute>
  2492.             </xsd:extension>
  2493.           </xsd:complexContent>
  2494.         </xsd:complexType>
  2495.       </xsd:element>
  2496.       <xsd:element minOccurs="0" maxOccurs="3" name="CitizenCountryName">
  2497.         <xsd:annotation>
  2498.           <xsd:documentation xml:lang="en">Name of the (self-professed) country that is claimed for citizenship.</xsd:documentation>
  2499.         </xsd:annotation>
  2500.         <xsd:complexType>
  2501.           <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  2502.             <xsd:annotation>
  2503.               <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  2504.             </xsd:annotation>
  2505.           </xsd:attribute>
  2506.           <xsd:attribute name="Code" type="ISO3166" use="optional">
  2507.             <xsd:annotation>
  2508.               <xsd:documentation xml:lang="en">A 2 character country code as defined in ISO3166.</xsd:documentation>
  2509.             </xsd:annotation>
  2510.           </xsd:attribute>
  2511.         </xsd:complexType>
  2512.       </xsd:element>
  2513.       <xsd:element minOccurs="0" maxOccurs="5" name="PhysChallName">
  2514.         <xsd:annotation>
  2515.           <xsd:documentation xml:lang="en">Describes the customer's physical challenge.</xsd:documentation>
  2516.         </xsd:annotation>
  2517.         <xsd:complexType>
  2518.           <xsd:simpleContent>
  2519.             <xsd:extension base="StringLength0to255">
  2520.               <xsd:attribute name="PhysChallInd" type="xsd:boolean" use="optional">
  2521.                 <xsd:annotation>
  2522.                   <xsd:documentation xml:lang="en">When true, indicates the customer is physically challenged.</xsd:documentation>
  2523.                 </xsd:annotation>
  2524.               </xsd:attribute>
  2525.             </xsd:extension>
  2526.           </xsd:simpleContent>
  2527.         </xsd:complexType>
  2528.       </xsd:element>
  2529.       <xsd:element minOccurs="0" maxOccurs="3" name="PetInfo" type="StringLength1to64">
  2530.         <xsd:annotation>
  2531.           <xsd:documentation xml:lang="en">Describes the customer's pet.</xsd:documentation>
  2532.         </xsd:annotation>
  2533.       </xsd:element>
  2534.       <xsd:element minOccurs="0" maxOccurs="100" name="PaymentForm">
  2535.         <xsd:annotation>
  2536.           <xsd:documentation xml:lang="en">Methods of providing funds and guarantees for travel by the customer.</xsd:documentation>
  2537.         </xsd:annotation>
  2538.         <xsd:complexType>
  2539.           <xsd:complexContent>
  2540.             <xsd:extension base="PaymentFormType">
  2541.               <xsd:sequence>
  2542.                 <xsd:element minOccurs="0" name="AssociatedSupplier">
  2543.                   <xsd:annotation>
  2544.                     <xsd:documentation>The supplier for whom this is the preferred method of payment.</xsd:documentation>
  2545.                   </xsd:annotation>
  2546.                   <xsd:complexType>
  2547.                     <xsd:attribute name="CompanyShortName" type="StringLength1to32" use="optional">
  2548.                       <xsd:annotation>
  2549.                         <xsd:documentation xml:lang="en">Used to provide the company common name.</xsd:documentation>
  2550.                       </xsd:annotation>
  2551.                     </xsd:attribute>
  2552.                     <xsd:attribute name="TravelSector" type="OTA_CodeType" use="optional">
  2553.                       <xsd:annotation>
  2554.                         <xsd:documentation xml:lang="en">The travel sector the company is associated with, such as air, car and hotel. Refer to OpenTravel Code List Travel Sector (TVS).</xsd:documentation>
  2555.                       </xsd:annotation>
  2556.                     </xsd:attribute>
  2557.                     <xsd:attribute name="Code" type="StringLength1to16" use="optional">
  2558.                       <xsd:annotation>
  2559.                         <xsd:documentation xml:lang="en">Identifies a company by the company code.</xsd:documentation>
  2560.                       </xsd:annotation>
  2561.                     </xsd:attribute>
  2562.                     <xsd:attribute name="CodeContext" type="StringLength1to32" use="optional">
  2563.                       <xsd:annotation>
  2564.                         <xsd:documentation xml:lang="en">Identifies the context of the identifying code, such as DUNS, IATA or internal code, etc.</xsd:documentation>
  2565.                       </xsd:annotation>
  2566.                     </xsd:attribute>
  2567.                   </xsd:complexType>
  2568.                 </xsd:element>
  2569.               </xsd:sequence>
  2570.               <xsd:attribute name="TransferAction" type="TransferActionType" use="optional">
  2571.                 <xsd:annotation>
  2572.                   <xsd:documentation xml:lang="en">Indicates under what conditions the element will be transfered to the booking.</xsd:documentation>
  2573.                 </xsd:annotation>
  2574.               </xsd:attribute>
  2575.               <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  2576.                 <xsd:annotation>
  2577.                   <xsd:documentation xml:lang="en">When true, indicates the preferred form of payment.</xsd:documentation>
  2578.                 </xsd:annotation>
  2579.               </xsd:attribute>
  2580.               <xsd:attribute name="ParentCompanyRef" type="StringLength1to8" use="optional">
  2581.                 <xsd:annotation>
  2582.                   <xsd:documentation xml:lang="en">A reference to the company from which this element has been inherited.</xsd:documentation>
  2583.                 </xsd:annotation>
  2584.               </xsd:attribute>
  2585.             </xsd:extension>
  2586.           </xsd:complexContent>
  2587.         </xsd:complexType>
  2588.       </xsd:element>
  2589.       <xsd:element minOccurs="0" maxOccurs="99" name="RelatedTraveler" type="RelatedTravelerType">
  2590.         <xsd:annotation>
  2591.           <xsd:documentation xml:lang="en">Identifies a traveler associated with the customer.</xsd:documentation>
  2592.         </xsd:annotation>
  2593.       </xsd:element>
  2594.       <xsd:element minOccurs="0" maxOccurs="5" name="ContactPerson" type="ContactPersonType">
  2595.         <xsd:annotation>
  2596.           <xsd:documentation xml:lang="en">Information on a contact person for the customer.</xsd:documentation>
  2597.         </xsd:annotation>
  2598.       </xsd:element>
  2599.       <xsd:element minOccurs="0" maxOccurs="99" name="Document" type="DocumentType">
  2600.         <xsd:annotation>
  2601.           <xsd:documentation xml:lang="en">Detailed document information for the customer (e.g.,  driver license, passport, visa).</xsd:documentation>
  2602.         </xsd:annotation>
  2603.       </xsd:element>
  2604.       <xsd:element minOccurs="0" maxOccurs="25" name="CustLoyalty">
  2605.         <xsd:annotation>
  2606.           <xsd:documentation xml:lang="en">Loyalty program information for the customer.</xsd:documentation>
  2607.         </xsd:annotation>
  2608.         <xsd:complexType>
  2609.           <xsd:sequence>
  2610.             <xsd:element minOccurs="0" name="MemberPreferences">
  2611.               <xsd:annotation>
  2612.                 <xsd:documentation xml:lang="en">Loyalty program preferences specified by the enrolling member.</xsd:documentation>
  2613.               </xsd:annotation>
  2614.               <xsd:complexType>
  2615.                 <xsd:sequence>
  2616.                   <xsd:element minOccurs="0" maxOccurs="5" name="AdditionalReward">
  2617.                     <xsd:annotation>
  2618.                       <xsd:documentation xml:lang="en">Additional programs that are honored by the primary loyalty account.</xsd:documentation>
  2619.                     </xsd:annotation>
  2620.                     <xsd:complexType>
  2621.                       <xsd:sequence>
  2622.                         <xsd:element minOccurs="0" name="CompanyName" type="CompanyNameType" />
  2623.                         <xsd:element minOccurs="0" name="Name" type="PersonNameType" />
  2624.                       </xsd:sequence>
  2625.                       <xsd:attribute name="MemberID" type="StringLength1to32" use="optional" />
  2626.                     </xsd:complexType>
  2627.                   </xsd:element>
  2628.                   <xsd:element minOccurs="0" maxOccurs="5" name="Offer">
  2629.                     <xsd:annotation>
  2630.                       <xsd:documentation xml:lang="en">Source from which members can receive information.</xsd:documentation>
  2631.                     </xsd:annotation>
  2632.                     <xsd:complexType>
  2633.                       <xsd:sequence>
  2634.                         <xsd:element minOccurs="0" maxOccurs="5" name="Communication">
  2635.                           <xsd:annotation>
  2636.                             <xsd:documentation xml:lang="en">Preferred method of offer communication.</xsd:documentation>
  2637.                           </xsd:annotation>
  2638.                           <xsd:complexType>
  2639.                             <xsd:attribute name="DistribType" type="OTA_CodeType" use="optional">
  2640.                               <xsd:annotation>
  2641.                                 <xsd:documentation xml:lang="en">An enumerated list of method of communication. Refer to OpenTravel Code List Distribution Type (DTB).</xsd:documentation>
  2642.                               </xsd:annotation>
  2643.                             </xsd:attribute>
  2644.                           </xsd:complexType>
  2645.                         </xsd:element>
  2646.                       </xsd:sequence>
  2647.                       <xsd:attribute name="Type" use="optional">
  2648.                         <xsd:annotation>
  2649.                           <xsd:documentation xml:lang="en">An enumerated list of offer sources.</xsd:documentation>
  2650.                         </xsd:annotation>
  2651.                         <xsd:simpleType>
  2652.                           <xsd:restriction base="xsd:string">
  2653.                             <xsd:enumeration value="Partner" />
  2654.                             <xsd:enumeration value="Loyalty" />
  2655.                           </xsd:restriction>
  2656.                         </xsd:simpleType>
  2657.                       </xsd:attribute>
  2658.                     </xsd:complexType>
  2659.                   </xsd:element>
  2660.                 </xsd:sequence>
  2661.                 <xsd:attribute name="Awareness" type="StringLength1to32" use="optional">
  2662.                   <xsd:annotation>
  2663.                     <xsd:documentation xml:lang="en">Indicates how person became aware of loyalty program.</xsd:documentation>
  2664.                   </xsd:annotation>
  2665.                 </xsd:attribute>
  2666.                 <xsd:attribute name="PromotionCode" type="StringLength1to32" use="optional">
  2667.                   <xsd:annotation>
  2668.                     <xsd:documentation xml:lang="en">Promotion code is the identifier used by the host to link directly with a specific named advertising campaign. By including the required code, the client is able to gain access to special offers which may have been created for a specifically targeted group via a CRM system or for a wider advertising campaign using Television or press adverts.</xsd:documentation>
  2669.                   </xsd:annotation>
  2670.                 </xsd:attribute>
  2671.                 <xsd:attribute name="PromotionVendorCode" type="ListOfStringLength1to8" use="optional">
  2672.                   <xsd:annotation>
  2673.                     <xsd:documentation xml:lang="en">List of the vendor codes associated with a promotion.</xsd:documentation>
  2674.                   </xsd:annotation>
  2675.                 </xsd:attribute>
  2676.                 <xsd:attribute name="AwardsPreference" use="optional">
  2677.                   <xsd:annotation>
  2678.                     <xsd:documentation xml:lang="en">Method by which awards are allocated.</xsd:documentation>
  2679.                   </xsd:annotation>
  2680.                   <xsd:simpleType>
  2681.                     <xsd:restriction base="xsd:string">
  2682.                       <xsd:enumeration value="Points" />
  2683.                       <xsd:enumeration value="Miles" />
  2684.                     </xsd:restriction>
  2685.                   </xsd:simpleType>
  2686.                 </xsd:attribute>
  2687.               </xsd:complexType>
  2688.             </xsd:element>
  2689.             <xsd:element minOccurs="0" name="SecurityInfo">
  2690.               <xsd:annotation>
  2691.                 <xsd:documentation xml:lang="en">Information allowing member to securely access account.</xsd:documentation>
  2692.               </xsd:annotation>
  2693.               <xsd:complexType>
  2694.                 <xsd:sequence>
  2695.                   <xsd:element minOccurs="0" maxOccurs="2" name="PasswordHint">
  2696.                     <xsd:annotation>
  2697.                       <xsd:documentation xml:lang="en">Alternate method to password for account access.</xsd:documentation>
  2698.                     </xsd:annotation>
  2699.                     <xsd:complexType>
  2700.                       <xsd:simpleContent>
  2701.                         <xsd:extension base="xsd:string">
  2702.                           <xsd:attribute name="Hint" use="optional">
  2703.                             <xsd:simpleType>
  2704.                               <xsd:restriction base="xsd:string">
  2705.                                 <xsd:enumeration value="Question" />
  2706.                                 <xsd:enumeration value="Answer" />
  2707.                               </xsd:restriction>
  2708.                             </xsd:simpleType>
  2709.                           </xsd:attribute>
  2710.                         </xsd:extension>
  2711.                       </xsd:simpleContent>
  2712.                     </xsd:complexType>
  2713.                   </xsd:element>
  2714.                 </xsd:sequence>
  2715.                 <xsd:attribute name="Username" type="StringLength1to32" />
  2716.                 <xsd:attribute name="Password" type="StringLength1to32" />
  2717.               </xsd:complexType>
  2718.             </xsd:element>
  2719.             <xsd:element minOccurs="0" maxOccurs="99" name="SubAccountBalance">
  2720.               <xsd:annotation>
  2721.                 <xsd:documentation xml:lang="en">Used to specify a sub-account and its point balance associated with this loyalty account.</xsd:documentation>
  2722.               </xsd:annotation>
  2723.               <xsd:complexType>
  2724.                 <xsd:attribute name="Type" type="StringLength1to16" use="optional">
  2725.                   <xsd:annotation>
  2726.                     <xsd:documentation xml:lang="en">Describes the type of sub account (e.g. miles, points, vouchers, stays).</xsd:documentation>
  2727.                   </xsd:annotation>
  2728.                 </xsd:attribute>
  2729.                 <xsd:attribute name="Balance" type="xsd:integer" use="optional">
  2730.                   <xsd:annotation>
  2731.                     <xsd:documentation xml:lang="en">The current balance for this sub account.</xsd:documentation>
  2732.                   </xsd:annotation>
  2733.                 </xsd:attribute>
  2734.               </xsd:complexType>
  2735.             </xsd:element>
  2736.           </xsd:sequence>
  2737.           <xsd:attribute name="ShareSynchInd" use="optional">
  2738.             <xsd:annotation>
  2739.               <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  2740.             </xsd:annotation>
  2741.             <xsd:simpleType>
  2742.               <xsd:annotation>
  2743.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  2744.               </xsd:annotation>
  2745.               <xsd:restriction base="xsd:NMTOKEN">
  2746.                 <xsd:enumeration value="Yes" />
  2747.                 <xsd:enumeration value="No" />
  2748.                 <xsd:enumeration value="Inherit" />
  2749.               </xsd:restriction>
  2750.             </xsd:simpleType>
  2751.           </xsd:attribute>
  2752.           <xsd:attribute name="ShareMarketInd" use="optional">
  2753.             <xsd:annotation>
  2754.               <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  2755.             </xsd:annotation>
  2756.             <xsd:simpleType>
  2757.               <xsd:annotation>
  2758.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  2759.               </xsd:annotation>
  2760.               <xsd:restriction base="xsd:NMTOKEN">
  2761.                 <xsd:enumeration value="Yes" />
  2762.                 <xsd:enumeration value="No" />
  2763.                 <xsd:enumeration value="Inherit" />
  2764.               </xsd:restriction>
  2765.             </xsd:simpleType>
  2766.           </xsd:attribute>
  2767.           <xsd:attribute name="ProgramID" type="StringLength1to16" use="optional">
  2768.             <xsd:annotation>
  2769.               <xsd:documentation xml:lang="en">Identifier to indicate the company owner of the loyalty program.</xsd:documentation>
  2770.             </xsd:annotation>
  2771.           </xsd:attribute>
  2772.           <xsd:attribute name="MembershipID" type="StringLength1to32" use="optional">
  2773.             <xsd:annotation>
  2774.               <xsd:documentation xml:lang="en">Unique identifier of the member in the program (membership number, account number, etc.).</xsd:documentation>
  2775.             </xsd:annotation>
  2776.           </xsd:attribute>
  2777.           <xsd:attribute name="TravelSector" type="OTA_CodeType" use="optional">
  2778.             <xsd:annotation>
  2779.               <xsd:documentation xml:lang="en">Identifies the travel sector. Refer to OpenTravel Code List Travel Sector (TVS).</xsd:documentation>
  2780.             </xsd:annotation>
  2781.           </xsd:attribute>
  2782.           <xsd:attribute name="LoyalLevel" type="StringLength1to16" use="optional">
  2783.             <xsd:annotation>
  2784.               <xsd:documentation xml:lang="en">Indicates special privileges in program assigned to individual.</xsd:documentation>
  2785.             </xsd:annotation>
  2786.           </xsd:attribute>
  2787.           <xsd:attribute name="LoyalLevelCode" type="Numeric1to3" use="optional">
  2788.             <xsd:annotation>
  2789.               <xsd:documentation xml:lang="en">Provides a numeric code assigned to a particular loyalty level.</xsd:documentation>
  2790.             </xsd:annotation>
  2791.           </xsd:attribute>
  2792.           <xsd:attribute name="SingleVendorInd" use="optional">
  2793.             <xsd:annotation>
  2794.               <xsd:documentation xml:lang="en">Indicates if program is affiliated with a group of related offers accumulating credits.</xsd:documentation>
  2795.             </xsd:annotation>
  2796.             <xsd:simpleType>
  2797.               <xsd:restriction base="xsd:NMTOKEN">
  2798.                 <xsd:enumeration value="SingleVndr">
  2799.                   <xsd:annotation>
  2800.                     <xsd:documentation xml:lang="en">Indicates the program is not part of an alliance.</xsd:documentation>
  2801.                   </xsd:annotation>
  2802.                 </xsd:enumeration>
  2803.                 <xsd:enumeration value="Alliance">
  2804.                   <xsd:annotation>
  2805.                     <xsd:documentation xml:lang="en">Indicates the program is part of an alliance.</xsd:documentation>
  2806.                   </xsd:annotation>
  2807.                 </xsd:enumeration>
  2808.               </xsd:restriction>
  2809.             </xsd:simpleType>
  2810.           </xsd:attribute>
  2811.           <xsd:attribute name="SignupDate" type="xsd:date" use="optional">
  2812.             <xsd:annotation>
  2813.               <xsd:documentation xml:lang="en">Indicates when the member signed up for the loyalty program.</xsd:documentation>
  2814.             </xsd:annotation>
  2815.           </xsd:attribute>
  2816.           <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  2817.             <xsd:annotation>
  2818.               <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  2819.             </xsd:annotation>
  2820.           </xsd:attribute>
  2821.           <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  2822.             <xsd:annotation>
  2823.               <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  2824.             </xsd:annotation>
  2825.           </xsd:attribute>
  2826.           <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  2827.             <xsd:annotation>
  2828.               <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  2829.             </xsd:annotation>
  2830.           </xsd:attribute>
  2831.           <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  2832.             <xsd:annotation>
  2833.               <xsd:documentation xml:lang="en">A reference placeholder for this loyalty membership.</xsd:documentation>
  2834.             </xsd:annotation>
  2835.           </xsd:attribute>
  2836.           <xsd:attribute name="VendorCode" type="ListOfStringLength1to8" use="optional">
  2837.             <xsd:annotation>
  2838.               <xsd:documentation xml:lang="en">Indicate the partner(s)/vendor(s) for which the customer loyalty number is valid.</xsd:documentation>
  2839.             </xsd:annotation>
  2840.           </xsd:attribute>
  2841.           <xsd:attribute name="PrimaryLoyaltyIndicator" type="xsd:boolean" use="optional">
  2842.             <xsd:annotation>
  2843.               <xsd:documentation xml:lang="en">When true, indicates this is the primary customer loyalty program and when false, indicates this is not the primary customer loyalty program.</xsd:documentation>
  2844.             </xsd:annotation>
  2845.           </xsd:attribute>
  2846.           <xsd:attribute name="AllianceLoyaltyLevelName" type="StringLength1to128" use="optional">
  2847.             <xsd:annotation>
  2848.               <xsd:documentation xml:lang="en">Name of the alliance loyalty level (e.g.,OneWorld  uses Emerald, Ruby, etc and SkyTeam uses Elite, etc.)</xsd:documentation>
  2849.             </xsd:annotation>
  2850.           </xsd:attribute>
  2851.           <xsd:attribute name="CustomerType" type="StringLength1to8" use="optional">
  2852.             <xsd:annotation>
  2853.               <xsd:documentation xml:lang="en">Original assessment of the customer by the travel agent.</xsd:documentation>
  2854.             </xsd:annotation>
  2855.           </xsd:attribute>
  2856.           <xsd:attribute name="CustomerValue" type="StringLength1to8" use="optional">
  2857.             <xsd:annotation>
  2858.               <xsd:documentation xml:lang="en">The supplier's ranking of the customer (e.g., VIP, numerical ranking).</xsd:documentation>
  2859.             </xsd:annotation>
  2860.           </xsd:attribute>
  2861.           <xsd:attribute name="Password" type="StringLength1to32" use="optional">
  2862.             <xsd:annotation>
  2863.               <xsd:documentation xml:lang="en">The password for the member in the program. </xsd:documentation>
  2864.             </xsd:annotation>
  2865.           </xsd:attribute>
  2866.           <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  2867.             <xsd:annotation>
  2868.               <xsd:documentation xml:lang="en">A remark associated with the customer's loyalty program.</xsd:documentation>
  2869.             </xsd:annotation>
  2870.           </xsd:attribute>
  2871.         </xsd:complexType>
  2872.       </xsd:element>
  2873.       <xsd:element minOccurs="0" maxOccurs="3" name="EmployeeInfo" type="EmployeeInfoType">
  2874.         <xsd:annotation>
  2875.           <xsd:documentation xml:lang="en">Employment information for the customer.</xsd:documentation>
  2876.         </xsd:annotation>
  2877.       </xsd:element>
  2878.       <xsd:element minOccurs="0" name="EmployerInfo" type="CompanyNameType">
  2879.         <xsd:annotation>
  2880.           <xsd:documentation xml:lang="en">Identifies the customer's employer.</xsd:documentation>
  2881.         </xsd:annotation>
  2882.       </xsd:element>
  2883.       <xsd:element minOccurs="0" maxOccurs="5" name="AdditionalLanguage">
  2884.         <xsd:annotation>
  2885.           <xsd:documentation>Additional languages spoken by the traveler.</xsd:documentation>
  2886.         </xsd:annotation>
  2887.         <xsd:complexType>
  2888.           <xsd:attribute name="Code" type="xsd:language" use="optional">
  2889.             <xsd:annotation>
  2890.               <xsd:documentation xml:lang="en">Code for the language spoken by the customer.</xsd:documentation>
  2891.             </xsd:annotation>
  2892.           </xsd:attribute>
  2893.         </xsd:complexType>
  2894.       </xsd:element>
  2895.       <xsd:element minOccurs="0" ref="TPA_Extensions" />
  2896.     </xsd:sequence>
  2897.     <xsd:attribute name="Gender" use="optional">
  2898.       <xsd:annotation>
  2899.         <xsd:documentation xml:lang="en">Identifies the gender.</xsd:documentation>
  2900.       </xsd:annotation>
  2901.       <xsd:simpleType>
  2902.         <xsd:restriction base="xsd:NMTOKEN">
  2903.           <xsd:enumeration value="Male" />
  2904.           <xsd:enumeration value="Female" />
  2905.           <xsd:enumeration value="Unknown" />
  2906.           <xsd:enumeration value="Male_NoShare" />
  2907.           <xsd:enumeration value="Female_NoShare" />
  2908.         </xsd:restriction>
  2909.       </xsd:simpleType>
  2910.     </xsd:attribute>
  2911.     <xsd:attribute name="Deceased" type="xsd:boolean" use="optional">
  2912.       <xsd:annotation>
  2913.         <xsd:documentation xml:lang="en">When true the customer is deceased.</xsd:documentation>
  2914.       </xsd:annotation>
  2915.     </xsd:attribute>
  2916.     <xsd:attribute name="LockoutType" type="StringLength1to16" use="optional">
  2917.       <xsd:annotation>
  2918.         <xsd:documentation xml:lang="en">Indicates reason for locking out record, such as Emergency, Incident, etc.</xsd:documentation>
  2919.       </xsd:annotation>
  2920.     </xsd:attribute>
  2921.     <xsd:attribute name="BirthDate" type="xsd:date" use="optional">
  2922.       <xsd:annotation>
  2923.         <xsd:documentation xml:lang="en">Indicates the date of birth as indicated in the document, in ISO 8601 prescribed format.</xsd:documentation>
  2924.       </xsd:annotation>
  2925.     </xsd:attribute>
  2926.     <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  2927.       <xsd:annotation>
  2928.         <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  2929.       </xsd:annotation>
  2930.     </xsd:attribute>
  2931.     <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  2932.       <xsd:annotation>
  2933.         <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  2934.       </xsd:annotation>
  2935.     </xsd:attribute>
  2936.     <xsd:attribute name="VIP_Indicator" type="xsd:boolean" use="optional">
  2937.       <xsd:annotation>
  2938.         <xsd:documentation xml:lang="en">If true, indicates a very important person.</xsd:documentation>
  2939.       </xsd:annotation>
  2940.     </xsd:attribute>
  2941.     <xsd:attribute name="Text" type="StringLength1to32" use="optional">
  2942.       <xsd:annotation>
  2943.         <xsd:documentation xml:lang="en">Used to specify textual information about the customer.</xsd:documentation>
  2944.       </xsd:annotation>
  2945.     </xsd:attribute>
  2946.     <xsd:attribute name="Language" type="xsd:language" use="optional">
  2947.       <xsd:annotation>
  2948.         <xsd:documentation xml:lang="en">Language identification.</xsd:documentation>
  2949.       </xsd:annotation>
  2950.     </xsd:attribute>
  2951.     <xsd:attribute name="CustomerValue" type="StringLength1to8" use="optional">
  2952.       <xsd:annotation>
  2953.         <xsd:documentation xml:lang="en">The supplier's ranking of the customer (e.g., VIP, numerical ranking).</xsd:documentation>
  2954.       </xsd:annotation>
  2955.     </xsd:attribute>
  2956.     <xsd:attribute name="MaritalStatus" use="optional">
  2957.       <xsd:annotation>
  2958.         <xsd:documentation xml:lang="en">Marital status of the traveler.</xsd:documentation>
  2959.       </xsd:annotation>
  2960.       <xsd:simpleType>
  2961.         <xsd:restriction base="xsd:NMTOKEN">
  2962.           <xsd:enumeration value="Annulled">
  2963.             <xsd:annotation>
  2964.               <xsd:documentation>The marriage of the traveler has been annulled.</xsd:documentation>
  2965.             </xsd:annotation>
  2966.           </xsd:enumeration>
  2967.           <xsd:enumeration value="Co-habitating">
  2968.             <xsd:annotation>
  2969.               <xsd:documentation>The traveler is living with someone, but not married.</xsd:documentation>
  2970.             </xsd:annotation>
  2971.           </xsd:enumeration>
  2972.           <xsd:enumeration value="Divorced">
  2973.             <xsd:annotation>
  2974.               <xsd:documentation>The traveler is divorced.</xsd:documentation>
  2975.             </xsd:annotation>
  2976.           </xsd:enumeration>
  2977.           <xsd:enumeration value="Engaged">
  2978.             <xsd:annotation>
  2979.               <xsd:documentation>The traveler is engaged.</xsd:documentation>
  2980.             </xsd:annotation>
  2981.           </xsd:enumeration>
  2982.           <xsd:enumeration value="Married">
  2983.             <xsd:annotation>
  2984.               <xsd:documentation>
  2985.                 the traveler is married
  2986.               </xsd:documentation>
  2987.             </xsd:annotation>
  2988.           </xsd:enumeration>
  2989.           <xsd:enumeration value="Separated">
  2990.             <xsd:annotation>
  2991.               <xsd:documentation>The traveler is separated.</xsd:documentation>
  2992.             </xsd:annotation>
  2993.           </xsd:enumeration>
  2994.           <xsd:enumeration value="Single">
  2995.             <xsd:annotation>
  2996.               <xsd:documentation>The traveler is single.</xsd:documentation>
  2997.             </xsd:annotation>
  2998.           </xsd:enumeration>
  2999.           <xsd:enumeration value="Widowed">
  3000.             <xsd:annotation>
  3001.               <xsd:documentation>The traveler is widowed.</xsd:documentation>
  3002.             </xsd:annotation>
  3003.           </xsd:enumeration>
  3004.           <xsd:enumeration value="Unknown">
  3005.             <xsd:annotation>
  3006.               <xsd:documentation>The marital status of the traveler is unknown.</xsd:documentation>
  3007.             </xsd:annotation>
  3008.           </xsd:enumeration>
  3009.         </xsd:restriction>
  3010.       </xsd:simpleType>
  3011.     </xsd:attribute>
  3012.     <xsd:attribute name="PreviouslyMarriedIndicator" type="xsd:boolean" use="optional">
  3013.       <xsd:annotation>
  3014.         <xsd:documentation xml:lang="en">When true, indicates the customer was previously married. When false, indicates the customer was not previously married.</xsd:documentation>
  3015.       </xsd:annotation>
  3016.     </xsd:attribute>
  3017.     <xsd:attribute name="ChildQuantity" type="Numeric1to99" use="optional">
  3018.       <xsd:annotation>
  3019.         <xsd:documentation xml:lang="en">The number of children of the customer.</xsd:documentation>
  3020.       </xsd:annotation>
  3021.     </xsd:attribute>
  3022.   </xsd:complexType>
  3023.   <xsd:complexType name="DateTimeSpanType">
  3024.     <xsd:annotation>
  3025.       <xsd:documentation xml:lang="en">Used to specify a time window range by either specifying an earliest and latest date for the start date and end date or by giving a date with a time period that can be applied before and/or after the start date.</xsd:documentation>
  3026.     </xsd:annotation>
  3027.     <xsd:choice>
  3028.       <xsd:element name="DateWindowRange" type="TimeInstantType">
  3029.         <xsd:annotation>
  3030.           <xsd:documentation xml:lang="en">Specifies a time period that can be applied before and/or after the start date.</xsd:documentation>
  3031.         </xsd:annotation>
  3032.       </xsd:element>
  3033.       <xsd:sequence>
  3034.         <xsd:element minOccurs="0" name="StartDateWindow">
  3035.           <xsd:annotation>
  3036.             <xsd:documentation xml:lang="en">The earliest and latest dates acceptable for the start date.</xsd:documentation>
  3037.           </xsd:annotation>
  3038.           <xsd:complexType>
  3039.             <xsd:attribute name="EarliestDate" type="DateOrDateTimeType" use="optional">
  3040.               <xsd:annotation>
  3041.                 <xsd:documentation xml:lang="en">The earliest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.</xsd:documentation>
  3042.               </xsd:annotation>
  3043.             </xsd:attribute>
  3044.             <xsd:attribute name="LatestDate" type="DateOrDateTimeType" use="optional">
  3045.               <xsd:annotation>
  3046.                 <xsd:documentation xml:lang="en">The latest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.</xsd:documentation>
  3047.               </xsd:annotation>
  3048.             </xsd:attribute>
  3049.             <xsd:attribute name="DOW" type="DayOfWeekType" use="optional">
  3050.               <xsd:annotation>
  3051.                 <xsd:documentation xml:lang="en">The Day of Week of the starting date for the availability requested. Enumerated values of StartDOW are the seven days of the week: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, or Sunday.</xsd:documentation>
  3052.               </xsd:annotation>
  3053.             </xsd:attribute>
  3054.           </xsd:complexType>
  3055.         </xsd:element>
  3056.         <xsd:element minOccurs="0" name="EndDateWindow">
  3057.           <xsd:annotation>
  3058.             <xsd:documentation xml:lang="en">The earliest and latest dates acceptable for the end date.</xsd:documentation>
  3059.           </xsd:annotation>
  3060.           <xsd:complexType>
  3061.             <xsd:attribute name="EarliestDate" type="DateOrDateTimeType" use="optional">
  3062.               <xsd:annotation>
  3063.                 <xsd:documentation xml:lang="en">The earliest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.</xsd:documentation>
  3064.               </xsd:annotation>
  3065.             </xsd:attribute>
  3066.             <xsd:attribute name="LatestDate" type="DateOrDateTimeType" use="optional">
  3067.               <xsd:annotation>
  3068.                 <xsd:documentation xml:lang="en">The latest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.</xsd:documentation>
  3069.               </xsd:annotation>
  3070.             </xsd:attribute>
  3071.             <xsd:attribute name="DOW" type="DayOfWeekType" use="optional">
  3072.               <xsd:annotation>
  3073.                 <xsd:documentation xml:lang="en">The Day of Week of the starting date for the availability requested. Enumerated values of StartDOW are the seven days of the week: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, or Sunday.</xsd:documentation>
  3074.               </xsd:annotation>
  3075.             </xsd:attribute>
  3076.           </xsd:complexType>
  3077.         </xsd:element>
  3078.       </xsd:sequence>
  3079.     </xsd:choice>
  3080.     <xsd:attribute name="Start" type="DateOrTimeOrDateTimeType" use="optional">
  3081.       <xsd:annotation>
  3082.         <xsd:documentation xml:lang="en">The starting value of the time span.</xsd:documentation>
  3083.       </xsd:annotation>
  3084.     </xsd:attribute>
  3085.     <xsd:attribute name="Duration" type="DurationType" use="optional">
  3086.       <xsd:annotation>
  3087.         <xsd:documentation xml:lang="en">The duration datatype represents a combination of year, month, day and time values representing a single duration of time, encoded as a single string.</xsd:documentation>
  3088.       </xsd:annotation>
  3089.     </xsd:attribute>
  3090.     <xsd:attribute name="End" type="DateOrTimeOrDateTimeType" use="optional">
  3091.       <xsd:annotation>
  3092.         <xsd:documentation xml:lang="en">The ending value of the time span.</xsd:documentation>
  3093.       </xsd:annotation>
  3094.     </xsd:attribute>
  3095.   </xsd:complexType>
  3096.   <xsd:complexType name="DirectBillType">
  3097.     <xsd:annotation>
  3098.       <xsd:documentation xml:lang="en">Company name and location for sending invoice for remittances for travel services.</xsd:documentation>
  3099.     </xsd:annotation>
  3100.     <xsd:sequence>
  3101.       <xsd:element minOccurs="0" name="CompanyName">
  3102.         <xsd:annotation>
  3103.           <xsd:documentation xml:lang="en">Company name to whom remittance should be directed.</xsd:documentation>
  3104.         </xsd:annotation>
  3105.         <xsd:complexType>
  3106.           <xsd:simpleContent>
  3107.             <xsd:extension base="CompanyNameType">
  3108.               <xsd:attribute name="ContactName" type="StringLength1to64" use="optional">
  3109.                 <xsd:annotation>
  3110.                   <xsd:documentation xml:lang="en">This may be used to pass the name of the contact at the company for which the direct bill applies.</xsd:documentation>
  3111.                 </xsd:annotation>
  3112.               </xsd:attribute>
  3113.             </xsd:extension>
  3114.           </xsd:simpleContent>
  3115.         </xsd:complexType>
  3116.       </xsd:element>
  3117.       <xsd:element minOccurs="0" name="Address" type="AddressInfoType">
  3118.         <xsd:annotation>
  3119.           <xsd:documentation xml:lang="en">Address where remittance should be directed.</xsd:documentation>
  3120.         </xsd:annotation>
  3121.       </xsd:element>
  3122.       <xsd:element minOccurs="0" name="Email" type="EmailType">
  3123.         <xsd:annotation>
  3124.           <xsd:documentation xml:lang="en">Email address to which remittance should be directed.</xsd:documentation>
  3125.         </xsd:annotation>
  3126.       </xsd:element>
  3127.       <xsd:element minOccurs="0" name="Telephone">
  3128.         <xsd:annotation>
  3129.           <xsd:documentation xml:lang="en">Telephone number associated with company to whom remittance is being directed.</xsd:documentation>
  3130.         </xsd:annotation>
  3131.         <xsd:complexType>
  3132.           <xsd:attribute name="ShareSynchInd" use="optional">
  3133.             <xsd:annotation>
  3134.               <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  3135.             </xsd:annotation>
  3136.             <xsd:simpleType>
  3137.               <xsd:annotation>
  3138.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  3139.               </xsd:annotation>
  3140.               <xsd:restriction base="xsd:NMTOKEN">
  3141.                 <xsd:enumeration value="Yes" />
  3142.                 <xsd:enumeration value="No" />
  3143.                 <xsd:enumeration value="Inherit" />
  3144.               </xsd:restriction>
  3145.             </xsd:simpleType>
  3146.           </xsd:attribute>
  3147.           <xsd:attribute name="ShareMarketInd" use="optional">
  3148.             <xsd:annotation>
  3149.               <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  3150.             </xsd:annotation>
  3151.             <xsd:simpleType>
  3152.               <xsd:annotation>
  3153.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  3154.               </xsd:annotation>
  3155.               <xsd:restriction base="xsd:NMTOKEN">
  3156.                 <xsd:enumeration value="Yes" />
  3157.                 <xsd:enumeration value="No" />
  3158.                 <xsd:enumeration value="Inherit" />
  3159.               </xsd:restriction>
  3160.             </xsd:simpleType>
  3161.           </xsd:attribute>
  3162.           <xsd:attribute name="PhoneLocationType" type="OTA_CodeType" use="optional">
  3163.             <xsd:annotation>
  3164.               <xsd:documentation xml:lang="en">Describes the location of the phone, such as Home, Office, Property Reservation Office, etc. Refer to OpenTravel Code List Phone Location Type (PLT).</xsd:documentation>
  3165.             </xsd:annotation>
  3166.           </xsd:attribute>
  3167.           <xsd:attribute name="PhoneTechType" type="OTA_CodeType" use="optional">
  3168.             <xsd:annotation>
  3169.               <xsd:documentation xml:lang="en">Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OpenTravel Code List Phone Technology Type (PTT).</xsd:documentation>
  3170.             </xsd:annotation>
  3171.           </xsd:attribute>
  3172.           <xsd:attribute name="PhoneUseType" type="OTA_CodeType" use="optional">
  3173.             <xsd:annotation>
  3174.               <xsd:documentation xml:lang="en">Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OpenTravel Code List Phone Use Type (PUT).</xsd:documentation>
  3175.             </xsd:annotation>
  3176.           </xsd:attribute>
  3177.           <xsd:attribute name="CountryAccessCode" type="NumericStringLength1to3" use="optional">
  3178.             <xsd:annotation>
  3179.               <xsd:documentation xml:lang="en">Code assigned by telecommunications authorities for international country access identifier.</xsd:documentation>
  3180.             </xsd:annotation>
  3181.           </xsd:attribute>
  3182.           <xsd:attribute name="AreaCityCode" type="NumericStringLength1to8" use="optional">
  3183.             <xsd:annotation>
  3184.               <xsd:documentation xml:lang="en">Code assigned for telephones in a specific region, city, or area.</xsd:documentation>
  3185.             </xsd:annotation>
  3186.           </xsd:attribute>
  3187.           <xsd:attribute name="PhoneNumber" type="StringLength1to32" use="required">
  3188.             <xsd:annotation>
  3189.               <xsd:documentation xml:lang="en">Telephone number assigned to a single location.</xsd:documentation>
  3190.             </xsd:annotation>
  3191.           </xsd:attribute>
  3192.           <xsd:attribute name="Extension" type="NumericStringLength1to5" use="optional">
  3193.             <xsd:annotation>
  3194.               <xsd:documentation xml:lang="en">Extension to reach a specific party at the phone number.</xsd:documentation>
  3195.             </xsd:annotation>
  3196.           </xsd:attribute>
  3197.           <xsd:attribute name="PIN" type="StringLength1to8" use="optional">
  3198.             <xsd:annotation>
  3199.               <xsd:documentation xml:lang="en">Additional codes used for pager or telephone access rights.</xsd:documentation>
  3200.             </xsd:annotation>
  3201.           </xsd:attribute>
  3202.           <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  3203.             <xsd:annotation>
  3204.               <xsd:documentation xml:lang="en">A remark associated with the telephone number.</xsd:documentation>
  3205.             </xsd:annotation>
  3206.           </xsd:attribute>
  3207.           <xsd:attribute name="FormattedInd" type="xsd:boolean" use="optional">
  3208.             <xsd:annotation>
  3209.               <xsd:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xsd:documentation>
  3210.             </xsd:annotation>
  3211.           </xsd:attribute>
  3212.           <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  3213.             <xsd:annotation>
  3214.               <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  3215.             </xsd:annotation>
  3216.           </xsd:attribute>
  3217.           <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  3218.             <xsd:annotation>
  3219.               <xsd:documentation xml:lang="en">Used elsewhere in the message to reference a specific telephone number (including faxes).</xsd:documentation>
  3220.             </xsd:annotation>
  3221.           </xsd:attribute>
  3222.         </xsd:complexType>
  3223.       </xsd:element>
  3224.     </xsd:sequence>
  3225.     <xsd:attribute name="ShareSynchInd" use="optional">
  3226.       <xsd:annotation>
  3227.         <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  3228.       </xsd:annotation>
  3229.       <xsd:simpleType>
  3230.         <xsd:annotation>
  3231.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  3232.         </xsd:annotation>
  3233.         <xsd:restriction base="xsd:NMTOKEN">
  3234.           <xsd:enumeration value="Yes" />
  3235.           <xsd:enumeration value="No" />
  3236.           <xsd:enumeration value="Inherit" />
  3237.         </xsd:restriction>
  3238.       </xsd:simpleType>
  3239.     </xsd:attribute>
  3240.     <xsd:attribute name="ShareMarketInd" use="optional">
  3241.       <xsd:annotation>
  3242.         <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  3243.       </xsd:annotation>
  3244.       <xsd:simpleType>
  3245.         <xsd:annotation>
  3246.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  3247.         </xsd:annotation>
  3248.         <xsd:restriction base="xsd:NMTOKEN">
  3249.           <xsd:enumeration value="Yes" />
  3250.           <xsd:enumeration value="No" />
  3251.           <xsd:enumeration value="Inherit" />
  3252.         </xsd:restriction>
  3253.       </xsd:simpleType>
  3254.     </xsd:attribute>
  3255.     <xsd:attribute name="DirectBill_ID" type="StringLength1to32" use="optional">
  3256.       <xsd:annotation>
  3257.         <xsd:documentation xml:lang="en">Identifier for the organization to be billed directly for travel services.</xsd:documentation>
  3258.       </xsd:annotation>
  3259.     </xsd:attribute>
  3260.     <xsd:attribute name="BillingNumber" type="StringLength0to64" use="optional">
  3261.       <xsd:annotation>
  3262.         <xsd:documentation xml:lang="en">The number assigned by the subscriber for billing reconciliation of a corporate account.</xsd:documentation>
  3263.       </xsd:annotation>
  3264.     </xsd:attribute>
  3265.   </xsd:complexType>
  3266.   <xsd:complexType name="DocumentType">
  3267.     <xsd:annotation>
  3268.       <xsd:documentation xml:lang="en">Provides information on a specific document.</xsd:documentation>
  3269.     </xsd:annotation>
  3270.     <xsd:sequence>
  3271.       <xsd:choice minOccurs="0">
  3272.         <xsd:element minOccurs="0" name="DocHolderName" type="StringLength1to64">
  3273.           <xsd:annotation>
  3274.             <xsd:documentation xml:lang="en">The name of the document holder in unformatted text (Mr. Sam Jones).</xsd:documentation>
  3275.           </xsd:annotation>
  3276.         </xsd:element>
  3277.         <xsd:element minOccurs="0" name="DocHolderFormattedName" type="PersonNameType">
  3278.           <xsd:annotation>
  3279.             <xsd:documentation xml:lang="en">The name of document holder in formatted text.</xsd:documentation>
  3280.           </xsd:annotation>
  3281.         </xsd:element>
  3282.       </xsd:choice>
  3283.       <xsd:element minOccurs="0" maxOccurs="9" name="DocLimitations" type="StringLength1to64">
  3284.         <xsd:annotation>
  3285.           <xsd:documentation xml:lang="en">Used to indicate any limitations on the document (e.g. as a person may only be allowed to spend a max of 30 days in country on a visitor's visa).</xsd:documentation>
  3286.         </xsd:annotation>
  3287.       </xsd:element>
  3288.       <xsd:element minOccurs="0" name="AdditionalPersonNames">
  3289.         <xsd:annotation>
  3290.           <xsd:documentation xml:lang="en">A container for additional person names.</xsd:documentation>
  3291.         </xsd:annotation>
  3292.         <xsd:complexType>
  3293.           <xsd:sequence>
  3294.             <xsd:element maxOccurs="99" name="AdditionalPersonName" type="StringLength1to64">
  3295.               <xsd:annotation>
  3296.                 <xsd:documentation xml:lang="en">The name of an additional person listed on this document.</xsd:documentation>
  3297.               </xsd:annotation>
  3298.             </xsd:element>
  3299.           </xsd:sequence>
  3300.         </xsd:complexType>
  3301.       </xsd:element>
  3302.     </xsd:sequence>
  3303.     <xsd:attribute name="ShareSynchInd" use="optional">
  3304.       <xsd:annotation>
  3305.         <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  3306.       </xsd:annotation>
  3307.       <xsd:simpleType>
  3308.         <xsd:annotation>
  3309.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  3310.         </xsd:annotation>
  3311.         <xsd:restriction base="xsd:NMTOKEN">
  3312.           <xsd:enumeration value="Yes" />
  3313.           <xsd:enumeration value="No" />
  3314.           <xsd:enumeration value="Inherit" />
  3315.         </xsd:restriction>
  3316.       </xsd:simpleType>
  3317.     </xsd:attribute>
  3318.     <xsd:attribute name="ShareMarketInd" use="optional">
  3319.       <xsd:annotation>
  3320.         <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  3321.       </xsd:annotation>
  3322.       <xsd:simpleType>
  3323.         <xsd:annotation>
  3324.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  3325.         </xsd:annotation>
  3326.         <xsd:restriction base="xsd:NMTOKEN">
  3327.           <xsd:enumeration value="Yes" />
  3328.           <xsd:enumeration value="No" />
  3329.           <xsd:enumeration value="Inherit" />
  3330.         </xsd:restriction>
  3331.       </xsd:simpleType>
  3332.     </xsd:attribute>
  3333.     <xsd:attribute name="DocIssueAuthority" type="StringLength1to64" use="optional">
  3334.       <xsd:annotation>
  3335.         <xsd:documentation xml:lang="en">Indicates the group or association that granted the document.</xsd:documentation>
  3336.       </xsd:annotation>
  3337.     </xsd:attribute>
  3338.     <xsd:attribute name="DocIssueLocation" type="StringLength1to64" use="optional">
  3339.       <xsd:annotation>
  3340.         <xsd:documentation xml:lang="en">Indicates the location where the document was issued.</xsd:documentation>
  3341.       </xsd:annotation>
  3342.     </xsd:attribute>
  3343.     <xsd:attribute name="DocID" type="StringLength1to32" use="optional">
  3344.       <xsd:annotation>
  3345.         <xsd:documentation xml:lang="en">Unique number assigned by authorities to document.</xsd:documentation>
  3346.       </xsd:annotation>
  3347.     </xsd:attribute>
  3348.     <xsd:attribute name="DocType" type="OTA_CodeType" use="optional">
  3349.       <xsd:annotation>
  3350.         <xsd:documentation xml:lang="en">Indicates the type of document (e.g. Passport, Military ID, Drivers License, national ID, Vaccination Certificate). Refer to OpenTravel Code List Document Type (DOC).</xsd:documentation>
  3351.       </xsd:annotation>
  3352.     </xsd:attribute>
  3353.     <xsd:attribute name="Gender" use="optional">
  3354.       <xsd:annotation>
  3355.         <xsd:documentation xml:lang="en">Identifies the gender.</xsd:documentation>
  3356.       </xsd:annotation>
  3357.       <xsd:simpleType>
  3358.         <xsd:restriction base="xsd:NMTOKEN">
  3359.           <xsd:enumeration value="Male" />
  3360.           <xsd:enumeration value="Female" />
  3361.           <xsd:enumeration value="Unknown" />
  3362.           <xsd:enumeration value="Male_NoShare" />
  3363.           <xsd:enumeration value="Female_NoShare" />
  3364.         </xsd:restriction>
  3365.       </xsd:simpleType>
  3366.     </xsd:attribute>
  3367.     <xsd:attribute name="BirthDate" type="xsd:date" use="optional">
  3368.       <xsd:annotation>
  3369.         <xsd:documentation xml:lang="en">Indicates the date of birth as indicated in the document, in ISO 8601 prescribed format.</xsd:documentation>
  3370.       </xsd:annotation>
  3371.     </xsd:attribute>
  3372.     <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  3373.       <xsd:annotation>
  3374.         <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  3375.       </xsd:annotation>
  3376.     </xsd:attribute>
  3377.     <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  3378.       <xsd:annotation>
  3379.         <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  3380.       </xsd:annotation>
  3381.     </xsd:attribute>
  3382.     <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  3383.       <xsd:annotation>
  3384.         <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  3385.       </xsd:annotation>
  3386.     </xsd:attribute>
  3387.     <xsd:attribute name="DocIssueStateProv" type="StateProvCodeType" use="optional">
  3388.       <xsd:annotation>
  3389.         <xsd:documentation xml:lang="en">State or Province where the document was issued.</xsd:documentation>
  3390.       </xsd:annotation>
  3391.     </xsd:attribute>
  3392.     <xsd:attribute name="DocIssueCountry" type="ISO3166" use="optional">
  3393.       <xsd:annotation>
  3394.         <xsd:documentation xml:lang="en">Country where the document was issued.</xsd:documentation>
  3395.       </xsd:annotation>
  3396.     </xsd:attribute>
  3397.     <xsd:attribute name="BirthCountry" type="ISO3166" use="optional">
  3398.       <xsd:annotation>
  3399.         <xsd:documentation xml:lang="en">Specifies the birth country of the document holder.</xsd:documentation>
  3400.       </xsd:annotation>
  3401.     </xsd:attribute>
  3402.     <xsd:attribute name="BirthPlace" type="StringLength1to64" use="optional">
  3403.       <xsd:annotation>
  3404.         <xsd:documentation xml:lang="en">Specifies the birth place of the document holder (e.g., city, state, county, province), when designating a country of birth, use BirthCountry.</xsd:documentation>
  3405.       </xsd:annotation>
  3406.     </xsd:attribute>
  3407.     <xsd:attribute name="DocHolderNationality" type="ISO3166" use="optional">
  3408.       <xsd:annotation>
  3409.         <xsd:documentation xml:lang="en">The country code of the nationality of the document holder.</xsd:documentation>
  3410.       </xsd:annotation>
  3411.     </xsd:attribute>
  3412.     <xsd:attribute name="ContactName" type="StringLength1to64" use="optional">
  3413.       <xsd:annotation>
  3414.         <xsd:documentation xml:lang="en">Provides contact name associated with the document.</xsd:documentation>
  3415.       </xsd:annotation>
  3416.     </xsd:attribute>
  3417.     <xsd:attribute name="HolderType" use="optional">
  3418.       <xsd:annotation>
  3419.         <xsd:documentation xml:lang="en">Provides the type of document holder.</xsd:documentation>
  3420.       </xsd:annotation>
  3421.       <xsd:simpleType>
  3422.         <xsd:restriction base="xsd:NMTOKEN">
  3423.           <xsd:enumeration value="Infant">
  3424.             <xsd:annotation>
  3425.               <xsd:documentation xml:lang="en">The document holder is an infant.</xsd:documentation>
  3426.             </xsd:annotation>
  3427.           </xsd:enumeration>
  3428.           <xsd:enumeration value="HeadOfHousehold">
  3429.             <xsd:annotation>
  3430.               <xsd:documentation xml:lang="en">The document holder is a head of household.</xsd:documentation>
  3431.             </xsd:annotation>
  3432.           </xsd:enumeration>
  3433.         </xsd:restriction>
  3434.       </xsd:simpleType>
  3435.     </xsd:attribute>
  3436.     <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  3437.       <xsd:annotation>
  3438.         <xsd:documentation xml:lang="en">A remark associated with the document.</xsd:documentation>
  3439.       </xsd:annotation>
  3440.     </xsd:attribute>
  3441.     <xsd:attribute name="PostalCode" type="StringLength1to16" use="optional">
  3442.       <xsd:annotation>
  3443.         <xsd:documentation xml:lang="en">Defines the postal code (e.g., ZIP code) on the document.</xsd:documentation>
  3444.       </xsd:annotation>
  3445.     </xsd:attribute>
  3446.   </xsd:complexType>
  3447.   <xsd:complexType name="DonationType">
  3448.     <xsd:annotation>
  3449.       <xsd:documentation>Provides information about donations made during a booking.</xsd:documentation>
  3450.     </xsd:annotation>
  3451.     <xsd:sequence>
  3452.       <xsd:element minOccurs="0" name="FrontOfficeInfo">
  3453.         <xsd:annotation>
  3454.           <xsd:documentation xml:lang="en">The identifying fields for the front office for a Massive Good donation: Product Name, Product version, Office ID and Corporate ID.</xsd:documentation>
  3455.         </xsd:annotation>
  3456.         <xsd:complexType>
  3457.           <xsd:attribute name="ProductName" type="xsd:string" use="required">
  3458.             <xsd:annotation>
  3459.               <xsd:documentation xml:lang="en">The Massive Good/ Amadeus Donation Service product name.</xsd:documentation>
  3460.             </xsd:annotation>
  3461.           </xsd:attribute>
  3462.           <xsd:attribute name="ProductVersion" type="xsd:string" use="required">
  3463.             <xsd:annotation>
  3464.               <xsd:documentation xml:lang="en">The Massive Good/ Amadeus Donation Service product version.</xsd:documentation>
  3465.             </xsd:annotation>
  3466.           </xsd:attribute>
  3467.           <xsd:attribute name="OfficeID" type="xsd:string" use="required">
  3468.             <xsd:annotation>
  3469.               <xsd:documentation xml:lang="en">The Massive Good/ Amadeus Donation Service office ID.</xsd:documentation>
  3470.             </xsd:annotation>
  3471.           </xsd:attribute>
  3472.           <xsd:attribute name="CorporateID" type="xsd:string" use="required">
  3473.             <xsd:annotation>
  3474.               <xsd:documentation xml:lang="en">The Massive Good/ Amadeus Donation Service corporate ID.</xsd:documentation>
  3475.             </xsd:annotation>
  3476.           </xsd:attribute>
  3477.         </xsd:complexType>
  3478.       </xsd:element>
  3479.       <xsd:element name="CreditCardInfo">
  3480.         <xsd:annotation>
  3481.           <xsd:documentation xml:lang="en">Donation credit card information.</xsd:documentation>
  3482.         </xsd:annotation>
  3483.         <xsd:complexType>
  3484.           <xsd:complexContent>
  3485.             <xsd:extension base="PaymentCardType">
  3486.               <xsd:attribute name="Currency" type="AlphaLength3" use="required">
  3487.                 <xsd:annotation>
  3488.                   <xsd:documentation xml:lang="en">The donation currency code (ISO 4217.) </xsd:documentation>
  3489.                 </xsd:annotation>
  3490.               </xsd:attribute>
  3491.               <xsd:attribute name="DonationAmount" type="Money" use="required">
  3492.                 <xsd:annotation>
  3493.                   <xsd:documentation xml:lang="en">The donation amount.</xsd:documentation>
  3494.                 </xsd:annotation>
  3495.               </xsd:attribute>
  3496.             </xsd:extension>
  3497.           </xsd:complexContent>
  3498.         </xsd:complexType>
  3499.       </xsd:element>
  3500.       <xsd:element minOccurs="0" name="DonorInfo">
  3501.         <xsd:annotation>
  3502.           <xsd:documentation xml:lang="en">Donor information, including Email Address, First Name, Last Name, Street Address, City and Zip Code.</xsd:documentation>
  3503.         </xsd:annotation>
  3504.         <xsd:complexType>
  3505.           <xsd:sequence>
  3506.             <xsd:element minOccurs="0" name="Name">
  3507.               <xsd:annotation>
  3508.                 <xsd:documentation xml:lang="en">The donor name.</xsd:documentation>
  3509.               </xsd:annotation>
  3510.               <xsd:complexType>
  3511.                 <xsd:complexContent>
  3512.                   <xsd:extension base="PersonNameType" />
  3513.                 </xsd:complexContent>
  3514.               </xsd:complexType>
  3515.             </xsd:element>
  3516.             <xsd:element minOccurs="0" name="ContactInfo">
  3517.               <xsd:annotation>
  3518.                 <xsd:documentation xml:lang="en">Donor address and email address information.</xsd:documentation>
  3519.               </xsd:annotation>
  3520.               <xsd:complexType>
  3521.                 <xsd:complexContent>
  3522.                   <xsd:extension base="AddressType">
  3523.                     <xsd:attribute name="EmailAddress" type="xsd:string" use="optional">
  3524.                       <xsd:annotation>
  3525.                         <xsd:documentation xml:lang="en">The donor email address.</xsd:documentation>
  3526.                       </xsd:annotation>
  3527.                     </xsd:attribute>
  3528.                   </xsd:extension>
  3529.                 </xsd:complexContent>
  3530.               </xsd:complexType>
  3531.             </xsd:element>
  3532.           </xsd:sequence>
  3533.         </xsd:complexType>
  3534.       </xsd:element>
  3535.     </xsd:sequence>
  3536.     <xsd:attribute name="Language" type="xsd:language" use="required">
  3537.       <xsd:annotation>
  3538.         <xsd:documentation xml:lang="en">The localized error response language. </xsd:documentation>
  3539.       </xsd:annotation>
  3540.     </xsd:attribute>
  3541.     <xsd:attribute name="GDS_ID" use="optional">
  3542.       <xsd:annotation>
  3543.         <xsd:documentation xml:lang="en">The ID of the GDS (global distribution service) providing the donation.</xsd:documentation>
  3544.       </xsd:annotation>
  3545.       <xsd:simpleType>
  3546.         <xsd:restriction base="xsd:NMTOKEN">
  3547.           <xsd:enumeration value="1A">
  3548.             <xsd:annotation>
  3549.               <xsd:documentation xml:lang="en">Amadeus</xsd:documentation>
  3550.             </xsd:annotation>
  3551.           </xsd:enumeration>
  3552.           <xsd:enumeration value="1G">
  3553.             <xsd:annotation>
  3554.               <xsd:documentation xml:lang="en">Galileo</xsd:documentation>
  3555.             </xsd:annotation>
  3556.           </xsd:enumeration>
  3557.           <xsd:enumeration value="1P">
  3558.             <xsd:annotation>
  3559.               <xsd:documentation xml:lang="en">Worldspan</xsd:documentation>
  3560.             </xsd:annotation>
  3561.           </xsd:enumeration>
  3562.           <xsd:enumeration value="1V">
  3563.             <xsd:annotation>
  3564.               <xsd:documentation xml:lang="en">Apollo</xsd:documentation>
  3565.             </xsd:annotation>
  3566.           </xsd:enumeration>
  3567.           <xsd:enumeration value="1W">
  3568.             <xsd:annotation>
  3569.               <xsd:documentation xml:lang="en">Sabre</xsd:documentation>
  3570.             </xsd:annotation>
  3571.           </xsd:enumeration>
  3572.           <xsd:enumeration value="WE">
  3573.             <xsd:annotation>
  3574.               <xsd:documentation xml:lang="en">Website</xsd:documentation>
  3575.             </xsd:annotation>
  3576.           </xsd:enumeration>
  3577.           <xsd:enumeration value="WS">
  3578.             <xsd:annotation>
  3579.               <xsd:documentation xml:lang="en">WebService</xsd:documentation>
  3580.             </xsd:annotation>
  3581.           </xsd:enumeration>
  3582.           <xsd:enumeration value="MF">
  3583.             <xsd:annotation>
  3584.               <xsd:documentation xml:lang="en">Millennium Foundation</xsd:documentation>
  3585.             </xsd:annotation>
  3586.           </xsd:enumeration>
  3587.           <xsd:enumeration value="ZZ">
  3588.             <xsd:annotation>
  3589.               <xsd:documentation xml:lang="en">Other</xsd:documentation>
  3590.             </xsd:annotation>
  3591.           </xsd:enumeration>
  3592.         </xsd:restriction>
  3593.       </xsd:simpleType>
  3594.     </xsd:attribute>
  3595.     <xsd:attribute name="AskForReceiptInd" type="xsd:boolean" use="required">
  3596.       <xsd:annotation>
  3597.         <xsd:documentation xml:lang="en">If true, the donor wants a donation receipt. </xsd:documentation>
  3598.       </xsd:annotation>
  3599.     </xsd:attribute>
  3600.     <xsd:attribute name="CountryCode" type="ISO3166" use="required">
  3601.       <xsd:annotation>
  3602.         <xsd:documentation xml:lang="en">The 2 character ISO3166 country code of the donor.</xsd:documentation>
  3603.       </xsd:annotation>
  3604.     </xsd:attribute>
  3605.     <xsd:attribute name="StateCode" type="StateProvCodeType" use="optional">
  3606.       <xsd:annotation>
  3607.         <xsd:documentation xml:lang="en">The origin state of the donor.</xsd:documentation>
  3608.       </xsd:annotation>
  3609.     </xsd:attribute>
  3610.   </xsd:complexType>
  3611.   <xsd:complexType name="EmailType">
  3612.     <xsd:annotation>
  3613.       <xsd:documentation xml:lang="en">Electronic email addresses, in IETF specified format.</xsd:documentation>
  3614.     </xsd:annotation>
  3615.     <xsd:simpleContent>
  3616.       <xsd:extension base="StringLength1to128">
  3617.         <xsd:attribute name="ShareSynchInd" use="optional">
  3618.           <xsd:annotation>
  3619.             <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  3620.           </xsd:annotation>
  3621.           <xsd:simpleType>
  3622.             <xsd:annotation>
  3623.               <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  3624.             </xsd:annotation>
  3625.             <xsd:restriction base="xsd:NMTOKEN">
  3626.               <xsd:enumeration value="Yes" />
  3627.               <xsd:enumeration value="No" />
  3628.               <xsd:enumeration value="Inherit" />
  3629.             </xsd:restriction>
  3630.           </xsd:simpleType>
  3631.         </xsd:attribute>
  3632.         <xsd:attribute name="ShareMarketInd" use="optional">
  3633.           <xsd:annotation>
  3634.             <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  3635.           </xsd:annotation>
  3636.           <xsd:simpleType>
  3637.             <xsd:annotation>
  3638.               <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  3639.             </xsd:annotation>
  3640.             <xsd:restriction base="xsd:NMTOKEN">
  3641.               <xsd:enumeration value="Yes" />
  3642.               <xsd:enumeration value="No" />
  3643.               <xsd:enumeration value="Inherit" />
  3644.             </xsd:restriction>
  3645.           </xsd:simpleType>
  3646.         </xsd:attribute>
  3647.         <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  3648.           <xsd:annotation>
  3649.             <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  3650.           </xsd:annotation>
  3651.         </xsd:attribute>
  3652.         <xsd:attribute name="EmailType" type="OTA_CodeType" use="optional">
  3653.           <xsd:annotation>
  3654.             <xsd:documentation xml:lang="en">Defines the purpose of the e-mail address (e.g. personal, business, listserve). Refer to OpenTravel Code List Email Address Type (EAT).</xsd:documentation>
  3655.           </xsd:annotation>
  3656.         </xsd:attribute>
  3657.         <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  3658.           <xsd:annotation>
  3659.             <xsd:documentation xml:lang="en">Used elsewhere in the message to reference this specific email address.</xsd:documentation>
  3660.           </xsd:annotation>
  3661.         </xsd:attribute>
  3662.         <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  3663.           <xsd:annotation>
  3664.             <xsd:documentation xml:lang="en">A remark associated with the e-mail address.</xsd:documentation>
  3665.           </xsd:annotation>
  3666.         </xsd:attribute>
  3667.       </xsd:extension>
  3668.     </xsd:simpleContent>
  3669.   </xsd:complexType>
  3670.   <xsd:complexType name="EmployeeInfoType">
  3671.     <xsd:annotation>
  3672.       <xsd:documentation xml:lang="en">Employment identification; using an employee ID number, title, level within the company, and an indication of their status (e.g., active, retired, on leave, or terminated from employment).  Additional information about an employee can be entered into the element, including the name of the employee, if it differs from the person name identified as a customer or contact.</xsd:documentation>
  3673.     </xsd:annotation>
  3674.     <xsd:simpleContent>
  3675.       <xsd:extension base="StringLength0to64">
  3676.         <xsd:attribute name="EmployeeId" type="StringLength1to16">
  3677.           <xsd:annotation>
  3678.             <xsd:documentation xml:lang="en">Identifier assigned to the employee.</xsd:documentation>
  3679.           </xsd:annotation>
  3680.         </xsd:attribute>
  3681.         <xsd:attribute name="EmployeeLevel" type="StringLength1to16" use="optional">
  3682.           <xsd:annotation>
  3683.             <xsd:documentation xml:lang="en">Level in employer organization (e.g. seniority) that coveys privileges.</xsd:documentation>
  3684.           </xsd:annotation>
  3685.         </xsd:attribute>
  3686.         <xsd:attribute name="EmployeeTitle" type="StringLength1to64" use="optional">
  3687.           <xsd:annotation>
  3688.             <xsd:documentation xml:lang="en">Title of employee in the employer company that conveys rank or privileges.</xsd:documentation>
  3689.           </xsd:annotation>
  3690.         </xsd:attribute>
  3691.         <xsd:attribute name="EmployeeStatus" type="OTA_CodeType" use="optional">
  3692.           <xsd:annotation>
  3693.             <xsd:documentation xml:lang="en">Status of employment. Refer to OpenTravel Code List Employee Status (EMP).</xsd:documentation>
  3694.           </xsd:annotation>
  3695.         </xsd:attribute>
  3696.       </xsd:extension>
  3697.     </xsd:simpleContent>
  3698.   </xsd:complexType>
  3699.   <xsd:complexType name="EquipmentType">
  3700.     <xsd:annotation>
  3701.       <xsd:documentation xml:lang="en">Specifies the aircraft equipment type.</xsd:documentation>
  3702.     </xsd:annotation>
  3703.     <xsd:simpleContent>
  3704.       <xsd:extension base="StringLength0to64">
  3705.         <xsd:attribute name="AirEquipType" type="StringLength3" use="optional">
  3706.           <xsd:annotation>
  3707.             <xsd:documentation xml:lang="en">This is the 3 character IATA code.</xsd:documentation>
  3708.           </xsd:annotation>
  3709.         </xsd:attribute>
  3710.         <xsd:attribute name="ChangeofGauge" type="xsd:boolean" use="optional">
  3711.           <xsd:annotation>
  3712.             <xsd:documentation xml:lang="en">Indicates there is an equipment change.</xsd:documentation>
  3713.             <xsd:documentation xml:lang="en">
  3714.               <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  3715.             </xsd:documentation>
  3716.           </xsd:annotation>
  3717.         </xsd:attribute>
  3718.       </xsd:extension>
  3719.     </xsd:simpleContent>
  3720.   </xsd:complexType>
  3721.   <xsd:complexType name="ErrorsType">
  3722.     <xsd:annotation>
  3723.       <xsd:documentation xml:lang="en">A collection of errors that occurred during the processing of a message.</xsd:documentation>
  3724.     </xsd:annotation>
  3725.     <xsd:sequence>
  3726.       <xsd:element maxOccurs="99" name="Error" type="ErrorType">
  3727.         <xsd:annotation>
  3728.           <xsd:documentation xml:lang="en">An error that occurred during the processing of a message.</xsd:documentation>
  3729.         </xsd:annotation>
  3730.       </xsd:element>
  3731.     </xsd:sequence>
  3732.   </xsd:complexType>
  3733.   <xsd:complexType name="ErrorType">
  3734.     <xsd:annotation>
  3735.       <xsd:documentation xml:lang="en">Standard way to indicate that an error occurred during the processing of an OpenTravel message. If the message successfully processes, but there are business errors, those errors should be passed in the warning element.</xsd:documentation>
  3736.     </xsd:annotation>
  3737.     <xsd:simpleContent>
  3738.       <xsd:extension base="FreeTextType">
  3739.         <xsd:attribute name="Type" type="OTA_CodeType" use="required">
  3740.           <xsd:annotation>
  3741.             <xsd:documentation xml:lang="en">The Error element MUST contain the Type attribute that uses a recommended set of values to indicate the error type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown". Refer to OpenTravel Code List Error Warning Type (EWT).</xsd:documentation>
  3742.           </xsd:annotation>
  3743.         </xsd:attribute>
  3744.         <xsd:attribute name="ShortText" type="StringLength1to64" use="optional">
  3745.           <xsd:annotation>
  3746.             <xsd:documentation xml:lang="en">An abbreviated version of the error in textual format.</xsd:documentation>
  3747.           </xsd:annotation>
  3748.         </xsd:attribute>
  3749.         <xsd:attribute name="Code" type="OTA_CodeType" use="optional">
  3750.           <xsd:annotation>
  3751.             <xsd:documentation xml:lang="en">If present, this refers to a table of coded values exchanged between applications to identify errors or warnings. Refer to OpenTravel Code List Error Codes (ERR).</xsd:documentation>
  3752.           </xsd:annotation>
  3753.         </xsd:attribute>
  3754.         <xsd:attribute name="DocURL" type="xsd:anyURI" use="optional">
  3755.           <xsd:annotation>
  3756.             <xsd:documentation xml:lang="en">If present, this URL refers to an online description of the error that occurred.</xsd:documentation>
  3757.           </xsd:annotation>
  3758.         </xsd:attribute>
  3759.         <xsd:attribute name="Status" type="StringLength1to64" use="optional">
  3760.           <xsd:annotation>
  3761.             <xsd:documentation xml:lang="en">If present, recommended values are those enumerated in the OTA_ErrorRS, (NotProcessed | Incomplete | Complete | Unknown) however, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration.</xsd:documentation>
  3762.           </xsd:annotation>
  3763.         </xsd:attribute>
  3764.         <xsd:attribute name="Tag" type="xsd:string" use="optional">
  3765.           <xsd:annotation>
  3766.             <xsd:documentation xml:lang="en">If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing].</xsd:documentation>
  3767.           </xsd:annotation>
  3768.         </xsd:attribute>
  3769.         <xsd:attribute name="RecordID" type="StringLength1to64" use="optional">
  3770.           <xsd:annotation>
  3771.             <xsd:documentation xml:lang="en">If present, this attribute allows for batch processing and the identification of the record that failed amongst a group of records. This value may contain a concatenation of a unique failed transaction ID with specific record(s) associated with that transaction.</xsd:documentation>
  3772.           </xsd:annotation>
  3773.         </xsd:attribute>
  3774.         <xsd:attribute name="NodeList" type="xsd:string" use="optional">
  3775.           <xsd:annotation>
  3776.             <xsd:documentation xml:lang="en">An XPath expression that selects all the nodes whose data caused this error. Further, this expression should have an additional contraint which contains the data of the node. This will provide the offending data back to systems that cannot maintain the original message.</xsd:documentation>
  3777.           </xsd:annotation>
  3778.         </xsd:attribute>
  3779.       </xsd:extension>
  3780.     </xsd:simpleContent>
  3781.   </xsd:complexType>
  3782.   <xsd:complexType name="FeesType">
  3783.     <xsd:annotation>
  3784.       <xsd:documentation xml:lang="en">A collection of fees.</xsd:documentation>
  3785.     </xsd:annotation>
  3786.     <xsd:sequence>
  3787.       <xsd:element maxOccurs="unbounded" name="Fee" type="FeeType">
  3788.         <xsd:annotation>
  3789.           <xsd:documentation xml:lang="en">Fee Amount that is applied to the rate. Fees are used for non tax amounts like service charges.</xsd:documentation>
  3790.         </xsd:annotation>
  3791.       </xsd:element>
  3792.     </xsd:sequence>
  3793.   </xsd:complexType>
  3794.   <xsd:complexType name="FeeType">
  3795.     <xsd:annotation>
  3796.       <xsd:documentation xml:lang="en">Used for non-tax fees and charges (e.g. service charges) .</xsd:documentation>
  3797.     </xsd:annotation>
  3798.     <xsd:sequence>
  3799.       <xsd:element minOccurs="0" name="Taxes" type="TaxesType">
  3800.         <xsd:annotation>
  3801.           <xsd:documentation xml:lang="en">Used for taxes on the associated fee.</xsd:documentation>
  3802.         </xsd:annotation>
  3803.       </xsd:element>
  3804.       <xsd:element minOccurs="0" maxOccurs="5" name="Description" type="ParagraphType">
  3805.         <xsd:annotation>
  3806.           <xsd:documentation xml:lang="en">Text description of the fees in a given language.</xsd:documentation>
  3807.         </xsd:annotation>
  3808.       </xsd:element>
  3809.     </xsd:sequence>
  3810.     <xsd:attribute name="TaxInclusive" type="xsd:boolean">
  3811.       <xsd:annotation>
  3812.         <xsd:documentation xml:lang="en">Indicates whether taxes are included when figuring the fees.</xsd:documentation>
  3813.       </xsd:annotation>
  3814.     </xsd:attribute>
  3815.     <xsd:attribute name="Type" type="AmountDeterminationType" use="optional">
  3816.       <xsd:annotation>
  3817.         <xsd:documentation xml:lang="en">Used to indicate if the amount is inclusive or exclusive of other charges, such as taxes, or is cumulative (amounts have been added to each other).</xsd:documentation>
  3818.       </xsd:annotation>
  3819.     </xsd:attribute>
  3820.     <xsd:attribute name="Code" type="OTA_CodeType" use="optional">
  3821.       <xsd:annotation>
  3822.         <xsd:documentation xml:lang="en">Code identifying the fee (e.g.,agency fee, municipality fee). Refer to OpenTravel Code List Fee Tax Type (FTT).</xsd:documentation>
  3823.       </xsd:annotation>
  3824.     </xsd:attribute>
  3825.     <xsd:attribute name="Percent" type="Percentage" use="optional">
  3826.       <xsd:annotation>
  3827.         <xsd:documentation xml:lang="en">Fee percentage; if zero, assume use of the Amount attribute (Amount or Percent must be a zero value).</xsd:documentation>
  3828.       </xsd:annotation>
  3829.     </xsd:attribute>
  3830.     <xsd:attribute name="Amount" type="Money" use="optional">
  3831.       <xsd:annotation>
  3832.         <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  3833.       </xsd:annotation>
  3834.     </xsd:attribute>
  3835.     <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  3836.       <xsd:annotation>
  3837.         <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  3838.       </xsd:annotation>
  3839.     </xsd:attribute>
  3840.     <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  3841.       <xsd:annotation>
  3842.         <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  3843.       </xsd:annotation>
  3844.     </xsd:attribute>
  3845.     <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  3846.       <xsd:annotation>
  3847.         <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  3848.       </xsd:annotation>
  3849.     </xsd:attribute>
  3850.     <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  3851.       <xsd:annotation>
  3852.         <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  3853.       </xsd:annotation>
  3854.     </xsd:attribute>
  3855.     <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  3856.       <xsd:annotation>
  3857.         <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  3858.       </xsd:annotation>
  3859.     </xsd:attribute>
  3860.     <xsd:attribute name="MandatoryIndicator" type="xsd:boolean" use="optional">
  3861.       <xsd:annotation>
  3862.         <xsd:documentation xml:lang="en">When true, indicates the fee is mandatory. When false, the fee is not mandatory.</xsd:documentation>
  3863.       </xsd:annotation>
  3864.     </xsd:attribute>
  3865.     <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  3866.       <xsd:annotation>
  3867.         <xsd:documentation xml:lang="en">An index code to identify an instance in a collection of like items.</xsd:documentation>
  3868.       </xsd:annotation>
  3869.     </xsd:attribute>
  3870.     <xsd:attribute name="ChargeUnit" type="OTA_CodeType" use="optional">
  3871.       <xsd:annotation>
  3872.         <xsd:documentation xml:lang="en">This is the unit for which the charge applies (e.g. room, person, seat). Refer to OpenTravel Code List Charge Type (CHG).</xsd:documentation>
  3873.       </xsd:annotation>
  3874.     </xsd:attribute>
  3875.     <xsd:attribute name="ChargeFrequency" type="OTA_CodeType" use="optional">
  3876.       <xsd:annotation>
  3877.         <xsd:documentation xml:lang="en">This is the timeframe used to apply the charge during the course of the reservation (e.g. Daily, Weekly, Stay). Refer to OpenTravel Code List Charge Type (CHG).</xsd:documentation>
  3878.       </xsd:annotation>
  3879.     </xsd:attribute>
  3880.     <xsd:attribute name="ChargeUnitExempt" type="xsd:positiveInteger" use="optional">
  3881.       <xsd:annotation>
  3882.         <xsd:documentation xml:lang="en">Number of units permitted before charges are applied (e.g., more than 4 persons).</xsd:documentation>
  3883.       </xsd:annotation>
  3884.     </xsd:attribute>
  3885.     <xsd:attribute name="ChargeFrequencyExempt" type="xsd:positiveInteger" use="optional">
  3886.       <xsd:annotation>
  3887.         <xsd:documentation xml:lang="en">ChargeFrequency exemptions before charges are applied (e.g. after 2 nights).</xsd:documentation>
  3888.       </xsd:annotation>
  3889.     </xsd:attribute>
  3890.     <xsd:attribute name="MaxChargeUnitApplies" type="xsd:positiveInteger" use="optional">
  3891.       <xsd:annotation>
  3892.         <xsd:documentation xml:lang="en">Maximum number of Units for which the charge will be applied (e.g., waive charges above 10 rooms).</xsd:documentation>
  3893.       </xsd:annotation>
  3894.     </xsd:attribute>
  3895.     <xsd:attribute name="MaxChargeFrequencyApplies" type="xsd:positiveInteger" use="optional">
  3896.       <xsd:annotation>
  3897.         <xsd:documentation xml:lang="en">Maximum number of times the charge will be applied (e.g. waive charges above 30 nights).</xsd:documentation>
  3898.       </xsd:annotation>
  3899.     </xsd:attribute>
  3900.     <xsd:attribute name="TaxableIndicator" type="xsd:boolean" use="optional">
  3901.       <xsd:annotation>
  3902.         <xsd:documentation xml:lang="en">When true, indicates that the fee is subject to tax.</xsd:documentation>
  3903.       </xsd:annotation>
  3904.     </xsd:attribute>
  3905.   </xsd:complexType>
  3906.   <xsd:complexType name="FlightSegmentBaseType">
  3907.     <xsd:annotation>
  3908.       <xsd:documentation xml:lang="en">Construct for holding a flight segment availability object.</xsd:documentation>
  3909.     </xsd:annotation>
  3910.     <xsd:sequence>
  3911.       <xsd:element minOccurs="0" name="DepartureAirport">
  3912.         <xsd:annotation>
  3913.           <xsd:documentation xml:lang="en">Departure point of flight segment.</xsd:documentation>
  3914.         </xsd:annotation>
  3915.         <xsd:complexType>
  3916.           <xsd:attribute name="LocationCode" type="StringLength1to8" use="optional">
  3917.             <xsd:annotation>
  3918.               <xsd:documentation xml:lang="en">Location code used to identify a specific airport.</xsd:documentation>
  3919.             </xsd:annotation>
  3920.           </xsd:attribute>
  3921.           <xsd:attribute name="CodeContext" type="StringLength1to32" use="optional">
  3922.             <xsd:annotation>
  3923.               <xsd:documentation xml:lang="en">Identifies the context of the identifying code, such as IATA, ARC, or internal code, etc.</xsd:documentation>
  3924.               <xsd:documentation xml:lang="en">
  3925.                 <LegacyDefaultValue xmlns="">IATA</LegacyDefaultValue>
  3926.               </xsd:documentation>
  3927.             </xsd:annotation>
  3928.           </xsd:attribute>
  3929.           <xsd:attribute name="Terminal" type="StringLength1to16" use="optional">
  3930.             <xsd:annotation>
  3931.               <xsd:documentation xml:lang="en">Arrival or departure terminal (e.g., Concourse A)</xsd:documentation>
  3932.             </xsd:annotation>
  3933.           </xsd:attribute>
  3934.           <xsd:attribute name="Gate" type="StringLength1to16" use="optional">
  3935.             <xsd:annotation>
  3936.               <xsd:documentation xml:lang="en">Arrival or departure gate (e.g., B12)</xsd:documentation>
  3937.             </xsd:annotation>
  3938.           </xsd:attribute>
  3939.         </xsd:complexType>
  3940.       </xsd:element>
  3941.       <xsd:element minOccurs="0" name="ArrivalAirport">
  3942.         <xsd:annotation>
  3943.           <xsd:documentation xml:lang="en">Arrival point of flight segment.</xsd:documentation>
  3944.         </xsd:annotation>
  3945.         <xsd:complexType>
  3946.           <xsd:attribute name="LocationCode" type="StringLength1to8" use="optional">
  3947.             <xsd:annotation>
  3948.               <xsd:documentation xml:lang="en">Location code used to identify a specific airport.</xsd:documentation>
  3949.             </xsd:annotation>
  3950.           </xsd:attribute>
  3951.           <xsd:attribute name="CodeContext" type="StringLength1to32" use="optional">
  3952.             <xsd:annotation>
  3953.               <xsd:documentation xml:lang="en">Identifies the context of the identifying code, such as IATA, ARC, or internal code, etc.</xsd:documentation>
  3954.               <xsd:documentation xml:lang="en">
  3955.                 <LegacyDefaultValue xmlns="">IATA</LegacyDefaultValue>
  3956.               </xsd:documentation>
  3957.             </xsd:annotation>
  3958.           </xsd:attribute>
  3959.           <xsd:attribute name="Terminal" type="StringLength1to16" use="optional">
  3960.             <xsd:annotation>
  3961.               <xsd:documentation xml:lang="en">Arrival or departure terminal (e.g., Concourse A)</xsd:documentation>
  3962.             </xsd:annotation>
  3963.           </xsd:attribute>
  3964.           <xsd:attribute name="Gate" type="StringLength1to16" use="optional">
  3965.             <xsd:annotation>
  3966.               <xsd:documentation xml:lang="en">Arrival or departure gate (e.g., B12)</xsd:documentation>
  3967.             </xsd:annotation>
  3968.           </xsd:attribute>
  3969.         </xsd:complexType>
  3970.       </xsd:element>
  3971.       <xsd:element minOccurs="0" name="OperatingAirline" type="OperatingAirlineType">
  3972.         <xsd:annotation>
  3973.           <xsd:documentation xml:lang="en">The operating airline of the flight if it is a codeshare flight.</xsd:documentation>
  3974.         </xsd:annotation>
  3975.       </xsd:element>
  3976.       <xsd:element minOccurs="0" maxOccurs="2" name="Equipment" type="EquipmentType">
  3977.         <xsd:annotation>
  3978.           <xsd:documentation xml:lang="en">The type of equipment used for the flight.</xsd:documentation>
  3979.         </xsd:annotation>
  3980.       </xsd:element>
  3981.     </xsd:sequence>
  3982.     <xsd:attribute name="DepartureDateTime" type="xsd:dateTime" use="optional">
  3983.       <xsd:annotation>
  3984.         <xsd:documentation xml:lang="en">The date and time of the flight segment departure.</xsd:documentation>
  3985.       </xsd:annotation>
  3986.     </xsd:attribute>
  3987.     <xsd:attribute name="ArrivalDateTime" type="xsd:dateTime" use="optional">
  3988.       <xsd:annotation>
  3989.         <xsd:documentation xml:lang="en">Specifies the arrival date and time of a flight.</xsd:documentation>
  3990.       </xsd:annotation>
  3991.     </xsd:attribute>
  3992.     <xsd:attribute name="StopQuantity" type="xsd:nonNegativeInteger" use="optional">
  3993.       <xsd:annotation>
  3994.         <xsd:documentation xml:lang="en">The number of stops the flight makes.</xsd:documentation>
  3995.       </xsd:annotation>
  3996.     </xsd:attribute>
  3997.     <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  3998.       <xsd:annotation>
  3999.         <xsd:documentation xml:lang="en">Reference place holder for this flight segment.</xsd:documentation>
  4000.       </xsd:annotation>
  4001.     </xsd:attribute>
  4002.     <xsd:attribute name="InfoSource" type="InfoSourceType" use="optional">
  4003.       <xsd:annotation>
  4004.         <xsd:documentation xml:lang="en">Used to specify the source of the data being exchanged as determined by trading partners.</xsd:documentation>
  4005.       </xsd:annotation>
  4006.     </xsd:attribute>
  4007.   </xsd:complexType>
  4008.   <xsd:complexType name="FormattedTextSubSectionType">
  4009.     <xsd:annotation>
  4010.       <xsd:documentation xml:lang="en">Used to provide subsection formatted text information.</xsd:documentation>
  4011.     </xsd:annotation>
  4012.     <xsd:sequence>
  4013.       <xsd:element maxOccurs="99" name="Paragraph" type="ParagraphType">
  4014.         <xsd:annotation>
  4015.           <xsd:documentation xml:lang="en">Details and content of a paragraph for a formatted text message.</xsd:documentation>
  4016.         </xsd:annotation>
  4017.       </xsd:element>
  4018.     </xsd:sequence>
  4019.     <xsd:attribute name="SubTitle" type="StringLength1to64" use="optional">
  4020.       <xsd:annotation>
  4021.         <xsd:documentation xml:lang="en">This attribute may be used to provide a title for a sub-section of the formatted free text. A sub-section may have multiple related paragraphs of information. For example, if used to provide driving directions there may be multiple paragraphs, and these paragraphs may be grouped into a sub-section called "Driving from the North". A second subsection may be titled "Driving from the South", and may contain several paragraphs to describe the driving directions when driving from the south.</xsd:documentation>
  4022.       </xsd:annotation>
  4023.     </xsd:attribute>
  4024.     <xsd:attribute name="SubCode" type="StringLength1to8" use="optional">
  4025.       <xsd:annotation>
  4026.         <xsd:documentation xml:lang="en">An optional code that may be assigned to this sub-section of formatted free text.</xsd:documentation>
  4027.       </xsd:annotation>
  4028.     </xsd:attribute>
  4029.     <xsd:attribute name="SubSectionNumber" type="Numeric1to999" use="optional">
  4030.       <xsd:annotation>
  4031.         <xsd:documentation xml:lang="en">This attribute may be used when there is a need to number all of the sub-sections of information that is to be presented.</xsd:documentation>
  4032.       </xsd:annotation>
  4033.     </xsd:attribute>
  4034.   </xsd:complexType>
  4035.   <xsd:complexType name="FormattedTextTextType">
  4036.     <xsd:annotation>
  4037.       <xsd:documentation xml:lang="en">Provides text and indicates whether it is formatted or not.</xsd:documentation>
  4038.     </xsd:annotation>
  4039.     <xsd:simpleContent>
  4040.       <xsd:extension base="xsd:string">
  4041.         <xsd:attribute name="Formatted" type="xsd:boolean" use="optional">
  4042.           <xsd:annotation>
  4043.             <xsd:documentation xml:lang="en">Textual information, which may be formatted as a line of information, or unformatted, as a paragraph of text.</xsd:documentation>
  4044.           </xsd:annotation>
  4045.         </xsd:attribute>
  4046.         <xsd:attribute name="Language" type="xsd:language" use="optional">
  4047.           <xsd:annotation>
  4048.             <xsd:documentation xml:lang="en">Language identification.</xsd:documentation>
  4049.           </xsd:annotation>
  4050.         </xsd:attribute>
  4051.         <xsd:attribute name="TextFormat" use="optional">
  4052.           <xsd:annotation>
  4053.             <xsd:documentation xml:lang="en">Indicates the format of text used in the description e.g. unformatted  or html.</xsd:documentation>
  4054.           </xsd:annotation>
  4055.           <xsd:simpleType>
  4056.             <xsd:restriction base="xsd:NMTOKEN">
  4057.               <xsd:enumeration value="PlainText">
  4058.                 <xsd:annotation>
  4059.                   <xsd:documentation xml:lang="en">Textual data that is in ASCII format.</xsd:documentation>
  4060.                 </xsd:annotation>
  4061.               </xsd:enumeration>
  4062.               <xsd:enumeration value="HTML">
  4063.                 <xsd:annotation>
  4064.                   <xsd:documentation xml:lang="en">HTML formatted text.</xsd:documentation>
  4065.                 </xsd:annotation>
  4066.               </xsd:enumeration>
  4067.             </xsd:restriction>
  4068.           </xsd:simpleType>
  4069.         </xsd:attribute>
  4070.       </xsd:extension>
  4071.     </xsd:simpleContent>
  4072.   </xsd:complexType>
  4073.   <xsd:complexType name="FormattedTextType">
  4074.     <xsd:annotation>
  4075.       <xsd:documentation xml:lang="en">Collection of formatted text sub sections.</xsd:documentation>
  4076.     </xsd:annotation>
  4077.     <xsd:sequence>
  4078.       <xsd:element maxOccurs="99" name="SubSection" type="FormattedTextSubSectionType">
  4079.         <xsd:annotation>
  4080.           <xsd:documentation xml:lang="en">Subsection formatted text information.</xsd:documentation>
  4081.         </xsd:annotation>
  4082.       </xsd:element>
  4083.     </xsd:sequence>
  4084.     <xsd:attribute name="Title" type="StringLength1to64" use="optional">
  4085.       <xsd:annotation>
  4086.         <xsd:documentation xml:lang="en">This attribute may be used to provide a title for the formatted free text, for example, Driving Directions. Each of the sub sections that are defined to be a part of the formatted text would provide detailed information about the subject identified by the title.</xsd:documentation>
  4087.       </xsd:annotation>
  4088.     </xsd:attribute>
  4089.     <xsd:attribute name="Language" type="xsd:language" use="optional">
  4090.       <xsd:annotation>
  4091.         <xsd:documentation xml:lang="en">The language in which the content is provided.</xsd:documentation>
  4092.       </xsd:annotation>
  4093.     </xsd:attribute>
  4094.   </xsd:complexType>
  4095.   <xsd:complexType name="FreeTextType">
  4096.     <xsd:annotation>
  4097.       <xsd:documentation xml:lang="en">Textual information to provide descriptions and/or additional information.</xsd:documentation>
  4098.     </xsd:annotation>
  4099.     <xsd:simpleContent>
  4100.       <xsd:extension base="xsd:string">
  4101.         <xsd:attribute name="Language" type="xsd:language" use="optional">
  4102.           <xsd:annotation>
  4103.             <xsd:documentation xml:lang="en">Language identification.</xsd:documentation>
  4104.           </xsd:annotation>
  4105.         </xsd:attribute>
  4106.       </xsd:extension>
  4107.     </xsd:simpleContent>
  4108.   </xsd:complexType>
  4109.   <xsd:complexType name="ImageDescriptionType">
  4110.     <xsd:annotation>
  4111.       <xsd:documentation xml:lang="en">Describes an image item.</xsd:documentation>
  4112.     </xsd:annotation>
  4113.     <xsd:sequence>
  4114.       <xsd:element minOccurs="0" maxOccurs="unbounded" name="ImageFormat">
  4115.         <xsd:annotation>
  4116.           <xsd:documentation xml:lang="en">A set of images for a given category which may be provided in multiple formats.</xsd:documentation>
  4117.         </xsd:annotation>
  4118.         <xsd:complexType>
  4119.           <xsd:complexContent>
  4120.             <xsd:extension base="ImageItemType">
  4121.               <xsd:attribute name="ContentID" type="StringLength1to64" use="optional">
  4122.                 <xsd:annotation>
  4123.                   <xsd:documentation xml:lang="en">The content ID of a file attachment with the prefix 'cid:'. The value of this can be used to retrieve the corresponding attachment by the receiving system.</xsd:documentation>
  4124.                 </xsd:annotation>
  4125.               </xsd:attribute>
  4126.               <xsd:attribute name="Title" type="StringLength1to64" use="optional">
  4127.                 <xsd:annotation>
  4128.                   <xsd:documentation xml:lang="en">The title of the multimedia object.</xsd:documentation>
  4129.                 </xsd:annotation>
  4130.               </xsd:attribute>
  4131.               <xsd:attribute name="Author" type="StringLength1to64" use="optional">
  4132.                 <xsd:annotation>
  4133.                   <xsd:documentation xml:lang="en">The author of the multimedia object.</xsd:documentation>
  4134.                 </xsd:annotation>
  4135.               </xsd:attribute>
  4136.               <xsd:attribute name="CopyrightNotice" type="StringLength1to64" use="optional">
  4137.                 <xsd:annotation>
  4138.                   <xsd:documentation xml:lang="en">A copyright notice for the multimedia object.</xsd:documentation>
  4139.                 </xsd:annotation>
  4140.               </xsd:attribute>
  4141.               <xsd:attribute name="CopyrightOwner" type="StringLength1to64" use="optional">
  4142.                 <xsd:annotation>
  4143.                   <xsd:documentation xml:lang="en">Owner of the copyright for the multimedia content.</xsd:documentation>
  4144.                 </xsd:annotation>
  4145.               </xsd:attribute>
  4146.               <xsd:attribute name="CopyrightStart" type="DateOrDateTimeType" use="optional">
  4147.                 <xsd:annotation>
  4148.                   <xsd:documentation xml:lang="en">The start date for which the multimedia content rights are claimed.</xsd:documentation>
  4149.                 </xsd:annotation>
  4150.               </xsd:attribute>
  4151.               <xsd:attribute name="CopyrightEnd" type="DateOrDateTimeType" use="optional">
  4152.                 <xsd:annotation>
  4153.                   <xsd:documentation xml:lang="en">The end date for which the multimedia content rights are claimed.</xsd:documentation>
  4154.                 </xsd:annotation>
  4155.               </xsd:attribute>
  4156.               <xsd:attribute name="EffectiveStart" type="DateOrDateTimeType" use="optional">
  4157.                 <xsd:annotation>
  4158.                   <xsd:documentation xml:lang="en">The start date for which the content is considered valid.</xsd:documentation>
  4159.                 </xsd:annotation>
  4160.               </xsd:attribute>
  4161.               <xsd:attribute name="EffectiveEnd" type="DateOrDateTimeType" use="optional">
  4162.                 <xsd:annotation>
  4163.                   <xsd:documentation xml:lang="en">The end date for which the content is considered valid.</xsd:documentation>
  4164.                 </xsd:annotation>
  4165.               </xsd:attribute>
  4166.               <xsd:attribute name="ApplicableStart" type="DateOrMonthDay" use="optional">
  4167.                 <xsd:annotation>
  4168.                   <xsd:documentation xml:lang="en">Start month and day or date for which the multimedia content is relevent (e.g. the start of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xsd:documentation>
  4169.                 </xsd:annotation>
  4170.               </xsd:attribute>
  4171.               <xsd:attribute name="ApplicableEnd" type="DateOrMonthDay" use="optional">
  4172.                 <xsd:annotation>
  4173.                   <xsd:documentation xml:lang="en">End month and day or date for which the multimedia content is relevent (e.g. the end of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xsd:documentation>
  4174.                 </xsd:annotation>
  4175.               </xsd:attribute>
  4176.               <xsd:attribute name="RecordID" type="StringLength1to32" use="optional">
  4177.                 <xsd:annotation>
  4178.                   <xsd:documentation xml:lang="en">Uniquely identifies this file in the message.</xsd:documentation>
  4179.                 </xsd:annotation>
  4180.               </xsd:attribute>
  4181.               <xsd:attribute name="SourceID" type="StringLength1to32" use="optional">
  4182.                 <xsd:annotation>
  4183.                   <xsd:documentation xml:lang="en">Unique identifier for the source of the multimedia object (e.g., the original image file).</xsd:documentation>
  4184.                 </xsd:annotation>
  4185.               </xsd:attribute>
  4186.               <xsd:attribute name="Language" type="xsd:language" use="optional">
  4187.                 <xsd:annotation>
  4188.                   <xsd:documentation xml:lang="en">The language in which the image text is provided.</xsd:documentation>
  4189.                 </xsd:annotation>
  4190.               </xsd:attribute>
  4191.               <xsd:attribute name="Format" type="OTA_CodeType" use="optional">
  4192.                 <xsd:annotation>
  4193.                   <xsd:documentation xml:lang="en">Identifies the format of an image. Refer to OpenTravel Code List Content Format Code (CFC).</xsd:documentation>
  4194.                 </xsd:annotation>
  4195.               </xsd:attribute>
  4196.               <xsd:attribute name="FileName" type="StringLength1to64" use="optional">
  4197.                 <xsd:annotation>
  4198.                   <xsd:documentation xml:lang="en">The name of the image file.</xsd:documentation>
  4199.                 </xsd:annotation>
  4200.               </xsd:attribute>
  4201.               <xsd:attribute name="FileSize" type="xsd:positiveInteger" use="optional">
  4202.                 <xsd:annotation>
  4203.                   <xsd:documentation xml:lang="en">The size of the image file.</xsd:documentation>
  4204.                 </xsd:annotation>
  4205.               </xsd:attribute>
  4206.               <xsd:attribute name="DimensionCategory" type="StringLength1to16" use="optional">
  4207.                 <xsd:annotation>
  4208.                   <xsd:documentation xml:lang="en">Associates the image size to a given category (e.g., 70x70, 100x100, 480x480, thumbnail). For example, if an image with a dimension of 72x73 is sent, it may be categorized as a 70x70 image.</xsd:documentation>
  4209.                 </xsd:annotation>
  4210.               </xsd:attribute>
  4211.               <xsd:attribute name="IsOriginalIndicator" type="xsd:boolean" use="optional">
  4212.                 <xsd:annotation>
  4213.                   <xsd:documentation xml:lang="en">When true, the image is the original file and format. When false, the image is not the original file and format.</xsd:documentation>
  4214.                 </xsd:annotation>
  4215.               </xsd:attribute>
  4216.             </xsd:extension>
  4217.           </xsd:complexContent>
  4218.         </xsd:complexType>
  4219.       </xsd:element>
  4220.       <xsd:element minOccurs="0" maxOccurs="unbounded" name="Description">
  4221.         <xsd:annotation>
  4222.           <xsd:documentation xml:lang="en">The description associated with the image in a specific language.</xsd:documentation>
  4223.         </xsd:annotation>
  4224.         <xsd:complexType>
  4225.           <xsd:simpleContent>
  4226.             <xsd:extension base="FormattedTextTextType">
  4227.               <xsd:attribute name="Caption" type="StringLength1to128" use="optional">
  4228.                 <xsd:annotation>
  4229.                   <xsd:documentation xml:lang="en">The caption associated to a specific image category which can be provided in different languages.</xsd:documentation>
  4230.                 </xsd:annotation>
  4231.               </xsd:attribute>
  4232.             </xsd:extension>
  4233.           </xsd:simpleContent>
  4234.         </xsd:complexType>
  4235.       </xsd:element>
  4236.     </xsd:sequence>
  4237.     <xsd:attribute name="Category" type="OTA_CodeType" use="optional">
  4238.       <xsd:annotation>
  4239.         <xsd:documentation xml:lang="en">Specifies the image category. Refer to OpenTravel Code list Picture Category Code (PIC).</xsd:documentation>
  4240.       </xsd:annotation>
  4241.     </xsd:attribute>
  4242.   </xsd:complexType>
  4243.   <xsd:complexType name="ImageItemsType">
  4244.     <xsd:annotation>
  4245.       <xsd:documentation xml:lang="en">Collection of image items.</xsd:documentation>
  4246.     </xsd:annotation>
  4247.     <xsd:sequence>
  4248.       <xsd:element maxOccurs="unbounded" name="ImageItem">
  4249.         <xsd:annotation>
  4250.           <xsd:documentation xml:lang="en">Image of a given category.</xsd:documentation>
  4251.         </xsd:annotation>
  4252.         <xsd:complexType>
  4253.           <xsd:complexContent>
  4254.             <xsd:extension base="ImageDescriptionType">
  4255.               <xsd:attribute name="CreateDateTime" type="xsd:dateTime" use="optional">
  4256.                 <xsd:annotation>
  4257.                   <xsd:documentation xml:lang="en">Time stamp of the creation.</xsd:documentation>
  4258.                 </xsd:annotation>
  4259.               </xsd:attribute>
  4260.               <xsd:attribute name="CreatorID" type="StringLength1to32" use="optional">
  4261.                 <xsd:annotation>
  4262.                   <xsd:documentation xml:lang="en">ID of creator. The creator could be a software system identifier or an identifier of an employee resposible for the creation.</xsd:documentation>
  4263.                 </xsd:annotation>
  4264.               </xsd:attribute>
  4265.               <xsd:attribute name="LastModifyDateTime" type="xsd:dateTime" use="optional">
  4266.                 <xsd:annotation>
  4267.                   <xsd:documentation xml:lang="en">Time stamp of last modification.</xsd:documentation>
  4268.                 </xsd:annotation>
  4269.               </xsd:attribute>
  4270.               <xsd:attribute name="LastModifierID" type="StringLength1to32" use="optional">
  4271.                 <xsd:annotation>
  4272.                   <xsd:documentation xml:lang="en">Identifies the last software system or person to modify a record.</xsd:documentation>
  4273.                 </xsd:annotation>
  4274.               </xsd:attribute>
  4275.               <xsd:attribute name="PurgeDate" type="xsd:date" use="optional">
  4276.                 <xsd:annotation>
  4277.                   <xsd:documentation xml:lang="en">Date an item will be purged from a database (e.g., from a live database to an archive).</xsd:documentation>
  4278.                 </xsd:annotation>
  4279.               </xsd:attribute>
  4280.               <xsd:attribute name="Removal" type="xsd:boolean" use="optional">
  4281.                 <xsd:annotation>
  4282.                   <xsd:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xsd:documentation>
  4283.                   <xsd:documentation xml:lang="en">
  4284.                     <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  4285.                   </xsd:documentation>
  4286.                 </xsd:annotation>
  4287.               </xsd:attribute>
  4288.               <xsd:attribute name="Version" type="xsd:string" use="optional">
  4289.                 <xsd:annotation>
  4290.                   <xsd:documentation xml:lang="en">The version of the image item.</xsd:documentation>
  4291.                 </xsd:annotation>
  4292.               </xsd:attribute>
  4293.               <xsd:attribute name="ID" type="StringLength1to32" use="optional">
  4294.                 <xsd:annotation>
  4295.                   <xsd:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xsd:documentation>
  4296.                 </xsd:annotation>
  4297.               </xsd:attribute>
  4298.             </xsd:extension>
  4299.           </xsd:complexContent>
  4300.         </xsd:complexType>
  4301.       </xsd:element>
  4302.     </xsd:sequence>
  4303.   </xsd:complexType>
  4304.   <xsd:complexType name="ImageItemType">
  4305.     <xsd:annotation>
  4306.       <xsd:documentation xml:lang="en">Details for an image of a given category.</xsd:documentation>
  4307.     </xsd:annotation>
  4308.     <xsd:sequence>
  4309.       <xsd:element minOccurs="0" name="URL" type="xsd:anyURI">
  4310.         <xsd:annotation>
  4311.           <xsd:documentation xml:lang="en">URL of the multimedia item for a specific format.</xsd:documentation>
  4312.         </xsd:annotation>
  4313.       </xsd:element>
  4314.     </xsd:sequence>
  4315.     <xsd:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional">
  4316.       <xsd:annotation>
  4317.         <xsd:documentation xml:lang="en">The unit of measure for the image item. Refer to OpenTravel Code list Unit of Measure (UOM).</xsd:documentation>
  4318.       </xsd:annotation>
  4319.     </xsd:attribute>
  4320.     <xsd:attribute name="Width" type="xsd:positiveInteger" use="optional">
  4321.       <xsd:annotation>
  4322.         <xsd:documentation xml:lang="en">The width of the image item (unit specified by unit of measure).</xsd:documentation>
  4323.       </xsd:annotation>
  4324.     </xsd:attribute>
  4325.     <xsd:attribute name="Height" type="xsd:positiveInteger" use="optional">
  4326.       <xsd:annotation>
  4327.         <xsd:documentation xml:lang="en">The height of the image item (unit specified by unit of measure).</xsd:documentation>
  4328.       </xsd:annotation>
  4329.     </xsd:attribute>
  4330.   </xsd:complexType>
  4331.   <xsd:complexType name="ItemSearchCriterionType">
  4332.     <xsd:annotation>
  4333.       <xsd:documentation xml:lang="en">Identifies the criterion for a search.</xsd:documentation>
  4334.     </xsd:annotation>
  4335.     <xsd:sequence>
  4336.       <xsd:element minOccurs="0" name="Position">
  4337.         <xsd:annotation>
  4338.           <xsd:documentation xml:lang="en">The Position element contains three attributes, Latitude, Longitude, and Altitude, used to indicate the geographic location(s) requested by the search, expressed in notation specified by ISO standard 6709. It is likely that only the first two attributes, Latitude and Longitude, would be needed to define a geographic area.</xsd:documentation>
  4339.         </xsd:annotation>
  4340.         <xsd:complexType>
  4341.           <xsd:attribute name="Latitude" type="StringLength1to16" use="optional">
  4342.             <xsd:annotation>
  4343.               <xsd:documentation xml:lang="en">The measure of the angular distance on a meridian north or south of the equator.</xsd:documentation>
  4344.             </xsd:annotation>
  4345.           </xsd:attribute>
  4346.           <xsd:attribute name="Longitude" type="StringLength1to16" use="optional">
  4347.             <xsd:annotation>
  4348.               <xsd:documentation xml:lang="en">The measure of the angular distance on a meridian east or west of the prime meridian.</xsd:documentation>
  4349.             </xsd:annotation>
  4350.           </xsd:attribute>
  4351.           <xsd:attribute name="Altitude" type="StringLength1to16" use="optional">
  4352.             <xsd:annotation>
  4353.               <xsd:documentation xml:lang="en">The height of an item, typically above sea level.</xsd:documentation>
  4354.             </xsd:annotation>
  4355.           </xsd:attribute>
  4356.           <xsd:attribute name="AltitudeUnitOfMeasureCode" type="OTA_CodeType" use="optional">
  4357.             <xsd:annotation>
  4358.               <xsd:documentation xml:lang="en">Provides the unit of measure for the altitude (e.g., feet, meters, miles, kilometers). Refer to OpenTravel Code List Unit of Measure Code (UOM).</xsd:documentation>
  4359.             </xsd:annotation>
  4360.           </xsd:attribute>
  4361.           <xsd:attribute name="PositionAccuracy" type="OTA_CodeType" use="optional">
  4362.             <xsd:annotation>
  4363.               <xsd:documentation xml:lang="en">Indicates the accuracy of the property’s geo-coding, since the property’s longitude and latitude may not always be exact. Refer to OpenTravel Code List Position Accuracy Code (PAC).</xsd:documentation>
  4364.             </xsd:annotation>
  4365.           </xsd:attribute>
  4366.         </xsd:complexType>
  4367.       </xsd:element>
  4368.       <xsd:element minOccurs="0" name="Address">
  4369.         <xsd:annotation>
  4370.           <xsd:documentation xml:lang="en">Uses any part of address information, such as street name, postal code, or country code.</xsd:documentation>
  4371.         </xsd:annotation>
  4372.         <xsd:complexType>
  4373.           <xsd:complexContent>
  4374.             <xsd:extension base="AddressType">
  4375.               <xsd:attribute name="SameCountryInd" type="xsd:boolean" use="optional">
  4376.                 <xsd:annotation>
  4377.                   <xsd:documentation xml:lang="en">When true, only locations in the same country as the specified city's country should be selected.</xsd:documentation>
  4378.                 </xsd:annotation>
  4379.               </xsd:attribute>
  4380.               <xsd:attribute name="AddressSearchScope">
  4381.                 <xsd:annotation>
  4382.                   <xsd:documentation xml:lang="en">Determines how the keywords specified in the Address element will be processed.</xsd:documentation>
  4383.                 </xsd:annotation>
  4384.                 <xsd:simpleType>
  4385.                   <xsd:restriction base="xsd:NMTOKEN">
  4386.                     <xsd:enumeration value="Primary">
  4387.                       <xsd:annotation>
  4388.                         <xsd:documentation xml:lang="en">The address search keyword(s) will be compared to the physical address of the property.</xsd:documentation>
  4389.                       </xsd:annotation>
  4390.                     </xsd:enumeration>
  4391.                     <xsd:enumeration value="Alternate">
  4392.                       <xsd:annotation>
  4393.                         <xsd:documentation xml:lang="en">The 'city' area attractions associated with the property will be searched.</xsd:documentation>
  4394.                       </xsd:annotation>
  4395.                     </xsd:enumeration>
  4396.                     <xsd:enumeration value="PrimaryAndAlternate">
  4397.                       <xsd:annotation>
  4398.                         <xsd:documentation xml:lang="en">The address search keyword(s) will be compared to the physical address of the property and the 'city' area attractions associated with the property will be searched.</xsd:documentation>
  4399.                       </xsd:annotation>
  4400.                     </xsd:enumeration>
  4401.                   </xsd:restriction>
  4402.                 </xsd:simpleType>
  4403.               </xsd:attribute>
  4404.             </xsd:extension>
  4405.           </xsd:complexContent>
  4406.         </xsd:complexType>
  4407.       </xsd:element>
  4408.       <xsd:element minOccurs="0" name="Telephone">
  4409.         <xsd:annotation>
  4410.           <xsd:documentation xml:lang="en">Telephone number(s) used in the search.</xsd:documentation>
  4411.         </xsd:annotation>
  4412.         <xsd:complexType>
  4413.           <xsd:attribute name="ShareSynchInd" use="optional">
  4414.             <xsd:annotation>
  4415.               <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  4416.             </xsd:annotation>
  4417.             <xsd:simpleType>
  4418.               <xsd:annotation>
  4419.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  4420.               </xsd:annotation>
  4421.               <xsd:restriction base="xsd:NMTOKEN">
  4422.                 <xsd:enumeration value="Yes" />
  4423.                 <xsd:enumeration value="No" />
  4424.                 <xsd:enumeration value="Inherit" />
  4425.               </xsd:restriction>
  4426.             </xsd:simpleType>
  4427.           </xsd:attribute>
  4428.           <xsd:attribute name="ShareMarketInd" use="optional">
  4429.             <xsd:annotation>
  4430.               <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  4431.             </xsd:annotation>
  4432.             <xsd:simpleType>
  4433.               <xsd:annotation>
  4434.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  4435.               </xsd:annotation>
  4436.               <xsd:restriction base="xsd:NMTOKEN">
  4437.                 <xsd:enumeration value="Yes" />
  4438.                 <xsd:enumeration value="No" />
  4439.                 <xsd:enumeration value="Inherit" />
  4440.               </xsd:restriction>
  4441.             </xsd:simpleType>
  4442.           </xsd:attribute>
  4443.           <xsd:attribute name="PhoneLocationType" type="OTA_CodeType" use="optional">
  4444.             <xsd:annotation>
  4445.               <xsd:documentation xml:lang="en">Describes the location of the phone, such as Home, Office, Property Reservation Office, etc. Refer to OpenTravel Code List Phone Location Type (PLT).</xsd:documentation>
  4446.             </xsd:annotation>
  4447.           </xsd:attribute>
  4448.           <xsd:attribute name="PhoneTechType" type="OTA_CodeType" use="optional">
  4449.             <xsd:annotation>
  4450.               <xsd:documentation xml:lang="en">Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OpenTravel Code List Phone Technology Type (PTT).</xsd:documentation>
  4451.             </xsd:annotation>
  4452.           </xsd:attribute>
  4453.           <xsd:attribute name="PhoneUseType" type="OTA_CodeType" use="optional">
  4454.             <xsd:annotation>
  4455.               <xsd:documentation xml:lang="en">Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OpenTravel Code List Phone Use Type (PUT).</xsd:documentation>
  4456.             </xsd:annotation>
  4457.           </xsd:attribute>
  4458.           <xsd:attribute name="CountryAccessCode" type="NumericStringLength1to3" use="optional">
  4459.             <xsd:annotation>
  4460.               <xsd:documentation xml:lang="en">Code assigned by telecommunications authorities for international country access identifier.</xsd:documentation>
  4461.             </xsd:annotation>
  4462.           </xsd:attribute>
  4463.           <xsd:attribute name="AreaCityCode" type="NumericStringLength1to8" use="optional">
  4464.             <xsd:annotation>
  4465.               <xsd:documentation xml:lang="en">Code assigned for telephones in a specific region, city, or area.</xsd:documentation>
  4466.             </xsd:annotation>
  4467.           </xsd:attribute>
  4468.           <xsd:attribute name="PhoneNumber" type="StringLength1to32" use="required">
  4469.             <xsd:annotation>
  4470.               <xsd:documentation xml:lang="en">Telephone number assigned to a single location.</xsd:documentation>
  4471.             </xsd:annotation>
  4472.           </xsd:attribute>
  4473.           <xsd:attribute name="Extension" type="NumericStringLength1to5" use="optional">
  4474.             <xsd:annotation>
  4475.               <xsd:documentation xml:lang="en">Extension to reach a specific party at the phone number.</xsd:documentation>
  4476.             </xsd:annotation>
  4477.           </xsd:attribute>
  4478.           <xsd:attribute name="PIN" type="StringLength1to8" use="optional">
  4479.             <xsd:annotation>
  4480.               <xsd:documentation xml:lang="en">Additional codes used for pager or telephone access rights.</xsd:documentation>
  4481.             </xsd:annotation>
  4482.           </xsd:attribute>
  4483.           <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  4484.             <xsd:annotation>
  4485.               <xsd:documentation xml:lang="en">A remark associated with the telephone number.</xsd:documentation>
  4486.             </xsd:annotation>
  4487.           </xsd:attribute>
  4488.           <xsd:attribute name="FormattedInd" type="xsd:boolean" use="optional">
  4489.             <xsd:annotation>
  4490.               <xsd:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xsd:documentation>
  4491.             </xsd:annotation>
  4492.           </xsd:attribute>
  4493.         </xsd:complexType>
  4494.       </xsd:element>
  4495.       <xsd:element minOccurs="0" maxOccurs="999" name="RefPoint">
  4496.         <xsd:annotation>
  4497.           <xsd:documentation xml:lang="en">The Reference Point element allows for a search by proximity to a designated reference point by name.</xsd:documentation>
  4498.         </xsd:annotation>
  4499.         <xsd:complexType>
  4500.           <xsd:simpleContent>
  4501.             <xsd:extension base="StringLength0to64">
  4502.               <xsd:attribute name="StateProv" type="StateProvCodeType" use="optional">
  4503.                 <xsd:annotation>
  4504.                   <xsd:documentation xml:lang="en">The state or province in which the reference point is located.</xsd:documentation>
  4505.                 </xsd:annotation>
  4506.               </xsd:attribute>
  4507.               <xsd:attribute name="CountryCode" type="ISO3166" use="optional">
  4508.                 <xsd:annotation>
  4509.                   <xsd:documentation xml:lang="en">The country in which the reference point is located.</xsd:documentation>
  4510.                 </xsd:annotation>
  4511.               </xsd:attribute>
  4512.               <xsd:attribute name="Code" type="StringLength1to8" use="optional">
  4513.                 <xsd:annotation>
  4514.                   <xsd:documentation xml:lang="en">Any code used to specify an item, for example, type of traveler, service code, room amenity, etc.</xsd:documentation>
  4515.                 </xsd:annotation>
  4516.               </xsd:attribute>
  4517.               <xsd:attribute name="CodeContext" type="StringLength1to32" use="optional">
  4518.                 <xsd:annotation>
  4519.                   <xsd:documentation xml:lang="en">Identifies the source authority for the code.</xsd:documentation>
  4520.                 </xsd:annotation>
  4521.               </xsd:attribute>
  4522.               <xsd:attribute name="URI" type="xsd:anyURI" use="optional">
  4523.                 <xsd:annotation>
  4524.                   <xsd:documentation xml:lang="en">Identifies the location of the code table.</xsd:documentation>
  4525.                 </xsd:annotation>
  4526.               </xsd:attribute>
  4527.               <xsd:attribute name="Quantity" type="xsd:nonNegativeInteger" use="optional">
  4528.                 <xsd:annotation>
  4529.                   <xsd:documentation xml:lang="en">Used to define the quantity for an associated element or attribute.</xsd:documentation>
  4530.                 </xsd:annotation>
  4531.               </xsd:attribute>
  4532.               <xsd:attribute name="RefPointType" type="OTA_CodeType" use="optional">
  4533.                 <xsd:annotation>
  4534.                   <xsd:documentation xml:lang="en">Indicates the type of location being referenced (e.g., Airport, Hotel). Refer to the OpenTravel Code table Index Point Code (IPC).</xsd:documentation>
  4535.                 </xsd:annotation>
  4536.               </xsd:attribute>
  4537.               <xsd:attribute name="Name" type="StringLength1to128" use="optional">
  4538.                 <xsd:annotation>
  4539.                   <xsd:documentation xml:lang="en">The name of the reference point.</xsd:documentation>
  4540.                 </xsd:annotation>
  4541.               </xsd:attribute>
  4542.               <xsd:attribute name="CityName" type="StringLength1to64" use="optional">
  4543.                 <xsd:annotation>
  4544.                   <xsd:documentation xml:lang="en">The name of the city associated with this reference point.</xsd:documentation>
  4545.                 </xsd:annotation>
  4546.               </xsd:attribute>
  4547.             </xsd:extension>
  4548.           </xsd:simpleContent>
  4549.         </xsd:complexType>
  4550.       </xsd:element>
  4551.       <xsd:element minOccurs="0" name="CodeRef">
  4552.         <xsd:annotation>
  4553.           <xsd:documentation xml:lang="en">Indicates the location of points of interest.</xsd:documentation>
  4554.         </xsd:annotation>
  4555.         <xsd:complexType>
  4556.           <xsd:simpleContent>
  4557.             <xsd:extension base="LocationType">
  4558.               <xsd:attribute name="VicinityCode" type="OTA_CodeType" use="optional">
  4559.                 <xsd:annotation>
  4560.                   <xsd:documentation xml:lang="en">Used to identify the vicinity of the location. Refer to OpenTravel Codelist Vehicle Where at Facility (VWF).</xsd:documentation>
  4561.                 </xsd:annotation>
  4562.               </xsd:attribute>
  4563.             </xsd:extension>
  4564.           </xsd:simpleContent>
  4565.         </xsd:complexType>
  4566.       </xsd:element>
  4567.       <xsd:element minOccurs="0" maxOccurs="99" name="HotelRef">
  4568.         <xsd:annotation>
  4569.           <xsd:documentation xml:lang="en">Indicates the detail of hotel reference information.</xsd:documentation>
  4570.         </xsd:annotation>
  4571.         <xsd:complexType>
  4572.           <xsd:attribute name="ChainCode" type="StringLength1to8" use="optional">
  4573.             <xsd:annotation>
  4574.               <xsd:documentation xml:lang="en">The code that identifies a hotel chain or management group. The hotel chain code is decided between vendors. This attribute is optional if the hotel is an independent property that can be identified by the HotelCode attribute.</xsd:documentation>
  4575.             </xsd:annotation>
  4576.           </xsd:attribute>
  4577.           <xsd:attribute name="BrandCode" type="StringLength1to8" use="optional">
  4578.             <xsd:annotation>
  4579.               <xsd:documentation xml:lang="en">A code that identifies the brand or flag of a hotel, often used for independently-owned or franchised properties who are known by a specific brand.</xsd:documentation>
  4580.             </xsd:annotation>
  4581.           </xsd:attribute>
  4582.           <xsd:attribute name="HotelCode" type="StringLength1to16" use="optional">
  4583.             <xsd:annotation>
  4584.               <xsd:documentation xml:lang="en">The code that uniquely identifies a single hotel property. The hotel code is decided between vendors.</xsd:documentation>
  4585.             </xsd:annotation>
  4586.           </xsd:attribute>
  4587.           <xsd:attribute name="HotelCityCode" type="StringLength1to8" use="optional">
  4588.             <xsd:annotation>
  4589.               <xsd:documentation xml:lang="en">The IATA city code; for example DCA, ORD.</xsd:documentation>
  4590.             </xsd:annotation>
  4591.           </xsd:attribute>
  4592.           <xsd:attribute name="HotelName" type="StringLength1to128" use="optional">
  4593.             <xsd:annotation>
  4594.               <xsd:documentation xml:lang="en">A text field used to communicate the proper name of the hotel.</xsd:documentation>
  4595.             </xsd:annotation>
  4596.           </xsd:attribute>
  4597.           <xsd:attribute name="HotelCodeContext" type="StringLength1to32" use="optional">
  4598.             <xsd:annotation>
  4599.               <xsd:documentation xml:lang="en">A text field used to communicate the context (or source of - ex Sabre, Galileo, Worldspan, Amadeus) the HotelReferenceGroup codes.</xsd:documentation>
  4600.             </xsd:annotation>
  4601.           </xsd:attribute>
  4602.           <xsd:attribute name="ChainName" type="StringLength1to64" use="optional">
  4603.             <xsd:annotation>
  4604.               <xsd:documentation xml:lang="en">The name of the hotel chain (e.g., Hilton, Marriott, Hyatt, Starwood).</xsd:documentation>
  4605.             </xsd:annotation>
  4606.           </xsd:attribute>
  4607.           <xsd:attribute name="BrandName" type="StringLength1to64" use="optional">
  4608.             <xsd:annotation>
  4609.               <xsd:documentation xml:lang="en">The name of a brand of hotels (e.g., Courtyard, Hampton Inn).</xsd:documentation>
  4610.             </xsd:annotation>
  4611.           </xsd:attribute>
  4612.           <xsd:attribute name="AreaID" type="NumericStringLength1to8" use="optional">
  4613.             <xsd:annotation>
  4614.               <xsd:documentation xml:lang="en">An identifier of an area as defined by a hotel reservation system.</xsd:documentation>
  4615.             </xsd:annotation>
  4616.           </xsd:attribute>
  4617.           <xsd:attribute name="SegmentCategoryCode" type="OTA_CodeType" use="optional">
  4618.             <xsd:annotation>
  4619.               <xsd:documentation xml:lang="en">Used to search for hotels within a particular market segment. Refer to OpenTravel Code Segment Category Code Type (SEG).</xsd:documentation>
  4620.             </xsd:annotation>
  4621.           </xsd:attribute>
  4622.           <xsd:attribute name="PropertyClassCode" type="OTA_CodeType" use="optional">
  4623.             <xsd:annotation>
  4624.               <xsd:documentation xml:lang="en">Refer to OpenTravel Code list OpenTravel Code List Property Class Type (PCT).</xsd:documentation>
  4625.             </xsd:annotation>
  4626.           </xsd:attribute>
  4627.           <xsd:attribute name="ArchitecturalStyleCode" type="OTA_CodeType" use="optional">
  4628.             <xsd:annotation>
  4629.               <xsd:documentation xml:lang="en">Refer to OpenTravel Code List Architectural Style Code (ARC).</xsd:documentation>
  4630.             </xsd:annotation>
  4631.           </xsd:attribute>
  4632.           <xsd:attribute name="SupplierIntegrationLevel" type="xsd:nonNegativeInteger" use="optional">
  4633.             <xsd:annotation>
  4634.               <xsd:documentation xml:lang="en">The level of integration of a property to provide automated transaction information. The lower the number, the higher the integration (e.g., a 1 means the supplier has the highest level of integration automation).</xsd:documentation>
  4635.             </xsd:annotation>
  4636.           </xsd:attribute>
  4637.           <xsd:attribute name="LocationCategoryCode" type="OTA_CodeType" use="optional">
  4638.             <xsd:annotation>
  4639.               <xsd:documentation xml:lang="en">Used to search for hotels in a specific location category (e.g. downtown, airport or suburban, etc.). Refer to OpenTravel Code List Location Category Codes (LOC).</xsd:documentation>
  4640.             </xsd:annotation>
  4641.           </xsd:attribute>
  4642.           <xsd:attribute name="ExtendedCitySearchIndicator" type="xsd:boolean" use="optional">
  4643.             <xsd:annotation>
  4644.               <xsd:documentation xml:lang="en">When true indicates the search should be performed beyond the hotel city code, typically this could include neighboring cities to the specified hotel city code.</xsd:documentation>
  4645.             </xsd:annotation>
  4646.           </xsd:attribute>
  4647.         </xsd:complexType>
  4648.       </xsd:element>
  4649.       <xsd:element minOccurs="0" name="Radius">
  4650.         <xsd:annotation>
  4651.           <xsd:documentation xml:lang="en">Used to specify the extent of a search area. The extent is relative to an element (position, address, hotel reference, etc.) present in this ItemSearchCriterionType that specifies a location.</xsd:documentation>
  4652.         </xsd:annotation>
  4653.         <xsd:complexType>
  4654.           <xsd:attribute name="Distance" type="NumericStringLength1to16" use="optional">
  4655.             <xsd:annotation>
  4656.               <xsd:documentation xml:lang="en">An optional attribute indicating the distance to/from a reference point. When used in conjunction with DistanceMax, this represents the minimum distance.</xsd:documentation>
  4657.             </xsd:annotation>
  4658.           </xsd:attribute>
  4659.           <xsd:attribute name="DistanceMeasure" type="StringLength1to16" use="optional">
  4660.             <xsd:annotation>
  4661.               <xsd:documentation xml:lang="en">When the Distance attribute contains a value, (presumably a numerical value), the unit of measure is a string value that indicate what units are used for the value.</xsd:documentation>
  4662.             </xsd:annotation>
  4663.           </xsd:attribute>
  4664.           <xsd:attribute name="Direction" type="StringLength1to8" use="optional">
  4665.             <xsd:annotation>
  4666.               <xsd:documentation xml:lang="en">An optional string value used to indicate the compass point(s) direction, e.g.: S, SE (South, Southeast), FROM the Reference Point TO the hotel location if the search is not a full circumference from the reference point.</xsd:documentation>
  4667.             </xsd:annotation>
  4668.           </xsd:attribute>
  4669.           <xsd:attribute name="DistanceMax" type="NumericStringLength1to16" use="optional">
  4670.             <xsd:annotation>
  4671.               <xsd:documentation xml:lang="en">An optional attribute indicating the maximum distance to/from a reference point.</xsd:documentation>
  4672.             </xsd:annotation>
  4673.           </xsd:attribute>
  4674.           <xsd:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional">
  4675.             <xsd:annotation>
  4676.               <xsd:documentation xml:lang="en">The unit of measure in a code format. Refer to OpenTravel Code List Unit of Measure Code (UOM).</xsd:documentation>
  4677.             </xsd:annotation>
  4678.           </xsd:attribute>
  4679.         </xsd:complexType>
  4680.       </xsd:element>
  4681.       <xsd:element minOccurs="0" name="MapArea">
  4682.         <xsd:annotation>
  4683.           <xsd:documentation>Provides coordinates used to define the area of a map.</xsd:documentation>
  4684.         </xsd:annotation>
  4685.         <xsd:complexType>
  4686.           <xsd:attribute name="NorthLatitude" type="StringLength1to16" use="optional">
  4687.             <xsd:annotation>
  4688.               <xsd:documentation xml:lang="en">The latitude of the northern boundary of the map.</xsd:documentation>
  4689.             </xsd:annotation>
  4690.           </xsd:attribute>
  4691.           <xsd:attribute name="SouthLatitude" type="StringLength1to16" use="optional">
  4692.             <xsd:annotation>
  4693.               <xsd:documentation xml:lang="en">The latitude of the southern boundary of the map.</xsd:documentation>
  4694.             </xsd:annotation>
  4695.           </xsd:attribute>
  4696.           <xsd:attribute name="EastLongitude" type="StringLength1to16" use="optional">
  4697.             <xsd:annotation>
  4698.               <xsd:documentation xml:lang="en">The longitude of the eastern boundary of the map.</xsd:documentation>
  4699.             </xsd:annotation>
  4700.           </xsd:attribute>
  4701.           <xsd:attribute name="WestLongitude" type="StringLength1to16" use="optional">
  4702.             <xsd:annotation>
  4703.               <xsd:documentation xml:lang="en">The longitude of the western boundary of the map.</xsd:documentation>
  4704.             </xsd:annotation>
  4705.           </xsd:attribute>
  4706.         </xsd:complexType>
  4707.       </xsd:element>
  4708.       <xsd:element minOccurs="0" name="AdditionalContents">
  4709.         <xsd:annotation>
  4710.           <xsd:documentation xml:lang="en">A collection of Additional Content elements.</xsd:documentation>
  4711.         </xsd:annotation>
  4712.         <xsd:complexType>
  4713.           <xsd:sequence>
  4714.             <xsd:element maxOccurs="unbounded" name="AdditionalContent">
  4715.               <xsd:annotation>
  4716.                 <xsd:documentation xml:lang="en">Describes the specific content requested.</xsd:documentation>
  4717.               </xsd:annotation>
  4718.               <xsd:complexType>
  4719.                 <xsd:attribute name="ContentGroupCode" type="OTA_CodeType" use="required">
  4720.                   <xsd:annotation>
  4721.                     <xsd:documentation xml:lang="en">When used, the response message will be filtered to return only the content that was requested. Refer to OpenTravel code list Information Type (INF).</xsd:documentation>
  4722.                   </xsd:annotation>
  4723.                 </xsd:attribute>
  4724.                 <xsd:attribute name="CodeDetail" type="StringLength1to128" use="optional">
  4725.                   <xsd:annotation>
  4726.                     <xsd:documentation xml:lang="en">May be used to give further detail on the code.</xsd:documentation>
  4727.                   </xsd:annotation>
  4728.                 </xsd:attribute>
  4729.                 <xsd:attribute name="Removal" type="xsd:boolean" use="optional">
  4730.                   <xsd:annotation>
  4731.                     <xsd:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xsd:documentation>
  4732.                     <xsd:documentation xml:lang="en">
  4733.                       <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  4734.                     </xsd:documentation>
  4735.                   </xsd:annotation>
  4736.                 </xsd:attribute>
  4737.               </xsd:complexType>
  4738.             </xsd:element>
  4739.           </xsd:sequence>
  4740.         </xsd:complexType>
  4741.       </xsd:element>
  4742.     </xsd:sequence>
  4743.     <xsd:attribute name="ExactMatch" type="xsd:boolean" use="optional">
  4744.       <xsd:annotation>
  4745.         <xsd:documentation xml:lang="en">Values of "true" or "false", indicating whether the string of the search value must be an exact match.</xsd:documentation>
  4746.       </xsd:annotation>
  4747.     </xsd:attribute>
  4748.     <xsd:attribute name="ImportanceType" use="optional">
  4749.       <xsd:annotation>
  4750.         <xsd:documentation xml:lang="en">An enumerated list, indicating the level of importance of the search criterion. Acceptable values are "Mandatory", "High", "Medium", or "Low."</xsd:documentation>
  4751.       </xsd:annotation>
  4752.       <xsd:simpleType>
  4753.         <xsd:restriction base="StringLength1to16">
  4754.           <xsd:enumeration value="Mandatory">
  4755.             <xsd:annotation>
  4756.               <xsd:documentation xml:lang="en">Indicates the item is required.</xsd:documentation>
  4757.             </xsd:annotation>
  4758.           </xsd:enumeration>
  4759.           <xsd:enumeration value="High">
  4760.             <xsd:annotation>
  4761.               <xsd:documentation xml:lang="en">Indicates a high level of importance.</xsd:documentation>
  4762.             </xsd:annotation>
  4763.           </xsd:enumeration>
  4764.           <xsd:enumeration value="Medium">
  4765.             <xsd:annotation>
  4766.               <xsd:documentation xml:lang="en">Indicates a medium level of importance.</xsd:documentation>
  4767.             </xsd:annotation>
  4768.           </xsd:enumeration>
  4769.           <xsd:enumeration value="Low">
  4770.             <xsd:annotation>
  4771.               <xsd:documentation xml:lang="en">Indicates a low level of importance.</xsd:documentation>
  4772.             </xsd:annotation>
  4773.           </xsd:enumeration>
  4774.         </xsd:restriction>
  4775.       </xsd:simpleType>
  4776.     </xsd:attribute>
  4777.     <xsd:attribute name="Ranking" type="xsd:integer" use="optional">
  4778.       <xsd:annotation>
  4779.         <xsd:documentation xml:lang="en">Defines a ranking scale expressed as integers; meaning and scale are based on individual implementations.</xsd:documentation>
  4780.       </xsd:annotation>
  4781.     </xsd:attribute>
  4782.   </xsd:complexType>
  4783.   <xsd:complexType name="LocationGeneralType">
  4784.     <xsd:annotation>
  4785.       <xsd:documentation xml:lang="en">Provides high-level information regarding a location.</xsd:documentation>
  4786.     </xsd:annotation>
  4787.     <xsd:sequence>
  4788.       <xsd:element minOccurs="0" name="CityName" type="StringLength1to64">
  4789.         <xsd:annotation>
  4790.           <xsd:documentation xml:lang="en">City (e.g., Dublin), town, or postal station (i.e., a postal service territory, often used in a military address).</xsd:documentation>
  4791.         </xsd:annotation>
  4792.       </xsd:element>
  4793.       <xsd:element minOccurs="0" name="StateProv" type="StateProvType">
  4794.         <xsd:annotation>
  4795.           <xsd:documentation xml:lang="en">State or Province name (e.g., Texas).</xsd:documentation>
  4796.         </xsd:annotation>
  4797.       </xsd:element>
  4798.       <xsd:element minOccurs="0" name="CountryName" type="CountryNameType">
  4799.         <xsd:annotation>
  4800.           <xsd:documentation xml:lang="en">Country name (e.g., Ireland).</xsd:documentation>
  4801.         </xsd:annotation>
  4802.       </xsd:element>
  4803.     </xsd:sequence>
  4804.   </xsd:complexType>
  4805.   <xsd:complexType name="LocationType">
  4806.     <xsd:annotation>
  4807.       <xsd:documentation xml:lang="en">Code and optional string to describe a location point.</xsd:documentation>
  4808.     </xsd:annotation>
  4809.     <xsd:simpleContent>
  4810.       <xsd:extension base="xsd:string">
  4811.         <xsd:attribute name="LocationCode" type="StringLength1to16" use="optional">
  4812.           <xsd:annotation>
  4813.             <xsd:documentation xml:lang="en">A code used to identify a location.</xsd:documentation>
  4814.           </xsd:annotation>
  4815.         </xsd:attribute>
  4816.         <xsd:attribute name="CodeContext" type="StringLength1to32" use="optional">
  4817.           <xsd:annotation>
  4818.             <xsd:documentation xml:lang="en">Identifies the context of the identifying code (e.g., IATA, ARC, or internal code).</xsd:documentation>
  4819.             <xsd:documentation xml:lang="en">
  4820.               <LegacyDefaultValue xmlns="">IATA</LegacyDefaultValue>
  4821.             </xsd:documentation>
  4822.           </xsd:annotation>
  4823.         </xsd:attribute>
  4824.       </xsd:extension>
  4825.     </xsd:simpleContent>
  4826.   </xsd:complexType>
  4827.   <xsd:complexType name="MessageAcknowledgementType">
  4828.     <xsd:annotation>
  4829.       <xsd:documentation xml:lang="en">Information to acknowledge the receipt of a message.</xsd:documentation>
  4830.     </xsd:annotation>
  4831.     <xsd:sequence>
  4832.       <xsd:choice>
  4833.         <xsd:sequence>
  4834.           <xsd:element name="Success" type="SuccessType">
  4835.             <xsd:annotation>
  4836.               <xsd:documentation xml:lang="en">Returning an empty element of this type indicates the successful processing of an OpenTravel message. This is used in conjunction with Warnings to report any warnings or business errors.</xsd:documentation>
  4837.             </xsd:annotation>
  4838.           </xsd:element>
  4839.           <xsd:element minOccurs="0" name="Warnings" type="WarningsType">
  4840.             <xsd:annotation>
  4841.               <xsd:documentation xml:lang="en">Used when a message has been successfully processed to report any warnings or business errors that occurred.</xsd:documentation>
  4842.             </xsd:annotation>
  4843.           </xsd:element>
  4844.         </xsd:sequence>
  4845.         <xsd:element name="Errors" type="ErrorsType">
  4846.           <xsd:annotation>
  4847.             <xsd:documentation xml:lang="en">Indicates an error occurred during the processing of an OpenTravel message. If the message successfully processes, but there are business errors, those errors should be passed in the warning element.</xsd:documentation>
  4848.           </xsd:annotation>
  4849.         </xsd:element>
  4850.       </xsd:choice>
  4851.       <xsd:element minOccurs="0" name="UniqueID" type="UniqueID_Type">
  4852.         <xsd:annotation>
  4853.           <xsd:documentation xml:lang="en">May be used to return the unique id from the request message.</xsd:documentation>
  4854.         </xsd:annotation>
  4855.       </xsd:element>
  4856.       <xsd:element minOccurs="0" ref="TPA_Extensions" />
  4857.     </xsd:sequence>
  4858.     <xsd:attribute name="EchoToken" type="StringLength1to128" use="optional">
  4859.       <xsd:annotation>
  4860.         <xsd:documentation xml:lang="en">A reference for additional message identification, assigned by the requesting host system. When a request message includes an echo token the corresponding response message MUST include an echo token with an identical value.</xsd:documentation>
  4861.       </xsd:annotation>
  4862.     </xsd:attribute>
  4863.     <xsd:attribute name="TimeStamp" type="xsd:dateTime" use="optional">
  4864.       <xsd:annotation>
  4865.         <xsd:documentation xml:lang="en">Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601; YYYY-MM-DDThh:mm:ssZ with time values using the 24 hour clock (e.g. 20 November 2003, 1:59:38 pm UTC becomes 2003-11-20T13:59:38Z).</xsd:documentation>
  4866.       </xsd:annotation>
  4867.     </xsd:attribute>
  4868.     <xsd:attribute name="Target" use="optional">
  4869.       <xsd:annotation>
  4870.         <xsd:documentation xml:lang="en">Used to indicate whether the request is for the Test or Production system.</xsd:documentation>
  4871.         <xsd:documentation xml:lang="en">
  4872.           <LegacyDefaultValue xmlns="">Production</LegacyDefaultValue>
  4873.         </xsd:documentation>
  4874.       </xsd:annotation>
  4875.       <xsd:simpleType>
  4876.         <xsd:restriction base="xsd:NMTOKEN">
  4877.           <xsd:enumeration value="Test">
  4878.             <xsd:annotation>
  4879.               <xsd:documentation xml:lang="en">A test system.</xsd:documentation>
  4880.             </xsd:annotation>
  4881.           </xsd:enumeration>
  4882.           <xsd:enumeration value="Production">
  4883.             <xsd:annotation>
  4884.               <xsd:documentation xml:lang="en">A production system.</xsd:documentation>
  4885.             </xsd:annotation>
  4886.           </xsd:enumeration>
  4887.         </xsd:restriction>
  4888.       </xsd:simpleType>
  4889.     </xsd:attribute>
  4890.     <xsd:attribute name="TargetName" type="StringLength1to64" use="optional">
  4891.       <xsd:annotation>
  4892.         <xsd:documentation xml:lang="en">Used to indicate the name of the Test or Production system.</xsd:documentation>
  4893.       </xsd:annotation>
  4894.     </xsd:attribute>
  4895.     <xsd:attribute name="Version" type="xsd:decimal" use="required">
  4896.       <xsd:annotation>
  4897.         <xsd:documentation xml:lang="en">For all OpenTravel versioned messages, the version of the message is indicated by a decimal value.</xsd:documentation>
  4898.       </xsd:annotation>
  4899.     </xsd:attribute>
  4900.     <xsd:attribute name="TransactionIdentifier" type="xsd:string" use="optional">
  4901.       <xsd:annotation>
  4902.         <xsd:documentation xml:lang="en">A unique identifier to relate all messages within a transaction (e.g. this would be sent in all request and response messages that are part of an on-going transaction).</xsd:documentation>
  4903.       </xsd:annotation>
  4904.     </xsd:attribute>
  4905.     <xsd:attribute name="SequenceNmbr" type="xsd:nonNegativeInteger" use="optional">
  4906.       <xsd:annotation>
  4907.         <xsd:documentation xml:lang="en">Used to identify the sequence number of the transaction as assigned by the sending system; allows for an application to process messages in a certain order or to request a resynchronization of messages in the event that a system has been off-line and needs to retrieve messages that were missed.</xsd:documentation>
  4908.       </xsd:annotation>
  4909.     </xsd:attribute>
  4910.     <xsd:attribute name="TransactionStatusCode" use="optional">
  4911.       <xsd:annotation>
  4912.         <xsd:documentation xml:lang="en">This indicates where this message falls within a sequence of messages.</xsd:documentation>
  4913.       </xsd:annotation>
  4914.       <xsd:simpleType>
  4915.         <xsd:restriction base="xsd:NMTOKEN">
  4916.           <xsd:enumeration value="Start">
  4917.             <xsd:annotation>
  4918.               <xsd:documentation xml:lang="en">This is the first message within a transaction.</xsd:documentation>
  4919.             </xsd:annotation>
  4920.           </xsd:enumeration>
  4921.           <xsd:enumeration value="End">
  4922.             <xsd:annotation>
  4923.               <xsd:documentation xml:lang="en">This is the last message within a transaction.</xsd:documentation>
  4924.             </xsd:annotation>
  4925.           </xsd:enumeration>
  4926.           <xsd:enumeration value="Rollback">
  4927.             <xsd:annotation>
  4928.               <xsd:documentation xml:lang="en">This indicates that all messages within the current transaction must be ignored.</xsd:documentation>
  4929.             </xsd:annotation>
  4930.           </xsd:enumeration>
  4931.           <xsd:enumeration value="InSeries">
  4932.             <xsd:annotation>
  4933.               <xsd:documentation xml:lang="en">This is any message that is not the first or last message within a transaction.</xsd:documentation>
  4934.             </xsd:annotation>
  4935.           </xsd:enumeration>
  4936.           <xsd:enumeration value="Continuation">
  4937.             <xsd:annotation>
  4938.               <xsd:documentation xml:lang="en">Specifies that this is a followup request asking for more of what was requested in the previous request.</xsd:documentation>
  4939.             </xsd:annotation>
  4940.           </xsd:enumeration>
  4941.           <xsd:enumeration value="Subsequent">
  4942.             <xsd:annotation>
  4943.               <xsd:documentation xml:lang="en">This request message is a subsequent request based on the previous message sent in this transaction.</xsd:documentation>
  4944.             </xsd:annotation>
  4945.           </xsd:enumeration>
  4946.         </xsd:restriction>
  4947.       </xsd:simpleType>
  4948.     </xsd:attribute>
  4949.     <xsd:attribute name="PrimaryLangID" type="xsd:language" use="optional">
  4950.       <xsd:annotation>
  4951.         <xsd:documentation xml:lang="en">Identifies the primary language preference for the message. The human language is identified by ISO 639 codes.</xsd:documentation>
  4952.       </xsd:annotation>
  4953.     </xsd:attribute>
  4954.     <xsd:attribute name="AltLangID" type="xsd:language" use="optional">
  4955.       <xsd:annotation>
  4956.         <xsd:documentation xml:lang="en">Identifies the alternate language for a customer or message. The human language is identified by ISO 639 codes.</xsd:documentation>
  4957.       </xsd:annotation>
  4958.     </xsd:attribute>
  4959.     <xsd:attribute name="RetransmissionIndicator" type="xsd:boolean" use="optional">
  4960.       <xsd:annotation>
  4961.         <xsd:documentation xml:lang="en">When true, indicates the message is being re-sent after a failure. It is recommended that this attribute is used (i.e., set to TRUE) only when a message is retransmitted.</xsd:documentation>
  4962.       </xsd:annotation>
  4963.     </xsd:attribute>
  4964.     <xsd:attribute name="CorrelationID" type="StringLength1to64" use="optional">
  4965.       <xsd:annotation>
  4966.         <xsd:documentation xml:lang="en">Allow end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message.</xsd:documentation>
  4967.       </xsd:annotation>
  4968.     </xsd:attribute>
  4969.   </xsd:complexType>
  4970.   <xsd:complexType name="MonetaryRuleType">
  4971.     <xsd:annotation>
  4972.       <xsd:documentation xml:lang="en">This defines the information pertaining to rules and amounts associated with these rules.</xsd:documentation>
  4973.     </xsd:annotation>
  4974.     <xsd:simpleContent>
  4975.       <xsd:extension base="StringLength0to255">
  4976.         <xsd:attribute name="Amount" type="Money" use="optional">
  4977.           <xsd:annotation>
  4978.             <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  4979.           </xsd:annotation>
  4980.         </xsd:attribute>
  4981.         <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  4982.           <xsd:annotation>
  4983.             <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  4984.           </xsd:annotation>
  4985.         </xsd:attribute>
  4986.         <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  4987.           <xsd:annotation>
  4988.             <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  4989.           </xsd:annotation>
  4990.         </xsd:attribute>
  4991.         <xsd:attribute name="RuleType" type="OTA_CodeType" use="required">
  4992.           <xsd:annotation>
  4993.             <xsd:documentation xml:lang="en">Refer to OpenTravel Code List Rule Type (RUL).</xsd:documentation>
  4994.           </xsd:annotation>
  4995.         </xsd:attribute>
  4996.         <xsd:attribute name="Percent" type="Percentage" use="optional">
  4997.           <xsd:annotation>
  4998.             <xsd:documentation xml:lang="en">The percent applicable to the monetary rule.</xsd:documentation>
  4999.           </xsd:annotation>
  5000.         </xsd:attribute>
  5001.         <xsd:attribute name="DateTime" type="xsd:dateTime" use="optional">
  5002.           <xsd:annotation>
  5003.             <xsd:documentation xml:lang="en">The date and time applicable to this monetary rule.</xsd:documentation>
  5004.           </xsd:annotation>
  5005.         </xsd:attribute>
  5006.         <xsd:attribute name="PaymentType" type="OTA_CodeType" use="optional">
  5007.           <xsd:annotation>
  5008.             <xsd:documentation xml:lang="en">Refer to OpenTravel Code List Payment Type (PMT).</xsd:documentation>
  5009.           </xsd:annotation>
  5010.         </xsd:attribute>
  5011.         <xsd:attribute name="RateConvertedInd" type="xsd:boolean" use="optional">
  5012.           <xsd:annotation>
  5013.             <xsd:documentation xml:lang="en">When true, indicates the amount was converted from another currency.</xsd:documentation>
  5014.           </xsd:annotation>
  5015.         </xsd:attribute>
  5016.         <xsd:attribute name="AbsoluteDeadline" type="TimeOrDateTimeType" use="optional">
  5017.           <xsd:annotation>
  5018.             <xsd:documentation xml:lang="en">Defines the absolute deadline. Either this or the offset attributes may be used.</xsd:documentation>
  5019.           </xsd:annotation>
  5020.         </xsd:attribute>
  5021.         <xsd:attribute name="OffsetTimeUnit" type="TimeUnitType" use="optional">
  5022.           <xsd:annotation>
  5023.             <xsd:documentation xml:lang="en">The units of time, e.g.: days, hours, etc., that apply to the deadline.</xsd:documentation>
  5024.           </xsd:annotation>
  5025.         </xsd:attribute>
  5026.         <xsd:attribute name="OffsetUnitMultiplier" type="Numeric0to999" use="optional">
  5027.           <xsd:annotation>
  5028.             <xsd:documentation xml:lang="en">The number of units of DeadlineTimeUnit.</xsd:documentation>
  5029.           </xsd:annotation>
  5030.         </xsd:attribute>
  5031.         <xsd:attribute name="OffsetDropTime" use="optional">
  5032.           <xsd:annotation>
  5033.             <xsd:documentation xml:lang="en">An enumerated type indicating when the deadline drop time goes into effect.</xsd:documentation>
  5034.           </xsd:annotation>
  5035.           <xsd:simpleType>
  5036.             <xsd:restriction base="xsd:NMTOKEN">
  5037.               <xsd:enumeration value="BeforeArrival" />
  5038.               <xsd:enumeration value="AfterBooking" />
  5039.               <xsd:enumeration value="AfterConfirmation">
  5040.                 <xsd:annotation>
  5041.                   <xsd:documentation xml:lang="en">The deadline information applies from when the reservation was confirmed.  In some systems the confirmation time will differ from the booking time.</xsd:documentation>
  5042.                 </xsd:annotation>
  5043.               </xsd:enumeration>
  5044.               <xsd:enumeration value="AfterArrival">
  5045.                 <xsd:annotation>
  5046.                   <xsd:documentation xml:lang="en">The deadline applies after the scheduled arrival time.</xsd:documentation>
  5047.                 </xsd:annotation>
  5048.               </xsd:enumeration>
  5049.             </xsd:restriction>
  5050.           </xsd:simpleType>
  5051.         </xsd:attribute>
  5052.       </xsd:extension>
  5053.     </xsd:simpleContent>
  5054.   </xsd:complexType>
  5055.   <xsd:complexType name="MultimediaDescriptionsType">
  5056.     <xsd:annotation>
  5057.       <xsd:documentation xml:lang="en">Contains multimedia item(s).</xsd:documentation>
  5058.     </xsd:annotation>
  5059.     <xsd:sequence>
  5060.       <xsd:element maxOccurs="unbounded" name="MultimediaDescription" type="MultimediaDescriptionType">
  5061.         <xsd:annotation>
  5062.           <xsd:documentation xml:lang="en">A multimedia item.</xsd:documentation>
  5063.         </xsd:annotation>
  5064.       </xsd:element>
  5065.     </xsd:sequence>
  5066.     <xsd:attribute name="LastUpdated" type="xsd:dateTime" use="optional">
  5067.       <xsd:annotation>
  5068.         <xsd:documentation xml:lang="en">The date and time when the collection of multimedia information was last updated.</xsd:documentation>
  5069.       </xsd:annotation>
  5070.     </xsd:attribute>
  5071.   </xsd:complexType>
  5072.   <xsd:complexType name="MultimediaDescriptionType">
  5073.     <xsd:annotation>
  5074.       <xsd:documentation xml:lang="en">Describes multimedia item(s).</xsd:documentation>
  5075.     </xsd:annotation>
  5076.     <xsd:choice minOccurs="0">
  5077.       <xsd:element minOccurs="0" name="VideoItems" type="VideoItemsType">
  5078.         <xsd:annotation>
  5079.           <xsd:documentation xml:lang="en">A collection of video items.</xsd:documentation>
  5080.         </xsd:annotation>
  5081.       </xsd:element>
  5082.       <xsd:element minOccurs="0" name="ImageItems" type="ImageItemsType">
  5083.         <xsd:annotation>
  5084.           <xsd:documentation xml:lang="en">A collection of image items.</xsd:documentation>
  5085.         </xsd:annotation>
  5086.       </xsd:element>
  5087.       <xsd:element minOccurs="0" name="TextItems" type="TextItemsType">
  5088.         <xsd:annotation>
  5089.           <xsd:documentation xml:lang="en">A collection of text items.</xsd:documentation>
  5090.         </xsd:annotation>
  5091.       </xsd:element>
  5092.     </xsd:choice>
  5093.     <xsd:attribute name="InfoCode" type="OTA_CodeType" use="optional">
  5094.       <xsd:annotation>
  5095.         <xsd:documentation xml:lang="en">Used to designate a particular type of description such as marketing. Refer to OpenTravel Code List Information Type (INF).</xsd:documentation>
  5096.       </xsd:annotation>
  5097.     </xsd:attribute>
  5098.     <xsd:attribute name="AdditionalDetailCode" type="OTA_CodeType" use="optional">
  5099.       <xsd:annotation>
  5100.         <xsd:documentation xml:lang="en">Used to designate a particular type of additional information. Refer to OpenTravel Code List Additional Detail Type (ADT).</xsd:documentation>
  5101.       </xsd:annotation>
  5102.     </xsd:attribute>
  5103.     <xsd:attribute name="ID" type="StringLength1to32" use="optional">
  5104.       <xsd:annotation>
  5105.         <xsd:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xsd:documentation>
  5106.       </xsd:annotation>
  5107.     </xsd:attribute>
  5108.     <xsd:attribute name="LastUpdated" type="xsd:dateTime" use="optional">
  5109.       <xsd:annotation>
  5110.         <xsd:documentation xml:lang="en">The date and time when the multimedia information was last updated.</xsd:documentation>
  5111.       </xsd:annotation>
  5112.     </xsd:attribute>
  5113.     <xsd:attribute name="Version" type="xsd:string" use="optional">
  5114.       <xsd:annotation>
  5115.         <xsd:documentation xml:lang="en">The version of the content, typically in the form of "1" or "2.3."</xsd:documentation>
  5116.       </xsd:annotation>
  5117.     </xsd:attribute>
  5118.   </xsd:complexType>
  5119.   <xsd:complexType name="OperatingAirlineType">
  5120.     <xsd:annotation>
  5121.       <xsd:documentation xml:lang="en">Identifies the operating carrier and flight number.</xsd:documentation>
  5122.     </xsd:annotation>
  5123.     <xsd:simpleContent>
  5124.       <xsd:extension base="CompanyNameType">
  5125.         <xsd:attribute name="FlightNumber" type="FlightNumberType" use="optional">
  5126.           <xsd:annotation>
  5127.             <xsd:documentation xml:lang="en">The flight number as assigned by the operating carrier.</xsd:documentation>
  5128.           </xsd:annotation>
  5129.         </xsd:attribute>
  5130.         <xsd:attribute name="ResBookDesigCode" type="UpperCaseAlphaLength1to2" use="optional">
  5131.           <xsd:annotation>
  5132.             <xsd:documentation xml:lang="en">The reservation booking designator of the operating carrier when different from the marketing carrier.</xsd:documentation>
  5133.           </xsd:annotation>
  5134.         </xsd:attribute>
  5135.       </xsd:extension>
  5136.     </xsd:simpleContent>
  5137.   </xsd:complexType>
  5138.   <xsd:complexType name="OperationSchedulePlusChargeType">
  5139.     <xsd:annotation>
  5140.       <xsd:documentation xml:lang="en">This allows a charge to be associated with operating times (e.g. a golf tee time may be more expensive during peak hours v. off peak hours).</xsd:documentation>
  5141.     </xsd:annotation>
  5142.     <xsd:complexContent>
  5143.       <xsd:extension base="OperationScheduleType">
  5144.         <xsd:sequence>
  5145.           <xsd:element minOccurs="0" maxOccurs="5" name="Charge" type="FeeType">
  5146.             <xsd:annotation>
  5147.               <xsd:documentation xml:lang="en">Cost associated with an amenity.</xsd:documentation>
  5148.             </xsd:annotation>
  5149.           </xsd:element>
  5150.         </xsd:sequence>
  5151.       </xsd:extension>
  5152.     </xsd:complexContent>
  5153.   </xsd:complexType>
  5154.   <xsd:complexType name="OperationSchedulesPlusChargeType">
  5155.     <xsd:annotation>
  5156.       <xsd:documentation xml:lang="en">The OperationSchedule class defines the dates and hours of operation in addition the charges that may apply.</xsd:documentation>
  5157.     </xsd:annotation>
  5158.     <xsd:sequence>
  5159.       <xsd:element minOccurs="0" maxOccurs="unbounded" name="OperationSchedule">
  5160.         <xsd:annotation>
  5161.           <xsd:documentation xml:lang="en">The OperationSchedule class defines details the dates and hours of operation.</xsd:documentation>
  5162.         </xsd:annotation>
  5163.         <xsd:complexType>
  5164.           <xsd:complexContent>
  5165.             <xsd:extension base="OperationSchedulePlusChargeType">
  5166.               <xsd:attribute name="Name" type="StringLength0to128" use="optional">
  5167.                 <xsd:annotation>
  5168.                   <xsd:documentation xml:lang="en">Used to provide a name for a sub-operation (e.g. an activity or event).</xsd:documentation>
  5169.                 </xsd:annotation>
  5170.               </xsd:attribute>
  5171.             </xsd:extension>
  5172.           </xsd:complexContent>
  5173.         </xsd:complexType>
  5174.       </xsd:element>
  5175.     </xsd:sequence>
  5176.   </xsd:complexType>
  5177.   <xsd:complexType name="OperationSchedulesType">
  5178.     <xsd:annotation>
  5179.       <xsd:documentation xml:lang="en">Collection of operation schedules.</xsd:documentation>
  5180.     </xsd:annotation>
  5181.     <xsd:sequence>
  5182.       <xsd:element maxOccurs="999" name="OperationSchedule" type="OperationScheduleType">
  5183.         <xsd:annotation>
  5184.           <xsd:documentation xml:lang="en">The OperationSchedule class defines the dates and hours of operation.</xsd:documentation>
  5185.         </xsd:annotation>
  5186.       </xsd:element>
  5187.     </xsd:sequence>
  5188.     <xsd:attribute name="Start" type="DateOrTimeOrDateTimeType" use="optional">
  5189.       <xsd:annotation>
  5190.         <xsd:documentation xml:lang="en">The starting value of the time span.</xsd:documentation>
  5191.       </xsd:annotation>
  5192.     </xsd:attribute>
  5193.     <xsd:attribute name="Duration" type="DurationType" use="optional">
  5194.       <xsd:annotation>
  5195.         <xsd:documentation xml:lang="en">The duration datatype represents a combination of year, month, day and time values representing a single duration of time, encoded as a single string.</xsd:documentation>
  5196.       </xsd:annotation>
  5197.     </xsd:attribute>
  5198.     <xsd:attribute name="End" type="DateOrTimeOrDateTimeType" use="optional">
  5199.       <xsd:annotation>
  5200.         <xsd:documentation xml:lang="en">The ending value of the time span.</xsd:documentation>
  5201.       </xsd:annotation>
  5202.     </xsd:attribute>
  5203.   </xsd:complexType>
  5204.   <xsd:complexType name="OperationScheduleType">
  5205.     <xsd:annotation>
  5206.       <xsd:documentation xml:lang="en">Details of an operating schedule (e.g. a golf tee time may be more expensive during peak hours v. off peak hours).</xsd:documentation>
  5207.     </xsd:annotation>
  5208.     <xsd:sequence>
  5209.       <xsd:element minOccurs="0" name="OperationTimes">
  5210.         <xsd:annotation>
  5211.           <xsd:documentation xml:lang="en">A collection of OperationTimes.</xsd:documentation>
  5212.         </xsd:annotation>
  5213.         <xsd:complexType>
  5214.           <xsd:sequence>
  5215.             <xsd:element maxOccurs="999" name="OperationTime">
  5216.               <xsd:annotation>
  5217.                 <xsd:documentation xml:lang="en">Provides operating times of a facility.</xsd:documentation>
  5218.               </xsd:annotation>
  5219.               <xsd:complexType>
  5220.                 <xsd:attribute name="Mon" type="xsd:boolean" use="optional">
  5221.                   <xsd:annotation>
  5222.                     <xsd:documentation xml:lang="en">When true, apply to Monday.</xsd:documentation>
  5223.                   </xsd:annotation>
  5224.                 </xsd:attribute>
  5225.                 <xsd:attribute name="Tue" type="xsd:boolean" use="optional">
  5226.                   <xsd:annotation>
  5227.                     <xsd:documentation xml:lang="en">When true, apply to Tuesday.</xsd:documentation>
  5228.                   </xsd:annotation>
  5229.                 </xsd:attribute>
  5230.                 <xsd:attribute name="Weds" type="xsd:boolean" use="optional">
  5231.                   <xsd:annotation>
  5232.                     <xsd:documentation xml:lang="en">When true, apply to Wednesday.</xsd:documentation>
  5233.                   </xsd:annotation>
  5234.                 </xsd:attribute>
  5235.                 <xsd:attribute name="Thur" type="xsd:boolean" use="optional">
  5236.                   <xsd:annotation>
  5237.                     <xsd:documentation xml:lang="en">When true, apply to Thursday.</xsd:documentation>
  5238.                   </xsd:annotation>
  5239.                 </xsd:attribute>
  5240.                 <xsd:attribute name="Fri" type="xsd:boolean" use="optional">
  5241.                   <xsd:annotation>
  5242.                     <xsd:documentation xml:lang="en">When true, apply to Friday.</xsd:documentation>
  5243.                   </xsd:annotation>
  5244.                 </xsd:attribute>
  5245.                 <xsd:attribute name="Sat" type="xsd:boolean" use="optional">
  5246.                   <xsd:annotation>
  5247.                     <xsd:documentation xml:lang="en">When true, apply to Saturday.</xsd:documentation>
  5248.                   </xsd:annotation>
  5249.                 </xsd:attribute>
  5250.                 <xsd:attribute name="Sun" type="xsd:boolean" use="optional">
  5251.                   <xsd:annotation>
  5252.                     <xsd:documentation xml:lang="en">When true, apply to Sunday.</xsd:documentation>
  5253.                   </xsd:annotation>
  5254.                 </xsd:attribute>
  5255.                 <xsd:attribute name="Start" type="DateOrTimeOrDateTimeType" use="optional">
  5256.                   <xsd:annotation>
  5257.                     <xsd:documentation xml:lang="en">The starting value of the time span.</xsd:documentation>
  5258.                   </xsd:annotation>
  5259.                 </xsd:attribute>
  5260.                 <xsd:attribute name="Duration" type="DurationType" use="optional">
  5261.                   <xsd:annotation>
  5262.                     <xsd:documentation xml:lang="en">The duration datatype represents a combination of year, month, day and time values representing a single duration of time, encoded as a single string.</xsd:documentation>
  5263.                   </xsd:annotation>
  5264.                 </xsd:attribute>
  5265.                 <xsd:attribute name="End" type="DateOrTimeOrDateTimeType" use="optional">
  5266.                   <xsd:annotation>
  5267.                     <xsd:documentation xml:lang="en">The ending value of the time span.</xsd:documentation>
  5268.                   </xsd:annotation>
  5269.                 </xsd:attribute>
  5270.                 <xsd:attribute name="AdditionalOperationInfoCode" type="OTA_CodeType" use="optional">
  5271.                   <xsd:annotation>
  5272.                     <xsd:documentation xml:lang="en">Used to provide additional information regarding operation times (e.g., after hours operations, restricted times). Refer to OpenTravel Code List Additional Operation Info (OPR).</xsd:documentation>
  5273.                   </xsd:annotation>
  5274.                 </xsd:attribute>
  5275.                 <xsd:attribute name="Frequency" type="StringLength1to64" use="optional">
  5276.                   <xsd:annotation>
  5277.                     <xsd:documentation xml:lang="en">The frequency with which this operation occurs (e.g., 'on the hour', 'on the half hour').</xsd:documentation>
  5278.                   </xsd:annotation>
  5279.                 </xsd:attribute>
  5280.                 <xsd:attribute name="Text" type="StringLength0to64" use="optional">
  5281.                   <xsd:annotation>
  5282.                     <xsd:documentation xml:lang="en">Textual information for this period of operation.</xsd:documentation>
  5283.                   </xsd:annotation>
  5284.                 </xsd:attribute>
  5285.               </xsd:complexType>
  5286.             </xsd:element>
  5287.           </xsd:sequence>
  5288.         </xsd:complexType>
  5289.       </xsd:element>
  5290.     </xsd:sequence>
  5291.     <xsd:attribute name="Start" type="DateOrTimeOrDateTimeType" use="optional">
  5292.       <xsd:annotation>
  5293.         <xsd:documentation xml:lang="en">The starting value of the time span.</xsd:documentation>
  5294.       </xsd:annotation>
  5295.     </xsd:attribute>
  5296.     <xsd:attribute name="Duration" type="DurationType" use="optional">
  5297.       <xsd:annotation>
  5298.         <xsd:documentation xml:lang="en">The duration datatype represents a combination of year, month, day and time values representing a single duration of time, encoded as a single string.</xsd:documentation>
  5299.       </xsd:annotation>
  5300.     </xsd:attribute>
  5301.     <xsd:attribute name="End" type="DateOrTimeOrDateTimeType" use="optional">
  5302.       <xsd:annotation>
  5303.         <xsd:documentation xml:lang="en">The ending value of the time span.</xsd:documentation>
  5304.       </xsd:annotation>
  5305.     </xsd:attribute>
  5306.   </xsd:complexType>
  5307.   <xsd:complexType name="OrdersType">
  5308.     <xsd:annotation>
  5309.       <xsd:documentation xml:lang="en">Provides the details of one or more orders.</xsd:documentation>
  5310.     </xsd:annotation>
  5311.     <xsd:sequence>
  5312.       <xsd:element minOccurs="0" maxOccurs="99" name="Order">
  5313.         <xsd:annotation>
  5314.           <xsd:documentation xml:lang="en">Information pertaining to a specific order.</xsd:documentation>
  5315.         </xsd:annotation>
  5316.         <xsd:complexType>
  5317.           <xsd:sequence>
  5318.             <xsd:element minOccurs="0" name="Products">
  5319.               <xsd:annotation>
  5320.                 <xsd:documentation xml:lang="en">A collection of products.</xsd:documentation>
  5321.               </xsd:annotation>
  5322.               <xsd:complexType>
  5323.                 <xsd:sequence>
  5324.                   <xsd:element minOccurs="0" maxOccurs="99" name="Product">
  5325.                     <xsd:annotation>
  5326.                       <xsd:documentation xml:lang="en">The details associated to a specific product.</xsd:documentation>
  5327.                     </xsd:annotation>
  5328.                     <xsd:complexType>
  5329.                       <xsd:attribute name="ProductIssueDate" type="DateOrDateTimeType" use="optional">
  5330.                         <xsd:annotation>
  5331.                           <xsd:documentation xml:lang="en">The date or date and time that the product was issued.</xsd:documentation>
  5332.                         </xsd:annotation>
  5333.                       </xsd:attribute>
  5334.                       <xsd:attribute name="ProductID" type="StringLength1to32" use="optional">
  5335.                         <xsd:annotation>
  5336.                           <xsd:documentation xml:lang="en">An identification number associated to the specific product.</xsd:documentation>
  5337.                         </xsd:annotation>
  5338.                       </xsd:attribute>
  5339.                       <xsd:attribute name="ProductType" type="StringLength1to64" use="optional">
  5340.                         <xsd:annotation>
  5341.                           <xsd:documentation xml:lang="en">Identifies the type of product being purchased.</xsd:documentation>
  5342.                         </xsd:annotation>
  5343.                       </xsd:attribute>
  5344.                       <xsd:attribute name="ProductQuantity" type="xsd:nonNegativeInteger" use="optional">
  5345.                         <xsd:annotation>
  5346.                           <xsd:documentation xml:lang="en">The number of the specific product being purchased.</xsd:documentation>
  5347.                         </xsd:annotation>
  5348.                       </xsd:attribute>
  5349.                       <xsd:attribute name="ProductSerialNumber" type="StringLength1to32" use="optional">
  5350.                         <xsd:annotation>
  5351.                           <xsd:documentation xml:lang="en">The serial number of the specific product.</xsd:documentation>
  5352.                         </xsd:annotation>
  5353.                       </xsd:attribute>
  5354.                       <xsd:attribute name="DiscountCode" type="StringLength1to16" use="optional">
  5355.                         <xsd:annotation>
  5356.                           <xsd:documentation xml:lang="en">The discount code that applies to the specific product.</xsd:documentation>
  5357.                         </xsd:annotation>
  5358.                       </xsd:attribute>
  5359.                       <xsd:attribute name="Amount" type="Money" use="optional">
  5360.                         <xsd:annotation>
  5361.                           <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  5362.                         </xsd:annotation>
  5363.                       </xsd:attribute>
  5364.                       <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  5365.                         <xsd:annotation>
  5366.                           <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  5367.                         </xsd:annotation>
  5368.                       </xsd:attribute>
  5369.                       <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  5370.                         <xsd:annotation>
  5371.                           <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  5372.                         </xsd:annotation>
  5373.                       </xsd:attribute>
  5374.                       <xsd:attribute name="Status" use="optional">
  5375.                         <xsd:annotation>
  5376.                           <xsd:documentation xml:lang="en">The status of the product. This attribute would primarily be used in the response message to identify the status of the item being purchased.</xsd:documentation>
  5377.                         </xsd:annotation>
  5378.                         <xsd:simpleType>
  5379.                           <xsd:restriction base="xsd:NMTOKEN">
  5380.                             <xsd:enumeration value="OrderPending">
  5381.                               <xsd:annotation>
  5382.                                 <xsd:documentation xml:lang="en">The order has been submitted, but has not yet been confirmed.</xsd:documentation>
  5383.                               </xsd:annotation>
  5384.                             </xsd:enumeration>
  5385.                             <xsd:enumeration value="BackOrder">
  5386.                               <xsd:annotation>
  5387.                                 <xsd:documentation xml:lang="en">The product being purchased is on back order.</xsd:documentation>
  5388.                               </xsd:annotation>
  5389.                             </xsd:enumeration>
  5390.                             <xsd:enumeration value="Unavailable">
  5391.                               <xsd:annotation>
  5392.                                 <xsd:documentation xml:lang="en">The product being purchased is unavailable.</xsd:documentation>
  5393.                               </xsd:annotation>
  5394.                             </xsd:enumeration>
  5395.                             <xsd:enumeration value="Confirmed">
  5396.                               <xsd:annotation>
  5397.                                 <xsd:documentation xml:lang="en">The order has been confirmed.</xsd:documentation>
  5398.                               </xsd:annotation>
  5399.                             </xsd:enumeration>
  5400.                           </xsd:restriction>
  5401.                         </xsd:simpleType>
  5402.                       </xsd:attribute>
  5403.                       <xsd:attribute name="ListOfRecipientRPH" type="ListOfRPH" use="optional">
  5404.                         <xsd:annotation>
  5405.                           <xsd:documentation xml:lang="en">The recipient(s) to whom the product pertains.</xsd:documentation>
  5406.                         </xsd:annotation>
  5407.                       </xsd:attribute>
  5408.                     </xsd:complexType>
  5409.                   </xsd:element>
  5410.                 </xsd:sequence>
  5411.               </xsd:complexType>
  5412.             </xsd:element>
  5413.           </xsd:sequence>
  5414.           <xsd:attribute name="OrderType" type="StringLength1to16" use="optional">
  5415.             <xsd:annotation>
  5416.               <xsd:documentation xml:lang="en">Identifies the type of order.</xsd:documentation>
  5417.             </xsd:annotation>
  5418.           </xsd:attribute>
  5419.           <xsd:attribute name="OrderID" type="StringLength1to32" use="optional">
  5420.             <xsd:annotation>
  5421.               <xsd:documentation xml:lang="en">The identification number associated to the orders.</xsd:documentation>
  5422.             </xsd:annotation>
  5423.           </xsd:attribute>
  5424.           <xsd:attribute name="ListOfRecipientRPH" type="ListOfRPH" use="optional">
  5425.             <xsd:annotation>
  5426.               <xsd:documentation xml:lang="en">The recipient(s) to whom the order pertains.</xsd:documentation>
  5427.             </xsd:annotation>
  5428.           </xsd:attribute>
  5429.         </xsd:complexType>
  5430.       </xsd:element>
  5431.     </xsd:sequence>
  5432.     <xsd:attribute name="OrderType" type="StringLength1to16" use="optional">
  5433.       <xsd:annotation>
  5434.         <xsd:documentation xml:lang="en">Identifies the type of orders.</xsd:documentation>
  5435.       </xsd:annotation>
  5436.     </xsd:attribute>
  5437.     <xsd:attribute name="DiscountCode" type="StringLength1to16" use="optional">
  5438.       <xsd:annotation>
  5439.         <xsd:documentation xml:lang="en">A discount code that applies to the orders.</xsd:documentation>
  5440.       </xsd:annotation>
  5441.     </xsd:attribute>
  5442.     <xsd:attribute name="VendorPurchaseOrderID" type="StringLength1to32" use="optional">
  5443.       <xsd:annotation>
  5444.         <xsd:documentation xml:lang="en">The purchase order number of a sales intermediary.</xsd:documentation>
  5445.       </xsd:annotation>
  5446.     </xsd:attribute>
  5447.     <xsd:attribute name="OrderID" type="StringLength1to32" use="optional">
  5448.       <xsd:annotation>
  5449.         <xsd:documentation xml:lang="en">The identification number associated to the orders.</xsd:documentation>
  5450.       </xsd:annotation>
  5451.     </xsd:attribute>
  5452.   </xsd:complexType>
  5453.   <xsd:complexType name="OriginDestinationInformationType">
  5454.     <xsd:annotation>
  5455.       <xsd:documentation xml:lang="en">Origin and Destination location, and time information for the request. Also includes the ability to specify a connection location for the search.</xsd:documentation>
  5456.     </xsd:annotation>
  5457.     <xsd:complexContent>
  5458.       <xsd:extension base="TravelDateTimeType">
  5459.         <xsd:sequence>
  5460.           <xsd:element name="OriginLocation">
  5461.             <xsd:annotation>
  5462.               <xsd:documentation xml:lang="en">Travel Origin Location - for example, air uses the IATA 3 letter code.</xsd:documentation>
  5463.             </xsd:annotation>
  5464.             <xsd:complexType>
  5465.               <xsd:simpleContent>
  5466.                 <xsd:extension base="LocationType">
  5467.                   <xsd:attribute name="MultiAirportCityInd" type="xsd:boolean" use="optional">
  5468.                     <xsd:annotation>
  5469.                       <xsd:documentation xml:lang="en">If true, other airports within this city may be considered (i.e., EWR, JFK when origin location is LGA.)</xsd:documentation>
  5470.                     </xsd:annotation>
  5471.                   </xsd:attribute>
  5472.                   <xsd:attribute name="AlternateLocationInd" type="xsd:boolean" use="optional">
  5473.                     <xsd:annotation>
  5474.                       <xsd:documentation xml:lang="en">If true, alternate locations may be considered.</xsd:documentation>
  5475.                     </xsd:annotation>
  5476.                   </xsd:attribute>
  5477.                 </xsd:extension>
  5478.               </xsd:simpleContent>
  5479.             </xsd:complexType>
  5480.           </xsd:element>
  5481.           <xsd:element name="DestinationLocation">
  5482.             <xsd:annotation>
  5483.               <xsd:documentation xml:lang="en">Travel Destination Location - for example, air uses the IATA 3 letter code.</xsd:documentation>
  5484.             </xsd:annotation>
  5485.             <xsd:complexType>
  5486.               <xsd:simpleContent>
  5487.                 <xsd:extension base="LocationType">
  5488.                   <xsd:attribute name="MultiAirportCityInd" type="xsd:boolean" use="optional">
  5489.                     <xsd:annotation>
  5490.                       <xsd:documentation xml:lang="en">If true, other airports within this city may be considered (i.e., EWR, JFK when origin location is LGA.)</xsd:documentation>
  5491.                     </xsd:annotation>
  5492.                   </xsd:attribute>
  5493.                   <xsd:attribute name="AlternateLocationInd" type="xsd:boolean" use="optional">
  5494.                     <xsd:annotation>
  5495.                       <xsd:documentation xml:lang="en">If true, alternate locations may be considered.</xsd:documentation>
  5496.                     </xsd:annotation>
  5497.                   </xsd:attribute>
  5498.                 </xsd:extension>
  5499.               </xsd:simpleContent>
  5500.             </xsd:complexType>
  5501.           </xsd:element>
  5502.           <xsd:element minOccurs="0" name="ConnectionLocations" type="ConnectionType">
  5503.             <xsd:annotation>
  5504.               <xsd:documentation xml:lang="en">Travel Connection Location - for example, air uses the IATA 3 letter code.</xsd:documentation>
  5505.             </xsd:annotation>
  5506.           </xsd:element>
  5507.         </xsd:sequence>
  5508.       </xsd:extension>
  5509.     </xsd:complexContent>
  5510.   </xsd:complexType>
  5511.   <xsd:complexType name="ParagraphType">
  5512.     <xsd:annotation>
  5513.       <xsd:documentation xml:lang="en">An indication of a new paragraph for a sub-section of a formatted text message.</xsd:documentation>
  5514.     </xsd:annotation>
  5515.     <xsd:choice minOccurs="0" maxOccurs="unbounded">
  5516.       <xsd:element name="Text" type="FormattedTextTextType">
  5517.         <xsd:annotation>
  5518.           <xsd:documentation xml:lang="en">Formatted text content.</xsd:documentation>
  5519.         </xsd:annotation>
  5520.       </xsd:element>
  5521.       <xsd:element name="Image" type="xsd:string">
  5522.         <xsd:annotation>
  5523.           <xsd:documentation xml:lang="en">An image for this paragraph.</xsd:documentation>
  5524.         </xsd:annotation>
  5525.       </xsd:element>
  5526.       <xsd:element name="URL" type="xsd:anyURI">
  5527.         <xsd:annotation>
  5528.           <xsd:documentation xml:lang="en">A URL for this paragraph.</xsd:documentation>
  5529.         </xsd:annotation>
  5530.       </xsd:element>
  5531.       <xsd:element name="ListItem">
  5532.         <xsd:annotation>
  5533.           <xsd:documentation xml:lang="en">Formatted text content and an associated item or sequence number.</xsd:documentation>
  5534.         </xsd:annotation>
  5535.         <xsd:complexType>
  5536.           <xsd:simpleContent>
  5537.             <xsd:extension base="FormattedTextTextType">
  5538.               <xsd:attribute name="ListItem" type="xsd:integer" use="optional">
  5539.                 <xsd:annotation>
  5540.                   <xsd:documentation xml:lang="en">The item or sequence number.</xsd:documentation>
  5541.                 </xsd:annotation>
  5542.               </xsd:attribute>
  5543.             </xsd:extension>
  5544.           </xsd:simpleContent>
  5545.         </xsd:complexType>
  5546.       </xsd:element>
  5547.     </xsd:choice>
  5548.     <xsd:attribute name="Name" type="StringLength1to64" use="optional">
  5549.       <xsd:annotation>
  5550.         <xsd:documentation xml:lang="en">In many cases the description repeats, this will allow you to define the information that is being sent, typically used when multiple occurrences of ParagraphType are being sent.</xsd:documentation>
  5551.       </xsd:annotation>
  5552.     </xsd:attribute>
  5553.     <xsd:attribute name="ParagraphNumber" type="xsd:nonNegativeInteger" use="optional">
  5554.       <xsd:annotation>
  5555.         <xsd:documentation xml:lang="en">The sequence number for the paragraph.</xsd:documentation>
  5556.       </xsd:annotation>
  5557.     </xsd:attribute>
  5558.     <xsd:attribute name="CreateDateTime" type="xsd:dateTime" use="optional">
  5559.       <xsd:annotation>
  5560.         <xsd:documentation xml:lang="en">Time stamp of the creation.</xsd:documentation>
  5561.       </xsd:annotation>
  5562.     </xsd:attribute>
  5563.     <xsd:attribute name="CreatorID" type="StringLength1to32" use="optional">
  5564.       <xsd:annotation>
  5565.         <xsd:documentation xml:lang="en">ID of creator. The creator could be a software system identifier or an identifier of an employee resposible for the creation.</xsd:documentation>
  5566.       </xsd:annotation>
  5567.     </xsd:attribute>
  5568.     <xsd:attribute name="LastModifyDateTime" type="xsd:dateTime" use="optional">
  5569.       <xsd:annotation>
  5570.         <xsd:documentation xml:lang="en">Time stamp of last modification.</xsd:documentation>
  5571.       </xsd:annotation>
  5572.     </xsd:attribute>
  5573.     <xsd:attribute name="LastModifierID" type="StringLength1to32" use="optional">
  5574.       <xsd:annotation>
  5575.         <xsd:documentation xml:lang="en">Identifies the last software system or person to modify a record.</xsd:documentation>
  5576.       </xsd:annotation>
  5577.     </xsd:attribute>
  5578.     <xsd:attribute name="PurgeDate" type="xsd:date" use="optional">
  5579.       <xsd:annotation>
  5580.         <xsd:documentation xml:lang="en">Date an item will be purged from a database (e.g., from a live database to an archive).</xsd:documentation>
  5581.       </xsd:annotation>
  5582.     </xsd:attribute>
  5583.     <xsd:attribute name="Language" type="xsd:language" use="optional">
  5584.       <xsd:annotation>
  5585.         <xsd:documentation xml:lang="en">Language identification.</xsd:documentation>
  5586.       </xsd:annotation>
  5587.     </xsd:attribute>
  5588.   </xsd:complexType>
  5589.   <xsd:complexType name="PaymentCardType">
  5590.     <xsd:annotation>
  5591.       <xsd:documentation xml:lang="en">Identification about a specific credit card.</xsd:documentation>
  5592.     </xsd:annotation>
  5593.     <xsd:sequence>
  5594.       <xsd:element minOccurs="0" name="CardHolderName" type="StringLength1to64">
  5595.         <xsd:annotation>
  5596.           <xsd:documentation xml:lang="en">Name of the card holder.</xsd:documentation>
  5597.         </xsd:annotation>
  5598.       </xsd:element>
  5599.       <xsd:element minOccurs="0" name="CardIssuerName">
  5600.         <xsd:annotation>
  5601.           <xsd:documentation xml:lang="en">Issuer of the card.</xsd:documentation>
  5602.         </xsd:annotation>
  5603.         <xsd:complexType>
  5604.           <xsd:attribute name="BankID" type="StringLength1to64" use="optional">
  5605.             <xsd:annotation>
  5606.               <xsd:documentation xml:lang="en">Code of bank issuing the card.</xsd:documentation>
  5607.             </xsd:annotation>
  5608.           </xsd:attribute>
  5609.         </xsd:complexType>
  5610.       </xsd:element>
  5611.       <xsd:element minOccurs="0" name="Address" type="AddressType">
  5612.         <xsd:annotation>
  5613.           <xsd:documentation xml:lang="en">Card holder's address used for additional authorization checks.</xsd:documentation>
  5614.         </xsd:annotation>
  5615.       </xsd:element>
  5616.       <xsd:element minOccurs="0" maxOccurs="5" name="Telephone">
  5617.         <xsd:annotation>
  5618.           <xsd:documentation>Card holder's telephone number used for additional authorization checks.</xsd:documentation>
  5619.         </xsd:annotation>
  5620.         <xsd:complexType>
  5621.           <xsd:attribute name="ShareSynchInd" use="optional">
  5622.             <xsd:annotation>
  5623.               <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  5624.             </xsd:annotation>
  5625.             <xsd:simpleType>
  5626.               <xsd:annotation>
  5627.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  5628.               </xsd:annotation>
  5629.               <xsd:restriction base="xsd:NMTOKEN">
  5630.                 <xsd:enumeration value="Yes" />
  5631.                 <xsd:enumeration value="No" />
  5632.                 <xsd:enumeration value="Inherit" />
  5633.               </xsd:restriction>
  5634.             </xsd:simpleType>
  5635.           </xsd:attribute>
  5636.           <xsd:attribute name="ShareMarketInd" use="optional">
  5637.             <xsd:annotation>
  5638.               <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  5639.             </xsd:annotation>
  5640.             <xsd:simpleType>
  5641.               <xsd:annotation>
  5642.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  5643.               </xsd:annotation>
  5644.               <xsd:restriction base="xsd:NMTOKEN">
  5645.                 <xsd:enumeration value="Yes" />
  5646.                 <xsd:enumeration value="No" />
  5647.                 <xsd:enumeration value="Inherit" />
  5648.               </xsd:restriction>
  5649.             </xsd:simpleType>
  5650.           </xsd:attribute>
  5651.           <xsd:attribute name="PhoneLocationType" type="OTA_CodeType" use="optional">
  5652.             <xsd:annotation>
  5653.               <xsd:documentation xml:lang="en">Describes the location of the phone, such as Home, Office, Property Reservation Office, etc. Refer to OpenTravel Code List Phone Location Type (PLT).</xsd:documentation>
  5654.             </xsd:annotation>
  5655.           </xsd:attribute>
  5656.           <xsd:attribute name="PhoneTechType" type="OTA_CodeType" use="optional">
  5657.             <xsd:annotation>
  5658.               <xsd:documentation xml:lang="en">Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OpenTravel Code List Phone Technology Type (PTT).</xsd:documentation>
  5659.             </xsd:annotation>
  5660.           </xsd:attribute>
  5661.           <xsd:attribute name="PhoneUseType" type="OTA_CodeType" use="optional">
  5662.             <xsd:annotation>
  5663.               <xsd:documentation xml:lang="en">Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OpenTravel Code List Phone Use Type (PUT).</xsd:documentation>
  5664.             </xsd:annotation>
  5665.           </xsd:attribute>
  5666.           <xsd:attribute name="CountryAccessCode" type="NumericStringLength1to3" use="optional">
  5667.             <xsd:annotation>
  5668.               <xsd:documentation xml:lang="en">Code assigned by telecommunications authorities for international country access identifier.</xsd:documentation>
  5669.             </xsd:annotation>
  5670.           </xsd:attribute>
  5671.           <xsd:attribute name="AreaCityCode" type="NumericStringLength1to8" use="optional">
  5672.             <xsd:annotation>
  5673.               <xsd:documentation xml:lang="en">Code assigned for telephones in a specific region, city, or area.</xsd:documentation>
  5674.             </xsd:annotation>
  5675.           </xsd:attribute>
  5676.           <xsd:attribute name="PhoneNumber" type="StringLength1to32" use="required">
  5677.             <xsd:annotation>
  5678.               <xsd:documentation xml:lang="en">Telephone number assigned to a single location.</xsd:documentation>
  5679.             </xsd:annotation>
  5680.           </xsd:attribute>
  5681.           <xsd:attribute name="Extension" type="NumericStringLength1to5" use="optional">
  5682.             <xsd:annotation>
  5683.               <xsd:documentation xml:lang="en">Extension to reach a specific party at the phone number.</xsd:documentation>
  5684.             </xsd:annotation>
  5685.           </xsd:attribute>
  5686.           <xsd:attribute name="PIN" type="StringLength1to8" use="optional">
  5687.             <xsd:annotation>
  5688.               <xsd:documentation xml:lang="en">Additional codes used for pager or telephone access rights.</xsd:documentation>
  5689.             </xsd:annotation>
  5690.           </xsd:attribute>
  5691.           <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  5692.             <xsd:annotation>
  5693.               <xsd:documentation xml:lang="en">A remark associated with the telephone number.</xsd:documentation>
  5694.             </xsd:annotation>
  5695.           </xsd:attribute>
  5696.           <xsd:attribute name="FormattedInd" type="xsd:boolean" use="optional">
  5697.             <xsd:annotation>
  5698.               <xsd:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xsd:documentation>
  5699.             </xsd:annotation>
  5700.           </xsd:attribute>
  5701.           <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  5702.             <xsd:annotation>
  5703.               <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  5704.             </xsd:annotation>
  5705.           </xsd:attribute>
  5706.           <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  5707.             <xsd:annotation>
  5708.               <xsd:documentation xml:lang="en">Used elsewhere in the message to reference a specific telephone number (including faxes).</xsd:documentation>
  5709.             </xsd:annotation>
  5710.           </xsd:attribute>
  5711.         </xsd:complexType>
  5712.       </xsd:element>
  5713.       <xsd:element minOccurs="0" maxOccurs="3" name="Email" type="EmailType">
  5714.         <xsd:annotation>
  5715.           <xsd:documentation>Card holder's email address(es) used for additional authorization checks.</xsd:documentation>
  5716.         </xsd:annotation>
  5717.       </xsd:element>
  5718.       <xsd:element minOccurs="0" maxOccurs="5" name="CustLoyalty">
  5719.         <xsd:annotation>
  5720.           <xsd:documentation>Customer loyalty information used for additional authorization checks.</xsd:documentation>
  5721.         </xsd:annotation>
  5722.         <xsd:complexType>
  5723.           <xsd:attribute name="ShareSynchInd" use="optional">
  5724.             <xsd:annotation>
  5725.               <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  5726.             </xsd:annotation>
  5727.             <xsd:simpleType>
  5728.               <xsd:annotation>
  5729.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  5730.               </xsd:annotation>
  5731.               <xsd:restriction base="xsd:NMTOKEN">
  5732.                 <xsd:enumeration value="Yes" />
  5733.                 <xsd:enumeration value="No" />
  5734.                 <xsd:enumeration value="Inherit" />
  5735.               </xsd:restriction>
  5736.             </xsd:simpleType>
  5737.           </xsd:attribute>
  5738.           <xsd:attribute name="ShareMarketInd" use="optional">
  5739.             <xsd:annotation>
  5740.               <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  5741.             </xsd:annotation>
  5742.             <xsd:simpleType>
  5743.               <xsd:annotation>
  5744.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  5745.               </xsd:annotation>
  5746.               <xsd:restriction base="xsd:NMTOKEN">
  5747.                 <xsd:enumeration value="Yes" />
  5748.                 <xsd:enumeration value="No" />
  5749.                 <xsd:enumeration value="Inherit" />
  5750.               </xsd:restriction>
  5751.             </xsd:simpleType>
  5752.           </xsd:attribute>
  5753.           <xsd:attribute name="ProgramID" type="StringLength1to16" use="optional">
  5754.             <xsd:annotation>
  5755.               <xsd:documentation xml:lang="en">Identifier to indicate the company owner of the loyalty program.</xsd:documentation>
  5756.             </xsd:annotation>
  5757.           </xsd:attribute>
  5758.           <xsd:attribute name="MembershipID" type="StringLength1to32" use="optional">
  5759.             <xsd:annotation>
  5760.               <xsd:documentation xml:lang="en">Unique identifier of the member in the program (membership number, account number, etc.).</xsd:documentation>
  5761.             </xsd:annotation>
  5762.           </xsd:attribute>
  5763.           <xsd:attribute name="TravelSector" type="OTA_CodeType" use="optional">
  5764.             <xsd:annotation>
  5765.               <xsd:documentation xml:lang="en">Identifies the travel sector. Refer to OpenTravel Code List Travel Sector (TVS).</xsd:documentation>
  5766.             </xsd:annotation>
  5767.           </xsd:attribute>
  5768.           <xsd:attribute name="LoyalLevel" type="StringLength1to16" use="optional">
  5769.             <xsd:annotation>
  5770.               <xsd:documentation xml:lang="en">Indicates special privileges in program assigned to individual.</xsd:documentation>
  5771.             </xsd:annotation>
  5772.           </xsd:attribute>
  5773.           <xsd:attribute name="LoyalLevelCode" type="Numeric1to3" use="optional">
  5774.             <xsd:annotation>
  5775.               <xsd:documentation xml:lang="en">Provides a numeric code assigned to a particular loyalty level.</xsd:documentation>
  5776.             </xsd:annotation>
  5777.           </xsd:attribute>
  5778.           <xsd:attribute name="SingleVendorInd" use="optional">
  5779.             <xsd:annotation>
  5780.               <xsd:documentation xml:lang="en">Indicates if program is affiliated with a group of related offers accumulating credits.</xsd:documentation>
  5781.             </xsd:annotation>
  5782.             <xsd:simpleType>
  5783.               <xsd:restriction base="xsd:NMTOKEN">
  5784.                 <xsd:enumeration value="SingleVndr">
  5785.                   <xsd:annotation>
  5786.                     <xsd:documentation xml:lang="en">Indicates the program is not part of an alliance.</xsd:documentation>
  5787.                   </xsd:annotation>
  5788.                 </xsd:enumeration>
  5789.                 <xsd:enumeration value="Alliance">
  5790.                   <xsd:annotation>
  5791.                     <xsd:documentation xml:lang="en">Indicates the program is part of an alliance.</xsd:documentation>
  5792.                   </xsd:annotation>
  5793.                 </xsd:enumeration>
  5794.               </xsd:restriction>
  5795.             </xsd:simpleType>
  5796.           </xsd:attribute>
  5797.           <xsd:attribute name="SignupDate" type="xsd:date" use="optional">
  5798.             <xsd:annotation>
  5799.               <xsd:documentation xml:lang="en">Indicates when the member signed up for the loyalty program.</xsd:documentation>
  5800.             </xsd:annotation>
  5801.           </xsd:attribute>
  5802.           <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  5803.             <xsd:annotation>
  5804.               <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  5805.             </xsd:annotation>
  5806.           </xsd:attribute>
  5807.           <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  5808.             <xsd:annotation>
  5809.               <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  5810.             </xsd:annotation>
  5811.           </xsd:attribute>
  5812.           <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  5813.             <xsd:annotation>
  5814.               <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  5815.             </xsd:annotation>
  5816.           </xsd:attribute>
  5817.           <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  5818.             <xsd:annotation>
  5819.               <xsd:documentation xml:lang="en">A reference placeholder for this loyalty membership.</xsd:documentation>
  5820.             </xsd:annotation>
  5821.           </xsd:attribute>
  5822.           <xsd:attribute name="VendorCode" type="ListOfStringLength1to8" use="optional">
  5823.             <xsd:annotation>
  5824.               <xsd:documentation xml:lang="en">Indicate the partner(s)/vendor(s) for which the customer loyalty number is valid.</xsd:documentation>
  5825.             </xsd:annotation>
  5826.           </xsd:attribute>
  5827.           <xsd:attribute name="PrimaryLoyaltyIndicator" type="xsd:boolean" use="optional">
  5828.             <xsd:annotation>
  5829.               <xsd:documentation xml:lang="en">When true, indicates this is the primary customer loyalty program and when false, indicates this is not the primary customer loyalty program.</xsd:documentation>
  5830.             </xsd:annotation>
  5831.           </xsd:attribute>
  5832.           <xsd:attribute name="AllianceLoyaltyLevelName" type="StringLength1to128" use="optional">
  5833.             <xsd:annotation>
  5834.               <xsd:documentation xml:lang="en">Name of the alliance loyalty level (e.g.,OneWorld  uses Emerald, Ruby, etc and SkyTeam uses Elite, etc.)</xsd:documentation>
  5835.             </xsd:annotation>
  5836.           </xsd:attribute>
  5837.           <xsd:attribute name="CustomerType" type="StringLength1to8" use="optional">
  5838.             <xsd:annotation>
  5839.               <xsd:documentation xml:lang="en">Original assessment of the customer by the travel agent.</xsd:documentation>
  5840.             </xsd:annotation>
  5841.           </xsd:attribute>
  5842.           <xsd:attribute name="CustomerValue" type="StringLength1to8" use="optional">
  5843.             <xsd:annotation>
  5844.               <xsd:documentation xml:lang="en">The supplier's ranking of the customer (e.g., VIP, numerical ranking).</xsd:documentation>
  5845.             </xsd:annotation>
  5846.           </xsd:attribute>
  5847.           <xsd:attribute name="Password" type="StringLength1to32" use="optional">
  5848.             <xsd:annotation>
  5849.               <xsd:documentation xml:lang="en">The password for the member in the program. </xsd:documentation>
  5850.             </xsd:annotation>
  5851.           </xsd:attribute>
  5852.         </xsd:complexType>
  5853.       </xsd:element>
  5854.       <xsd:element minOccurs="0" name="SignatureOnFile">
  5855.         <xsd:annotation>
  5856.           <xsd:documentation>Indicates if the signature is authorized as a form of guarantee. In some countries, the customer can sign the payment card slip as a form of guarantee.</xsd:documentation>
  5857.         </xsd:annotation>
  5858.         <xsd:complexType>
  5859.           <xsd:attribute name="SignatureOnFileIndicator" type="xsd:boolean" use="optional">
  5860.             <xsd:annotation>
  5861.               <xsd:documentation xml:lang="en">When true, indicates a signature has been obtained.</xsd:documentation>
  5862.             </xsd:annotation>
  5863.           </xsd:attribute>
  5864.           <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  5865.             <xsd:annotation>
  5866.               <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  5867.             </xsd:annotation>
  5868.           </xsd:attribute>
  5869.           <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  5870.             <xsd:annotation>
  5871.               <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  5872.             </xsd:annotation>
  5873.           </xsd:attribute>
  5874.           <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  5875.             <xsd:annotation>
  5876.               <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  5877.             </xsd:annotation>
  5878.           </xsd:attribute>
  5879.         </xsd:complexType>
  5880.       </xsd:element>
  5881.       <xsd:element minOccurs="0" name="MagneticStripe">
  5882.         <xsd:annotation>
  5883.           <xsd:documentation>Card Magnetic Stripe Data as defined by ISO 7813 for banking cards.</xsd:documentation>
  5884.         </xsd:annotation>
  5885.         <xsd:complexType>
  5886.           <xsd:attribute name="Track1" use="optional">
  5887.             <xsd:annotation>
  5888.               <xsd:documentation xml:lang="en">The binary magnetic stripe data for track 1.</xsd:documentation>
  5889.             </xsd:annotation>
  5890.             <xsd:simpleType>
  5891.               <xsd:restriction base="xsd:base64Binary">
  5892.                 <xsd:minLength value="0" />
  5893.                 <xsd:maxLength value="108" />
  5894.               </xsd:restriction>
  5895.             </xsd:simpleType>
  5896.           </xsd:attribute>
  5897.           <xsd:attribute name="Track2" use="optional">
  5898.             <xsd:annotation>
  5899.               <xsd:documentation xml:lang="en">The binary magnetic stripe data for track 2.</xsd:documentation>
  5900.             </xsd:annotation>
  5901.             <xsd:simpleType>
  5902.               <xsd:restriction base="xsd:base64Binary">
  5903.                 <xsd:minLength value="0" />
  5904.                 <xsd:maxLength value="56" />
  5905.               </xsd:restriction>
  5906.             </xsd:simpleType>
  5907.           </xsd:attribute>
  5908.           <xsd:attribute name="Track3" use="optional">
  5909.             <xsd:annotation>
  5910.               <xsd:documentation xml:lang="en">The binary magnetic stripe data for track 3.</xsd:documentation>
  5911.             </xsd:annotation>
  5912.             <xsd:simpleType>
  5913.               <xsd:restriction base="xsd:base64Binary">
  5914.                 <xsd:minLength value="0" />
  5915.                 <xsd:maxLength value="144" />
  5916.               </xsd:restriction>
  5917.             </xsd:simpleType>
  5918.           </xsd:attribute>
  5919.         </xsd:complexType>
  5920.       </xsd:element>
  5921.     </xsd:sequence>
  5922.     <xsd:attribute name="ShareSynchInd" use="optional">
  5923.       <xsd:annotation>
  5924.         <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  5925.       </xsd:annotation>
  5926.       <xsd:simpleType>
  5927.         <xsd:annotation>
  5928.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  5929.         </xsd:annotation>
  5930.         <xsd:restriction base="xsd:NMTOKEN">
  5931.           <xsd:enumeration value="Yes" />
  5932.           <xsd:enumeration value="No" />
  5933.           <xsd:enumeration value="Inherit" />
  5934.         </xsd:restriction>
  5935.       </xsd:simpleType>
  5936.     </xsd:attribute>
  5937.     <xsd:attribute name="ShareMarketInd" use="optional">
  5938.       <xsd:annotation>
  5939.         <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  5940.       </xsd:annotation>
  5941.       <xsd:simpleType>
  5942.         <xsd:annotation>
  5943.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  5944.         </xsd:annotation>
  5945.         <xsd:restriction base="xsd:NMTOKEN">
  5946.           <xsd:enumeration value="Yes" />
  5947.           <xsd:enumeration value="No" />
  5948.           <xsd:enumeration value="Inherit" />
  5949.         </xsd:restriction>
  5950.       </xsd:simpleType>
  5951.     </xsd:attribute>
  5952.     <xsd:attribute name="CardType" type="OTA_CodeType" use="optional">
  5953.       <xsd:annotation>
  5954.         <xsd:documentation xml:lang="en">Indicates the type of magnetic striped card. Refer to OpenTravel Code List Card Type (CDT).</xsd:documentation>
  5955.       </xsd:annotation>
  5956.     </xsd:attribute>
  5957.     <xsd:attribute name="CardCode" type="PaymentCardCodeType" use="optional">
  5958.       <xsd:annotation>
  5959.         <xsd:documentation xml:lang="en">The 2 character code of the credit card issuer.</xsd:documentation>
  5960.       </xsd:annotation>
  5961.     </xsd:attribute>
  5962.     <xsd:attribute name="CardNumber" type="NumericStringLength1to19" use="optional">
  5963.       <xsd:annotation>
  5964.         <xsd:documentation xml:lang="en">Credit card number embossed on the card.</xsd:documentation>
  5965.       </xsd:annotation>
  5966.     </xsd:attribute>
  5967.     <xsd:attribute name="SeriesCode" type="NumericStringLength1to8" use="optional">
  5968.       <xsd:annotation>
  5969.         <xsd:documentation xml:lang="en">Verification digits printed on the card following the embossed number. This may also accommodate the customer identification/batch number (CID), card verification value (CVV2 ), card validation code number (CVC2) on credit card.</xsd:documentation>
  5970.       </xsd:annotation>
  5971.     </xsd:attribute>
  5972.     <xsd:attribute name="EffectiveDate" type="MMYYDate" use="optional">
  5973.       <xsd:annotation>
  5974.         <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  5975.       </xsd:annotation>
  5976.     </xsd:attribute>
  5977.     <xsd:attribute name="ExpireDate" type="MMYYDate" use="optional">
  5978.       <xsd:annotation>
  5979.         <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  5980.       </xsd:annotation>
  5981.     </xsd:attribute>
  5982.     <xsd:attribute name="MaskedCardNumber" type="AlphaNumericStringLength1to19" use="optional">
  5983.       <xsd:annotation>
  5984.         <xsd:documentation xml:lang="en">May be used to send a concealed credit card number (e.g., xxxxxxxxxxxx9922).</xsd:documentation>
  5985.       </xsd:annotation>
  5986.     </xsd:attribute>
  5987.     <xsd:attribute name="CardHolderRPH" type="RPH_Type" use="optional">
  5988.       <xsd:annotation>
  5989.         <xsd:documentation xml:lang="en">Provides a reference pointer that links the payment card to the payment card holder.</xsd:documentation>
  5990.       </xsd:annotation>
  5991.     </xsd:attribute>
  5992.     <xsd:attribute name="ExtendPaymentIndicator" type="xsd:boolean" use="optional">
  5993.       <xsd:annotation>
  5994.         <xsd:documentation xml:lang="en">When true, the credit card company is requested to delay the date on which the amount of this transaction is applied to the customer's account.</xsd:documentation>
  5995.       </xsd:annotation>
  5996.     </xsd:attribute>
  5997.     <xsd:attribute name="CountryOfIssue" type="ISO3166" use="optional">
  5998.       <xsd:annotation>
  5999.         <xsd:documentation xml:lang="en">Code for the country where the credit card was issued.</xsd:documentation>
  6000.       </xsd:annotation>
  6001.     </xsd:attribute>
  6002.     <xsd:attribute name="ExtendedPaymentQuantity" type="Numeric1to999" use="optional">
  6003.       <xsd:annotation>
  6004.         <xsd:documentation xml:lang="en">A code used to specifiy the installment payment plan or number of payment installments.</xsd:documentation>
  6005.       </xsd:annotation>
  6006.     </xsd:attribute>
  6007.     <xsd:attribute name="SignatureOnFileIndicator" type="xsd:boolean" use="optional">
  6008.       <xsd:annotation>
  6009.         <xsd:documentation xml:lang="en">When true, the cardholder signature is on file.</xsd:documentation>
  6010.       </xsd:annotation>
  6011.     </xsd:attribute>
  6012.     <xsd:attribute name="CompanyCardReference" type="AlphaNumericStringLength1to19" use="optional">
  6013.       <xsd:annotation>
  6014.         <xsd:documentation xml:lang="en">Reference to the company sponsor for this particular card (e.g. a Universal Airline Travel Plan (UATP) card or any loyalty scheme sponsored card).</xsd:documentation>
  6015.       </xsd:annotation>
  6016.     </xsd:attribute>
  6017.     <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  6018.       <xsd:annotation>
  6019.         <xsd:documentation xml:lang="en">A remark associated with this payment card.</xsd:documentation>
  6020.       </xsd:annotation>
  6021.     </xsd:attribute>
  6022.     <xsd:attribute name="EncryptionKey" type="xsd:string" use="optional">
  6023.       <xsd:annotation>
  6024.         <xsd:documentation xml:lang="en">Database key necessary to retrieve the full credit card (compliant with PCI DSS standards).</xsd:documentation>
  6025.       </xsd:annotation>
  6026.     </xsd:attribute>
  6027.   </xsd:complexType>
  6028.   <xsd:complexType name="PaymentDetailType">
  6029.     <xsd:annotation>
  6030.       <xsd:documentation xml:lang="en">Details of payment.</xsd:documentation>
  6031.     </xsd:annotation>
  6032.     <xsd:complexContent>
  6033.       <xsd:extension base="PaymentFormType">
  6034.         <xsd:sequence>
  6035.           <xsd:element minOccurs="0" maxOccurs="2" name="PaymentAmount">
  6036.             <xsd:annotation>
  6037.               <xsd:documentation>Provides the monetary amount due for payment as quoted. A second instance could show the actual paid amount in a different currency.</xsd:documentation>
  6038.             </xsd:annotation>
  6039.             <xsd:complexType>
  6040.               <xsd:attribute name="Amount" type="Money" use="optional">
  6041.                 <xsd:annotation>
  6042.                   <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  6043.                 </xsd:annotation>
  6044.               </xsd:attribute>
  6045.               <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  6046.                 <xsd:annotation>
  6047.                   <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  6048.                 </xsd:annotation>
  6049.               </xsd:attribute>
  6050.               <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  6051.                 <xsd:annotation>
  6052.                   <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  6053.                 </xsd:annotation>
  6054.               </xsd:attribute>
  6055.               <xsd:attribute name="ApprovalCode" type="StringLength1to16" use="optional">
  6056.                 <xsd:annotation>
  6057.                   <xsd:documentation xml:lang="en">The approval code returned as part of an authorization process.</xsd:documentation>
  6058.                 </xsd:annotation>
  6059.               </xsd:attribute>
  6060.               <xsd:attribute name="RefundCalcMethod" use="optional">
  6061.                 <xsd:annotation>
  6062.                   <xsd:documentation xml:lang="en">Specifies the method of how the refund was calculated.</xsd:documentation>
  6063.                 </xsd:annotation>
  6064.                 <xsd:simpleType>
  6065.                   <xsd:restriction base="xsd:NMTOKEN">
  6066.                     <xsd:enumeration value="System">
  6067.                       <xsd:annotation>
  6068.                         <xsd:documentation xml:lang="en">Refund was calculated by a system.</xsd:documentation>
  6069.                       </xsd:annotation>
  6070.                     </xsd:enumeration>
  6071.                     <xsd:enumeration value="Manual">
  6072.                       <xsd:annotation>
  6073.                         <xsd:documentation xml:lang="en">Refund was calculated manually.</xsd:documentation>
  6074.                       </xsd:annotation>
  6075.                     </xsd:enumeration>
  6076.                   </xsd:restriction>
  6077.                 </xsd:simpleType>
  6078.               </xsd:attribute>
  6079.             </xsd:complexType>
  6080.           </xsd:element>
  6081.           <xsd:element minOccurs="0" name="Commission" type="CommissionType">
  6082.             <xsd:annotation>
  6083.               <xsd:documentation>Used to specify the commission details when paid to a third or internal  party.</xsd:documentation>
  6084.             </xsd:annotation>
  6085.           </xsd:element>
  6086.         </xsd:sequence>
  6087.         <xsd:attribute name="PaymentType" type="OTA_CodeType" use="optional">
  6088.           <xsd:annotation>
  6089.             <xsd:documentation xml:lang="en">Used to specify the form of payment. Refer to OpenTravel Code List Payment Type (PMT).</xsd:documentation>
  6090.           </xsd:annotation>
  6091.         </xsd:attribute>
  6092.         <xsd:attribute name="SplitPaymentInd" type="xsd:boolean" use="optional">
  6093.           <xsd:annotation>
  6094.             <xsd:documentation xml:lang="en">When true, indicates that more than one form of payment will be used.</xsd:documentation>
  6095.           </xsd:annotation>
  6096.         </xsd:attribute>
  6097.         <xsd:attribute name="AuthorizedDays" type="Numeric1to999" use="optional">
  6098.           <xsd:annotation>
  6099.             <xsd:documentation xml:lang="en">Number of days being charged to this payment method.</xsd:documentation>
  6100.           </xsd:annotation>
  6101.         </xsd:attribute>
  6102.         <xsd:attribute name="PrimaryPaymentInd" type="xsd:boolean" use="optional">
  6103.           <xsd:annotation>
  6104.             <xsd:documentation xml:lang="en">When true, indicates this is the primary method of payment.</xsd:documentation>
  6105.           </xsd:annotation>
  6106.         </xsd:attribute>
  6107.       </xsd:extension>
  6108.     </xsd:complexContent>
  6109.   </xsd:complexType>
  6110.   <xsd:complexType name="PaymentFormType">
  6111.     <xsd:annotation>
  6112.       <xsd:documentation xml:lang="en">Ways of providing funds and guarantees for travel by the individual.</xsd:documentation>
  6113.     </xsd:annotation>
  6114.     <xsd:choice minOccurs="0">
  6115.       <xsd:element name="PaymentCard" type="PaymentCardType">
  6116.         <xsd:annotation>
  6117.           <xsd:documentation xml:lang="en">Details of a debit or credit card.</xsd:documentation>
  6118.         </xsd:annotation>
  6119.       </xsd:element>
  6120.       <xsd:element name="BankAcct" type="BankAcctType">
  6121.         <xsd:annotation>
  6122.           <xsd:documentation xml:lang="en">Details of a bank account.</xsd:documentation>
  6123.         </xsd:annotation>
  6124.       </xsd:element>
  6125.       <xsd:element name="DirectBill" type="DirectBillType">
  6126.         <xsd:annotation>
  6127.           <xsd:documentation xml:lang="en">Details of a direct billing arrangement.</xsd:documentation>
  6128.         </xsd:annotation>
  6129.       </xsd:element>
  6130.       <xsd:element name="Voucher">
  6131.         <xsd:annotation>
  6132.           <xsd:documentation xml:lang="en">Details of a paper or electronic document indicating prepayment.</xsd:documentation>
  6133.         </xsd:annotation>
  6134.         <xsd:complexType>
  6135.           <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  6136.             <xsd:annotation>
  6137.               <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  6138.             </xsd:annotation>
  6139.           </xsd:attribute>
  6140.           <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  6141.             <xsd:annotation>
  6142.               <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  6143.             </xsd:annotation>
  6144.           </xsd:attribute>
  6145.           <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  6146.             <xsd:annotation>
  6147.               <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  6148.             </xsd:annotation>
  6149.           </xsd:attribute>
  6150.           <xsd:attribute name="SeriesCode" type="StringLength1to32" use="optional">
  6151.             <xsd:annotation>
  6152.               <xsd:documentation xml:lang="en">Identification of a series of coupons or vouchers identified by serial number(s).</xsd:documentation>
  6153.             </xsd:annotation>
  6154.           </xsd:attribute>
  6155.           <xsd:attribute name="BillingNumber" type="StringLength1to64" use="optional">
  6156.             <xsd:annotation>
  6157.               <xsd:documentation xml:lang="en">Reference of the billing account which handles the payment transaction.</xsd:documentation>
  6158.             </xsd:annotation>
  6159.           </xsd:attribute>
  6160.           <xsd:attribute name="SupplierIdentifier" type="StringLength1to64" use="optional">
  6161.             <xsd:annotation>
  6162.               <xsd:documentation xml:lang="en">Unique identifier of the electronic voucher, created by the supplier.</xsd:documentation>
  6163.             </xsd:annotation>
  6164.           </xsd:attribute>
  6165.           <xsd:attribute name="Identifier" type="StringLength1to64" use="optional">
  6166.             <xsd:annotation>
  6167.               <xsd:documentation xml:lang="en">Unique identifier of the electronic voucher.</xsd:documentation>
  6168.             </xsd:annotation>
  6169.           </xsd:attribute>
  6170.           <xsd:attribute name="ValueType" type="StringLength1to32" use="optional">
  6171.             <xsd:annotation>
  6172.               <xsd:documentation xml:lang="en">Defines the type of voucher (e.g., full credit or partial credit).</xsd:documentation>
  6173.             </xsd:annotation>
  6174.           </xsd:attribute>
  6175.           <xsd:attribute name="ElectronicIndicator" type="xsd:boolean" use="optional">
  6176.             <xsd:annotation>
  6177.               <xsd:documentation xml:lang="en">When true, indicates the voucher is electronic. An E-voucher is a value document issued by the Travel Agent for the customer. The e-voucher can be used as a proof of reservation, but more normally, as a full-payment or partial payment.</xsd:documentation>
  6178.             </xsd:annotation>
  6179.           </xsd:attribute>
  6180.         </xsd:complexType>
  6181.       </xsd:element>
  6182.       <xsd:element name="LoyaltyRedemption">
  6183.         <xsd:annotation>
  6184.           <xsd:documentation xml:lang="en">Details of a loyalty redemption arrangement. This is normally miles or points.</xsd:documentation>
  6185.         </xsd:annotation>
  6186.         <xsd:complexType>
  6187.           <xsd:sequence>
  6188.             <xsd:element minOccurs="0" maxOccurs="9" name="LoyaltyCertificate">
  6189.               <xsd:annotation>
  6190.                 <xsd:documentation xml:lang="en">A certificate may be needed in order to redeem miles or points. Certificates may be used in combination with each other as part of a reservation.</xsd:documentation>
  6191.               </xsd:annotation>
  6192.               <xsd:complexType>
  6193.                 <xsd:attribute name="ID" type="StringLength1to32" use="optional">
  6194.                   <xsd:annotation>
  6195.                     <xsd:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xsd:documentation>
  6196.                   </xsd:annotation>
  6197.                 </xsd:attribute>
  6198.                 <xsd:attribute name="ID_Context" type="StringLength1to32" use="optional">
  6199.                   <xsd:annotation>
  6200.                     <xsd:documentation xml:lang="en">Identifies the source of the code that identifies program or promotion within a loyalty scheme.</xsd:documentation>
  6201.                   </xsd:annotation>
  6202.                 </xsd:attribute>
  6203.                 <xsd:attribute name="CertificateNumber" type="StringLength1to32" use="optional">
  6204.                   <xsd:annotation>
  6205.                     <xsd:documentation xml:lang="en">The loyalty redemption certificate identifier.</xsd:documentation>
  6206.                   </xsd:annotation>
  6207.                 </xsd:attribute>
  6208.                 <xsd:attribute name="MemberNumber" type="StringLength1to32" use="optional">
  6209.                   <xsd:annotation>
  6210.                     <xsd:documentation xml:lang="en">Unique identifier of the member in the program.</xsd:documentation>
  6211.                   </xsd:annotation>
  6212.                 </xsd:attribute>
  6213.                 <xsd:attribute name="ProgramName" type="StringLength1to64" use="optional">
  6214.                   <xsd:annotation>
  6215.                     <xsd:documentation xml:lang="en">This identifies the loyalty program.</xsd:documentation>
  6216.                   </xsd:annotation>
  6217.                 </xsd:attribute>
  6218.                 <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  6219.                   <xsd:annotation>
  6220.                     <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  6221.                   </xsd:annotation>
  6222.                 </xsd:attribute>
  6223.                 <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  6224.                   <xsd:annotation>
  6225.                     <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  6226.                   </xsd:annotation>
  6227.                 </xsd:attribute>
  6228.                 <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  6229.                   <xsd:annotation>
  6230.                     <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  6231.                   </xsd:annotation>
  6232.                 </xsd:attribute>
  6233.                 <xsd:attribute name="NmbrOfNights" type="xsd:nonNegativeInteger" use="optional">
  6234.                   <xsd:annotation>
  6235.                     <xsd:documentation xml:lang="en">The number of nights of the hotel stay that are used to calculate the redemption amount.</xsd:documentation>
  6236.                   </xsd:annotation>
  6237.                 </xsd:attribute>
  6238.                 <xsd:attribute name="Format" use="optional">
  6239.                   <xsd:annotation>
  6240.                     <xsd:documentation xml:lang="en">Indicates what form the certificate is in e.g. Paper or Electronic.</xsd:documentation>
  6241.                   </xsd:annotation>
  6242.                   <xsd:simpleType>
  6243.                     <xsd:restriction base="xsd:NMTOKEN">
  6244.                       <xsd:enumeration value="Paper" />
  6245.                       <xsd:enumeration value="Electronic" />
  6246.                     </xsd:restriction>
  6247.                   </xsd:simpleType>
  6248.                 </xsd:attribute>
  6249.                 <xsd:attribute name="Status" type="StringLength1to16" use="optional">
  6250.                   <xsd:annotation>
  6251.                     <xsd:documentation xml:lang="en">Used to define the status of the certificate e.g. Available, Voided, Cancelled, Reserved, Used.</xsd:documentation>
  6252.                   </xsd:annotation>
  6253.                 </xsd:attribute>
  6254.               </xsd:complexType>
  6255.             </xsd:element>
  6256.           </xsd:sequence>
  6257.           <xsd:attribute name="CertificateNumber" type="StringLength1to32" use="optional">
  6258.             <xsd:annotation>
  6259.               <xsd:documentation xml:lang="en">The loyalty redemption certificate identifier.</xsd:documentation>
  6260.             </xsd:annotation>
  6261.           </xsd:attribute>
  6262.           <xsd:attribute name="MemberNumber" type="StringLength1to32" use="optional">
  6263.             <xsd:annotation>
  6264.               <xsd:documentation xml:lang="en">Unique identifier of the member in the program.</xsd:documentation>
  6265.             </xsd:annotation>
  6266.           </xsd:attribute>
  6267.           <xsd:attribute name="ProgramName" type="StringLength1to64" use="optional">
  6268.             <xsd:annotation>
  6269.               <xsd:documentation xml:lang="en">This identifies the loyalty program.</xsd:documentation>
  6270.             </xsd:annotation>
  6271.           </xsd:attribute>
  6272.           <xsd:attribute name="PromotionCode" type="StringLength1to32" use="optional">
  6273.             <xsd:annotation>
  6274.               <xsd:documentation xml:lang="en">Promotion code is the identifier used by the host to link directly with a specific named advertising campaign. By including the required code, the client is able to gain access to special offers which may have been created for a specifically targeted group via a CRM system or for a wider advertising campaign using Television or press adverts.</xsd:documentation>
  6275.             </xsd:annotation>
  6276.           </xsd:attribute>
  6277.           <xsd:attribute name="PromotionVendorCode" type="ListOfStringLength1to8" use="optional">
  6278.             <xsd:annotation>
  6279.               <xsd:documentation xml:lang="en">List of the vendor codes associated with a promotion.</xsd:documentation>
  6280.             </xsd:annotation>
  6281.           </xsd:attribute>
  6282.           <xsd:attribute name="RedemptionQuantity" type="xsd:positiveInteger" use="optional">
  6283.             <xsd:annotation>
  6284.               <xsd:documentation xml:lang="en">The quantity of loyalty units being redeemed.</xsd:documentation>
  6285.             </xsd:annotation>
  6286.           </xsd:attribute>
  6287.         </xsd:complexType>
  6288.       </xsd:element>
  6289.       <xsd:element name="MiscChargeOrder">
  6290.         <xsd:annotation>
  6291.           <xsd:documentation xml:lang="en">Details of a miscellaneous charge order (MCO).</xsd:documentation>
  6292.         </xsd:annotation>
  6293.         <xsd:complexType>
  6294.           <xsd:attribute name="TicketNumber" type="StringLength1to32" use="optional">
  6295.             <xsd:annotation>
  6296.               <xsd:documentation xml:lang="en">The ticket number of the miscellaneous charge order (MCO).</xsd:documentation>
  6297.             </xsd:annotation>
  6298.           </xsd:attribute>
  6299.           <xsd:attribute name="OriginalTicketNumber" type="StringLength1to32" use="optional">
  6300.             <xsd:annotation>
  6301.               <xsd:documentation xml:lang="en">The original ticket number in a series if reissuances.</xsd:documentation>
  6302.             </xsd:annotation>
  6303.           </xsd:attribute>
  6304.           <xsd:attribute name="OriginalIssuePlace" type="StringLength1to8" use="optional">
  6305.             <xsd:annotation>
  6306.               <xsd:documentation xml:lang="en">Place where the original ticket was issued.</xsd:documentation>
  6307.             </xsd:annotation>
  6308.           </xsd:attribute>
  6309.           <xsd:attribute name="OriginalIssueDate" type="xsd:date" use="optional">
  6310.             <xsd:annotation>
  6311.               <xsd:documentation xml:lang="en">Date when the original ticket was issued.</xsd:documentation>
  6312.             </xsd:annotation>
  6313.           </xsd:attribute>
  6314.           <xsd:attribute name="OriginalIssueIATA" type="StringLength1to8" use="optional">
  6315.             <xsd:annotation>
  6316.               <xsd:documentation xml:lang="en">IATA office number, which issued original ticket.</xsd:documentation>
  6317.             </xsd:annotation>
  6318.           </xsd:attribute>
  6319.           <xsd:attribute name="OriginalPaymentForm" type="StringLength1to64" use="optional">
  6320.             <xsd:annotation>
  6321.               <xsd:documentation xml:lang="en">Payment type for the original ticket.</xsd:documentation>
  6322.             </xsd:annotation>
  6323.           </xsd:attribute>
  6324.           <xsd:attribute name="CheckInhibitorType" use="optional">
  6325.             <xsd:annotation>
  6326.               <xsd:documentation xml:lang="en">Indicates if the check digit of the ticket number or the interline agreement has to be checked or not.</xsd:documentation>
  6327.             </xsd:annotation>
  6328.             <xsd:simpleType>
  6329.               <xsd:restriction base="xsd:NMTOKEN">
  6330.                 <xsd:enumeration value="CheckDigit">
  6331.                   <xsd:annotation>
  6332.                     <xsd:documentation xml:lang="en">The CheckDigit of the TicketNumber does not need to be verified.</xsd:documentation>
  6333.                   </xsd:annotation>
  6334.                 </xsd:enumeration>
  6335.                 <xsd:enumeration value="InterlineAgreement">
  6336.                   <xsd:annotation>
  6337.                     <xsd:documentation xml:lang="en">No automatic interline agreement check needs to be performed on the ticket to be reissued.</xsd:documentation>
  6338.                   </xsd:annotation>
  6339.                 </xsd:enumeration>
  6340.                 <xsd:enumeration value="Both">
  6341.                   <xsd:annotation>
  6342.                     <xsd:documentation xml:lang="en">Neither the ticket number check digit nor the interline agreement needs to be checked.</xsd:documentation>
  6343.                   </xsd:annotation>
  6344.                 </xsd:enumeration>
  6345.               </xsd:restriction>
  6346.             </xsd:simpleType>
  6347.           </xsd:attribute>
  6348.           <xsd:attribute name="CouponRPHs" type="ListOfRPH" use="optional">
  6349.             <xsd:annotation>
  6350.               <xsd:documentation xml:lang="en">Gives a list of references to coupon numbers of the ticket which will be taken for payment.</xsd:documentation>
  6351.             </xsd:annotation>
  6352.           </xsd:attribute>
  6353.           <xsd:attribute name="PaperMCO_ExistInd" type="xsd:boolean" use="optional">
  6354.             <xsd:annotation>
  6355.               <xsd:documentation xml:lang="en">Indicates if a paper or electronic MCO exists.</xsd:documentation>
  6356.             </xsd:annotation>
  6357.           </xsd:attribute>
  6358.         </xsd:complexType>
  6359.       </xsd:element>
  6360.       <xsd:element name="Ticket">
  6361.         <xsd:annotation>
  6362.           <xsd:documentation xml:lang="en">Details of a ticket to be exchanged.</xsd:documentation>
  6363.         </xsd:annotation>
  6364.         <xsd:complexType>
  6365.           <xsd:sequence>
  6366.             <xsd:element minOccurs="0" maxOccurs="16" name="ConjunctionTicketNbr">
  6367.               <xsd:annotation>
  6368.                 <xsd:documentation xml:lang="en">Conjunction ticket number in case a conjunction ticket is exchanged.</xsd:documentation>
  6369.               </xsd:annotation>
  6370.               <xsd:complexType>
  6371.                 <xsd:simpleContent>
  6372.                   <xsd:extension base="StringLength1to32">
  6373.                     <xsd:attribute name="Coupons" type="ListOfRPH">
  6374.                       <xsd:annotation>
  6375.                         <xsd:documentation xml:lang="en">Gives the coupon numbers of the ticket, which will be taken for payment.</xsd:documentation>
  6376.                       </xsd:annotation>
  6377.                     </xsd:attribute>
  6378.                   </xsd:extension>
  6379.                 </xsd:simpleContent>
  6380.               </xsd:complexType>
  6381.             </xsd:element>
  6382.           </xsd:sequence>
  6383.           <xsd:attribute name="TicketNumber" type="StringLength1to32">
  6384.             <xsd:annotation>
  6385.               <xsd:documentation xml:lang="en">The ticket number which is exchanged.</xsd:documentation>
  6386.             </xsd:annotation>
  6387.           </xsd:attribute>
  6388.           <xsd:attribute name="OriginalTicketNumber" type="StringLength1to32" use="optional">
  6389.             <xsd:annotation>
  6390.               <xsd:documentation xml:lang="en">The original ticket number in a series if reissuances.</xsd:documentation>
  6391.             </xsd:annotation>
  6392.           </xsd:attribute>
  6393.           <xsd:attribute name="OriginalIssuePlace" type="StringLength1to8" use="optional">
  6394.             <xsd:annotation>
  6395.               <xsd:documentation xml:lang="en">Place where the original ticket was issued.</xsd:documentation>
  6396.             </xsd:annotation>
  6397.           </xsd:attribute>
  6398.           <xsd:attribute name="OriginalIssueDate" type="xsd:date" use="optional">
  6399.             <xsd:annotation>
  6400.               <xsd:documentation xml:lang="en">Date when the original ticket was issued.</xsd:documentation>
  6401.             </xsd:annotation>
  6402.           </xsd:attribute>
  6403.           <xsd:attribute name="OriginalIssueIATA" type="StringLength1to8" use="optional">
  6404.             <xsd:annotation>
  6405.               <xsd:documentation xml:lang="en">IATA office number, which issued original ticket.</xsd:documentation>
  6406.             </xsd:annotation>
  6407.           </xsd:attribute>
  6408.           <xsd:attribute name="OriginalPaymentForm" type="StringLength1to64" use="optional">
  6409.             <xsd:annotation>
  6410.               <xsd:documentation xml:lang="en">Payment type for the original ticket.</xsd:documentation>
  6411.             </xsd:annotation>
  6412.           </xsd:attribute>
  6413.           <xsd:attribute name="CheckInhibitorType" use="optional">
  6414.             <xsd:annotation>
  6415.               <xsd:documentation xml:lang="en">Indicates if the check digit of the ticket number or the interline agreement has to be checked or not.</xsd:documentation>
  6416.             </xsd:annotation>
  6417.             <xsd:simpleType>
  6418.               <xsd:restriction base="xsd:NMTOKEN">
  6419.                 <xsd:enumeration value="CheckDigit">
  6420.                   <xsd:annotation>
  6421.                     <xsd:documentation xml:lang="en">The CheckDigit of the TicketNumber does not need to be verified.</xsd:documentation>
  6422.                   </xsd:annotation>
  6423.                 </xsd:enumeration>
  6424.                 <xsd:enumeration value="InterlineAgreement">
  6425.                   <xsd:annotation>
  6426.                     <xsd:documentation xml:lang="en">No automatic interline agreement check needs to be performed on the ticket to be reissued.</xsd:documentation>
  6427.                   </xsd:annotation>
  6428.                 </xsd:enumeration>
  6429.                 <xsd:enumeration value="Both">
  6430.                   <xsd:annotation>
  6431.                     <xsd:documentation xml:lang="en">Neither the ticket number check digit nor the interline agreement needs to be checked.</xsd:documentation>
  6432.                   </xsd:annotation>
  6433.                 </xsd:enumeration>
  6434.               </xsd:restriction>
  6435.             </xsd:simpleType>
  6436.           </xsd:attribute>
  6437.           <xsd:attribute name="CouponRPHs" type="ListOfRPH" use="optional">
  6438.             <xsd:annotation>
  6439.               <xsd:documentation xml:lang="en">Gives a list of references to coupon numbers of the ticket which will be taken for payment.</xsd:documentation>
  6440.             </xsd:annotation>
  6441.           </xsd:attribute>
  6442.           <xsd:attribute name="ReroutingType" use="optional">
  6443.             <xsd:annotation>
  6444.               <xsd:documentation xml:lang="en">Indicates if the rerouting, which made the exchange necessary was voluntary or involuntary.</xsd:documentation>
  6445.             </xsd:annotation>
  6446.             <xsd:simpleType>
  6447.               <xsd:restriction base="xsd:NMTOKEN">
  6448.                 <xsd:enumeration value="voluntary" />
  6449.                 <xsd:enumeration value="involuntary" />
  6450.               </xsd:restriction>
  6451.             </xsd:simpleType>
  6452.           </xsd:attribute>
  6453.           <xsd:attribute name="ReasonForReroute" type="StringLength1to64" use="optional">
  6454.             <xsd:annotation>
  6455.               <xsd:documentation xml:lang="en">Gives more information about the rerouting.</xsd:documentation>
  6456.             </xsd:annotation>
  6457.           </xsd:attribute>
  6458.         </xsd:complexType>
  6459.       </xsd:element>
  6460.       <xsd:element name="Cash">
  6461.         <xsd:annotation>
  6462.           <xsd:documentation xml:lang="en">Used to indicate payment in cash.</xsd:documentation>
  6463.         </xsd:annotation>
  6464.         <xsd:complexType>
  6465.           <xsd:attribute name="CashIndicator" type="xsd:boolean" use="optional">
  6466.             <xsd:annotation>
  6467.               <xsd:documentation xml:lang="en">If true, this indicates cash is being used.</xsd:documentation>
  6468.               <xsd:documentation xml:lang="en">
  6469.                 <LegacyDefaultValue xmlns="">true</LegacyDefaultValue>
  6470.               </xsd:documentation>
  6471.             </xsd:annotation>
  6472.           </xsd:attribute>
  6473.         </xsd:complexType>
  6474.       </xsd:element>
  6475.     </xsd:choice>
  6476.     <xsd:attribute name="ShareSynchInd" use="optional">
  6477.       <xsd:annotation>
  6478.         <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  6479.       </xsd:annotation>
  6480.       <xsd:simpleType>
  6481.         <xsd:annotation>
  6482.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  6483.         </xsd:annotation>
  6484.         <xsd:restriction base="xsd:NMTOKEN">
  6485.           <xsd:enumeration value="Yes" />
  6486.           <xsd:enumeration value="No" />
  6487.           <xsd:enumeration value="Inherit" />
  6488.         </xsd:restriction>
  6489.       </xsd:simpleType>
  6490.     </xsd:attribute>
  6491.     <xsd:attribute name="ShareMarketInd" use="optional">
  6492.       <xsd:annotation>
  6493.         <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  6494.       </xsd:annotation>
  6495.       <xsd:simpleType>
  6496.         <xsd:annotation>
  6497.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  6498.         </xsd:annotation>
  6499.         <xsd:restriction base="xsd:NMTOKEN">
  6500.           <xsd:enumeration value="Yes" />
  6501.           <xsd:enumeration value="No" />
  6502.           <xsd:enumeration value="Inherit" />
  6503.         </xsd:restriction>
  6504.       </xsd:simpleType>
  6505.     </xsd:attribute>
  6506.     <xsd:attribute name="CostCenterID" type="StringLength1to32" use="optional">
  6507.       <xsd:annotation>
  6508.         <xsd:documentation xml:lang="en">A reference to identify the billing department for allocating cost of travel to company account.</xsd:documentation>
  6509.       </xsd:annotation>
  6510.     </xsd:attribute>
  6511.     <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  6512.       <xsd:annotation>
  6513.         <xsd:documentation xml:lang="en">Provides a reference to a specific form of payment.</xsd:documentation>
  6514.       </xsd:annotation>
  6515.     </xsd:attribute>
  6516.     <xsd:attribute name="PaymentTransactionTypeCode" use="optional">
  6517.       <xsd:annotation>
  6518.         <xsd:documentation xml:lang="en">This is used to indicate either a charge, reserve (deposit) or refund.</xsd:documentation>
  6519.       </xsd:annotation>
  6520.       <xsd:simpleType>
  6521.         <xsd:restriction base="xsd:NMTOKEN">
  6522.           <xsd:enumeration value="charge">
  6523.             <xsd:annotation>
  6524.               <xsd:documentation xml:lang="en">This indicates that an actual payment has been made.</xsd:documentation>
  6525.             </xsd:annotation>
  6526.           </xsd:enumeration>
  6527.           <xsd:enumeration value="reserve">
  6528.             <xsd:annotation>
  6529.               <xsd:documentation xml:lang="en">This indicates that a hold for the indicated amount has been placed on a credit card or that a cash amount has been taken from the customer to guarantee final payment.</xsd:documentation>
  6530.             </xsd:annotation>
  6531.           </xsd:enumeration>
  6532.           <xsd:enumeration value="refund">
  6533.             <xsd:annotation>
  6534.               <xsd:documentation xml:lang="en">This indicates that the payment amount of this PaymentDetail element is for a refund.</xsd:documentation>
  6535.             </xsd:annotation>
  6536.           </xsd:enumeration>
  6537.         </xsd:restriction>
  6538.       </xsd:simpleType>
  6539.     </xsd:attribute>
  6540.     <xsd:attribute name="GuaranteeIndicator" type="xsd:boolean" use="optional">
  6541.       <xsd:annotation>
  6542.         <xsd:documentation xml:lang="en">When true, indicates this represents a guarantee rather than a payment form.</xsd:documentation>
  6543.       </xsd:annotation>
  6544.     </xsd:attribute>
  6545.     <xsd:attribute name="GuaranteeTypeCode" type="OTA_CodeType" use="optional">
  6546.       <xsd:annotation>
  6547.         <xsd:documentation xml:lang="en">Used to specify the method of guarantee. Refer to OpenTravel Code List Payment Type (PMT).</xsd:documentation>
  6548.       </xsd:annotation>
  6549.     </xsd:attribute>
  6550.     <xsd:attribute name="GuaranteeID" type="StringLength1to64" use="optional">
  6551.       <xsd:annotation>
  6552.         <xsd:documentation xml:lang="en">Provides the identifier as specified by the GuaranteeTypeCode (e.g., Corporate ID or IATA number).</xsd:documentation>
  6553.       </xsd:annotation>
  6554.     </xsd:attribute>
  6555.     <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  6556.       <xsd:annotation>
  6557.         <xsd:documentation xml:lang="en">A remark associated with the payment form.</xsd:documentation>
  6558.       </xsd:annotation>
  6559.     </xsd:attribute>
  6560.   </xsd:complexType>
  6561.   <xsd:complexType name="PaymentRulesType">
  6562.     <xsd:annotation>
  6563.       <xsd:documentation xml:lang="en">Collection of payment rules.</xsd:documentation>
  6564.     </xsd:annotation>
  6565.     <xsd:sequence>
  6566.       <xsd:element maxOccurs="9" name="PaymentRule" type="MonetaryRuleType">
  6567.         <xsd:annotation>
  6568.           <xsd:documentation xml:lang="en">One specific payment rule associated with this reservation. For example, a date by which a deposit must be received.</xsd:documentation>
  6569.         </xsd:annotation>
  6570.       </xsd:element>
  6571.     </xsd:sequence>
  6572.   </xsd:complexType>
  6573.   <xsd:complexType name="PersonNameType">
  6574.     <xsd:annotation>
  6575.       <xsd:documentation xml:lang="en">This provides name information for a person.</xsd:documentation>
  6576.     </xsd:annotation>
  6577.     <xsd:sequence>
  6578.       <xsd:element minOccurs="0" maxOccurs="3" name="NamePrefix" type="StringLength1to16">
  6579.         <xsd:annotation>
  6580.           <xsd:documentation xml:lang="en">Salutation of honorific (e.g. Mr., Mrs., Ms., Miss, Dr.)</xsd:documentation>
  6581.         </xsd:annotation>
  6582.       </xsd:element>
  6583.       <xsd:element minOccurs="0" maxOccurs="5" name="GivenName" type="StringLength1to64">
  6584.         <xsd:annotation>
  6585.           <xsd:documentation xml:lang="en">Given name, first name or names.</xsd:documentation>
  6586.         </xsd:annotation>
  6587.       </xsd:element>
  6588.       <xsd:element minOccurs="0" maxOccurs="3" name="MiddleName" type="StringLength1to64">
  6589.         <xsd:annotation>
  6590.           <xsd:documentation xml:lang="en">The middle name of the person name.</xsd:documentation>
  6591.         </xsd:annotation>
  6592.       </xsd:element>
  6593.       <xsd:element minOccurs="0" name="SurnamePrefix" type="StringLength1to16">
  6594.         <xsd:annotation>
  6595.           <xsd:documentation xml:lang="en">The surname prefix, e.g "van der", "von", "de".</xsd:documentation>
  6596.         </xsd:annotation>
  6597.       </xsd:element>
  6598.       <xsd:element name="Surname" type="StringLength1to64">
  6599.         <xsd:annotation>
  6600.           <xsd:documentation xml:lang="en">Family name, last name. May also be used for full name if the sending system does not have the ability to separate a full name into its parts, e.g. the surname element may be used to pass the full name.</xsd:documentation>
  6601.         </xsd:annotation>
  6602.       </xsd:element>
  6603.       <xsd:element minOccurs="0" maxOccurs="3" name="NameSuffix" type="StringLength1to16">
  6604.         <xsd:annotation>
  6605.           <xsd:documentation xml:lang="en">Hold various name suffixes and letters (e.g. Jr., Sr., III, Ret., Esq.)</xsd:documentation>
  6606.         </xsd:annotation>
  6607.       </xsd:element>
  6608.       <xsd:element minOccurs="0" maxOccurs="5" name="NameTitle" type="StringLength1to16">
  6609.         <xsd:annotation>
  6610.           <xsd:documentation xml:lang="en">Degree or honors (e.g., Ph.D., M.D.)</xsd:documentation>
  6611.         </xsd:annotation>
  6612.       </xsd:element>
  6613.       <xsd:element minOccurs="0" name="Document">
  6614.         <xsd:annotation>
  6615.           <xsd:documentation xml:lang="en">Document  information for verification purposes and also used for additional filtering for common names.</xsd:documentation>
  6616.         </xsd:annotation>
  6617.         <xsd:complexType>
  6618.           <xsd:attribute name="DocID" type="StringLength1to32" use="optional">
  6619.             <xsd:annotation>
  6620.               <xsd:documentation xml:lang="en">Unique number assigned by authorities to document.</xsd:documentation>
  6621.             </xsd:annotation>
  6622.           </xsd:attribute>
  6623.           <xsd:attribute name="DocType" type="OTA_CodeType" use="optional">
  6624.             <xsd:annotation>
  6625.               <xsd:documentation xml:lang="en">Indicates the type of document (e.g. Passport, Military ID, Drivers License, national ID, Vaccination Certificate). Refer to OpenTravel Code List Document Type (DOC).</xsd:documentation>
  6626.             </xsd:annotation>
  6627.           </xsd:attribute>
  6628.         </xsd:complexType>
  6629.       </xsd:element>
  6630.     </xsd:sequence>
  6631.     <xsd:attribute name="ShareSynchInd" use="optional">
  6632.       <xsd:annotation>
  6633.         <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  6634.       </xsd:annotation>
  6635.       <xsd:simpleType>
  6636.         <xsd:annotation>
  6637.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  6638.         </xsd:annotation>
  6639.         <xsd:restriction base="xsd:NMTOKEN">
  6640.           <xsd:enumeration value="Yes" />
  6641.           <xsd:enumeration value="No" />
  6642.           <xsd:enumeration value="Inherit" />
  6643.         </xsd:restriction>
  6644.       </xsd:simpleType>
  6645.     </xsd:attribute>
  6646.     <xsd:attribute name="ShareMarketInd" use="optional">
  6647.       <xsd:annotation>
  6648.         <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  6649.       </xsd:annotation>
  6650.       <xsd:simpleType>
  6651.         <xsd:annotation>
  6652.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  6653.         </xsd:annotation>
  6654.         <xsd:restriction base="xsd:NMTOKEN">
  6655.           <xsd:enumeration value="Yes" />
  6656.           <xsd:enumeration value="No" />
  6657.           <xsd:enumeration value="Inherit" />
  6658.         </xsd:restriction>
  6659.       </xsd:simpleType>
  6660.     </xsd:attribute>
  6661.     <xsd:attribute name="NameType" type="OTA_CodeType" use="optional">
  6662.       <xsd:annotation>
  6663.         <xsd:documentation xml:lang="en">Type of name of the individual, such as former, nickname, alternate or alias name. Refer to OpenTravel Code List Name Type (NAM).</xsd:documentation>
  6664.       </xsd:annotation>
  6665.     </xsd:attribute>
  6666.   </xsd:complexType>
  6667.   <xsd:complexType name="POS_Type">
  6668.     <xsd:annotation>
  6669.       <xsd:documentation xml:lang="en">Point of Sale (POS) identifies the party or connection channel making the request.</xsd:documentation>
  6670.     </xsd:annotation>
  6671.     <xsd:sequence>
  6672.       <xsd:element maxOccurs="10" name="Source" type="SourceType">
  6673.         <xsd:annotation>
  6674.           <xsd:documentation xml:lang="en">This holds the details about the requestor. It may be repeated to also accommodate the delivery systems.</xsd:documentation>
  6675.         </xsd:annotation>
  6676.       </xsd:element>
  6677.     </xsd:sequence>
  6678.   </xsd:complexType>
  6679.   <xsd:complexType name="RateQualifierType">
  6680.     <xsd:annotation>
  6681.       <xsd:documentation xml:lang="en">The RateQualifierType complex type describes fully rate information associated with a specific rate quotation, including the description of any promotions that may apply.</xsd:documentation>
  6682.     </xsd:annotation>
  6683.     <xsd:sequence>
  6684.       <xsd:element minOccurs="0" name="PromoDesc" type="StringLength1to32">
  6685.         <xsd:annotation>
  6686.           <xsd:documentation xml:lang="en">This may be used to provide additional information about the promotion code.</xsd:documentation>
  6687.         </xsd:annotation>
  6688.       </xsd:element>
  6689.       <xsd:element minOccurs="0" name="RateComments">
  6690.         <xsd:annotation>
  6691.           <xsd:documentation xml:lang="en">Collection of rate comments.</xsd:documentation>
  6692.         </xsd:annotation>
  6693.         <xsd:complexType>
  6694.           <xsd:sequence>
  6695.             <xsd:element maxOccurs="15" name="RateComment">
  6696.               <xsd:annotation>
  6697.                 <xsd:documentation xml:lang="en">This may be used to provide any additional information about rates (e.g., must return by Monday at 8 AM).</xsd:documentation>
  6698.               </xsd:annotation>
  6699.               <xsd:complexType>
  6700.                 <xsd:simpleContent>
  6701.                   <xsd:extension base="FormattedTextTextType">
  6702.                     <xsd:attribute name="Name" type="StringLength1to64" use="optional">
  6703.                       <xsd:annotation>
  6704.                         <xsd:documentation xml:lang="en">Defines the type of rate comments (e.g., textual rule, marketing information).</xsd:documentation>
  6705.                       </xsd:annotation>
  6706.                     </xsd:attribute>
  6707.                   </xsd:extension>
  6708.                 </xsd:simpleContent>
  6709.               </xsd:complexType>
  6710.             </xsd:element>
  6711.           </xsd:sequence>
  6712.         </xsd:complexType>
  6713.       </xsd:element>
  6714.     </xsd:sequence>
  6715.     <xsd:attribute name="TravelPurpose" type="OTA_CodeType" use="optional">
  6716.       <xsd:annotation>
  6717.         <xsd:documentation xml:lang="en">Used to indicate the purpose, whether for business, personal or other. Refer to OpenTravel Code List Travel Purpose (TVP).</xsd:documentation>
  6718.       </xsd:annotation>
  6719.     </xsd:attribute>
  6720.     <xsd:attribute name="RateCategory" type="OTA_CodeType" use="optional">
  6721.       <xsd:annotation>
  6722.         <xsd:documentation xml:lang="en">The RateCategory attribute defines a set of valid values for the category of a rate. Typically rates are offered as either Leisure rates or Business (Corporate) rates, with a business rate usually including additional costs such as the cost of insurance, etc.  This set of values defines the rate categories. Refer to OpenTravel Code List Rate Category (RTC).</xsd:documentation>
  6723.       </xsd:annotation>
  6724.     </xsd:attribute>
  6725.     <xsd:attribute name="CorpDiscountNmbr" type="StringLength1to32" use="optional">
  6726.       <xsd:annotation>
  6727.         <xsd:documentation xml:lang="en">This is the vendor specific code used to identify a special rate associated with a specific organization.</xsd:documentation>
  6728.       </xsd:annotation>
  6729.     </xsd:attribute>
  6730.     <xsd:attribute name="PromotionCode" type="StringLength1to32" use="optional">
  6731.       <xsd:annotation>
  6732.         <xsd:documentation xml:lang="en">Promotion code is the identifier used by the host to link directly with a specific named advertising campaign. By including the required code, the client is able to gain access to special offers which may have been created for a specifically targeted group via a CRM system or for a wider advertising campaign using Television or press adverts.</xsd:documentation>
  6733.       </xsd:annotation>
  6734.     </xsd:attribute>
  6735.     <xsd:attribute name="PromotionVendorCode" type="ListOfStringLength1to8" use="optional">
  6736.       <xsd:annotation>
  6737.         <xsd:documentation xml:lang="en">List of the vendor codes associated with a promotion.</xsd:documentation>
  6738.       </xsd:annotation>
  6739.     </xsd:attribute>
  6740.     <xsd:attribute name="RateQualifier" type="StringLength1to32" use="optional">
  6741.       <xsd:annotation>
  6742.         <xsd:documentation xml:lang="en">This is the vendor specific code for rate codes (e.g. WES, 2A, DLY00).</xsd:documentation>
  6743.       </xsd:annotation>
  6744.     </xsd:attribute>
  6745.     <xsd:attribute name="RatePeriod" use="optional">
  6746.       <xsd:annotation>
  6747.         <xsd:documentation xml:lang="en">The RatePeriod attribute defines the type of rate that may be applied. For example, typically car rental rates differ based upon the duration of the rental, and the actual rate is then expressed in terms of the period of the rental.</xsd:documentation>
  6748.       </xsd:annotation>
  6749.       <xsd:simpleType>
  6750.         <xsd:restriction base="RatePeriodSimpleType" />
  6751.       </xsd:simpleType>
  6752.     </xsd:attribute>
  6753.     <xsd:attribute name="GuaranteedInd" type="xsd:boolean" use="optional">
  6754.       <xsd:annotation>
  6755.         <xsd:documentation xml:lang="en">When true, only guaranteed rates should be returned. When false, all rates should be returned.</xsd:documentation>
  6756.       </xsd:annotation>
  6757.     </xsd:attribute>
  6758.     <xsd:attribute name="ArriveByFlight" type="xsd:boolean" use="optional">
  6759.       <xsd:annotation>
  6760.         <xsd:documentation xml:lang="en">Indicates if this rate is only available to those customers who are flying to the vehicle rental location.</xsd:documentation>
  6761.         <xsd:documentation xml:lang="en">
  6762.           <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  6763.         </xsd:documentation>
  6764.       </xsd:annotation>
  6765.     </xsd:attribute>
  6766.     <xsd:attribute name="RateAuthorizationCode" type="StringLength1to32" use="optional">
  6767.       <xsd:annotation>
  6768.         <xsd:documentation xml:lang="en">The rate authorization code for this rate.</xsd:documentation>
  6769.       </xsd:annotation>
  6770.     </xsd:attribute>
  6771.     <xsd:attribute name="VendorRateID" type="StringLength1to32" use="optional">
  6772.       <xsd:annotation>
  6773.         <xsd:documentation xml:lang="en"> The identifier assigned to this rate by the vendor.</xsd:documentation>
  6774.       </xsd:annotation>
  6775.     </xsd:attribute>
  6776.   </xsd:complexType>
  6777.   <xsd:complexType name="RebateType">
  6778.     <xsd:annotation>
  6779.       <xsd:documentation xml:lang="en">Information about a suppliers participation in a rebate program, e.g. a VAT (value added tax) program.</xsd:documentation>
  6780.     </xsd:annotation>
  6781.     <xsd:sequence>
  6782.       <xsd:element minOccurs="0" maxOccurs="9" name="PaymentInformation" type="PaymentCardType">
  6783.         <xsd:annotation>
  6784.           <xsd:documentation xml:lang="en">Information about payments eligible for a rebate program.</xsd:documentation>
  6785.         </xsd:annotation>
  6786.       </xsd:element>
  6787.     </xsd:sequence>
  6788.     <xsd:attribute name="ParticipationInd" type="xsd:boolean" use="optional">
  6789.       <xsd:annotation>
  6790.         <xsd:documentation xml:lang="en">When true, the supplier is participating in a rebate program, e.g. a VAT (value added tax) program.</xsd:documentation>
  6791.       </xsd:annotation>
  6792.     </xsd:attribute>
  6793.     <xsd:attribute name="ProgramName" type="xsd:string" use="optional">
  6794.       <xsd:annotation>
  6795.         <xsd:documentation xml:lang="en">The name of the rebate program.</xsd:documentation>
  6796.       </xsd:annotation>
  6797.     </xsd:attribute>
  6798.     <xsd:attribute name="TripPurpose" use="optional">
  6799.       <xsd:annotation>
  6800.         <xsd:documentation xml:lang="en">The purpose of the trip. If the customer has a default trip purpose this should be pre-populated with that value and the @TripPurposeRequiredInd should be set to FALSE.</xsd:documentation>
  6801.       </xsd:annotation>
  6802.       <xsd:simpleType>
  6803.         <xsd:restriction base="xsd:NMTOKEN">
  6804.           <xsd:enumeration value="Business">
  6805.             <xsd:annotation>
  6806.               <xsd:documentation xml:lang="en">The trip purpose is for business only.</xsd:documentation>
  6807.             </xsd:annotation>
  6808.           </xsd:enumeration>
  6809.           <xsd:enumeration value="BusinessAndPleasure">
  6810.             <xsd:annotation>
  6811.               <xsd:documentation xml:lang="en">The trip purpose is for a combination of business and pleasure.</xsd:documentation>
  6812.             </xsd:annotation>
  6813.           </xsd:enumeration>
  6814.           <xsd:enumeration value="Pleasure">
  6815.             <xsd:annotation>
  6816.               <xsd:documentation xml:lang="en">The trip purpose is for pleasure only.</xsd:documentation>
  6817.             </xsd:annotation>
  6818.           </xsd:enumeration>
  6819.           <xsd:enumeration value="Unknown">
  6820.             <xsd:annotation>
  6821.               <xsd:documentation xml:lang="en">The trip purpose is unknown.</xsd:documentation>
  6822.             </xsd:annotation>
  6823.           </xsd:enumeration>
  6824.         </xsd:restriction>
  6825.       </xsd:simpleType>
  6826.     </xsd:attribute>
  6827.     <xsd:attribute name="TripPurposeRequiredInd" type="xsd:boolean" use="optional">
  6828.       <xsd:annotation>
  6829.         <xsd:documentation xml:lang="en">When true, the customer does not have a default trip purpose selected and they need to be prompted for the trip purpose.</xsd:documentation>
  6830.       </xsd:annotation>
  6831.     </xsd:attribute>
  6832.   </xsd:complexType>
  6833.   <xsd:complexType name="RecipientInfosType">
  6834.     <xsd:annotation>
  6835.       <xsd:documentation xml:lang="en">Information about one or more recipients.</xsd:documentation>
  6836.     </xsd:annotation>
  6837.     <xsd:sequence>
  6838.       <xsd:element maxOccurs="99" name="RecipientInfo">
  6839.         <xsd:annotation>
  6840.           <xsd:documentation xml:lang="en">Contact and/or reservation information pertaining to the recipient.</xsd:documentation>
  6841.         </xsd:annotation>
  6842.         <xsd:complexType>
  6843.           <xsd:complexContent>
  6844.             <xsd:extension base="ContactPersonType">
  6845.               <xsd:sequence>
  6846.                 <xsd:element minOccurs="0" maxOccurs="2" name="ReservationID" type="UniqueID_Type">
  6847.                   <xsd:annotation>
  6848.                     <xsd:documentation xml:lang="en">Provides the reservation number of the recipient for delivery of the product.</xsd:documentation>
  6849.                   </xsd:annotation>
  6850.                 </xsd:element>
  6851.                 <xsd:element minOccurs="0" name="ShippingInfo">
  6852.                   <xsd:annotation>
  6853.                     <xsd:documentation xml:lang="en">Informtion pertaining to the shipment of a product to the recipient.</xsd:documentation>
  6854.                   </xsd:annotation>
  6855.                   <xsd:complexType>
  6856.                     <xsd:attribute name="ShippingType" type="StringLength1to16" use="optional">
  6857.                       <xsd:annotation>
  6858.                         <xsd:documentation xml:lang="en">The method of shipment (e.g., air, ground, pickup).</xsd:documentation>
  6859.                       </xsd:annotation>
  6860.                     </xsd:attribute>
  6861.                     <xsd:attribute name="ShippingCarrier" type="StringLength1to32" use="optional">
  6862.                       <xsd:annotation>
  6863.                         <xsd:documentation xml:lang="en">The shipping carrier (e.g., USPS, UPS, FedEx).</xsd:documentation>
  6864.                       </xsd:annotation>
  6865.                     </xsd:attribute>
  6866.                     <xsd:attribute name="Amount" type="Money" use="optional">
  6867.                       <xsd:annotation>
  6868.                         <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  6869.                       </xsd:annotation>
  6870.                     </xsd:attribute>
  6871.                     <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  6872.                       <xsd:annotation>
  6873.                         <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  6874.                       </xsd:annotation>
  6875.                     </xsd:attribute>
  6876.                     <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  6877.                       <xsd:annotation>
  6878.                         <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  6879.                       </xsd:annotation>
  6880.                     </xsd:attribute>
  6881.                   </xsd:complexType>
  6882.                 </xsd:element>
  6883.                 <xsd:element minOccurs="0" name="Comments">
  6884.                   <xsd:annotation>
  6885.                     <xsd:documentation xml:lang="en">A collection of comments.</xsd:documentation>
  6886.                   </xsd:annotation>
  6887.                   <xsd:complexType>
  6888.                     <xsd:sequence>
  6889.                       <xsd:element maxOccurs="99" name="Comment" type="ParagraphType">
  6890.                         <xsd:annotation>
  6891.                           <xsd:documentation xml:lang="en">Comment information pertaining to the purchase. This may be used to pass a message to be printed on a note card.</xsd:documentation>
  6892.                         </xsd:annotation>
  6893.                       </xsd:element>
  6894.                     </xsd:sequence>
  6895.                   </xsd:complexType>
  6896.                 </xsd:element>
  6897.               </xsd:sequence>
  6898.             </xsd:extension>
  6899.           </xsd:complexContent>
  6900.         </xsd:complexType>
  6901.       </xsd:element>
  6902.     </xsd:sequence>
  6903.   </xsd:complexType>
  6904.   <xsd:complexType name="ReferencePlaceHolderType">
  6905.     <xsd:annotation>
  6906.       <xsd:documentation xml:lang="en">Used to provide a reference to an object that is stored elsewhere in a collection of the same objects.</xsd:documentation>
  6907.     </xsd:annotation>
  6908.     <xsd:attribute name="RPH" type="RPH_Type">
  6909.       <xsd:annotation>
  6910.         <xsd:documentation xml:lang="en">The unique reference for an object within this message.</xsd:documentation>
  6911.       </xsd:annotation>
  6912.     </xsd:attribute>
  6913.   </xsd:complexType>
  6914.   <xsd:complexType name="RelatedTravelerType">
  6915.     <xsd:annotation>
  6916.       <xsd:documentation xml:lang="en">Other traveler profiles associated with an specific individual.</xsd:documentation>
  6917.     </xsd:annotation>
  6918.     <xsd:sequence>
  6919.       <xsd:element minOccurs="0" name="UniqueID" type="UniqueID_Type">
  6920.         <xsd:annotation>
  6921.           <xsd:documentation xml:lang="en">Identifies the profile of the related traveler.</xsd:documentation>
  6922.         </xsd:annotation>
  6923.       </xsd:element>
  6924.       <xsd:element minOccurs="0" name="PersonName" type="PersonNameType">
  6925.         <xsd:annotation>
  6926.           <xsd:documentation xml:lang="en">Person associated with the traveler.</xsd:documentation>
  6927.         </xsd:annotation>
  6928.       </xsd:element>
  6929.     </xsd:sequence>
  6930.     <xsd:attribute name="ShareSynchInd" use="optional">
  6931.       <xsd:annotation>
  6932.         <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  6933.       </xsd:annotation>
  6934.       <xsd:simpleType>
  6935.         <xsd:annotation>
  6936.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  6937.         </xsd:annotation>
  6938.         <xsd:restriction base="xsd:NMTOKEN">
  6939.           <xsd:enumeration value="Yes" />
  6940.           <xsd:enumeration value="No" />
  6941.           <xsd:enumeration value="Inherit" />
  6942.         </xsd:restriction>
  6943.       </xsd:simpleType>
  6944.     </xsd:attribute>
  6945.     <xsd:attribute name="ShareMarketInd" use="optional">
  6946.       <xsd:annotation>
  6947.         <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  6948.       </xsd:annotation>
  6949.       <xsd:simpleType>
  6950.         <xsd:annotation>
  6951.           <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  6952.         </xsd:annotation>
  6953.         <xsd:restriction base="xsd:NMTOKEN">
  6954.           <xsd:enumeration value="Yes" />
  6955.           <xsd:enumeration value="No" />
  6956.           <xsd:enumeration value="Inherit" />
  6957.         </xsd:restriction>
  6958.       </xsd:simpleType>
  6959.     </xsd:attribute>
  6960.     <xsd:attribute name="Relation" type="StringLength1to32" use="optional">
  6961.       <xsd:annotation>
  6962.         <xsd:documentation xml:lang="en">Indicates the type of relationship with the person in the profile, such as Spouse, Child, Family, Business Associate, Interest Group, Medical, Security, Other, etc.</xsd:documentation>
  6963.       </xsd:annotation>
  6964.     </xsd:attribute>
  6965.     <xsd:attribute name="BirthDate" type="xsd:date" use="optional">
  6966.       <xsd:annotation>
  6967.         <xsd:documentation xml:lang="en">Indicates the date of birth as indicated in the document, in ISO 8601 prescribed format.</xsd:documentation>
  6968.       </xsd:annotation>
  6969.     </xsd:attribute>
  6970.   </xsd:complexType>
  6971.   <xsd:complexType name="RelativePositionType">
  6972.     <xsd:annotation>
  6973.       <xsd:documentation xml:lang="en">The RelativePosition object contains information about the direction, distance and travel time to/from a facility (hotel, car rental location, or airport) or to/from a designated location.</xsd:documentation>
  6974.     </xsd:annotation>
  6975.     <xsd:complexContent>
  6976.       <xsd:extension base="TransportationsType">
  6977.         <xsd:attribute name="Direction" type="xsd:string" use="optional">
  6978.           <xsd:annotation>
  6979.             <xsd:documentation xml:lang="en">Defines the cardinal direction (e.g., north, south, southwest).</xsd:documentation>
  6980.           </xsd:annotation>
  6981.         </xsd:attribute>
  6982.         <xsd:attribute name="Distance" type="xsd:string" use="optional">
  6983.           <xsd:annotation>
  6984.             <xsd:documentation xml:lang="en">Defines the distance between two points.</xsd:documentation>
  6985.           </xsd:annotation>
  6986.         </xsd:attribute>
  6987.         <xsd:attribute name="DistanceUnitName" type="DistanceUnitNameType" use="optional">
  6988.           <xsd:annotation>
  6989.             <xsd:documentation xml:lang="en">
  6990.               <DeprecationWarning xmlns="">Candidate for potential removal, usage is not recommended. Deprecation Warning added in 2006A.</DeprecationWarning>
  6991.             </xsd:documentation>
  6992.             <xsd:documentation xml:lang="en">Provides the ability to specify the unit of measure to which the "Distance" attribute is referring.</xsd:documentation>
  6993.           </xsd:annotation>
  6994.         </xsd:attribute>
  6995.         <xsd:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional">
  6996.           <xsd:annotation>
  6997.             <xsd:documentation xml:lang="en">The unit of measure in a code format. Refer to OpenTravel Code List Unit of Measure Code (UOM).</xsd:documentation>
  6998.           </xsd:annotation>
  6999.         </xsd:attribute>
  7000.         <xsd:attribute name="Nearest" type="xsd:boolean" use="optional">
  7001.           <xsd:annotation>
  7002.             <xsd:documentation xml:lang="en">The indicator for whether this location is nearest.</xsd:documentation>
  7003.           </xsd:annotation>
  7004.         </xsd:attribute>
  7005.         <xsd:attribute name="IndexPointCode" type="OTA_CodeType" use="optional">
  7006.           <xsd:annotation>
  7007.             <xsd:documentation xml:lang="en">This is the object referred to by the relative position (e.g. cross street, airport). Refer to OpenTravel Code List Index Point Code (IPC).</xsd:documentation>
  7008.           </xsd:annotation>
  7009.         </xsd:attribute>
  7010.         <xsd:attribute name="Name" type="StringLength0to64" use="optional">
  7011.           <xsd:annotation>
  7012.             <xsd:documentation xml:lang="en">This is used to accommodate a city name, rail station name etc. when using the indexPoint attribute.</xsd:documentation>
  7013.           </xsd:annotation>
  7014.         </xsd:attribute>
  7015.         <xsd:attribute name="PrimaryIndicator" type="xsd:boolean" use="optional">
  7016.           <xsd:annotation>
  7017.             <xsd:documentation xml:lang="en">Indicates whether the reference point is considered the main reference point for the specific type of IndexPointCode (e.g., in Dallas, where IndexPointCode=airport Dallas/Fort Worth airport would be the primary airport even if another airport such as Love Field is closer).</xsd:documentation>
  7018.           </xsd:annotation>
  7019.         </xsd:attribute>
  7020.         <xsd:attribute name="ToFrom" use="optional">
  7021.           <xsd:annotation>
  7022.             <xsd:documentation xml:lang="en">Used to indicate whether the context is to a facility or from a facility.</xsd:documentation>
  7023.           </xsd:annotation>
  7024.           <xsd:simpleType>
  7025.             <xsd:restriction base="xsd:NMTOKEN">
  7026.               <xsd:enumeration value="ToFacility">
  7027.                 <xsd:annotation>
  7028.                   <xsd:documentation xml:lang="en">Indicates the direction is to the facility based on use (e.g., hotel, car rental location, airport).</xsd:documentation>
  7029.                 </xsd:annotation>
  7030.               </xsd:enumeration>
  7031.               <xsd:enumeration value="FromFacility">
  7032.                 <xsd:annotation>
  7033.                   <xsd:documentation xml:lang="en">Indicates the direction is from the facility based on use (e.g., hotel, car rental location, airport).</xsd:documentation>
  7034.                 </xsd:annotation>
  7035.               </xsd:enumeration>
  7036.             </xsd:restriction>
  7037.           </xsd:simpleType>
  7038.         </xsd:attribute>
  7039.         <xsd:attribute name="ApproximateDistanceInd" type="xsd:boolean" use="optional">
  7040.           <xsd:annotation>
  7041.             <xsd:documentation xml:lang="en">When true, the distance information is approximate.</xsd:documentation>
  7042.           </xsd:annotation>
  7043.         </xsd:attribute>
  7044.       </xsd:extension>
  7045.     </xsd:complexContent>
  7046.   </xsd:complexType>
  7047.   <xsd:complexType name="RestaurantType">
  7048.     <xsd:annotation>
  7049.       <xsd:documentation xml:lang="en">Information associated with a specific restaurant.</xsd:documentation>
  7050.     </xsd:annotation>
  7051.     <xsd:sequence>
  7052.       <xsd:element minOccurs="0" name="MultimediaDescriptions">
  7053.         <xsd:annotation>
  7054.           <xsd:documentation xml:lang="en">Multimedia information about the restaurant.</xsd:documentation>
  7055.         </xsd:annotation>
  7056.         <xsd:complexType>
  7057.           <xsd:complexContent>
  7058.             <xsd:extension base="MultimediaDescriptionsType">
  7059.               <xsd:attribute name="Attire" type="StringLength1to64" use="optional">
  7060.                 <xsd:annotation>
  7061.                   <xsd:documentation xml:lang="en">Used to pass restaurant attire information.</xsd:documentation>
  7062.                 </xsd:annotation>
  7063.               </xsd:attribute>
  7064.             </xsd:extension>
  7065.           </xsd:complexContent>
  7066.         </xsd:complexType>
  7067.       </xsd:element>
  7068.       <xsd:element minOccurs="0" name="RelativePosition" type="RelativePositionType">
  7069.         <xsd:annotation>
  7070.           <xsd:documentation xml:lang="en">Indicates the directions to a specific restaurant.</xsd:documentation>
  7071.         </xsd:annotation>
  7072.       </xsd:element>
  7073.       <xsd:element minOccurs="0" name="OperationSchedules" type="OperationSchedulesPlusChargeType">
  7074.         <xsd:annotation>
  7075.           <xsd:documentation xml:lang="en">Collection of operating times for the restaurant including detail such as season, day of week, or a combination.</xsd:documentation>
  7076.         </xsd:annotation>
  7077.       </xsd:element>
  7078.       <xsd:element minOccurs="0" name="InfoCodes">
  7079.         <xsd:annotation>
  7080.           <xsd:documentation xml:lang="en">Collection of types of restaurant.</xsd:documentation>
  7081.         </xsd:annotation>
  7082.         <xsd:complexType>
  7083.           <xsd:sequence>
  7084.             <xsd:element maxOccurs="unbounded" name="InfoCode">
  7085.               <xsd:annotation>
  7086.                 <xsd:documentation xml:lang="en">Indicates the generic type of restaurant such as fast food, cafe, fine dining, etc.</xsd:documentation>
  7087.               </xsd:annotation>
  7088.               <xsd:complexType>
  7089.                 <xsd:attribute name="Name" use="optional">
  7090.                   <xsd:annotation>
  7091.                     <xsd:documentation xml:lang="en">This name refers to an OpenTravel Code List table (e.g. RestaurantCategoryCode/InfoCode). The actual code is passed in the Code attribute.</xsd:documentation>
  7092.                   </xsd:annotation>
  7093.                   <xsd:simpleType>
  7094.                     <xsd:restriction base="StringLength1to32">
  7095.                       <xsd:enumeration value="SrvcInfo">
  7096.                         <xsd:annotation>
  7097.                           <xsd:documentation xml:lang="en">Refer to OpenTravel Code List Restaurant Srvc Info (RSI).</xsd:documentation>
  7098.                         </xsd:annotation>
  7099.                       </xsd:enumeration>
  7100.                       <xsd:enumeration value="Beverage">
  7101.                         <xsd:annotation>
  7102.                           <xsd:documentation xml:lang="en">This uses OpenTravel Code Table Beverage Code (BEV).</xsd:documentation>
  7103.                         </xsd:annotation>
  7104.                       </xsd:enumeration>
  7105.                       <xsd:enumeration value="AvailableMealCategory">
  7106.                         <xsd:annotation>
  7107.                           <xsd:documentation xml:lang="en">This uses OpenTravel Code Table Available Meal Category Codes (AMC).</xsd:documentation>
  7108.                         </xsd:annotation>
  7109.                       </xsd:enumeration>
  7110.                       <xsd:enumeration value="RestaurantCategory">
  7111.                         <xsd:annotation>
  7112.                           <xsd:documentation xml:lang="en">This uses OpenTravel Code Table Restaurant Category Code (RES).</xsd:documentation>
  7113.                         </xsd:annotation>
  7114.                       </xsd:enumeration>
  7115.                       <xsd:enumeration value="RestaurantPolicy">
  7116.                         <xsd:annotation>
  7117.                           <xsd:documentation xml:lang="en">This uses OpenTravel Code Table Restaurant Policy Code (RPC).</xsd:documentation>
  7118.                         </xsd:annotation>
  7119.                       </xsd:enumeration>
  7120.                     </xsd:restriction>
  7121.                   </xsd:simpleType>
  7122.                 </xsd:attribute>
  7123.                 <xsd:attribute name="Code" type="OTA_CodeType" use="optional">
  7124.                   <xsd:annotation>
  7125.                     <xsd:documentation xml:lang="en">Refer to OpenTravel Code List Restaurant Category (RES).</xsd:documentation>
  7126.                   </xsd:annotation>
  7127.                 </xsd:attribute>
  7128.                 <xsd:attribute name="CodeDetail" type="StringLength1to128" use="optional">
  7129.                   <xsd:annotation>
  7130.                     <xsd:documentation xml:lang="en">May be used to give further detail on the code.</xsd:documentation>
  7131.                   </xsd:annotation>
  7132.                 </xsd:attribute>
  7133.                 <xsd:attribute name="Removal" type="xsd:boolean" use="optional">
  7134.                   <xsd:annotation>
  7135.                     <xsd:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xsd:documentation>
  7136.                     <xsd:documentation xml:lang="en">
  7137.                       <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  7138.                     </xsd:documentation>
  7139.                   </xsd:annotation>
  7140.                 </xsd:attribute>
  7141.               </xsd:complexType>
  7142.             </xsd:element>
  7143.           </xsd:sequence>
  7144.         </xsd:complexType>
  7145.       </xsd:element>
  7146.       <xsd:element minOccurs="0" name="CuisineCodes">
  7147.         <xsd:annotation>
  7148.           <xsd:documentation xml:lang="en">Collection of cuisine types of restaurant.</xsd:documentation>
  7149.         </xsd:annotation>
  7150.         <xsd:complexType>
  7151.           <xsd:sequence>
  7152.             <xsd:element maxOccurs="unbounded" name="CuisineCode">
  7153.               <xsd:annotation>
  7154.                 <xsd:documentation xml:lang="en">The code for the type of cuisine served at the restaurant.</xsd:documentation>
  7155.               </xsd:annotation>
  7156.               <xsd:complexType>
  7157.                 <xsd:attribute name="Code" type="OTA_CodeType" use="optional">
  7158.                   <xsd:annotation>
  7159.                     <xsd:documentation xml:lang="en">Refer to OpenTravel Code List Main Cuisine Code (CUI).</xsd:documentation>
  7160.                   </xsd:annotation>
  7161.                 </xsd:attribute>
  7162.                 <xsd:attribute name="CodeDetail" type="StringLength1to128" use="optional">
  7163.                   <xsd:annotation>
  7164.                     <xsd:documentation xml:lang="en">May be used to give further detail on the code.</xsd:documentation>
  7165.                   </xsd:annotation>
  7166.                 </xsd:attribute>
  7167.                 <xsd:attribute name="Removal" type="xsd:boolean" use="optional">
  7168.                   <xsd:annotation>
  7169.                     <xsd:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xsd:documentation>
  7170.                     <xsd:documentation xml:lang="en">
  7171.                       <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  7172.                     </xsd:documentation>
  7173.                   </xsd:annotation>
  7174.                 </xsd:attribute>
  7175.                 <xsd:attribute name="IsMain" type="xsd:boolean" use="optional">
  7176.                   <xsd:annotation>
  7177.                     <xsd:documentation xml:lang="en">Indicates whether this cuisine code is the main cuisine offered by restaurant.</xsd:documentation>
  7178.                   </xsd:annotation>
  7179.                 </xsd:attribute>
  7180.                 <xsd:attribute name="ExistsCode" type="OTA_CodeType" use="optional">
  7181.                   <xsd:annotation>
  7182.                     <xsd:documentation xml:lang="en">This attribute is used to explicitly define whether the Code applies. Refer to OpenTravel Code list Option Type Code (OTC). This is used in conjunction with Code.</xsd:documentation>
  7183.                   </xsd:annotation>
  7184.                 </xsd:attribute>
  7185.               </xsd:complexType>
  7186.             </xsd:element>
  7187.           </xsd:sequence>
  7188.         </xsd:complexType>
  7189.       </xsd:element>
  7190.       <xsd:element minOccurs="0" name="DescriptiveText">
  7191.         <xsd:annotation>
  7192.           <xsd:documentation xml:lang="en">Descriptive text that describes the restaurant.</xsd:documentation>
  7193.         </xsd:annotation>
  7194.         <xsd:simpleType>
  7195.           <xsd:restriction base="xsd:string">
  7196.             <xsd:minLength value="1" />
  7197.             <xsd:maxLength value="500" />
  7198.           </xsd:restriction>
  7199.         </xsd:simpleType>
  7200.       </xsd:element>
  7201.     </xsd:sequence>
  7202.     <xsd:attribute name="RestaurantName" type="xsd:string" use="optional">
  7203.       <xsd:annotation>
  7204.         <xsd:documentation xml:lang="en">The name of the restaurant at the facility.</xsd:documentation>
  7205.       </xsd:annotation>
  7206.     </xsd:attribute>
  7207.     <xsd:attribute name="MaxSeatingCapacity" type="xsd:nonNegativeInteger" use="optional">
  7208.       <xsd:annotation>
  7209.         <xsd:documentation xml:lang="en">The total seating capacity for this restaurant.</xsd:documentation>
  7210.       </xsd:annotation>
  7211.     </xsd:attribute>
  7212.     <xsd:attribute name="MaxSingleParty" type="xsd:nonNegativeInteger" use="optional">
  7213.       <xsd:annotation>
  7214.         <xsd:documentation xml:lang="en">The maximum number of people that can be seated as a single party in this restaurant.</xsd:documentation>
  7215.       </xsd:annotation>
  7216.     </xsd:attribute>
  7217.     <xsd:attribute name="InvCode" type="xsd:string" use="optional">
  7218.       <xsd:annotation>
  7219.         <xsd:documentation xml:lang="en">Identification code of the restaurant service or facility for inventory and booking purposes if the service is an inventoriable item.</xsd:documentation>
  7220.       </xsd:annotation>
  7221.     </xsd:attribute>
  7222.     <xsd:attribute name="OfferBreakfast" type="xsd:boolean" use="optional">
  7223.       <xsd:annotation>
  7224.         <xsd:documentation xml:lang="en">If TRUE, breakfast is served.</xsd:documentation>
  7225.       </xsd:annotation>
  7226.     </xsd:attribute>
  7227.     <xsd:attribute name="OfferLunch" type="xsd:boolean" use="optional">
  7228.       <xsd:annotation>
  7229.         <xsd:documentation xml:lang="en">If TRUE, lunch is served.</xsd:documentation>
  7230.       </xsd:annotation>
  7231.     </xsd:attribute>
  7232.     <xsd:attribute name="OfferDinner" type="xsd:boolean" use="optional">
  7233.       <xsd:annotation>
  7234.         <xsd:documentation xml:lang="en">If TRUE, dinner is served.</xsd:documentation>
  7235.       </xsd:annotation>
  7236.     </xsd:attribute>
  7237.     <xsd:attribute name="OfferBrunch" type="xsd:boolean" use="optional">
  7238.       <xsd:annotation>
  7239.         <xsd:documentation xml:lang="en">If TRUE, brunch is served.</xsd:documentation>
  7240.       </xsd:annotation>
  7241.     </xsd:attribute>
  7242.     <xsd:attribute name="ProximityCode" type="OTA_CodeType" use="optional">
  7243.       <xsd:annotation>
  7244.         <xsd:documentation xml:lang="en">Denotes whether a service is onsite, offsite or information is not available. Refer to OpenTravel Code Table Proximity (PRX).</xsd:documentation>
  7245.       </xsd:annotation>
  7246.     </xsd:attribute>
  7247.     <xsd:attribute name="ID" type="StringLength1to32" use="optional">
  7248.       <xsd:annotation>
  7249.         <xsd:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xsd:documentation>
  7250.       </xsd:annotation>
  7251.     </xsd:attribute>
  7252.     <xsd:attribute name="Sort" type="xsd:nonNegativeInteger" use="optional">
  7253.       <xsd:annotation>
  7254.         <xsd:documentation xml:lang="en">Used to define the display order.</xsd:documentation>
  7255.       </xsd:annotation>
  7256.     </xsd:attribute>
  7257.     <xsd:attribute name="ReservationReqInd" type="xsd:boolean" use="optional">
  7258.       <xsd:annotation>
  7259.         <xsd:documentation xml:lang="en">If TRUE, a reservation must be made to dine in the restaurant.</xsd:documentation>
  7260.       </xsd:annotation>
  7261.     </xsd:attribute>
  7262.   </xsd:complexType>
  7263.   <xsd:complexType name="SourceType">
  7264.     <xsd:annotation>
  7265.       <xsd:documentation xml:lang="en">Provides information on the source of a request.</xsd:documentation>
  7266.     </xsd:annotation>
  7267.     <xsd:sequence>
  7268.       <xsd:element minOccurs="0" name="RequestorID">
  7269.         <xsd:annotation>
  7270.           <xsd:documentation xml:lang="en">An identifier of the entity making the request (e.g. ATA/IATA/ID number, Electronic Reservation Service Provider (ERSP), Association of British Travel Agents.(ABTA)).</xsd:documentation>
  7271.         </xsd:annotation>
  7272.         <xsd:complexType>
  7273.           <xsd:complexContent>
  7274.             <xsd:extension base="UniqueID_Type">
  7275.               <xsd:attribute name="MessagePassword" type="StringLength1to16" use="optional">
  7276.                 <xsd:annotation>
  7277.                   <xsd:documentation xml:lang="en">This password provides an additional level of security that the recipient can use to validate the sending party's authority to use the message.</xsd:documentation>
  7278.                 </xsd:annotation>
  7279.               </xsd:attribute>
  7280.             </xsd:extension>
  7281.           </xsd:complexContent>
  7282.         </xsd:complexType>
  7283.       </xsd:element>
  7284.       <xsd:element minOccurs="0" name="Position">
  7285.         <xsd:annotation>
  7286.           <xsd:documentation xml:lang="en">Specifies the latitude and longitude of a source.</xsd:documentation>
  7287.         </xsd:annotation>
  7288.         <xsd:complexType>
  7289.           <xsd:attribute name="Latitude" type="StringLength1to16" use="optional">
  7290.             <xsd:annotation>
  7291.               <xsd:documentation xml:lang="en">The measure of the angular distance on a meridian north or south of the equator.</xsd:documentation>
  7292.             </xsd:annotation>
  7293.           </xsd:attribute>
  7294.           <xsd:attribute name="Longitude" type="StringLength1to16" use="optional">
  7295.             <xsd:annotation>
  7296.               <xsd:documentation xml:lang="en">The measure of the angular distance on a meridian east or west of the prime meridian.</xsd:documentation>
  7297.             </xsd:annotation>
  7298.           </xsd:attribute>
  7299.           <xsd:attribute name="Altitude" type="StringLength1to16" use="optional">
  7300.             <xsd:annotation>
  7301.               <xsd:documentation xml:lang="en">The height of an item, typically above sea level.</xsd:documentation>
  7302.             </xsd:annotation>
  7303.           </xsd:attribute>
  7304.           <xsd:attribute name="AltitudeUnitOfMeasureCode" type="OTA_CodeType" use="optional">
  7305.             <xsd:annotation>
  7306.               <xsd:documentation xml:lang="en">Provides the unit of measure for the altitude (e.g., feet, meters, miles, kilometers). Refer to OpenTravel Code List Unit of Measure Code (UOM).</xsd:documentation>
  7307.             </xsd:annotation>
  7308.           </xsd:attribute>
  7309.           <xsd:attribute name="PositionAccuracy" type="OTA_CodeType" use="optional">
  7310.             <xsd:annotation>
  7311.               <xsd:documentation xml:lang="en">Indicates the accuracy of the property’s geo-coding, since the property’s longitude and latitude may not always be exact. Refer to OpenTravel Code List Position Accuracy Code (PAC).</xsd:documentation>
  7312.             </xsd:annotation>
  7313.           </xsd:attribute>
  7314.         </xsd:complexType>
  7315.       </xsd:element>
  7316.       <xsd:element minOccurs="0" name="BookingChannel">
  7317.         <xsd:annotation>
  7318.           <xsd:documentation xml:lang="en">Specifies the booking channel type and whether it is the primary means of connectivity of the source.</xsd:documentation>
  7319.         </xsd:annotation>
  7320.         <xsd:complexType>
  7321.           <xsd:sequence>
  7322.             <xsd:element minOccurs="0" name="CompanyName" type="CompanyNameType">
  7323.               <xsd:annotation>
  7324.                 <xsd:documentation xml:lang="en">Identifies the company that is associated with the booking channel.</xsd:documentation>
  7325.               </xsd:annotation>
  7326.             </xsd:element>
  7327.           </xsd:sequence>
  7328.           <xsd:attribute name="Type" type="OTA_CodeType" use="required">
  7329.             <xsd:annotation>
  7330.               <xsd:documentation xml:lang="en">The type of booking channel (e.g. Global Distribution System (GDS), Alternative Distribution System (ADS), Sales and Catering System (SCS), Property Management System (PMS), Central Reservation System (CRS), Tour Operator System (TOS), Internet and ALL). Refer to OpenTravel Code List Booking Channel Type (BCT).</xsd:documentation>
  7331.             </xsd:annotation>
  7332.           </xsd:attribute>
  7333.           <xsd:attribute name="Primary" type="xsd:boolean" use="optional">
  7334.             <xsd:annotation>
  7335.               <xsd:documentation xml:lang="en">Indicates whether the enumerated booking channel is the primary means of connectivity used by the source.</xsd:documentation>
  7336.             </xsd:annotation>
  7337.           </xsd:attribute>
  7338.         </xsd:complexType>
  7339.       </xsd:element>
  7340.     </xsd:sequence>
  7341.     <xsd:attribute name="AgentSine" type="StringLength1to16" use="optional">
  7342.       <xsd:annotation>
  7343.         <xsd:documentation xml:lang="en">Identifies the party within the requesting entity.</xsd:documentation>
  7344.       </xsd:annotation>
  7345.     </xsd:attribute>
  7346.     <xsd:attribute name="PseudoCityCode" type="StringLength1to16" use="optional">
  7347.       <xsd:annotation>
  7348.         <xsd:documentation xml:lang="en">An identification code assigned to an office/agency by a reservation system.</xsd:documentation>
  7349.       </xsd:annotation>
  7350.     </xsd:attribute>
  7351.     <xsd:attribute name="ISOCountry" type="ISO3166" use="optional">
  7352.       <xsd:annotation>
  7353.         <xsd:documentation xml:lang="en">The country code of the requesting party.</xsd:documentation>
  7354.       </xsd:annotation>
  7355.     </xsd:attribute>
  7356.     <xsd:attribute name="ISOCurrency" type="AlphaLength3" use="optional">
  7357.       <xsd:annotation>
  7358.         <xsd:documentation xml:lang="en">The currency code in which the reservation will be ticketed.</xsd:documentation>
  7359.       </xsd:annotation>
  7360.     </xsd:attribute>
  7361.     <xsd:attribute name="AgentDutyCode" type="StringLength1to16" use="optional">
  7362.       <xsd:annotation>
  7363.         <xsd:documentation xml:lang="en">An authority code assigned to a requestor.</xsd:documentation>
  7364.       </xsd:annotation>
  7365.     </xsd:attribute>
  7366.     <xsd:attribute name="AirlineVendorID" type="UpperCaseAlphaNumericLength2to3" use="optional">
  7367.       <xsd:annotation>
  7368.         <xsd:documentation xml:lang="en">The IATA assigned airline code.</xsd:documentation>
  7369.       </xsd:annotation>
  7370.     </xsd:attribute>
  7371.     <xsd:attribute name="AirportCode" type="UpperCaseAlphaNumericLength3to5" use="optional">
  7372.       <xsd:annotation>
  7373.         <xsd:documentation xml:lang="en">The IATA assigned airport code.</xsd:documentation>
  7374.       </xsd:annotation>
  7375.     </xsd:attribute>
  7376.     <xsd:attribute name="FirstDepartPoint" type="StringLength3" use="optional">
  7377.       <xsd:annotation>
  7378.         <xsd:documentation xml:lang="en">The point of first departure in a trip.</xsd:documentation>
  7379.       </xsd:annotation>
  7380.     </xsd:attribute>
  7381.     <xsd:attribute name="ERSP_UserID" type="StringLength1to16" use="optional">
  7382.       <xsd:annotation>
  7383.         <xsd:documentation xml:lang="en">Electronic Reservation Service Provider (ERSP) assigned identifier used to identify the individual using the ERSP system.</xsd:documentation>
  7384.       </xsd:annotation>
  7385.     </xsd:attribute>
  7386.     <xsd:attribute name="TerminalID" type="StringLength1to32" use="optional">
  7387.       <xsd:annotation>
  7388.         <xsd:documentation xml:lang="en">This is the electronic address of the device from which information is entered.</xsd:documentation>
  7389.       </xsd:annotation>
  7390.     </xsd:attribute>
  7391.   </xsd:complexType>
  7392.   <xsd:complexType name="SpecialRequestType">
  7393.     <xsd:annotation>
  7394.       <xsd:documentation xml:lang="en">A collection of SpecialRequest objects. The collection of all special requests associated with any part of the reservation (the reservation in its entirety, one or more guests, or one or more room stays). Which special requests belong to which part is determined by each object's SpecialRequestRPHs collection.</xsd:documentation>
  7395.     </xsd:annotation>
  7396.     <xsd:sequence>
  7397.       <xsd:element maxOccurs="unbounded" name="SpecialRequest">
  7398.         <xsd:annotation>
  7399.           <xsd:documentation xml:lang="en">The SpecialRequest object indicates special requests for a particular guest, service or reservation.  Each of these may be independent of any that are tied to the profile (see Profile Synchronization standard).</xsd:documentation>
  7400.         </xsd:annotation>
  7401.         <xsd:complexType>
  7402.           <xsd:complexContent>
  7403.             <xsd:extension base="ParagraphType">
  7404.               <xsd:attribute name="RequestCode" type="StringLength1to16" use="optional">
  7405.                 <xsd:annotation>
  7406.                   <xsd:documentation xml:lang="en">This identifies a special request for this reservation and is typically hotel-specific.</xsd:documentation>
  7407.                 </xsd:annotation>
  7408.               </xsd:attribute>
  7409.               <xsd:attribute name="CodeContext" type="StringLength1to32" use="optional">
  7410.                 <xsd:annotation>
  7411.                   <xsd:documentation xml:lang="en">Identifies the source authority for the RequestCode.</xsd:documentation>
  7412.                 </xsd:annotation>
  7413.               </xsd:attribute>
  7414.               <xsd:attribute name="NumberOfUnits" type="xsd:integer" use="optional">
  7415.                 <xsd:annotation>
  7416.                   <xsd:documentation xml:lang="en">Allows you to pass the number of units that the special request is for (e.g., if 4 rooms are booked you may want 3 with double/double beds and 1 with a king).</xsd:documentation>
  7417.                 </xsd:annotation>
  7418.               </xsd:attribute>
  7419.             </xsd:extension>
  7420.           </xsd:complexContent>
  7421.         </xsd:complexType>
  7422.       </xsd:element>
  7423.     </xsd:sequence>
  7424.   </xsd:complexType>
  7425.   <xsd:complexType name="StateProvType">
  7426.     <xsd:annotation>
  7427.       <xsd:documentation xml:lang="en">State, province, or region name or code needed to identify location.</xsd:documentation>
  7428.     </xsd:annotation>
  7429.     <xsd:simpleContent>
  7430.       <xsd:extension base="StringLength0to64">
  7431.         <xsd:attribute name="StateCode" type="StateProvCodeType">
  7432.           <xsd:annotation>
  7433.             <xsd:documentation xml:lang="en">The standard code or abbreviation for the state, province, or region.</xsd:documentation>
  7434.           </xsd:annotation>
  7435.         </xsd:attribute>
  7436.       </xsd:extension>
  7437.     </xsd:simpleContent>
  7438.   </xsd:complexType>
  7439.   <xsd:complexType name="StreetNmbrType">
  7440.     <xsd:annotation>
  7441.       <xsd:documentation xml:lang="en">Street name; number on street.</xsd:documentation>
  7442.     </xsd:annotation>
  7443.     <xsd:simpleContent>
  7444.       <xsd:extension base="StringLength0to64">
  7445.         <xsd:attribute name="PO_Box" type="StringLength1to16" use="optional">
  7446.           <xsd:annotation>
  7447.             <xsd:documentation xml:lang="en">Defines a Post Office Box number.</xsd:documentation>
  7448.           </xsd:annotation>
  7449.         </xsd:attribute>
  7450.       </xsd:extension>
  7451.     </xsd:simpleContent>
  7452.   </xsd:complexType>
  7453.   <xsd:complexType name="SuccessType">
  7454.     <xsd:annotation>
  7455.       <xsd:documentation xml:lang="en">Returning an empty element of this type indicates the successful processing of an OpenTravel message. This is used in conjunction with the Warning Type to report any warnings or business errors.</xsd:documentation>
  7456.     </xsd:annotation>
  7457.   </xsd:complexType>
  7458.   <xsd:complexType name="TaxesType">
  7459.     <xsd:annotation>
  7460.       <xsd:documentation xml:lang="en">A collection of taxes.</xsd:documentation>
  7461.     </xsd:annotation>
  7462.     <xsd:sequence>
  7463.       <xsd:element minOccurs="0" maxOccurs="99" name="Tax" type="TaxType">
  7464.         <xsd:annotation>
  7465.           <xsd:documentation xml:lang="en">An individual tax.</xsd:documentation>
  7466.         </xsd:annotation>
  7467.       </xsd:element>
  7468.     </xsd:sequence>
  7469.     <xsd:attribute name="Amount" type="Money" use="optional">
  7470.       <xsd:annotation>
  7471.         <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  7472.       </xsd:annotation>
  7473.     </xsd:attribute>
  7474.     <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  7475.       <xsd:annotation>
  7476.         <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  7477.       </xsd:annotation>
  7478.     </xsd:attribute>
  7479.     <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  7480.       <xsd:annotation>
  7481.         <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  7482.       </xsd:annotation>
  7483.     </xsd:attribute>
  7484.   </xsd:complexType>
  7485.   <xsd:complexType name="TaxType">
  7486.     <xsd:annotation>
  7487.       <xsd:documentation xml:lang="en">Applicable tax element. This element allows for both percentages and flat amounts. If one field is used, the other should be zero since logically, taxes should be calculated in only one of the two ways.</xsd:documentation>
  7488.     </xsd:annotation>
  7489.     <xsd:sequence>
  7490.       <xsd:element minOccurs="0" maxOccurs="5" name="TaxDescription" type="ParagraphType">
  7491.         <xsd:annotation>
  7492.           <xsd:documentation xml:lang="en">Text description of the taxes in a given language.</xsd:documentation>
  7493.         </xsd:annotation>
  7494.       </xsd:element>
  7495.     </xsd:sequence>
  7496.     <xsd:attribute name="Type" type="AmountDeterminationType" use="optional">
  7497.       <xsd:annotation>
  7498.         <xsd:documentation xml:lang="en">Used to indicate if the amount is inclusive or exclusive of other charges, such as taxes, or is cumulative (amounts have been added to each other).</xsd:documentation>
  7499.       </xsd:annotation>
  7500.     </xsd:attribute>
  7501.     <xsd:attribute name="Code" type="OTA_CodeType" use="optional">
  7502.       <xsd:annotation>
  7503.         <xsd:documentation xml:lang="en">Code identifying the fee (e.g.,agency fee, municipality fee). Refer to OpenTravel Code List Fee Tax Type (FTT).</xsd:documentation>
  7504.       </xsd:annotation>
  7505.     </xsd:attribute>
  7506.     <xsd:attribute name="Percent" type="Percentage" use="optional">
  7507.       <xsd:annotation>
  7508.         <xsd:documentation xml:lang="en">Fee percentage; if zero, assume use of the Amount attribute (Amount or Percent must be a zero value).</xsd:documentation>
  7509.       </xsd:annotation>
  7510.     </xsd:attribute>
  7511.     <xsd:attribute name="Amount" type="Money" use="optional">
  7512.       <xsd:annotation>
  7513.         <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  7514.       </xsd:annotation>
  7515.     </xsd:attribute>
  7516.     <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  7517.       <xsd:annotation>
  7518.         <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  7519.       </xsd:annotation>
  7520.     </xsd:attribute>
  7521.     <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  7522.       <xsd:annotation>
  7523.         <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  7524.       </xsd:annotation>
  7525.     </xsd:attribute>
  7526.     <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  7527.       <xsd:annotation>
  7528.         <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  7529.       </xsd:annotation>
  7530.     </xsd:attribute>
  7531.     <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  7532.       <xsd:annotation>
  7533.         <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  7534.       </xsd:annotation>
  7535.     </xsd:attribute>
  7536.     <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  7537.       <xsd:annotation>
  7538.         <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  7539.       </xsd:annotation>
  7540.     </xsd:attribute>
  7541.     <xsd:attribute name="ChargeUnit" type="OTA_CodeType" use="optional">
  7542.       <xsd:annotation>
  7543.         <xsd:documentation xml:lang="en">This is the unit for which the charge applies (e.g. room, person, seat). Refer to OpenTravel Code List Charge Type (CHG).</xsd:documentation>
  7544.       </xsd:annotation>
  7545.     </xsd:attribute>
  7546.     <xsd:attribute name="ChargeFrequency" type="OTA_CodeType" use="optional">
  7547.       <xsd:annotation>
  7548.         <xsd:documentation xml:lang="en">This is the timeframe used to apply the charge during the course of the reservation (e.g. Daily, Weekly, Stay). Refer to OpenTravel Code List Charge Type (CHG).</xsd:documentation>
  7549.       </xsd:annotation>
  7550.     </xsd:attribute>
  7551.     <xsd:attribute name="ChargeUnitExempt" type="xsd:positiveInteger" use="optional">
  7552.       <xsd:annotation>
  7553.         <xsd:documentation xml:lang="en">Number of units permitted before charges are applied (e.g., more than 4 persons).</xsd:documentation>
  7554.       </xsd:annotation>
  7555.     </xsd:attribute>
  7556.     <xsd:attribute name="ChargeFrequencyExempt" type="xsd:positiveInteger" use="optional">
  7557.       <xsd:annotation>
  7558.         <xsd:documentation xml:lang="en">ChargeFrequency exemptions before charges are applied (e.g. after 2 nights).</xsd:documentation>
  7559.       </xsd:annotation>
  7560.     </xsd:attribute>
  7561.     <xsd:attribute name="MaxChargeUnitApplies" type="xsd:positiveInteger" use="optional">
  7562.       <xsd:annotation>
  7563.         <xsd:documentation xml:lang="en">Maximum number of Units for which the charge will be applied (e.g., waive charges above 10 rooms).</xsd:documentation>
  7564.       </xsd:annotation>
  7565.     </xsd:attribute>
  7566.     <xsd:attribute name="MaxChargeFrequencyApplies" type="xsd:positiveInteger" use="optional">
  7567.       <xsd:annotation>
  7568.         <xsd:documentation xml:lang="en">Maximum number of times the charge will be applied (e.g. waive charges above 30 nights).</xsd:documentation>
  7569.       </xsd:annotation>
  7570.     </xsd:attribute>
  7571.   </xsd:complexType>
  7572.   <xsd:complexType name="TextDescriptionType">
  7573.     <xsd:annotation>
  7574.       <xsd:documentation xml:lang="en">Describes a text item.</xsd:documentation>
  7575.     </xsd:annotation>
  7576.     <xsd:choice>
  7577.       <xsd:element minOccurs="0" name="URL" type="xsd:anyURI">
  7578.         <xsd:annotation>
  7579.           <xsd:documentation xml:lang="en">The URL for a specific text item.</xsd:documentation>
  7580.         </xsd:annotation>
  7581.       </xsd:element>
  7582.       <xsd:element minOccurs="0" maxOccurs="unbounded" name="Description">
  7583.         <xsd:annotation>
  7584.           <xsd:documentation xml:lang="en">The text in a specific language.</xsd:documentation>
  7585.         </xsd:annotation>
  7586.         <xsd:complexType>
  7587.           <xsd:simpleContent>
  7588.             <xsd:extension base="FormattedTextTextType">
  7589.               <xsd:attribute name="ListItem" type="xsd:integer" use="optional">
  7590.                 <xsd:annotation>
  7591.                   <xsd:documentation xml:lang="en">Sequence number associated with this description.</xsd:documentation>
  7592.                 </xsd:annotation>
  7593.               </xsd:attribute>
  7594.             </xsd:extension>
  7595.           </xsd:simpleContent>
  7596.         </xsd:complexType>
  7597.       </xsd:element>
  7598.     </xsd:choice>
  7599.     <xsd:attribute name="Category" type="OTA_CodeType" use="optional">
  7600.       <xsd:annotation>
  7601.         <xsd:documentation xml:lang="en">Specifies the text category. Refer to OpenTravel Code list Picture Category Code (PIC).</xsd:documentation>
  7602.       </xsd:annotation>
  7603.     </xsd:attribute>
  7604.     <xsd:attribute name="ContentID" type="StringLength1to64" use="optional">
  7605.       <xsd:annotation>
  7606.         <xsd:documentation xml:lang="en">The content ID of a file attachment with the prefix 'cid:'. The value of this can be used to retrieve the corresponding attachment by the receiving system.</xsd:documentation>
  7607.       </xsd:annotation>
  7608.     </xsd:attribute>
  7609.     <xsd:attribute name="Title" type="StringLength1to64" use="optional">
  7610.       <xsd:annotation>
  7611.         <xsd:documentation xml:lang="en">The title of the multimedia object.</xsd:documentation>
  7612.       </xsd:annotation>
  7613.     </xsd:attribute>
  7614.     <xsd:attribute name="Author" type="StringLength1to64" use="optional">
  7615.       <xsd:annotation>
  7616.         <xsd:documentation xml:lang="en">The author of the multimedia object.</xsd:documentation>
  7617.       </xsd:annotation>
  7618.     </xsd:attribute>
  7619.     <xsd:attribute name="CopyrightNotice" type="StringLength1to64" use="optional">
  7620.       <xsd:annotation>
  7621.         <xsd:documentation xml:lang="en">A copyright notice for the multimedia object.</xsd:documentation>
  7622.       </xsd:annotation>
  7623.     </xsd:attribute>
  7624.     <xsd:attribute name="CopyrightOwner" type="StringLength1to64" use="optional">
  7625.       <xsd:annotation>
  7626.         <xsd:documentation xml:lang="en">Owner of the copyright for the multimedia content.</xsd:documentation>
  7627.       </xsd:annotation>
  7628.     </xsd:attribute>
  7629.     <xsd:attribute name="CopyrightStart" type="DateOrDateTimeType" use="optional">
  7630.       <xsd:annotation>
  7631.         <xsd:documentation xml:lang="en">The start date for which the multimedia content rights are claimed.</xsd:documentation>
  7632.       </xsd:annotation>
  7633.     </xsd:attribute>
  7634.     <xsd:attribute name="CopyrightEnd" type="DateOrDateTimeType" use="optional">
  7635.       <xsd:annotation>
  7636.         <xsd:documentation xml:lang="en">The end date for which the multimedia content rights are claimed.</xsd:documentation>
  7637.       </xsd:annotation>
  7638.     </xsd:attribute>
  7639.     <xsd:attribute name="EffectiveStart" type="DateOrDateTimeType" use="optional">
  7640.       <xsd:annotation>
  7641.         <xsd:documentation xml:lang="en">The start date for which the content is considered valid.</xsd:documentation>
  7642.       </xsd:annotation>
  7643.     </xsd:attribute>
  7644.     <xsd:attribute name="EffectiveEnd" type="DateOrDateTimeType" use="optional">
  7645.       <xsd:annotation>
  7646.         <xsd:documentation xml:lang="en">The end date for which the content is considered valid.</xsd:documentation>
  7647.       </xsd:annotation>
  7648.     </xsd:attribute>
  7649.     <xsd:attribute name="ApplicableStart" type="DateOrMonthDay" use="optional">
  7650.       <xsd:annotation>
  7651.         <xsd:documentation xml:lang="en">Start month and day or date for which the multimedia content is relevent (e.g. the start of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xsd:documentation>
  7652.       </xsd:annotation>
  7653.     </xsd:attribute>
  7654.     <xsd:attribute name="ApplicableEnd" type="DateOrMonthDay" use="optional">
  7655.       <xsd:annotation>
  7656.         <xsd:documentation xml:lang="en">End month and day or date for which the multimedia content is relevent (e.g. the end of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xsd:documentation>
  7657.       </xsd:annotation>
  7658.     </xsd:attribute>
  7659.     <xsd:attribute name="RecordID" type="StringLength1to32" use="optional">
  7660.       <xsd:annotation>
  7661.         <xsd:documentation xml:lang="en">Uniquely identifies this file in the message.</xsd:documentation>
  7662.       </xsd:annotation>
  7663.     </xsd:attribute>
  7664.     <xsd:attribute name="SourceID" type="StringLength1to32" use="optional">
  7665.       <xsd:annotation>
  7666.         <xsd:documentation xml:lang="en">Unique identifier for the source of the multimedia object (e.g., the original image file).</xsd:documentation>
  7667.       </xsd:annotation>
  7668.     </xsd:attribute>
  7669.     <xsd:attribute name="Language" type="xsd:language" use="optional">
  7670.       <xsd:annotation>
  7671.         <xsd:documentation xml:lang="en">The language of the text item.</xsd:documentation>
  7672.       </xsd:annotation>
  7673.     </xsd:attribute>
  7674.   </xsd:complexType>
  7675.   <xsd:complexType name="TextItemsType">
  7676.     <xsd:annotation>
  7677.       <xsd:documentation xml:lang="en">Collection of text items.</xsd:documentation>
  7678.     </xsd:annotation>
  7679.     <xsd:sequence>
  7680.       <xsd:element maxOccurs="unbounded" name="TextItem">
  7681.         <xsd:annotation>
  7682.           <xsd:documentation xml:lang="en">Text description of a given category.</xsd:documentation>
  7683.         </xsd:annotation>
  7684.         <xsd:complexType>
  7685.           <xsd:complexContent>
  7686.             <xsd:extension base="TextDescriptionType">
  7687.               <xsd:attribute name="CreateDateTime" type="xsd:dateTime" use="optional">
  7688.                 <xsd:annotation>
  7689.                   <xsd:documentation xml:lang="en">Time stamp of the creation.</xsd:documentation>
  7690.                 </xsd:annotation>
  7691.               </xsd:attribute>
  7692.               <xsd:attribute name="CreatorID" type="StringLength1to32" use="optional">
  7693.                 <xsd:annotation>
  7694.                   <xsd:documentation xml:lang="en">ID of creator. The creator could be a software system identifier or an identifier of an employee resposible for the creation.</xsd:documentation>
  7695.                 </xsd:annotation>
  7696.               </xsd:attribute>
  7697.               <xsd:attribute name="LastModifyDateTime" type="xsd:dateTime" use="optional">
  7698.                 <xsd:annotation>
  7699.                   <xsd:documentation xml:lang="en">Time stamp of last modification.</xsd:documentation>
  7700.                 </xsd:annotation>
  7701.               </xsd:attribute>
  7702.               <xsd:attribute name="LastModifierID" type="StringLength1to32" use="optional">
  7703.                 <xsd:annotation>
  7704.                   <xsd:documentation xml:lang="en">Identifies the last software system or person to modify a record.</xsd:documentation>
  7705.                 </xsd:annotation>
  7706.               </xsd:attribute>
  7707.               <xsd:attribute name="PurgeDate" type="xsd:date" use="optional">
  7708.                 <xsd:annotation>
  7709.                   <xsd:documentation xml:lang="en">Date an item will be purged from a database (e.g., from a live database to an archive).</xsd:documentation>
  7710.                 </xsd:annotation>
  7711.               </xsd:attribute>
  7712.               <xsd:attribute name="Removal" type="xsd:boolean" use="optional">
  7713.                 <xsd:annotation>
  7714.                   <xsd:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xsd:documentation>
  7715.                   <xsd:documentation xml:lang="en">
  7716.                     <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  7717.                   </xsd:documentation>
  7718.                 </xsd:annotation>
  7719.               </xsd:attribute>
  7720.               <xsd:attribute name="Version" type="xsd:string" use="optional">
  7721.                 <xsd:annotation>
  7722.                   <xsd:documentation xml:lang="en">The version of the text item.</xsd:documentation>
  7723.                 </xsd:annotation>
  7724.               </xsd:attribute>
  7725.             </xsd:extension>
  7726.           </xsd:complexContent>
  7727.         </xsd:complexType>
  7728.       </xsd:element>
  7729.     </xsd:sequence>
  7730.   </xsd:complexType>
  7731.   <xsd:complexType name="TimeDurationType">
  7732.     <xsd:annotation>
  7733.       <xsd:documentation xml:lang="en">Used to specify a time period, which may additionally include a minimum and/or maximum duration.</xsd:documentation>
  7734.     </xsd:annotation>
  7735.     <xsd:simpleContent>
  7736.       <xsd:extension base="xsd:duration">
  7737.         <xsd:attribute name="Minimum" type="xsd:duration" use="optional">
  7738.           <xsd:annotation>
  7739.             <xsd:documentation xml:lang="en">A minimum duration.</xsd:documentation>
  7740.           </xsd:annotation>
  7741.         </xsd:attribute>
  7742.         <xsd:attribute name="Maximum" type="xsd:duration" use="optional">
  7743.           <xsd:annotation>
  7744.             <xsd:documentation xml:lang="en">A maximum duration.</xsd:documentation>
  7745.           </xsd:annotation>
  7746.         </xsd:attribute>
  7747.       </xsd:extension>
  7748.     </xsd:simpleContent>
  7749.   </xsd:complexType>
  7750.   <xsd:complexType name="TimeInstantType">
  7751.     <xsd:annotation>
  7752.       <xsd:documentation xml:lang="en">Specifies a time window.</xsd:documentation>
  7753.     </xsd:annotation>
  7754.     <xsd:simpleContent>
  7755.       <xsd:extension base="DateOrDateTimeType">
  7756.         <xsd:attribute name="WindowBefore" type="xsd:duration" use="optional">
  7757.           <xsd:annotation>
  7758.             <xsd:documentation xml:lang="en">A period of time that can be applied to another time resulting in an earlier range of time.</xsd:documentation>
  7759.           </xsd:annotation>
  7760.         </xsd:attribute>
  7761.         <xsd:attribute name="WindowAfter" type="xsd:duration" use="optional">
  7762.           <xsd:annotation>
  7763.             <xsd:documentation xml:lang="en">A period of time that can be applied to another time resulting in a later range of time.</xsd:documentation>
  7764.           </xsd:annotation>
  7765.         </xsd:attribute>
  7766.         <xsd:attribute name="CrossDateAllowedIndicator" type="xsd:boolean" use="optional">
  7767.           <xsd:annotation>
  7768.             <xsd:documentation xml:lang="en">When true the requested period may extend over the previous or following day. When false, the search period is restricted to the date specified. Normally used when the window duration is in hours.</xsd:documentation>
  7769.           </xsd:annotation>
  7770.         </xsd:attribute>
  7771.       </xsd:extension>
  7772.     </xsd:simpleContent>
  7773.   </xsd:complexType>
  7774.   <xsd:complexType name="TotalType">
  7775.     <xsd:annotation>
  7776.       <xsd:documentation xml:lang="en">The total amount charged for the service including additional amounts and fees.</xsd:documentation>
  7777.     </xsd:annotation>
  7778.     <xsd:sequence>
  7779.       <xsd:element minOccurs="0" name="Taxes" type="TaxesType">
  7780.         <xsd:annotation>
  7781.           <xsd:documentation xml:lang="en">A collection of taxes.</xsd:documentation>
  7782.         </xsd:annotation>
  7783.       </xsd:element>
  7784.     </xsd:sequence>
  7785.     <xsd:attribute name="AmountBeforeTax" type="Money" use="optional">
  7786.       <xsd:annotation>
  7787.         <xsd:documentation xml:lang="en">The total amount not including any associated tax  (e.g., sales tax, VAT, GST or any associated tax).</xsd:documentation>
  7788.       </xsd:annotation>
  7789.     </xsd:attribute>
  7790.     <xsd:attribute name="AmountAfterTax" type="Money" use="optional">
  7791.       <xsd:annotation>
  7792.         <xsd:documentation xml:lang="en">The total amount including all associated taxes  (e.g., sales tax, VAT, GST or any associated tax).</xsd:documentation>
  7793.       </xsd:annotation>
  7794.     </xsd:attribute>
  7795.     <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  7796.       <xsd:annotation>
  7797.         <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  7798.       </xsd:annotation>
  7799.     </xsd:attribute>
  7800.     <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  7801.       <xsd:annotation>
  7802.         <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  7803.       </xsd:annotation>
  7804.     </xsd:attribute>
  7805.     <xsd:attribute name="AdditionalFeesExcludedIndicator" type="xsd:boolean" use="optional">
  7806.       <xsd:annotation>
  7807.         <xsd:documentation xml:lang="en">When true, amounts do not contain additional fees or charges.</xsd:documentation>
  7808.       </xsd:annotation>
  7809.     </xsd:attribute>
  7810.     <xsd:attribute name="Type" type="OTA_CodeType" use="optional">
  7811.       <xsd:annotation>
  7812.         <xsd:documentation>Type of charge. Refer to OpenTravel Code List Charge Type (CHG).</xsd:documentation>
  7813.       </xsd:annotation>
  7814.     </xsd:attribute>
  7815.     <xsd:attribute name="ServiceOverrideIndicator" type="xsd:boolean" use="optional">
  7816.       <xsd:annotation>
  7817.         <xsd:documentation xml:lang="en">When true indicates that the service amount has been overridden.</xsd:documentation>
  7818.       </xsd:annotation>
  7819.     </xsd:attribute>
  7820.     <xsd:attribute name="RateOverrideIndicator" type="xsd:boolean" use="optional">
  7821.       <xsd:annotation>
  7822.         <xsd:documentation xml:lang="en">When true indicates that the rate amount has been overridden.</xsd:documentation>
  7823.       </xsd:annotation>
  7824.     </xsd:attribute>
  7825.     <xsd:attribute name="AmountIncludingMarkup" type="Money" use="optional">
  7826.       <xsd:annotation>
  7827.         <xsd:documentation xml:lang="en">This amount includes markup and taxes.</xsd:documentation>
  7828.       </xsd:annotation>
  7829.     </xsd:attribute>
  7830.   </xsd:complexType>
  7831.   <xsd:complexType name="TPA_ExtensionsType">
  7832.     <xsd:annotation>
  7833.       <xsd:documentation xml:lang="en">Allows extensions to be added to the OpenTravel specification per trading partner agreement.</xsd:documentation>
  7834.     </xsd:annotation>
  7835.     <xsd:sequence>
  7836.       <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="skip" />
  7837.     </xsd:sequence>
  7838.   </xsd:complexType>
  7839.   <xsd:complexType name="TransportationsType">
  7840.     <xsd:annotation>
  7841.       <xsd:documentation xml:lang="en">Used to define the types of transportation offered.</xsd:documentation>
  7842.     </xsd:annotation>
  7843.     <xsd:sequence>
  7844.       <xsd:element minOccurs="0" name="Transportations" type="TransportationType">
  7845.         <xsd:annotation>
  7846.           <xsd:documentation xml:lang="en">Collection of directions to/from a specific location via various modes of transportation.</xsd:documentation>
  7847.         </xsd:annotation>
  7848.       </xsd:element>
  7849.     </xsd:sequence>
  7850.   </xsd:complexType>
  7851.   <xsd:complexType name="TransportationType">
  7852.     <xsd:annotation>
  7853.       <xsd:documentation xml:lang="en">Defines the type of transportation offered.</xsd:documentation>
  7854.     </xsd:annotation>
  7855.     <xsd:sequence>
  7856.       <xsd:element maxOccurs="unbounded" name="Transportation">
  7857.         <xsd:annotation>
  7858.           <xsd:documentation xml:lang="en">Detailed transportation information.</xsd:documentation>
  7859.         </xsd:annotation>
  7860.         <xsd:complexType>
  7861.           <xsd:sequence>
  7862.             <xsd:element minOccurs="0" name="MultimediaDescriptions" type="MultimediaDescriptionsType">
  7863.               <xsd:annotation>
  7864.                 <xsd:documentation xml:lang="en">Multimedia information about the transportation.</xsd:documentation>
  7865.               </xsd:annotation>
  7866.             </xsd:element>
  7867.             <xsd:element minOccurs="0" name="OperationSchedules" type="OperationSchedulesType">
  7868.               <xsd:annotation>
  7869.                 <xsd:documentation xml:lang="en">Collection of operation schedules for the transportation.</xsd:documentation>
  7870.               </xsd:annotation>
  7871.             </xsd:element>
  7872.             <xsd:element minOccurs="0" name="DescriptiveText">
  7873.               <xsd:annotation>
  7874.                 <xsd:documentation xml:lang="en">Descriptive text that describes the transportation.</xsd:documentation>
  7875.               </xsd:annotation>
  7876.               <xsd:simpleType>
  7877.                 <xsd:restriction base="xsd:string">
  7878.                   <xsd:minLength value="1" />
  7879.                   <xsd:maxLength value="500" />
  7880.                 </xsd:restriction>
  7881.               </xsd:simpleType>
  7882.             </xsd:element>
  7883.           </xsd:sequence>
  7884.           <xsd:attribute name="NotificationRequired" type="StringLength1to64" use="optional">
  7885.             <xsd:annotation>
  7886.               <xsd:documentation xml:lang="en">This would be used for information such as a shuttle needs to be requested or a reservation is required.</xsd:documentation>
  7887.             </xsd:annotation>
  7888.           </xsd:attribute>
  7889.           <xsd:attribute name="TransportationCode" type="OTA_CodeType" use="optional">
  7890.             <xsd:annotation>
  7891.               <xsd:documentation xml:lang="en">The mode of transportation. Refer to OpenTravel Code List Transportation Code (TRP).</xsd:documentation>
  7892.             </xsd:annotation>
  7893.           </xsd:attribute>
  7894.           <xsd:attribute name="ChargeUnit" type="OTA_CodeType" use="optional">
  7895.             <xsd:annotation>
  7896.               <xsd:documentation xml:lang="en">Refer to OpenTravel Codelist Charge Type (CHG).</xsd:documentation>
  7897.             </xsd:annotation>
  7898.           </xsd:attribute>
  7899.           <xsd:attribute name="Included" type="xsd:boolean" use="optional">
  7900.             <xsd:annotation>
  7901.               <xsd:documentation xml:lang="en">When true there is no additional charge for transportation.</xsd:documentation>
  7902.             </xsd:annotation>
  7903.           </xsd:attribute>
  7904.           <xsd:attribute name="CodeDetail" type="StringLength1to128" use="optional">
  7905.             <xsd:annotation>
  7906.               <xsd:documentation xml:lang="en">May be used to give further detail on the code.</xsd:documentation>
  7907.             </xsd:annotation>
  7908.           </xsd:attribute>
  7909.           <xsd:attribute name="Removal" type="xsd:boolean" use="optional">
  7910.             <xsd:annotation>
  7911.               <xsd:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xsd:documentation>
  7912.               <xsd:documentation xml:lang="en">
  7913.                 <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  7914.               </xsd:documentation>
  7915.             </xsd:annotation>
  7916.           </xsd:attribute>
  7917.           <xsd:attribute name="Description" type="StringLength0to64" use="optional">
  7918.             <xsd:annotation>
  7919.               <xsd:documentation xml:lang="en">Descriptive information about the mode of transportation.</xsd:documentation>
  7920.             </xsd:annotation>
  7921.           </xsd:attribute>
  7922.           <xsd:attribute name="TypicalTravelTime" type="xsd:string" use="optional">
  7923.             <xsd:annotation>
  7924.               <xsd:documentation xml:lang="en">The normal (average) travel time required to get to or from the location, measured in minutes.</xsd:documentation>
  7925.             </xsd:annotation>
  7926.           </xsd:attribute>
  7927.           <xsd:attribute name="Amount" type="Money" use="optional">
  7928.             <xsd:annotation>
  7929.               <xsd:documentation xml:lang="en">A monetary amount.</xsd:documentation>
  7930.             </xsd:annotation>
  7931.           </xsd:attribute>
  7932.           <xsd:attribute name="CurrencyCode" type="AlphaLength3" use="optional">
  7933.             <xsd:annotation>
  7934.               <xsd:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xsd:documentation>
  7935.             </xsd:annotation>
  7936.           </xsd:attribute>
  7937.           <xsd:attribute name="DecimalPlaces" type="xsd:nonNegativeInteger" use="optional">
  7938.             <xsd:annotation>
  7939.               <xsd:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xsd:documentation>
  7940.             </xsd:annotation>
  7941.           </xsd:attribute>
  7942.           <xsd:attribute name="ExistsCode" type="OTA_CodeType" use="optional">
  7943.             <xsd:annotation>
  7944.               <xsd:documentation xml:lang="en">This attribute is used to explicitly define whether the type of transportation applies. Refer to OpenTravel Code list Option Type Code (OTC). This is used in conjunction with TransportationCode.</xsd:documentation>
  7945.             </xsd:annotation>
  7946.           </xsd:attribute>
  7947.           <xsd:attribute name="ID" type="StringLength1to32" use="optional">
  7948.             <xsd:annotation>
  7949.               <xsd:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xsd:documentation>
  7950.             </xsd:annotation>
  7951.           </xsd:attribute>
  7952.         </xsd:complexType>
  7953.       </xsd:element>
  7954.     </xsd:sequence>
  7955.   </xsd:complexType>
  7956.   <xsd:complexType name="TravelDateTimeType">
  7957.     <xsd:annotation>
  7958.       <xsd:documentation xml:lang="en">Date and time of trip that allows specifying a time window before and after the given date.</xsd:documentation>
  7959.     </xsd:annotation>
  7960.     <xsd:choice>
  7961.       <xsd:element name="DepartureDateTime" type="TimeInstantType">
  7962.         <xsd:annotation>
  7963.           <xsd:documentation xml:lang="en">The departure date and optionally a time period that can be applied before and/or after the departure date.</xsd:documentation>
  7964.         </xsd:annotation>
  7965.       </xsd:element>
  7966.       <xsd:element name="ArrivalDateTime" type="TimeInstantType">
  7967.         <xsd:annotation>
  7968.           <xsd:documentation xml:lang="en">The arrival date and optionally a time period that can be applied before and/or after the arrival date.</xsd:documentation>
  7969.         </xsd:annotation>
  7970.       </xsd:element>
  7971.     </xsd:choice>
  7972.   </xsd:complexType>
  7973.   <xsd:complexType name="TravelerRPHs">
  7974.     <xsd:annotation>
  7975.       <xsd:documentation xml:lang="en">A container to relate individual travelers to an inventory or chargeable item.</xsd:documentation>
  7976.     </xsd:annotation>
  7977.     <xsd:sequence>
  7978.       <xsd:element maxOccurs="99" name="TravelerRPH">
  7979.         <xsd:annotation>
  7980.           <xsd:documentation xml:lang="en">Provides a pointer to a traveler defined elsewhere in this message.</xsd:documentation>
  7981.         </xsd:annotation>
  7982.         <xsd:complexType>
  7983.           <xsd:attribute name="RPH" type="RPH_Type" use="required">
  7984.             <xsd:annotation>
  7985.               <xsd:documentation xml:lang="en">A pointer to identify a traveler defined elsewhere in this message.</xsd:documentation>
  7986.             </xsd:annotation>
  7987.           </xsd:attribute>
  7988.         </xsd:complexType>
  7989.       </xsd:element>
  7990.     </xsd:sequence>
  7991.   </xsd:complexType>
  7992.   <xsd:complexType name="UniqueID_Type">
  7993.     <xsd:annotation>
  7994.       <xsd:documentation xml:lang="en">An identifier used to uniquely reference an object in a system (e.g. an airline reservation reference, customer profile reference, booking confirmation number, or a reference to a previous availability quote).</xsd:documentation>
  7995.     </xsd:annotation>
  7996.     <xsd:sequence>
  7997.       <xsd:element minOccurs="0" name="CompanyName" type="CompanyNameType">
  7998.         <xsd:annotation>
  7999.           <xsd:documentation xml:lang="en">Identifies the company that is associated with the UniqueID.</xsd:documentation>
  8000.         </xsd:annotation>
  8001.       </xsd:element>
  8002.     </xsd:sequence>
  8003.     <xsd:attribute name="URL" type="xsd:anyURI" use="optional">
  8004.       <xsd:annotation>
  8005.         <xsd:documentation xml:lang="en">URL that identifies the location associated with the record identified by the UniqueID.</xsd:documentation>
  8006.       </xsd:annotation>
  8007.     </xsd:attribute>
  8008.     <xsd:attribute name="Type" type="OTA_CodeType" use="required">
  8009.       <xsd:annotation>
  8010.         <xsd:documentation xml:lang="en">A reference to the type of object defined by the UniqueID element. Refer to OpenTravel Code List Unique ID Type (UIT).</xsd:documentation>
  8011.       </xsd:annotation>
  8012.     </xsd:attribute>
  8013.     <xsd:attribute name="Instance" type="StringLength1to32" use="optional">
  8014.       <xsd:annotation>
  8015.         <xsd:documentation xml:lang="en">The identification of a record as it exists at a point in time. An instance is used in update messages where the sender must assure the server that the update sent refers to the most recent modification level of the object being updated.</xsd:documentation>
  8016.       </xsd:annotation>
  8017.     </xsd:attribute>
  8018.     <xsd:attribute name="ID" type="StringLength1to32" use="required">
  8019.       <xsd:annotation>
  8020.         <xsd:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xsd:documentation>
  8021.       </xsd:annotation>
  8022.     </xsd:attribute>
  8023.     <xsd:attribute name="ID_Context" type="StringLength1to32" use="optional">
  8024.       <xsd:annotation>
  8025.         <xsd:documentation xml:lang="en">Used to identify the source of the identifier (e.g., IATA, ABTA).</xsd:documentation>
  8026.       </xsd:annotation>
  8027.     </xsd:attribute>
  8028.   </xsd:complexType>
  8029.   <xsd:complexType name="URL_Type">
  8030.     <xsd:annotation>
  8031.       <xsd:documentation xml:lang="en">Web site address, in IETF specified format.</xsd:documentation>
  8032.     </xsd:annotation>
  8033.     <xsd:simpleContent>
  8034.       <xsd:extension base="xsd:anyURI">
  8035.         <xsd:attribute name="ShareSynchInd" use="optional">
  8036.           <xsd:annotation>
  8037.             <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  8038.           </xsd:annotation>
  8039.           <xsd:simpleType>
  8040.             <xsd:annotation>
  8041.               <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  8042.             </xsd:annotation>
  8043.             <xsd:restriction base="xsd:NMTOKEN">
  8044.               <xsd:enumeration value="Yes" />
  8045.               <xsd:enumeration value="No" />
  8046.               <xsd:enumeration value="Inherit" />
  8047.             </xsd:restriction>
  8048.           </xsd:simpleType>
  8049.         </xsd:attribute>
  8050.         <xsd:attribute name="ShareMarketInd" use="optional">
  8051.           <xsd:annotation>
  8052.             <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  8053.           </xsd:annotation>
  8054.           <xsd:simpleType>
  8055.             <xsd:annotation>
  8056.               <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  8057.             </xsd:annotation>
  8058.             <xsd:restriction base="xsd:NMTOKEN">
  8059.               <xsd:enumeration value="Yes" />
  8060.               <xsd:enumeration value="No" />
  8061.               <xsd:enumeration value="Inherit" />
  8062.             </xsd:restriction>
  8063.           </xsd:simpleType>
  8064.         </xsd:attribute>
  8065.         <xsd:attribute name="Type" type="StringLength1to16" use="optional">
  8066.           <xsd:annotation>
  8067.             <xsd:documentation xml:lang="en">Defines the purpose of the URL address, such as personal, business, public, etc.</xsd:documentation>
  8068.           </xsd:annotation>
  8069.         </xsd:attribute>
  8070.         <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  8071.           <xsd:annotation>
  8072.             <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  8073.           </xsd:annotation>
  8074.         </xsd:attribute>
  8075.       </xsd:extension>
  8076.     </xsd:simpleContent>
  8077.   </xsd:complexType>
  8078.   <xsd:complexType name="VendorMessagesType">
  8079.     <xsd:annotation>
  8080.       <xsd:documentation xml:lang="en">Collection of vendor messages.</xsd:documentation>
  8081.     </xsd:annotation>
  8082.     <xsd:sequence>
  8083.       <xsd:element maxOccurs="99" name="VendorMessage" type="VendorMessageType">
  8084.         <xsd:annotation>
  8085.           <xsd:documentation xml:lang="en">A specific message associated with this vendor.</xsd:documentation>
  8086.         </xsd:annotation>
  8087.       </xsd:element>
  8088.     </xsd:sequence>
  8089.   </xsd:complexType>
  8090.   <xsd:complexType name="VendorMessageType">
  8091.     <xsd:annotation>
  8092.       <xsd:documentation xml:lang="en">Provides formatted textual information that a vendor wishes to make known. The type of information is indicated.</xsd:documentation>
  8093.     </xsd:annotation>
  8094.     <xsd:complexContent>
  8095.       <xsd:extension base="FormattedTextType">
  8096.         <xsd:attribute name="InfoType" type="OTA_CodeType" use="required">
  8097.           <xsd:annotation>
  8098.             <xsd:documentation xml:lang="en">To define the type of information such as Description, Policy, Marketing, etc. Refer to OpenTravel Code List Information Type (INF).</xsd:documentation>
  8099.           </xsd:annotation>
  8100.         </xsd:attribute>
  8101.       </xsd:extension>
  8102.     </xsd:complexContent>
  8103.   </xsd:complexType>
  8104.   <xsd:complexType name="VerificationType">
  8105.     <xsd:annotation>
  8106.       <xsd:documentation xml:lang="en">Collection of data used to ensure the correct reservation is canceled or modified (e.g. in the case of a hotel reservation modification, a CustLoyalty/ MembershipID would be verified as part of the reservation that you plan to modify to ensure the correct reservation is being modified).</xsd:documentation>
  8107.     </xsd:annotation>
  8108.     <xsd:sequence>
  8109.       <xsd:element minOccurs="0" name="PersonName">
  8110.         <xsd:annotation>
  8111.           <xsd:documentation xml:lang="en">Detailed name information.</xsd:documentation>
  8112.         </xsd:annotation>
  8113.         <xsd:complexType>
  8114.           <xsd:complexContent>
  8115.             <xsd:extension base="PersonNameType">
  8116.               <xsd:attribute name="PartialName" type="xsd:boolean" use="optional">
  8117.                 <xsd:annotation>
  8118.                   <xsd:documentation xml:lang="en">When true the full name is not provided.</xsd:documentation>
  8119.                 </xsd:annotation>
  8120.               </xsd:attribute>
  8121.             </xsd:extension>
  8122.           </xsd:complexContent>
  8123.         </xsd:complexType>
  8124.       </xsd:element>
  8125.       <xsd:element minOccurs="0" name="Email" type="EmailType">
  8126.         <xsd:annotation>
  8127.           <xsd:documentation xml:lang="en">Information on an email address.</xsd:documentation>
  8128.         </xsd:annotation>
  8129.       </xsd:element>
  8130.       <xsd:element minOccurs="0" name="TelephoneInfo">
  8131.         <xsd:annotation>
  8132.           <xsd:documentation xml:lang="en">Information on a telephone number.</xsd:documentation>
  8133.         </xsd:annotation>
  8134.         <xsd:complexType>
  8135.           <xsd:attribute name="ShareSynchInd" use="optional">
  8136.             <xsd:annotation>
  8137.               <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  8138.             </xsd:annotation>
  8139.             <xsd:simpleType>
  8140.               <xsd:annotation>
  8141.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  8142.               </xsd:annotation>
  8143.               <xsd:restriction base="xsd:NMTOKEN">
  8144.                 <xsd:enumeration value="Yes" />
  8145.                 <xsd:enumeration value="No" />
  8146.                 <xsd:enumeration value="Inherit" />
  8147.               </xsd:restriction>
  8148.             </xsd:simpleType>
  8149.           </xsd:attribute>
  8150.           <xsd:attribute name="ShareMarketInd" use="optional">
  8151.             <xsd:annotation>
  8152.               <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  8153.             </xsd:annotation>
  8154.             <xsd:simpleType>
  8155.               <xsd:annotation>
  8156.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  8157.               </xsd:annotation>
  8158.               <xsd:restriction base="xsd:NMTOKEN">
  8159.                 <xsd:enumeration value="Yes" />
  8160.                 <xsd:enumeration value="No" />
  8161.                 <xsd:enumeration value="Inherit" />
  8162.               </xsd:restriction>
  8163.             </xsd:simpleType>
  8164.           </xsd:attribute>
  8165.           <xsd:attribute name="PhoneLocationType" type="OTA_CodeType" use="optional">
  8166.             <xsd:annotation>
  8167.               <xsd:documentation xml:lang="en">Describes the location of the phone, such as Home, Office, Property Reservation Office, etc. Refer to OpenTravel Code List Phone Location Type (PLT).</xsd:documentation>
  8168.             </xsd:annotation>
  8169.           </xsd:attribute>
  8170.           <xsd:attribute name="PhoneTechType" type="OTA_CodeType" use="optional">
  8171.             <xsd:annotation>
  8172.               <xsd:documentation xml:lang="en">Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OpenTravel Code List Phone Technology Type (PTT).</xsd:documentation>
  8173.             </xsd:annotation>
  8174.           </xsd:attribute>
  8175.           <xsd:attribute name="PhoneUseType" type="OTA_CodeType" use="optional">
  8176.             <xsd:annotation>
  8177.               <xsd:documentation xml:lang="en">Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OpenTravel Code List Phone Use Type (PUT).</xsd:documentation>
  8178.             </xsd:annotation>
  8179.           </xsd:attribute>
  8180.           <xsd:attribute name="CountryAccessCode" type="NumericStringLength1to3" use="optional">
  8181.             <xsd:annotation>
  8182.               <xsd:documentation xml:lang="en">Code assigned by telecommunications authorities for international country access identifier.</xsd:documentation>
  8183.             </xsd:annotation>
  8184.           </xsd:attribute>
  8185.           <xsd:attribute name="AreaCityCode" type="NumericStringLength1to8" use="optional">
  8186.             <xsd:annotation>
  8187.               <xsd:documentation xml:lang="en">Code assigned for telephones in a specific region, city, or area.</xsd:documentation>
  8188.             </xsd:annotation>
  8189.           </xsd:attribute>
  8190.           <xsd:attribute name="PhoneNumber" type="StringLength1to32" use="required">
  8191.             <xsd:annotation>
  8192.               <xsd:documentation xml:lang="en">Telephone number assigned to a single location.</xsd:documentation>
  8193.             </xsd:annotation>
  8194.           </xsd:attribute>
  8195.           <xsd:attribute name="Extension" type="NumericStringLength1to5" use="optional">
  8196.             <xsd:annotation>
  8197.               <xsd:documentation xml:lang="en">Extension to reach a specific party at the phone number.</xsd:documentation>
  8198.             </xsd:annotation>
  8199.           </xsd:attribute>
  8200.           <xsd:attribute name="PIN" type="StringLength1to8" use="optional">
  8201.             <xsd:annotation>
  8202.               <xsd:documentation xml:lang="en">Additional codes used for pager or telephone access rights.</xsd:documentation>
  8203.             </xsd:annotation>
  8204.           </xsd:attribute>
  8205.           <xsd:attribute name="Remark" type="StringLength1to128" use="optional">
  8206.             <xsd:annotation>
  8207.               <xsd:documentation xml:lang="en">A remark associated with the telephone number.</xsd:documentation>
  8208.             </xsd:annotation>
  8209.           </xsd:attribute>
  8210.           <xsd:attribute name="FormattedInd" type="xsd:boolean" use="optional">
  8211.             <xsd:annotation>
  8212.               <xsd:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xsd:documentation>
  8213.             </xsd:annotation>
  8214.           </xsd:attribute>
  8215.           <xsd:attribute name="DefaultInd" type="xsd:boolean" use="optional">
  8216.             <xsd:annotation>
  8217.               <xsd:documentation xml:lang="en">When true, indicates a default value should be used.</xsd:documentation>
  8218.             </xsd:annotation>
  8219.           </xsd:attribute>
  8220.           <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  8221.             <xsd:annotation>
  8222.               <xsd:documentation xml:lang="en">Used elsewhere in the message to reference a specific telephone number (including faxes).</xsd:documentation>
  8223.             </xsd:annotation>
  8224.           </xsd:attribute>
  8225.         </xsd:complexType>
  8226.       </xsd:element>
  8227.       <xsd:element minOccurs="0" name="PaymentCard" type="PaymentCardType">
  8228.         <xsd:annotation>
  8229.           <xsd:documentation xml:lang="en">Payment Card information.</xsd:documentation>
  8230.         </xsd:annotation>
  8231.       </xsd:element>
  8232.       <xsd:element minOccurs="0" name="AddressInfo" type="AddressInfoType">
  8233.         <xsd:annotation>
  8234.           <xsd:documentation xml:lang="en">Detailed information on an address.</xsd:documentation>
  8235.         </xsd:annotation>
  8236.       </xsd:element>
  8237.       <xsd:element minOccurs="0" maxOccurs="5" name="CustLoyalty">
  8238.         <xsd:annotation>
  8239.           <xsd:documentation xml:lang="en">Loyalty program information.</xsd:documentation>
  8240.         </xsd:annotation>
  8241.         <xsd:complexType>
  8242.           <xsd:attribute name="ShareSynchInd" use="optional">
  8243.             <xsd:annotation>
  8244.               <xsd:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xsd:documentation>
  8245.             </xsd:annotation>
  8246.             <xsd:simpleType>
  8247.               <xsd:annotation>
  8248.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xsd:documentation>
  8249.               </xsd:annotation>
  8250.               <xsd:restriction base="xsd:NMTOKEN">
  8251.                 <xsd:enumeration value="Yes" />
  8252.                 <xsd:enumeration value="No" />
  8253.                 <xsd:enumeration value="Inherit" />
  8254.               </xsd:restriction>
  8255.             </xsd:simpleType>
  8256.           </xsd:attribute>
  8257.           <xsd:attribute name="ShareMarketInd" use="optional">
  8258.             <xsd:annotation>
  8259.               <xsd:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xsd:documentation>
  8260.             </xsd:annotation>
  8261.             <xsd:simpleType>
  8262.               <xsd:annotation>
  8263.                 <xsd:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xsd:documentation>
  8264.               </xsd:annotation>
  8265.               <xsd:restriction base="xsd:NMTOKEN">
  8266.                 <xsd:enumeration value="Yes" />
  8267.                 <xsd:enumeration value="No" />
  8268.                 <xsd:enumeration value="Inherit" />
  8269.               </xsd:restriction>
  8270.             </xsd:simpleType>
  8271.           </xsd:attribute>
  8272.           <xsd:attribute name="ProgramID" type="StringLength1to16" use="optional">
  8273.             <xsd:annotation>
  8274.               <xsd:documentation xml:lang="en">Identifier to indicate the company owner of the loyalty program.</xsd:documentation>
  8275.             </xsd:annotation>
  8276.           </xsd:attribute>
  8277.           <xsd:attribute name="MembershipID" type="StringLength1to32" use="optional">
  8278.             <xsd:annotation>
  8279.               <xsd:documentation xml:lang="en">Unique identifier of the member in the program (membership number, account number, etc.).</xsd:documentation>
  8280.             </xsd:annotation>
  8281.           </xsd:attribute>
  8282.           <xsd:attribute name="TravelSector" type="OTA_CodeType" use="optional">
  8283.             <xsd:annotation>
  8284.               <xsd:documentation xml:lang="en">Identifies the travel sector. Refer to OpenTravel Code List Travel Sector (TVS).</xsd:documentation>
  8285.             </xsd:annotation>
  8286.           </xsd:attribute>
  8287.           <xsd:attribute name="LoyalLevel" type="StringLength1to16" use="optional">
  8288.             <xsd:annotation>
  8289.               <xsd:documentation xml:lang="en">Indicates special privileges in program assigned to individual.</xsd:documentation>
  8290.             </xsd:annotation>
  8291.           </xsd:attribute>
  8292.           <xsd:attribute name="LoyalLevelCode" type="Numeric1to3" use="optional">
  8293.             <xsd:annotation>
  8294.               <xsd:documentation xml:lang="en">Provides a numeric code assigned to a particular loyalty level.</xsd:documentation>
  8295.             </xsd:annotation>
  8296.           </xsd:attribute>
  8297.           <xsd:attribute name="SingleVendorInd" use="optional">
  8298.             <xsd:annotation>
  8299.               <xsd:documentation xml:lang="en">Indicates if program is affiliated with a group of related offers accumulating credits.</xsd:documentation>
  8300.             </xsd:annotation>
  8301.             <xsd:simpleType>
  8302.               <xsd:restriction base="xsd:NMTOKEN">
  8303.                 <xsd:enumeration value="SingleVndr">
  8304.                   <xsd:annotation>
  8305.                     <xsd:documentation xml:lang="en">Indicates the program is not part of an alliance.</xsd:documentation>
  8306.                   </xsd:annotation>
  8307.                 </xsd:enumeration>
  8308.                 <xsd:enumeration value="Alliance">
  8309.                   <xsd:annotation>
  8310.                     <xsd:documentation xml:lang="en">Indicates the program is part of an alliance.</xsd:documentation>
  8311.                   </xsd:annotation>
  8312.                 </xsd:enumeration>
  8313.               </xsd:restriction>
  8314.             </xsd:simpleType>
  8315.           </xsd:attribute>
  8316.           <xsd:attribute name="SignupDate" type="xsd:date" use="optional">
  8317.             <xsd:annotation>
  8318.               <xsd:documentation xml:lang="en">Indicates when the member signed up for the loyalty program.</xsd:documentation>
  8319.             </xsd:annotation>
  8320.           </xsd:attribute>
  8321.           <xsd:attribute name="EffectiveDate" type="xsd:date" use="optional">
  8322.             <xsd:annotation>
  8323.               <xsd:documentation xml:lang="en">Indicates the starting date.</xsd:documentation>
  8324.             </xsd:annotation>
  8325.           </xsd:attribute>
  8326.           <xsd:attribute name="ExpireDate" type="xsd:date" use="optional">
  8327.             <xsd:annotation>
  8328.               <xsd:documentation xml:lang="en">Indicates the ending date.</xsd:documentation>
  8329.             </xsd:annotation>
  8330.           </xsd:attribute>
  8331.           <xsd:attribute name="ExpireDateExclusiveIndicator" type="xsd:boolean" use="optional">
  8332.             <xsd:annotation>
  8333.               <xsd:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15  the last date of the period is Oct 14).</xsd:documentation>
  8334.             </xsd:annotation>
  8335.           </xsd:attribute>
  8336.           <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  8337.             <xsd:annotation>
  8338.               <xsd:documentation xml:lang="en">A reference placeholder for this loyalty membership.</xsd:documentation>
  8339.             </xsd:annotation>
  8340.           </xsd:attribute>
  8341.           <xsd:attribute name="VendorCode" type="ListOfStringLength1to8" use="optional">
  8342.             <xsd:annotation>
  8343.               <xsd:documentation xml:lang="en">Indicate the partner(s)/vendor(s) for which the customer loyalty number is valid.</xsd:documentation>
  8344.             </xsd:annotation>
  8345.           </xsd:attribute>
  8346.           <xsd:attribute name="PrimaryLoyaltyIndicator" type="xsd:boolean" use="optional">
  8347.             <xsd:annotation>
  8348.               <xsd:documentation xml:lang="en">When true, indicates this is the primary customer loyalty program and when false, indicates this is not the primary customer loyalty program.</xsd:documentation>
  8349.             </xsd:annotation>
  8350.           </xsd:attribute>
  8351.           <xsd:attribute name="AllianceLoyaltyLevelName" type="StringLength1to128" use="optional">
  8352.             <xsd:annotation>
  8353.               <xsd:documentation xml:lang="en">Name of the alliance loyalty level (e.g.,OneWorld  uses Emerald, Ruby, etc and SkyTeam uses Elite, etc.)</xsd:documentation>
  8354.             </xsd:annotation>
  8355.           </xsd:attribute>
  8356.           <xsd:attribute name="CustomerType" type="StringLength1to8" use="optional">
  8357.             <xsd:annotation>
  8358.               <xsd:documentation xml:lang="en">Original assessment of the customer by the travel agent.</xsd:documentation>
  8359.             </xsd:annotation>
  8360.           </xsd:attribute>
  8361.           <xsd:attribute name="CustomerValue" type="StringLength1to8" use="optional">
  8362.             <xsd:annotation>
  8363.               <xsd:documentation xml:lang="en">The supplier's ranking of the customer (e.g., VIP, numerical ranking).</xsd:documentation>
  8364.             </xsd:annotation>
  8365.           </xsd:attribute>
  8366.           <xsd:attribute name="Password" type="StringLength1to32" use="optional">
  8367.             <xsd:annotation>
  8368.               <xsd:documentation xml:lang="en">The password for the member in the program. </xsd:documentation>
  8369.             </xsd:annotation>
  8370.           </xsd:attribute>
  8371.         </xsd:complexType>
  8372.       </xsd:element>
  8373.       <xsd:element minOccurs="0" maxOccurs="5" name="Vendor" type="CompanyNameType">
  8374.         <xsd:annotation>
  8375.           <xsd:documentation xml:lang="en">Vendor or vendors associated with the reservation.</xsd:documentation>
  8376.         </xsd:annotation>
  8377.       </xsd:element>
  8378.       <xsd:element minOccurs="0" name="ReservationTimeSpan">
  8379.         <xsd:annotation>
  8380.           <xsd:documentation xml:lang="en">The start and end date of the reservation.</xsd:documentation>
  8381.         </xsd:annotation>
  8382.         <xsd:complexType>
  8383.           <xsd:attribute name="Start" type="DateOrTimeOrDateTimeType" use="optional">
  8384.             <xsd:annotation>
  8385.               <xsd:documentation xml:lang="en">The starting value of the time span.</xsd:documentation>
  8386.             </xsd:annotation>
  8387.           </xsd:attribute>
  8388.           <xsd:attribute name="Duration" type="DurationType" use="optional">
  8389.             <xsd:annotation>
  8390.               <xsd:documentation xml:lang="en">The duration datatype represents a combination of year, month, day and time values representing a single duration of time, encoded as a single string.</xsd:documentation>
  8391.             </xsd:annotation>
  8392.           </xsd:attribute>
  8393.           <xsd:attribute name="End" type="DateOrTimeOrDateTimeType" use="optional">
  8394.             <xsd:annotation>
  8395.               <xsd:documentation xml:lang="en">The ending value of the time span.</xsd:documentation>
  8396.             </xsd:annotation>
  8397.           </xsd:attribute>
  8398.         </xsd:complexType>
  8399.       </xsd:element>
  8400.       <xsd:element minOccurs="0" maxOccurs="5" name="AssociatedQuantity">
  8401.         <xsd:annotation>
  8402.           <xsd:documentation xml:lang="en">Quantity or quantities that are associated with the reservation (e.g., number of seats, number of rooms, number of people).</xsd:documentation>
  8403.         </xsd:annotation>
  8404.         <xsd:complexType>
  8405.           <xsd:attribute name="Code" type="StringLength1to8" use="optional">
  8406.             <xsd:annotation>
  8407.               <xsd:documentation xml:lang="en">Any code used to specify an item, for example, type of traveler, service code, room amenity, etc.</xsd:documentation>
  8408.             </xsd:annotation>
  8409.           </xsd:attribute>
  8410.           <xsd:attribute name="CodeContext" type="StringLength1to32" use="optional">
  8411.             <xsd:annotation>
  8412.               <xsd:documentation xml:lang="en">Identifies the source authority for the code.</xsd:documentation>
  8413.             </xsd:annotation>
  8414.           </xsd:attribute>
  8415.           <xsd:attribute name="URI" type="xsd:anyURI" use="optional">
  8416.             <xsd:annotation>
  8417.               <xsd:documentation xml:lang="en">Identifies the location of the code table.</xsd:documentation>
  8418.             </xsd:annotation>
  8419.           </xsd:attribute>
  8420.           <xsd:attribute name="Quantity" type="xsd:nonNegativeInteger" use="optional">
  8421.             <xsd:annotation>
  8422.               <xsd:documentation xml:lang="en">Used to define the quantity for an associated element or attribute.</xsd:documentation>
  8423.             </xsd:annotation>
  8424.           </xsd:attribute>
  8425.         </xsd:complexType>
  8426.       </xsd:element>
  8427.       <xsd:element minOccurs="0" name="StartLocation">
  8428.         <xsd:annotation>
  8429.           <xsd:documentation xml:lang="en">Start location associated with the reservation.</xsd:documentation>
  8430.         </xsd:annotation>
  8431.         <xsd:complexType>
  8432.           <xsd:simpleContent>
  8433.             <xsd:extension base="LocationType">
  8434.               <xsd:attribute name="AssociatedDateTime" type="xsd:dateTime" use="optional">
  8435.                 <xsd:annotation>
  8436.                   <xsd:documentation xml:lang="en">A date and time associated with this start location.</xsd:documentation>
  8437.                 </xsd:annotation>
  8438.               </xsd:attribute>
  8439.             </xsd:extension>
  8440.           </xsd:simpleContent>
  8441.         </xsd:complexType>
  8442.       </xsd:element>
  8443.       <xsd:element minOccurs="0" name="EndLocation">
  8444.         <xsd:annotation>
  8445.           <xsd:documentation xml:lang="en">End location associated with the reservation.</xsd:documentation>
  8446.         </xsd:annotation>
  8447.         <xsd:complexType>
  8448.           <xsd:simpleContent>
  8449.             <xsd:extension base="LocationType">
  8450.               <xsd:attribute name="AssociatedDateTime" type="xsd:dateTime" use="optional">
  8451.                 <xsd:annotation>
  8452.                   <xsd:documentation xml:lang="en">A date and time associated with this end location.</xsd:documentation>
  8453.                 </xsd:annotation>
  8454.               </xsd:attribute>
  8455.             </xsd:extension>
  8456.           </xsd:simpleContent>
  8457.         </xsd:complexType>
  8458.       </xsd:element>
  8459.       <xsd:element minOccurs="0" ref="TPA_Extensions" />
  8460.     </xsd:sequence>
  8461.   </xsd:complexType>
  8462.   <xsd:complexType name="VideoDescriptionType">
  8463.     <xsd:annotation>
  8464.       <xsd:documentation xml:lang="en">Describes a video item.</xsd:documentation>
  8465.     </xsd:annotation>
  8466.     <xsd:sequence>
  8467.       <xsd:element minOccurs="0" maxOccurs="unbounded" name="VideoFormat">
  8468.         <xsd:annotation>
  8469.           <xsd:documentation xml:lang="en">A set of video of a given category can be provided in different Format, each format will be described in this element.</xsd:documentation>
  8470.         </xsd:annotation>
  8471.         <xsd:complexType>
  8472.           <xsd:complexContent>
  8473.             <xsd:extension base="VideoItemType">
  8474.               <xsd:attribute name="ContentID" type="StringLength1to64" use="optional">
  8475.                 <xsd:annotation>
  8476.                   <xsd:documentation xml:lang="en">The content ID of a file attachment with the prefix 'cid:'. The value of this can be used to retrieve the corresponding attachment by the receiving system.</xsd:documentation>
  8477.                 </xsd:annotation>
  8478.               </xsd:attribute>
  8479.               <xsd:attribute name="Title" type="StringLength1to64" use="optional">
  8480.                 <xsd:annotation>
  8481.                   <xsd:documentation xml:lang="en">The title of the multimedia object.</xsd:documentation>
  8482.                 </xsd:annotation>
  8483.               </xsd:attribute>
  8484.               <xsd:attribute name="Author" type="StringLength1to64" use="optional">
  8485.                 <xsd:annotation>
  8486.                   <xsd:documentation xml:lang="en">The author of the multimedia object.</xsd:documentation>
  8487.                 </xsd:annotation>
  8488.               </xsd:attribute>
  8489.               <xsd:attribute name="CopyrightNotice" type="StringLength1to64" use="optional">
  8490.                 <xsd:annotation>
  8491.                   <xsd:documentation xml:lang="en">A copyright notice for the multimedia object.</xsd:documentation>
  8492.                 </xsd:annotation>
  8493.               </xsd:attribute>
  8494.               <xsd:attribute name="CopyrightOwner" type="StringLength1to64" use="optional">
  8495.                 <xsd:annotation>
  8496.                   <xsd:documentation xml:lang="en">Owner of the copyright for the multimedia content.</xsd:documentation>
  8497.                 </xsd:annotation>
  8498.               </xsd:attribute>
  8499.               <xsd:attribute name="CopyrightStart" type="DateOrDateTimeType" use="optional">
  8500.                 <xsd:annotation>
  8501.                   <xsd:documentation xml:lang="en">The start date for which the multimedia content rights are claimed.</xsd:documentation>
  8502.                 </xsd:annotation>
  8503.               </xsd:attribute>
  8504.               <xsd:attribute name="CopyrightEnd" type="DateOrDateTimeType" use="optional">
  8505.                 <xsd:annotation>
  8506.                   <xsd:documentation xml:lang="en">The end date for which the multimedia content rights are claimed.</xsd:documentation>
  8507.                 </xsd:annotation>
  8508.               </xsd:attribute>
  8509.               <xsd:attribute name="EffectiveStart" type="DateOrDateTimeType" use="optional">
  8510.                 <xsd:annotation>
  8511.                   <xsd:documentation xml:lang="en">The start date for which the content is considered valid.</xsd:documentation>
  8512.                 </xsd:annotation>
  8513.               </xsd:attribute>
  8514.               <xsd:attribute name="EffectiveEnd" type="DateOrDateTimeType" use="optional">
  8515.                 <xsd:annotation>
  8516.                   <xsd:documentation xml:lang="en">The end date for which the content is considered valid.</xsd:documentation>
  8517.                 </xsd:annotation>
  8518.               </xsd:attribute>
  8519.               <xsd:attribute name="ApplicableStart" type="DateOrMonthDay" use="optional">
  8520.                 <xsd:annotation>
  8521.                   <xsd:documentation xml:lang="en">Start month and day or date for which the multimedia content is relevent (e.g. the start of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xsd:documentation>
  8522.                 </xsd:annotation>
  8523.               </xsd:attribute>
  8524.               <xsd:attribute name="ApplicableEnd" type="DateOrMonthDay" use="optional">
  8525.                 <xsd:annotation>
  8526.                   <xsd:documentation xml:lang="en">End month and day or date for which the multimedia content is relevent (e.g. the end of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xsd:documentation>
  8527.                 </xsd:annotation>
  8528.               </xsd:attribute>
  8529.               <xsd:attribute name="RecordID" type="StringLength1to32" use="optional">
  8530.                 <xsd:annotation>
  8531.                   <xsd:documentation xml:lang="en">Uniquely identifies this file in the message.</xsd:documentation>
  8532.                 </xsd:annotation>
  8533.               </xsd:attribute>
  8534.               <xsd:attribute name="SourceID" type="StringLength1to32" use="optional">
  8535.                 <xsd:annotation>
  8536.                   <xsd:documentation xml:lang="en">Unique identifier for the source of the multimedia object (e.g., the original image file).</xsd:documentation>
  8537.                 </xsd:annotation>
  8538.               </xsd:attribute>
  8539.               <xsd:attribute name="ID" type="StringLength1to32" use="optional">
  8540.                 <xsd:annotation>
  8541.                   <xsd:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xsd:documentation>
  8542.                 </xsd:annotation>
  8543.               </xsd:attribute>
  8544.             </xsd:extension>
  8545.           </xsd:complexContent>
  8546.         </xsd:complexType>
  8547.       </xsd:element>
  8548.     </xsd:sequence>
  8549.     <xsd:attribute name="Category" type="OTA_CodeType" use="optional">
  8550.       <xsd:annotation>
  8551.         <xsd:documentation xml:lang="en">Specifies the video category. Refer to OpenTravel Code list Picture Category Code (PIC).</xsd:documentation>
  8552.       </xsd:annotation>
  8553.     </xsd:attribute>
  8554.   </xsd:complexType>
  8555.   <xsd:complexType name="VideoItemsType">
  8556.     <xsd:annotation>
  8557.       <xsd:documentation xml:lang="en">Collection of video items.</xsd:documentation>
  8558.     </xsd:annotation>
  8559.     <xsd:sequence>
  8560.       <xsd:element maxOccurs="unbounded" name="VideoItem">
  8561.         <xsd:annotation>
  8562.           <xsd:documentation xml:lang="en">Each video item represents a specific category.</xsd:documentation>
  8563.         </xsd:annotation>
  8564.         <xsd:complexType>
  8565.           <xsd:complexContent>
  8566.             <xsd:extension base="VideoDescriptionType">
  8567.               <xsd:attribute name="Language" type="xsd:language" use="optional">
  8568.                 <xsd:annotation>
  8569.                   <xsd:documentation xml:lang="en">The language associated with the caption for the video.</xsd:documentation>
  8570.                 </xsd:annotation>
  8571.               </xsd:attribute>
  8572.               <xsd:attribute name="Caption" type="StringLength1to128" use="optional">
  8573.                 <xsd:annotation>
  8574.                   <xsd:documentation xml:lang="en">The caption associated to a specific video category which can be provided in different languages.</xsd:documentation>
  8575.                 </xsd:annotation>
  8576.               </xsd:attribute>
  8577.               <xsd:attribute name="Removal" type="xsd:boolean" use="optional">
  8578.                 <xsd:annotation>
  8579.                   <xsd:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xsd:documentation>
  8580.                   <xsd:documentation xml:lang="en">
  8581.                     <LegacyDefaultValue xmlns="">false</LegacyDefaultValue>
  8582.                   </xsd:documentation>
  8583.                 </xsd:annotation>
  8584.               </xsd:attribute>
  8585.               <xsd:attribute name="Version" type="xsd:string" use="optional">
  8586.                 <xsd:annotation>
  8587.                   <xsd:documentation xml:lang="en">The version of the video item.</xsd:documentation>
  8588.                 </xsd:annotation>
  8589.               </xsd:attribute>
  8590.               <xsd:attribute name="CreateDateTime" type="xsd:dateTime" use="optional">
  8591.                 <xsd:annotation>
  8592.                   <xsd:documentation xml:lang="en">Time stamp of the creation.</xsd:documentation>
  8593.                 </xsd:annotation>
  8594.               </xsd:attribute>
  8595.               <xsd:attribute name="CreatorID" type="StringLength1to32" use="optional">
  8596.                 <xsd:annotation>
  8597.                   <xsd:documentation xml:lang="en">ID of creator. The creator could be a software system identifier or an identifier of an employee resposible for the creation.</xsd:documentation>
  8598.                 </xsd:annotation>
  8599.               </xsd:attribute>
  8600.               <xsd:attribute name="LastModifyDateTime" type="xsd:dateTime" use="optional">
  8601.                 <xsd:annotation>
  8602.                   <xsd:documentation xml:lang="en">Time stamp of last modification.</xsd:documentation>
  8603.                 </xsd:annotation>
  8604.               </xsd:attribute>
  8605.               <xsd:attribute name="LastModifierID" type="StringLength1to32" use="optional">
  8606.                 <xsd:annotation>
  8607.                   <xsd:documentation xml:lang="en">Identifies the last software system or person to modify a record.</xsd:documentation>
  8608.                 </xsd:annotation>
  8609.               </xsd:attribute>
  8610.               <xsd:attribute name="PurgeDate" type="xsd:date" use="optional">
  8611.                 <xsd:annotation>
  8612.                   <xsd:documentation xml:lang="en">Date an item will be purged from a database (e.g., from a live database to an archive).</xsd:documentation>
  8613.                 </xsd:annotation>
  8614.               </xsd:attribute>
  8615.             </xsd:extension>
  8616.           </xsd:complexContent>
  8617.         </xsd:complexType>
  8618.       </xsd:element>
  8619.     </xsd:sequence>
  8620.   </xsd:complexType>
  8621.   <xsd:complexType name="VideoItemType">
  8622.     <xsd:annotation>
  8623.       <xsd:documentation xml:lang="en">Details for a video of a given category.</xsd:documentation>
  8624.     </xsd:annotation>
  8625.     <xsd:sequence>
  8626.       <xsd:element minOccurs="0" name="URL" type="xsd:anyURI">
  8627.         <xsd:annotation>
  8628.           <xsd:documentation xml:lang="en">URL of the multimedia item for a specific format.</xsd:documentation>
  8629.         </xsd:annotation>
  8630.       </xsd:element>
  8631.     </xsd:sequence>
  8632.     <xsd:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional">
  8633.       <xsd:annotation>
  8634.         <xsd:documentation xml:lang="en">The unit of measure associated with all the dimensions of the multimedia item. Refer to OpenTravel Code list Unit of Measure (UOM).</xsd:documentation>
  8635.       </xsd:annotation>
  8636.     </xsd:attribute>
  8637.     <xsd:attribute name="Width" type="xsd:positiveInteger" use="optional">
  8638.       <xsd:annotation>
  8639.         <xsd:documentation xml:lang="en">The width of the video item (unit specified by unit of measure).</xsd:documentation>
  8640.       </xsd:annotation>
  8641.     </xsd:attribute>
  8642.     <xsd:attribute name="Height" type="xsd:positiveInteger" use="optional">
  8643.       <xsd:annotation>
  8644.         <xsd:documentation xml:lang="en">The height of the video item (unit specified by unit of measure).</xsd:documentation>
  8645.       </xsd:annotation>
  8646.     </xsd:attribute>
  8647.     <xsd:attribute name="BitRate" type="xsd:positiveInteger" use="optional">
  8648.       <xsd:annotation>
  8649.         <xsd:documentation xml:lang="en">The bit rate of the video item.</xsd:documentation>
  8650.       </xsd:annotation>
  8651.     </xsd:attribute>
  8652.     <xsd:attribute name="Length" type="xsd:positiveInteger" use="optional">
  8653.       <xsd:annotation>
  8654.         <xsd:documentation xml:lang="en">The length of the video item (unit specified by unit of measure).</xsd:documentation>
  8655.       </xsd:annotation>
  8656.     </xsd:attribute>
  8657.     <xsd:attribute name="Language" type="xsd:language" use="optional">
  8658.       <xsd:annotation>
  8659.         <xsd:documentation xml:lang="en">Identifies the language of the multimedia item.</xsd:documentation>
  8660.       </xsd:annotation>
  8661.     </xsd:attribute>
  8662.     <xsd:attribute name="Format" type="OTA_CodeType" use="optional">
  8663.       <xsd:annotation>
  8664.         <xsd:documentation xml:lang="en">The code associated with the format of the multimedia item. Refer to OpenTravel Code list Content Format Code (CFC).</xsd:documentation>
  8665.       </xsd:annotation>
  8666.     </xsd:attribute>
  8667.     <xsd:attribute name="FileSize" type="xsd:positiveInteger" use="optional">
  8668.       <xsd:annotation>
  8669.         <xsd:documentation xml:lang="en">The size of the multimedia file in bytes.</xsd:documentation>
  8670.       </xsd:annotation>
  8671.     </xsd:attribute>
  8672.     <xsd:attribute name="FileName" type="StringLength1to64" use="optional">
  8673.       <xsd:annotation>
  8674.         <xsd:documentation xml:lang="en">The name of the multimedia  file.</xsd:documentation>
  8675.       </xsd:annotation>
  8676.     </xsd:attribute>
  8677.   </xsd:complexType>
  8678.   <xsd:complexType name="WarningsType">
  8679.     <xsd:annotation>
  8680.       <xsd:documentation xml:lang="en">Collection of warnings.</xsd:documentation>
  8681.     </xsd:annotation>
  8682.     <xsd:sequence>
  8683.       <xsd:element maxOccurs="999" name="Warning" type="WarningType">
  8684.         <xsd:annotation>
  8685.           <xsd:documentation xml:lang="en">Used in conjunction with the Success element to define a business error. </xsd:documentation>
  8686.         </xsd:annotation>
  8687.       </xsd:element>
  8688.     </xsd:sequence>
  8689.   </xsd:complexType>
  8690.   <xsd:complexType name="WarningType">
  8691.     <xsd:annotation>
  8692.       <xsd:documentation xml:lang="en">Used when a message has been successfully processed to report any warnings or business errors that occurred.</xsd:documentation>
  8693.     </xsd:annotation>
  8694.     <xsd:simpleContent>
  8695.       <xsd:extension base="FreeTextType">
  8696.         <xsd:attribute name="Type" type="OTA_CodeType" use="required">
  8697.           <xsd:annotation>
  8698.             <xsd:documentation xml:lang="en">The Warning element MUST contain the Type attribute that uses a recommended set of values to indicate the warning type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown". Refer to OpenTravel Code List Error Warning Type (EWT).</xsd:documentation>
  8699.           </xsd:annotation>
  8700.         </xsd:attribute>
  8701.         <xsd:attribute name="ShortText" type="StringLength1to64" use="optional">
  8702.           <xsd:annotation>
  8703.             <xsd:documentation xml:lang="en">An abbreviated version of the error in textual format.</xsd:documentation>
  8704.           </xsd:annotation>
  8705.         </xsd:attribute>
  8706.         <xsd:attribute name="Code" type="OTA_CodeType" use="optional">
  8707.           <xsd:annotation>
  8708.             <xsd:documentation xml:lang="en">If present, this refers to a table of coded values exchanged between applications to identify errors or warnings. Refer to OpenTravel Code List Error Codes (ERR).</xsd:documentation>
  8709.           </xsd:annotation>
  8710.         </xsd:attribute>
  8711.         <xsd:attribute name="DocURL" type="xsd:anyURI" use="optional">
  8712.           <xsd:annotation>
  8713.             <xsd:documentation xml:lang="en">If present, this URL refers to an online description of the error that occurred.</xsd:documentation>
  8714.           </xsd:annotation>
  8715.         </xsd:attribute>
  8716.         <xsd:attribute name="Status" type="StringLength1to64" use="optional">
  8717.           <xsd:annotation>
  8718.             <xsd:documentation xml:lang="en">If present, recommended values are those enumerated in the OTA_ErrorRS, (NotProcessed | Incomplete | Complete | Unknown) however, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration.</xsd:documentation>
  8719.           </xsd:annotation>
  8720.         </xsd:attribute>
  8721.         <xsd:attribute name="Tag" type="xsd:string" use="optional">
  8722.           <xsd:annotation>
  8723.             <xsd:documentation xml:lang="en">If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing].</xsd:documentation>
  8724.           </xsd:annotation>
  8725.         </xsd:attribute>
  8726.         <xsd:attribute name="RecordID" type="StringLength1to64" use="optional">
  8727.           <xsd:annotation>
  8728.             <xsd:documentation xml:lang="en">If present, this attribute allows for batch processing and the identification of the record that failed amongst a group of records. This value may contain a concatenation of a unique failed transaction ID with specific record(s) associated with that transaction.</xsd:documentation>
  8729.           </xsd:annotation>
  8730.         </xsd:attribute>
  8731.         <xsd:attribute name="RPH" type="RPH_Type" use="optional">
  8732.           <xsd:annotation>
  8733.             <xsd:documentation xml:lang="en">Reference Place Holder used as an index for this warning.</xsd:documentation>
  8734.           </xsd:annotation>
  8735.         </xsd:attribute>
  8736.       </xsd:extension>
  8737.     </xsd:simpleContent>
  8738.   </xsd:complexType>
  8739.   <xsd:complexType name="WrittenConfInstType">
  8740.     <xsd:annotation>
  8741.       <xsd:documentation xml:lang="en">Method by which confirmations should be delivered.</xsd:documentation>
  8742.     </xsd:annotation>
  8743.     <xsd:sequence>
  8744.       <xsd:element minOccurs="0" name="SupplementalData" type="ParagraphType">
  8745.         <xsd:annotation>
  8746.           <xsd:documentation xml:lang="en">Additional data that will be sent with the confirmation. This could be used to include a map, pictures, or any other information that the reservation source wishes to include with the confirmation.</xsd:documentation>
  8747.         </xsd:annotation>
  8748.       </xsd:element>
  8749.       <xsd:element minOccurs="0" name="Email" type="EmailType">
  8750.         <xsd:annotation>
  8751.           <xsd:documentation xml:lang="en">An email address to which the confirmation should be sent.</xsd:documentation>
  8752.         </xsd:annotation>
  8753.       </xsd:element>
  8754.     </xsd:sequence>
  8755.     <xsd:attribute name="LanguageID" type="xsd:string" use="optional">
  8756.       <xsd:annotation>
  8757.         <xsd:documentation xml:lang="en">The language in which the confirmation should be provided.</xsd:documentation>
  8758.       </xsd:annotation>
  8759.     </xsd:attribute>
  8760.     <xsd:attribute name="AddresseeName" type="xsd:string" use="optional">
  8761.       <xsd:annotation>
  8762.         <xsd:documentation xml:lang="en">The name to which the confirmation should be addressed.</xsd:documentation>
  8763.       </xsd:annotation>
  8764.     </xsd:attribute>
  8765.     <xsd:attribute name="Address" type="xsd:string" use="optional">
  8766.       <xsd:annotation>
  8767.         <xsd:documentation xml:lang="en">The mailing address to which the confirmation should be delivered.</xsd:documentation>
  8768.       </xsd:annotation>
  8769.     </xsd:attribute>
  8770.     <xsd:attribute name="Telephone" type="xsd:string" use="optional">
  8771.       <xsd:annotation>
  8772.         <xsd:documentation xml:lang="en">The telephone number associated with the delivery address.</xsd:documentation>
  8773.       </xsd:annotation>
  8774.     </xsd:attribute>
  8775.     <xsd:attribute name="ConfirmInd" type="xsd:boolean" use="optional">
  8776.       <xsd:annotation>
  8777.         <xsd:documentation xml:lang="en">When true a written confirmation was requested and will be sent.</xsd:documentation>
  8778.       </xsd:annotation>
  8779.     </xsd:attribute>
  8780.   </xsd:complexType>
  8781.   <xsd:element name="OTA_CancelRS">
  8782.     <xsd:annotation>
  8783.       <xsd:documentation xml:lang="en">Used to respond to a CancelRQ and may provide details about the cancellation.</xsd:documentation>
  8784.     </xsd:annotation>
  8785.     <xsd:complexType>
  8786.       <xsd:choice>
  8787.         <xsd:sequence>
  8788.           <xsd:element name="Success" type="SuccessType">
  8789.             <xsd:annotation>
  8790.               <xsd:documentation xml:lang="en">Standard way to indicate successful processing of an OpenTravel message. Returning an empty element of this type indicates success.</xsd:documentation>
  8791.             </xsd:annotation>
  8792.           </xsd:element>
  8793.           <xsd:element minOccurs="0" name="Warnings" type="WarningsType">
  8794.             <xsd:annotation>
  8795.               <xsd:documentation xml:lang="en">Used in conjunction with the success element to define one or more business errors.</xsd:documentation>
  8796.             </xsd:annotation>
  8797.           </xsd:element>
  8798.           <xsd:element minOccurs="0" maxOccurs="5" name="UniqueID" type="UniqueID_Type">
  8799.             <xsd:annotation>
  8800.               <xsd:documentation xml:lang="en">Contains the reference(s) of the items being cancelled.</xsd:documentation>
  8801.             </xsd:annotation>
  8802.           </xsd:element>
  8803.           <xsd:element minOccurs="0" name="CancelInfoRS" type="CancelInfoRSType">
  8804.             <xsd:annotation>
  8805.               <xsd:documentation xml:lang="en">May contain rules associated with canceling a reservation as well as the supplier's cancellation number.</xsd:documentation>
  8806.             </xsd:annotation>
  8807.           </xsd:element>
  8808.           <xsd:element minOccurs="0" name="Comment" type="ParagraphType">
  8809.             <xsd:annotation>
  8810.               <xsd:documentation xml:lang="en">Textual information regarding the cancellation.</xsd:documentation>
  8811.             </xsd:annotation>
  8812.           </xsd:element>
  8813.           <xsd:element minOccurs="0" maxOccurs="99" name="Segment">
  8814.             <xsd:annotation>
  8815.               <xsd:documentation xml:lang="en">Used to specify a segment that has been cancelled.</xsd:documentation>
  8816.             </xsd:annotation>
  8817.             <xsd:complexType>
  8818.               <xsd:sequence>
  8819.                 <xsd:element minOccurs="0" maxOccurs="2" name="UniqueID" type="UniqueID_Type">
  8820.                   <xsd:annotation>
  8821.                     <xsd:documentation xml:lang="en">Contains the supplier's cancellation or confirmation number.</xsd:documentation>
  8822.                   </xsd:annotation>
  8823.                 </xsd:element>
  8824.                 <xsd:element minOccurs="0" name="Warnings" type="WarningsType">
  8825.                   <xsd:annotation>
  8826.                     <xsd:documentation xml:lang="en">Warning information for the segment that was requested to be cancelled.</xsd:documentation>
  8827.                   </xsd:annotation>
  8828.                 </xsd:element>
  8829.               </xsd:sequence>
  8830.               <xsd:attribute name="ItinSegNbr" type="xsd:nonNegativeInteger" use="optional">
  8831.                 <xsd:annotation>
  8832.                   <xsd:documentation xml:lang="en">Number identifying the segment item that was cancelled.</xsd:documentation>
  8833.                 </xsd:annotation>
  8834.               </xsd:attribute>
  8835.             </xsd:complexType>
  8836.           </xsd:element>
  8837.           <xsd:element minOccurs="0" ref="TPA_Extensions" />
  8838.         </xsd:sequence>
  8839.         <xsd:element name="Errors" type="ErrorsType">
  8840.           <xsd:annotation>
  8841.             <xsd:documentation xml:lang="en">Indicates that an error occurred in the processing of the incoming request message. An error is defined as a critical error caused by corruption of a message in transit or a communication failure.</xsd:documentation>
  8842.           </xsd:annotation>
  8843.         </xsd:element>
  8844.       </xsd:choice>
  8845.       <xsd:attribute name="EchoToken" type="StringLength1to128" use="optional">
  8846.         <xsd:annotation>
  8847.           <xsd:documentation xml:lang="en">A reference for additional message identification, assigned by the requesting host system. When a request message includes an echo token the corresponding response message MUST include an echo token with an identical value.</xsd:documentation>
  8848.         </xsd:annotation>
  8849.       </xsd:attribute>
  8850.       <xsd:attribute name="TimeStamp" type="xsd:dateTime" use="optional">
  8851.         <xsd:annotation>
  8852.           <xsd:documentation xml:lang="en">Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601; YYYY-MM-DDThh:mm:ssZ with time values using the 24 hour clock (e.g. 20 November 2003, 1:59:38 pm UTC becomes 2003-11-20T13:59:38Z).</xsd:documentation>
  8853.         </xsd:annotation>
  8854.       </xsd:attribute>
  8855.       <xsd:attribute name="Target" use="optional">
  8856.         <xsd:annotation>
  8857.           <xsd:documentation xml:lang="en">Used to indicate whether the request is for the Test or Production system.</xsd:documentation>
  8858.           <xsd:documentation xml:lang="en">
  8859.             <LegacyDefaultValue xmlns="">Production</LegacyDefaultValue>
  8860.           </xsd:documentation>
  8861.         </xsd:annotation>
  8862.         <xsd:simpleType>
  8863.           <xsd:restriction base="xsd:NMTOKEN">
  8864.             <xsd:enumeration value="Test">
  8865.               <xsd:annotation>
  8866.                 <xsd:documentation xml:lang="en">A test system.</xsd:documentation>
  8867.               </xsd:annotation>
  8868.             </xsd:enumeration>
  8869.             <xsd:enumeration value="Production">
  8870.               <xsd:annotation>
  8871.                 <xsd:documentation xml:lang="en">A production system.</xsd:documentation>
  8872.               </xsd:annotation>
  8873.             </xsd:enumeration>
  8874.           </xsd:restriction>
  8875.         </xsd:simpleType>
  8876.       </xsd:attribute>
  8877.       <xsd:attribute name="TargetName" type="StringLength1to64" use="optional">
  8878.         <xsd:annotation>
  8879.           <xsd:documentation xml:lang="en">Used to indicate the name of the Test or Production system.</xsd:documentation>
  8880.         </xsd:annotation>
  8881.       </xsd:attribute>
  8882.       <xsd:attribute name="Version" type="xsd:decimal" use="required">
  8883.         <xsd:annotation>
  8884.           <xsd:documentation xml:lang="en">For all OpenTravel versioned messages, the version of the message is indicated by a decimal value.</xsd:documentation>
  8885.         </xsd:annotation>
  8886.       </xsd:attribute>
  8887.       <xsd:attribute name="TransactionIdentifier" type="xsd:string" use="optional">
  8888.         <xsd:annotation>
  8889.           <xsd:documentation xml:lang="en">A unique identifier to relate all messages within a transaction (e.g. this would be sent in all request and response messages that are part of an on-going transaction).</xsd:documentation>
  8890.         </xsd:annotation>
  8891.       </xsd:attribute>
  8892.       <xsd:attribute name="SequenceNmbr" type="xsd:nonNegativeInteger" use="optional">
  8893.         <xsd:annotation>
  8894.           <xsd:documentation xml:lang="en">Used to identify the sequence number of the transaction as assigned by the sending system; allows for an application to process messages in a certain order or to request a resynchronization of messages in the event that a system has been off-line and needs to retrieve messages that were missed.</xsd:documentation>
  8895.         </xsd:annotation>
  8896.       </xsd:attribute>
  8897.       <xsd:attribute name="TransactionStatusCode" use="optional">
  8898.         <xsd:annotation>
  8899.           <xsd:documentation xml:lang="en">This indicates where this message falls within a sequence of messages.</xsd:documentation>
  8900.         </xsd:annotation>
  8901.         <xsd:simpleType>
  8902.           <xsd:restriction base="xsd:NMTOKEN">
  8903.             <xsd:enumeration value="Start">
  8904.               <xsd:annotation>
  8905.                 <xsd:documentation xml:lang="en">This is the first message within a transaction.</xsd:documentation>
  8906.               </xsd:annotation>
  8907.             </xsd:enumeration>
  8908.             <xsd:enumeration value="End">
  8909.               <xsd:annotation>
  8910.                 <xsd:documentation xml:lang="en">This is the last message within a transaction.</xsd:documentation>
  8911.               </xsd:annotation>
  8912.             </xsd:enumeration>
  8913.             <xsd:enumeration value="Rollback">
  8914.               <xsd:annotation>
  8915.                 <xsd:documentation xml:lang="en">This indicates that all messages within the current transaction must be ignored.</xsd:documentation>
  8916.               </xsd:annotation>
  8917.             </xsd:enumeration>
  8918.             <xsd:enumeration value="InSeries">
  8919.               <xsd:annotation>
  8920.                 <xsd:documentation xml:lang="en">This is any message that is not the first or last message within a transaction.</xsd:documentation>
  8921.               </xsd:annotation>
  8922.             </xsd:enumeration>
  8923.             <xsd:enumeration value="Continuation">
  8924.               <xsd:annotation>
  8925.                 <xsd:documentation xml:lang="en">Specifies that this is a followup request asking for more of what was requested in the previous request.</xsd:documentation>
  8926.               </xsd:annotation>
  8927.             </xsd:enumeration>
  8928.             <xsd:enumeration value="Subsequent">
  8929.               <xsd:annotation>
  8930.                 <xsd:documentation xml:lang="en">This request message is a subsequent request based on the previous message sent in this transaction.</xsd:documentation>
  8931.               </xsd:annotation>
  8932.             </xsd:enumeration>
  8933.           </xsd:restriction>
  8934.         </xsd:simpleType>
  8935.       </xsd:attribute>
  8936.       <xsd:attribute name="PrimaryLangID" type="xsd:language" use="optional">
  8937.         <xsd:annotation>
  8938.           <xsd:documentation xml:lang="en">Identifies the primary language preference for the message. The human language is identified by ISO 639 codes.</xsd:documentation>
  8939.         </xsd:annotation>
  8940.       </xsd:attribute>
  8941.       <xsd:attribute name="AltLangID" type="xsd:language" use="optional">
  8942.         <xsd:annotation>
  8943.           <xsd:documentation xml:lang="en">Identifies the alternate language for a customer or message. The human language is identified by ISO 639 codes.</xsd:documentation>
  8944.         </xsd:annotation>
  8945.       </xsd:attribute>
  8946.       <xsd:attribute name="RetransmissionIndicator" type="xsd:boolean" use="optional">
  8947.         <xsd:annotation>
  8948.           <xsd:documentation xml:lang="en">When true, indicates the message is being re-sent after a failure. It is recommended that this attribute is used (i.e., set to TRUE) only when a message is retransmitted.</xsd:documentation>
  8949.         </xsd:annotation>
  8950.       </xsd:attribute>
  8951.       <xsd:attribute name="CorrelationID" type="StringLength1to64" use="optional">
  8952.         <xsd:annotation>
  8953.           <xsd:documentation xml:lang="en">Allow end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message.</xsd:documentation>
  8954.         </xsd:annotation>
  8955.       </xsd:attribute>
  8956.       <xsd:attribute name="Status" type="TransactionStatusType" use="required">
  8957.         <xsd:annotation>
  8958.           <xsd:documentation xml:lang="en">Specifies the status for the transaction. Usually contains the action specifed in the request message.   </xsd:documentation>
  8959.         </xsd:annotation>
  8960.       </xsd:attribute>
  8961.     </xsd:complexType>
  8962.   </xsd:element>
  8963.   <xsd:element name="TPA_Extensions" type="TPA_ExtensionsType">
  8964.     <xsd:annotation>
  8965.       <xsd:documentation xml:lang="en">A placeholder in the schema to allow for additional elements and attributes to be included if required, per Trading Partner Agreement (TPA).</xsd:documentation>
  8966.     </xsd:annotation>
  8967.   </xsd:element>
  8968. </xsd:schema>
Add Comment
Please, Sign In to add comment