| Namespace |
http://www.w3.org/2000/09/xmldsig# |
|
Diagram
|
|
|
Properties
|
|
|
Used by
|
|
| Model |
ANY element from ANY namespace OTHER than 'http://www.w3.org/2000/09/xmldsig#' |
|
Attributes
|
| QName |
Type |
Fixed |
Default |
Use |
Annotation |
| Id |
ID |
|
|
optional |
|
| Target |
anyURI |
|
|
required |
|
|
|
Source
|
<complexType name="SignaturePropertyType" mixed="true">
<choice maxOccurs="unbounded">
<any namespace="##other" processContents="lax"/>
</choice>
<attribute name="Target" type="anyURI" use="required"/>
<attribute name="Id" type="ID" use="optional"/>
</complexType> |
|
| Schema location |
file:/Applications/oxygen/frameworks/xmldsig/xmldsig-core-schema.xsd |