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