Definition Type: AttributeGroup
Name: ShareAllGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to indicate whether information can be shared.
Collapse XSD Schema Diagram:
Drilldown into ShareAllMarketInd in schema ota_commontypes_xsd1 Drilldown into ShareAllSynchInd in schema ota_commontypes_xsd1XSD Diagram of ShareAllGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
ShareAllSynchInd ShareAllSynchInd No Optional
ShareAllMarketInd ShareAllMarketInd No Optional