Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
… implicit

See ukf/ukf-meta#134.
1 contributor

Users who have contributed to this file

28 lines (24 sloc) 1012 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
targetNamespace="urn:oasis:names:tc:SAML:2.0:profiles:holder-of-key:SSO:browser"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
blockDefault="substitution"
version="2.0">
<xs:annotation>
<xs:documentation>
Document title: Schema for SAML V2.0 Holder-of-Key Web Browser SSO Profile
Document identifier: sstc-saml-holder-of-key-browser-sso.xsd
Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security
Revision history:
V1.2 (2 November 2008):
Renamed attribute from protocol to ProtocolBinding; targetNamespace changed in accordance with new conventions
V1.1 (6 August 2008):
string type changed to anyURI to match original SAML2Meta schema
V1.0 (4 August 2008):
Initial version.
</xs:documentation>
</xs:annotation>
<xs:attribute name="ProtocolBinding" type="xs:anyURI"/>
</xs:schema>