complexType EncryptedType
diagram gluon3_1_p1501.png
namespace http://www.w3.org/2001/04/xmlenc#
properties
abstract true
children xenc:EncryptionMethod ds:KeyInfo xenc:CipherData xenc:EncryptionProperties
used by
complexTypes EncryptedDataType EncryptedKeyType
attributes
Name  Type  Use  Default  Fixed  Annotation
Id  xs:ID  optional      
Type  xs:anyURI  optional      
MimeType  xs:string  optional      
Encoding  xs:anyURI  optional      
source <xs:complexType name="EncryptedType" abstract="true">
 
<xs:sequence>
   
<xs:element name="EncryptionMethod" type="xenc:EncryptionMethodType" minOccurs="0"/>
   
<xs:element ref="ds:KeyInfo" minOccurs="0"/>
   
<xs:element ref="xenc:CipherData"/>
   
<xs:element ref="xenc:EncryptionProperties" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="Id" type="ID" use="optional"/>
 
<xs:attribute name="Type" type="anyURI" use="optional"/>
 
<xs:attribute name="MimeType" type="string" use="optional"/>
 
<xs:attribute name="Encoding" type="anyURI" use="optional"/>
</xs:complexType>

attribute EncryptedType/@Id
type xs:ID
properties
use optional
source <xs:attribute name="Id" type="ID" use="optional"/>

attribute EncryptedType/@Type
type xs:anyURI
properties
use optional
source <xs:attribute name="Type" type="anyURI" use="optional"/>

attribute EncryptedType/@MimeType
type xs:string
properties
use optional
source <xs:attribute name="MimeType" type="string" use="optional"/>

attribute EncryptedType/@Encoding
type xs:anyURI
properties
use optional
source <xs:attribute name="Encoding" type="anyURI" use="optional"/>

element EncryptedType/EncryptionMethod
diagram gluon3_1_p1502.png
namespace http://www.w3.org/2001/04/xmlenc#
type xenc:EncryptionMethodType
properties
minOcc 0
maxOcc 1
content complex
mixed true
children xenc:KeySize xenc:OAEPparams
attributes
Name  Type  Use  Default  Fixed  Annotation
Algorithm  xs:anyURI  required      
source <xs:element name="EncryptionMethod" type="xenc:EncryptionMethodType" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy