Definition Type: AttributeGroup
Name: PrivacyGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Allows for control of the sharing of data between parties.
Collapse XSD Schema Diagram:
Drilldown into ShareMarketInd in schema ota_commontypes_xsd1 Drilldown into ShareSynchInd in schema ota_commontypes_xsd1XSD Diagram of PrivacyGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="PrivacyGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Allows for control of the sharing of data between parties.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="ShareSynchInd" use="optional">
        <xs:simpleType>
            <xs:annotation>
                <xs:documentation xml:lang="en"> value="Inherit" Permission for sharing data for synchronization of information held by other travel service providers.							</xs:documentation>
            </xs:annotation>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="Yes" />
                <xs:enumeration value="No" />
                <xs:enumeration value="Inherit" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="ShareMarketInd" use="optional">
        <xs:simpleType>
            <xs:annotation>
                <xs:documentation xml:lang="en"> value="Inherit" Permission for sharing data for marketing purposes.</xs:documentation>
            </xs:annotation>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="Yes" />
                <xs:enumeration value="No" />
                <xs:enumeration value="Inherit" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
ShareSynchInd ShareSynchInd Optional
ShareMarketInd ShareMarketInd Optional