Showing:

Attributes
Diagrams
Properties
Source
Used by
Element xenc:EncryptedKeyType / xenc:CarriedKeyName
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram
Type string
Properties
content: simple
minOccurs: 0
Source
<element name="CarriedKeyName" type="string" minOccurs="0"/>
Complex Type xenc:EncryptedKeyType
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram PES_Aller7.tmp#id978 PES_Aller7.tmp#id979 PES_Aller7.tmp#id980 PES_Aller7.tmp#id981 PES_Aller7.tmp#id957 PES_Aller8.tmp#id372 PES_Aller9.tmp#id963 PES_Aller10.tmp#id971 PES_Aller7.tmp#id956 PES_Aller152.tmp#id993 PES_Aller153.tmp#id987 PES_Aller152.tmp#id992
Type extension of xenc:EncryptedType
Type hierarchy
Used by
Model xenc:EncryptionMethod{0,1} , ds:KeyInfo{0,1} , xenc:CipherData , xenc:EncryptionProperties{0,1} , xenc:ReferenceList{0,1} , xenc:CarriedKeyName{0,1}
Children ds:KeyInfo, xenc:CarriedKeyName, xenc:CipherData, xenc:EncryptionMethod, xenc:EncryptionProperties, xenc:ReferenceList
Attributes
QName Type Fixed Default Use Annotation
Encoding anyURI optional
Id ID optional
MimeType string optional
Recipient string optional
Type anyURI optional
Source
<complexType name="EncryptedKeyType">
  <complexContent>
    <extension base="xenc:EncryptedType">
      <sequence>
        <element ref="xenc:ReferenceList" minOccurs="0"/>
        <element name="CarriedKeyName" type="string" minOccurs="0"/>
      </sequence>
      <attribute name="Recipient" type="string" use="optional"/>
    </extension>
  </complexContent>
</complexType>
Attribute xenc:EncryptedKeyType / @Recipient
Namespace No namespace
Type string
Properties
use: optional
Used by
Complex Type xenc:EncryptedKeyType
Source
<attribute name="Recipient" type="string" use="optional"/>