XML Schema Documentation

Complex Type: KeyValueType

[Table of contents]

Super-types: None
Sub-types: None
Name KeyValueType
Abstract no
XML Instance Representation
<...>
<!-- Mixed content -->
Start Choice [1]
<ds:DSAKeyValue> ... </ds:DSAKeyValue> [1]
<ds:RSAKeyValue> ... </ds:RSAKeyValue> [1]
Allow any elements from a namespace other than this schema's namespace (lax validation). [1]
End Choice
</...>
Diagram
element_DSAKeyValue element_RSAKeyValue
Schema Component Representation
<complexType name="KeyValueType" mixed="true">
<choice>
<element ref=" ds:DSAKeyValue "/>
<element ref=" ds:RSAKeyValue "/>
<any namespace="##other" processContents="lax"/>
</choice>
</complexType>