Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Imported schema Class_Chiffrement.xsd
Namespace http://www.w3.org/2001/04/xmlenc#
Properties
attribute form default: unqualified
element form default: qualified
Element xenc:PESEncryptedDataGroup / xenc:EncryptedData
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram xenc-schema_xsd.tmp#EncryptedType_Id xenc-schema_xsd.tmp#EncryptedType_Type xenc-schema_xsd.tmp#EncryptedType_MimeType xenc-schema_xsd.tmp#EncryptedType_Encoding xenc-schema_xsd.tmp#EncryptedType_EncryptionMethod xmldsig-core-schema_xsd.tmp#KeyInfo xenc-schema_xsd.tmp#CipherData xenc-schema_xsd.tmp#EncryptionProperties xenc-schema_xsd.tmp#EncryptedType xenc-schema_xsd.tmp#EncryptedDataType Class_Chiffrement_xsd.tmp#PESEncryptedDataType
Type xenc:PESEncryptedDataType
Type hierarchy
Properties
content: complex
Model xenc:EncryptionMethod{0,1} , ds:KeyInfo{0,1} , xenc:CipherData , xenc:EncryptionProperties{0,1}
Children ds:KeyInfo, xenc:CipherData, xenc:EncryptionMethod, xenc:EncryptionProperties
Instance
<xenc:EncryptedData Encoding="" Id="" MimeType="" Type="" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
  <xenc:EncryptionMethod Algorithm="">{0,1}</xenc:EncryptionMethod>
  <ds:KeyInfo Id="">{0,1}</ds:KeyInfo>
  <xenc:CipherData>{1,1}</xenc:CipherData>
  <xenc:EncryptionProperties Id="">{0,1}</xenc:EncryptionProperties>
</xenc:EncryptedData>
Attributes
QName Type Fixed Default Use Annotation
Encoding anyURI optional
Id ID optional
MimeType string optional
Type anyURI optional
Source
<xs:element name="EncryptedData" type="xenc:PESEncryptedDataType"/>
Complex Type xenc:PESEncryptedDataType
Namespace http://www.w3.org/2001/04/xmlenc#
Annotations
Element contenant la donnee chiffree et les informations necessaires au dechiffrement - L'element KeyInfo contient un element EncryptedKey par acteur destinataire de l'information.
Diagram
Diagram xenc-schema_xsd.tmp#EncryptedType_Id xenc-schema_xsd.tmp#EncryptedType_Type xenc-schema_xsd.tmp#EncryptedType_MimeType xenc-schema_xsd.tmp#EncryptedType_Encoding xenc-schema_xsd.tmp#EncryptedType_EncryptionMethod xmldsig-core-schema_xsd.tmp#KeyInfo xenc-schema_xsd.tmp#CipherData xenc-schema_xsd.tmp#EncryptionProperties xenc-schema_xsd.tmp#EncryptedType xenc-schema_xsd.tmp#EncryptedDataType
Type extension of xenc:EncryptedDataType
Type hierarchy
Used by
Model xenc:EncryptionMethod{0,1} , ds:KeyInfo{0,1} , xenc:CipherData , xenc:EncryptionProperties{0,1}
Children ds:KeyInfo, xenc:CipherData, xenc:EncryptionMethod, xenc:EncryptionProperties
Attributes
QName Type Fixed Default Use Annotation
Encoding anyURI optional
Id ID optional
MimeType string optional
Type anyURI optional
Source
<xs:complexType name="PESEncryptedDataType">
  <xs:annotation>
    <xs:documentation>Element contenant la donnee chiffree et les informations necessaires au dechiffrement - L'element KeyInfo contient un element EncryptedKey par acteur destinataire de l'information.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="xenc:EncryptedDataType"/>
  </xs:complexContent>
</xs:complexType>
Element Group xenc:PESEncryptedDataGroup
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram Class_Chiffrement_xsd.tmp#PESEncryptedDataGroup_EncryptedData
Used by
Element TPES_PJ/Contenu
Model xenc:EncryptedData
Children xenc:EncryptedData
Source
<xs:group name="PESEncryptedDataGroup">
  <xs:sequence>
    <xs:element name="EncryptedData" type="xenc:PESEncryptedDataType"/>
  </xs:sequence>
</xs:group>