Definition Type: ComplexType
Name: EncryptionPropertyType
Namespace: http://www.w3.org/2001/04/xmlenc#
Containing Schema: xenc-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Id Drilldown into TargetXSD Diagram of EncryptionPropertyType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="EncryptionPropertyType" mixed="true">
    <choice maxOccurs="unbounded">
        <any namespace="##other" processContents="lax" />
    </choice>
    <attribute name="Target" type="anyURI" use="optional" />
    <attribute name="Id" type="ID" use="optional" />
    <anyAttribute namespace="http://www.w3.org/XML/1998/namespace" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Target xenc:Target Optional
Id xenc:Id Optional
<anyAttribute> Allowed namespace: 'http://www.w3.org/XML/1998/namespace'
Collapse Derivation Tree:
Collapse References:
xenc:EncryptionProperty