Definition Type: Element
Name: URL
Type: URL_Type
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Information on a URL for the customer.
Collapse XSD Schema Diagram:
Drilldown into DefaultInd in schema ota_commontypes_xsd1 Drilldown into DefaultIndGroup in schema ota_commontypes_xsd Drilldown into Type in schema ota_commontypes_xsd1 Drilldown into ShareMarketInd in schema ota_commontypes_xsd1 Drilldown into ShareSynchInd in schema ota_commontypes_xsd1 Drilldown into PrivacyGroup in schema ota_commontypes_xsd Drilldown into URL_Type in schema ota_commontypes_xsd Drilldown into TransferAction in schema ota_commontypes_xsd1XSD Diagram of URL in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="URL" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">Information on a URL for the customer.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="URL_Type">
                <xs:attribute name="TransferAction" type="TransferActionType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Indicates under what conditions this element will be transfered to the booking.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
ShareSynchInd ShareSynchInd Optional
ShareMarketInd ShareMarketInd Optional
Type Type Optional
DefaultInd DefaultInd false Optional
TransferAction TransferAction Optional
Collapse Derivation Tree: