Update gitignore to account for subdirs / missing files.
[shibboleth/cpp-opensaml.git] / schemas / saml-schema-dce-2.0.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <schema targetNamespace="urn:oasis:names:tc:SAML:2.0:profiles:attribute:DCE"
3     xmlns:dce="urn:oasis:names:tc:SAML:2.0:profiles:attribute:DCE"
4     xmlns="http://www.w3.org/2001/XMLSchema"
5     elementFormDefault="unqualified"
6     attributeFormDefault="unqualified"
7     blockDefault="substitution"
8     version="2.0">
9     <annotation>
10         <documentation>
11             Document identifier: saml-schema-dce-2.0
12             Location: http://docs.oasis-open.org/security/saml/v2.0/
13             Revision history:
14             V2.0 (March, 2005):
15                 Custom schema for DCE attribute profile, first published in SAML 2.0.
16         </documentation>
17     </annotation>
18     <complexType name="DCEValueType">
19         <simpleContent>
20             <extension base="anyURI">
21                 <attribute ref="dce:Realm" use="optional"/>
22                 <attribute ref="dce:FriendlyName" use="optional"/>
23             </extension>
24         </simpleContent>
25     </complexType>
26     <attribute name="Realm" type="anyURI"/>
27     <attribute name="FriendlyName" type="string"/>
28 </schema>
29