ds:SignaturePropertyType

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.w3.org/2000/09/xmldsig#'

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id ID optional
Target anyURI required

Used By

Source

<complexType name="SignaturePropertyType" mixed="true">
  <choice maxOccurs="unbounded">
    <any namespace="##other" processContents="lax"/>
    <!-- (1,1) elements from (1,unbounded) namespaces -->
  </choice>
  <attribute name="Target" type="anyURI" use="required"/>
  <attribute name="Id" type="ID" use="optional"/>
</complexType>