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