Definition Type: Attribute
Name: UTC_PreferenceInd
Namespace: http://www.opentravel.org/OTA/2003/05
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirFlifoRQ.xsd
Use Optional
Documentation:
When true, times should be returned in UTC (Universal Time Coordinate). When false, times should be returned in local time. If attribute is not included time is assumed to be local time.
Collapse XSD Schema Diagram:
XSD Diagram of UTC_PreferenceInd in schema ota_airfliforq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="UTC_PreferenceInd" type="xs:boolean" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">When true, times should be returned in UTC (Universal Time Coordinate).  When false, times should be returned in local time.  If attribute is not included time is assumed to be local time.</xs:documentation>
    </xs:annotation>
</xs:attribute>