2.2.3.8 EncryptedWrappingKey

The EncryptedWrappingKey element denotes a base64-encoded string of type UTF-8 format, which contains the transport keys’ wrapping key that is encrypted by the transfer key.

 <xs:element name="EncryptedWrappingKey">
    <xs:annotation>
       <xs:documentation>The transport keys' wrapping key encrypted by the health certificate.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
       <xs:restriction base="xs:base64Binary">
          <xs:minLength value="1"/>
       </xs:restriction>
    </xs:simpleType>
</xs:element>