Definition Type: Attribute
Name: RepriceRequired
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
Default false
Use (Optional)
Documentation:
The default value on the RepriceRequired attribute is a candidate for deprecation. OpenTravel plans to remove all default values from the specification. Deprecation Warning added in 2008B. If true re-pricing of the itinerary is required.
Collapse XSD Schema Diagram:
XSD Diagram of RepriceRequired in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="RepriceRequired" type="xs:boolean" default="false">
    <xs:annotation>
        <xs:documentation xml:lang="en">
            <DeprecationWarning>The default value on the RepriceRequired attribute is a candidate for deprecation. OpenTravel plans to remove all default values from the specification. Deprecation Warning added in 2008B.</DeprecationWarning>
        </xs:documentation>
        <xs:documentation xml:lang="en"> If true re-pricing of the itinerary is required. </xs:documentation>
    </xs:annotation>
</xs:attribute>