Definition Type: ComplexType
Name: Encryption_Detail
Namespace: http://opentravel.org/common/message/v02
Type: ota2msg:Encryption
Containing Schema: OTA2_Message_v2.0.0.xsd
Abstract
Documentation:
Detail encryption information.
Collapse XSD Schema Diagram:
Drilldown into value in schema ota2_message_v2_0_0_xsd Drilldown into schemaFieldXPath in schema ota2_message_v2_0_0_xsd Drilldown into Encryption in schema ota2_message_v2_0_0_xsd Drilldown into method in schema ota2_message_v2_0_0_xsdXSD Diagram of Encryption_Detail in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Encryption_Detail">
    <xsd:annotation>
        <xsd:documentation source="Description">Detail encryption information.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Encryption">
            <xsd:attribute name="method" type="String_Short" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The encryption method being used.</xsd:documentation>
                    <xsd:documentation source="Implementer">Note that if you do not specify the encryption method, it should be known to your trading partners.</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Triple DES</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
schemaFieldXPath ota2msg:schemaFieldXPath Required
value ota2msg:value Required
method ota2msg:method Optional
Collapse Derivation Tree:
Collapse References:
ota2msg:EncryptionDetail