<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>
|