[java-identity-provider COMMIT] /trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Fri Aug 19 10:33:22 EDT 2016
Author: rdw
Date: Fri Aug 19 10:33:21 2016
New Revision: 8332
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8332&view=rev
Log:
IDP-813 Completely untabify before making any further changes
https://issues.shibboleth.net/jira/browse/IDP-813
Modified:
trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd?rev=8332&r1=8331&r2=8332&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd Fri Aug 19 10:33:21 2016
@@ -1,169 +1,169 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
- targetNamespace="urn:mace:shibboleth:2.0:resolver" elementFormDefault="qualified"
- version="3.0">
-
- <import namespace="http://www.w3.org/XML/1998/namespace"
- schemaLocation="http://www.w3.org/2001/xml.xsd" />
-
- <annotation>
- <documentation>Shibboleth 2.0 Attribute Resolver configuration schema
- </documentation>
- </annotation>
-
- <element name="AttributeResolver" type="resolver:AttributeResolverType">
- <annotation>
- <documentation>Root of the attribute resolver configuration file.
- </documentation>
- </annotation>
- </element>
- <complexType name="AttributeResolverType">
- <choice minOccurs="0" maxOccurs="unbounded">
- <element ref="resolver:AttributeDefinition" />
- <element ref="resolver:DataConnector" />
- <element ref="resolver:PrincipalConnector" />
- </choice>
- <attribute name="id" type="string">
- <annotation>
- <documentation>A unique identifier for this Resolver.
- </documentation>
- </annotation>
- </attribute>
- </complexType>
-
- <element name="AttributeDefinition" type="resolver:BaseAttributeDefinitionType">
- <annotation>
- <documentation>Defines an attribute definition within this resolver.
- </documentation>
- </annotation>
- </element>
- <complexType name="BaseAttributeDefinitionType">
- <annotation>
- <documentation>
- Attribute definition define the finished attributes to be released by the
- resolver.
- </documentation>
- </annotation>
- <complexContent>
- <extension base="resolver:BaseResolutionPlugInType">
- <sequence>
- <element name="DisplayName" type="resolver:LocalizedStringType"
- minOccurs="0" maxOccurs="unbounded">
- <annotation>
- <documentation>
- A human readable name of for this attribute. This name may, for
- example, be displayed to the user with an attribute release approval
- request.
-
- If multiple display names are used they should bear an xml:lang
- attribute to distinguish them.
- </documentation>
- </annotation>
- </element>
- <element name="DisplayDescription" type="resolver:LocalizedStringType"
- minOccurs="0" maxOccurs="unbounded">
- <annotation>
- <documentation>
- A human readable description of for this attribute. This name
- may, for example, be displayed to the user with an attribute release
- approval request.
-
- If multiple display descriptions are used they should bear an
- xml:lang attribute to distinguish them.
- </documentation>
- </annotation>
- </element>
- <element ref="resolver:AttributeEncoder" minOccurs="0"
- maxOccurs="unbounded" />
- </sequence>
- <attribute name="dependencyOnly" type="string">
- <annotation>
- <documentation>
- A boolean flag that indicates whether this attribute definition is
- only defined becaue its data is needed elsewhere within the resolver
- and as such should not be released outside the resolver.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="sourceAttributeID" type="string">
- <annotation>
- <documentation>
- The name of the attribute from a data connector dependency which should be
- used to populate this attribute definition.
+ targetNamespace="urn:mace:shibboleth:2.0:resolver" elementFormDefault="qualified"
+ version="3.0">
+
+ <import namespace="http://www.w3.org/XML/1998/namespace"
+ schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+ <annotation>
+ <documentation>Shibboleth 2.0 Attribute Resolver configuration schema
+ </documentation>
+ </annotation>
+
+ <element name="AttributeResolver" type="resolver:AttributeResolverType">
+ <annotation>
+ <documentation>Root of the attribute resolver configuration file.
+ </documentation>
+ </annotation>
+ </element>
+ <complexType name="AttributeResolverType">
+ <choice minOccurs="0" maxOccurs="unbounded">
+ <element ref="resolver:AttributeDefinition" />
[... 422 lines stripped ...]
More information about the commits
mailing list