Definition Type: ComplexType
Name: SignaturePropertyType
Namespace: http://www.w3.org/2000/09/xmldsig#
Containing Schema: xmldsig-core-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Id Drilldown into TargetXSD Diagram of SignaturePropertyType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
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 ds:Target Required
Id ds:Id Optional
Collapse Derivation Tree:
Collapse References:
ds:SignatureProperty