Definition Type: ComplexType
Name: DataPolicy
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
Abstract
Documentation:
Summary data policy information.
Collapse XSD Schema Diagram:
Drilldown into type in schema ota2_message_v2_0_0_xsd Drilldown into schemaFieldXPath in schema ota2_message_v2_0_0_xsdXSD Diagram of DataPolicy in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="DataPolicy">
    <xsd:annotation>
        <xsd:documentation source="Description">Summary data policy information.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="1" name="type" type="Enum_DataPolicyType">
            <xsd:annotation>
                <xsd:documentation source="Description">An extensible list of data policy types.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="schemaFieldXPath" type="String_Medium" use="required">
        <xsd:annotation>
            <xsd:documentation source="Description">An xPath to the tag of the schema element or attribute (field) that the data policy(s) applies to.</xsd:documentation>
            <xsd:appinfo>
                <otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">AirInventoryQueryRQ/Traveler/@birthDate</otm:Example>
            </xsd:appinfo>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type ota2msg:type 1 (1)
Collapse Child Attributes:
Name Type Default Value Use
schemaFieldXPath ota2msg:schemaFieldXPath Required
Collapse Derivation Tree:
Collapse References:
ota2msg:DataPolicyota2msg:DataPolicy_Detail,