xenc:EncryptionPropertyType

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.w3.org/2001/04/xmlenc#'

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id ID optional
Target anyURI optional
Wildcard: ANY attribute from namespace(s) 'http://www.w3.org/XML/1998/namespace'

Used By

Source

<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>