Definition Type: ComplexType
Name: EncryptionPropertiesType
Namespace: http://www.w3.org/2001/04/xmlenc#
Containing Schema: xenc-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EncryptionProperty Drilldown into IdXSD Diagram of EncryptionPropertiesType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="EncryptionPropertiesType">
    <sequence>
        <element ref="xenc:EncryptionProperty" maxOccurs="unbounded" />
    </sequence>
    <attribute name="Id" type="ID" use="optional" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EncryptionProperty xenc:EncryptionProperty (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
Id xenc:Id Optional
Collapse Derivation Tree:
Collapse References:
xenc:EncryptionProperties