Definition Type: ComplexType
Name: Encryption
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
Abstract
Documentation:
Summary payload 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_xsdXSD Diagram of Encryption in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Encryption">
    <xsd:annotation>
        <xsd:documentation source="Description">Summary payload information.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="schemaFieldXPath" type="String_Medium" use="required">
        <xsd:annotation>
            <xsd:documentation source="Description">An xPath to the tag of the schema element or attribute (field) that is encrypted.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="value" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation source="Description">The encrypted value.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
schemaFieldXPath ota2msg:schemaFieldXPath Required
value ota2msg:value Required
Collapse Derivation Tree:
Collapse References:
ota2msg:Encryptionota2msg:Encryption_Detail,