<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>
|