Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Last active March 30, 2016 18:01
Show Gist options
  • Save tanelsuurhans/c4798a691705906bf249875b226d9712 to your computer and use it in GitHub Desktop.
Save tanelsuurhans/c4798a691705906bf249875b226d9712 to your computer and use it in GitHub Desktop.
<element name="KeyInfo" type="ds:KeyInfoType"/>
<complexType name="KeyInfoType" mixed="true">
<choice maxOccurs="unbounded">
<element ref="ds:KeyName"/>
<element ref="ds:KeyValue"/>
<element ref="ds:RetrievalMethod"/>
<element ref="ds:X509Data"/>
<element ref="ds:PGPData"/>
<element ref="ds:SPKIData"/>
<element ref="ds:MgmtData"/>
<any processContents="lax" namespace="##other"/>
<!-- (1,1) elements from (0,unbounded) namespaces -->
</choice>
<attribute name="Id" type="ID" use="optional"/>
</complexType>
</element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment