XML Schema Documentation

Complex Type: SignaturePropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name SignaturePropertyType
Abstract no
XML Instance Representation
<...
Target="anyURI [1]"
Id="ID [0..1]">
<!-- Mixed content -->
Start Choice [1..*]
Allow any elements from a namespace other than this schema's namespace (lax validation). [1]
End Choice
</...>
Diagram
Schema Component Representation
<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>