<xsd:complexType name="ProcessingInfo">
<xsd:annotation>
<xsd:documentation source="Description">Transaction processing directives, including display currency overrides. If no display currency information is provided, the display and pricing currency will default to the value in POS/Source/@ISOCurrency.</xsd:documentation>
<xsd:documentation source="Implementer">(Developer Notes) An agreement should be in place with your trading partners that specifies what information is summary versus detail.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ProcessingInfo</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="ota2:Empty">
<xsd:attribute name="displayCurrency" type="ota2-0400:CurrencyCode_ISO4217" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Preferred currencty code is a 3 char currency code as defined in ISO 4127</xsd:documentation>
<xsd:documentation source="Reference">(Reference): http://www.opentraveldevelopersnetwork.com/Supported_ISO_Standards.php</xsd:documentation>
<xsd:documentation source="MoreInfo">(More Info): http://www.opentraveldevelopersnetwork.com/2012A_SchemaDoc/DisplayCurrency</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="positiveInteger" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The maximum quantity of search results in the response.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="summaryResultsInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">If true, summary information is requested in the search results.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|