[java-opensaml2 COMMIT] /branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 25 16:50:30 EST 2013
Author: scantor
Date: Fri Jan 25 16:50:29 2013
New Revision: 1614
URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1614&view=rev
Log:
Newline consistency.
Modified:
branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd
Modified: branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd?rev=1614&r1=1613&r2=1614&view=diff
==============================================================================
--- branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd (original)
+++ branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd Fri Jan 25 16:50:29 2013
@@ -1,47 +1,47 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema
- targetNamespace="urn:oasis:names:tc:SAML:protocol:ext:channel-binding"
- xmlns:cb="urn:oasis:names:tc:SAML:protocol:ext:channel-binding"
- xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
- xmlns="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="unqualified"
- attributeFormDefault="unqualified"
- blockDefault="substitution"
- version="1.0">
-
- <annotation>
- <documentation>
- Document title: SAML V2.0 Channel Binding Extensions Version 1.0
- Document identifier: sstc-saml-channel-binding-ext-v1.0.xsd
- Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security
+<?xml version="1.0" encoding="UTF-8"?>
+<schema
+ targetNamespace="urn:oasis:names:tc:SAML:protocol:ext:channel-binding"
+ xmlns:cb="urn:oasis:names:tc:SAML:protocol:ext:channel-binding"
+ xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
+ xmlns="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="unqualified"
+ attributeFormDefault="unqualified"
+ blockDefault="substitution"
+ version="1.0">
+
+ <annotation>
+ <documentation>
+ Document title: SAML V2.0 Channel Binding Extensions Version 1.0
+ Document identifier: sstc-saml-channel-binding-ext-v1.0.xsd
+ Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=security
Revision history:
(August 2011):
Make Type attribute optional.
(November 2010):
- Update filename.
- (September 2010):
- Initial version.
- </documentation>
- </annotation>
-
- <import namespace="http://schemas.xmlsoap.org/soap/envelope/"
- schemaLocation="http://schemas.xmlsoap.org/soap/envelope/"/>
-
- <element name="ChannelBindings" type="cb:ChannelBindingsType"/>
- <complexType name="ChannelBindingsType">
- <simpleContent>
- <extension base="base64Binary">
- <attribute name="Type" type="string"/>
- <attribute ref="S:actor"/>
- <attribute ref="S:mustUnderstand"/>
- </extension>
- </simpleContent>
- </complexType>
-
- <attribute name="supportsChannelBindings">
- <simpleType>
- <list itemType="string"/>
- </simpleType>
- </attribute>
-
-</schema>
+ Update filename.
+ (September 2010):
+ Initial version.
+ </documentation>
+ </annotation>
+
+ <import namespace="http://schemas.xmlsoap.org/soap/envelope/"
+ schemaLocation="http://schemas.xmlsoap.org/soap/envelope/"/>
+
+ <element name="ChannelBindings" type="cb:ChannelBindingsType"/>
+ <complexType name="ChannelBindingsType">
+ <simpleContent>
+ <extension base="base64Binary">
+ <attribute name="Type" type="string"/>
+ <attribute ref="S:actor"/>
+ <attribute ref="S:mustUnderstand"/>
+ </extension>
+ </simpleContent>
+ </complexType>
+
+ <attribute name="supportsChannelBindings">
+ <simpleType>
+ <list itemType="string"/>
+ </simpleType>
+ </attribute>
+
+</schema>
More information about the commits
mailing list