Definition Type: Attribute
Name: encryptionMethod
Namespace: http://www.opentravel.org/OTM/finance/v3
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Finance_3_0_0.xsd
Use Optional
Documentation:
When using the OpenTravel Encryption element, it is RECOMMENDED that all trading partners be informed of all encryption methods being used in advance of implementation to ensure message processing compatibility. Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string
Collapse XSD Schema Diagram:
XSD Diagram of encryptionMethod in schema finance_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="encryptionMethod" type="xsd:string" use="optional">
    <xsd:annotation>
        <xsd:documentation source="Description">When using the OpenTravel Encryption element, it is RECOMMENDED that all trading partners be informed of all encryption methods being used in advance of implementation to ensure message processing compatibility.</xsd:documentation>
        <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
        <xsd:appinfo>
            <otm:Example context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Triple DES</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:attribute>