<xs:attributeGroup name="ShareAllGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate whether information can be shared.</xs:documentation>
</xs:annotation>
<xs:attribute name="ShareAllSynchInd" type="YesNoType" use="optional" default="No">
<xs:annotation>
<xs:documentation xml:lang="en">Permission for sharing all data in profile for synchronization of profiles held by other travel service providers.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ShareAllMarketInd" type="YesNoType" use="optional" default="No">
<xs:annotation>
<xs:documentation xml:lang="en">Permission for sharing all data in profile for marketing purposes.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|