Definition Type: SimpleType
Name: Enum_DataPolicyType_Base
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
Documentation:
An extensible list of identifiers for a type of data usage policy and/or restriction. Note that any data use, sharing or retention policies MUST be agreed upon by trading partners. Exchanging a warning and/or data restriction policy content in an electronic message does indicate policy compliance awareness by the receiving party. This functionality is typically used for privacy compliance and log auditing purposes only.
Collapse XSD Schema Diagram:
XSD Diagram of Enum_DataPolicyType_Base in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="Enum_DataPolicyType_Base">
    <xsd:annotation>
        <xsd:documentation source="Description">An extensible list of identifiers for a type of data usage policy and/or restriction.</xsd:documentation>
        <xsd:documentation source="Implementer">Note that any data use, sharing or retention policies MUST be agreed upon by trading partners. Exchanging a warning and/or data restriction policy content in an electronic message does indicate policy compliance awareness by the receiving party. This functionality is typically used for privacy compliance and log auditing purposes only.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Retention">
            <xsd:annotation>
                <xsd:documentation source="Description">Indicates the encrypted information is subject to a data retention (data storage) policy established by the sending party and known to recipient parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Sharing">
            <xsd:annotation>
                <xsd:documentation source="Description">Indicates the encrypted information is subject to a data sharing policy (internal and third party) established by the sending party and known to recipient parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Use">
            <xsd:annotation>
                <xsd:documentation source="Description">Indicates the encrypted information is subject to a data use policy (internal and third party) established by the sending party and known to recipient parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Retention, Sharing and Use">
            <xsd:annotation>
                <xsd:documentation source="Description">Indicates the encrypted information is subject to a data retention, sharing and use policy established by the sending party and known to recipient parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Other_" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Retention
Enumeration Sharing
Enumeration Use
Enumeration Retention, Sharing and Use
Enumeration Other_
Collapse Derivation Tree:
Collapse References:
ota2msg:Enum_DataPolicyType