Last active
March 30, 2016 18:01
-
-
Save tanelsuurhans/c4798a691705906bf249875b226d9712 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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