Reordered version in metadata namespace.
[shibboleth/sp.git] / schemas / shibboleth-metadata-1.0.xsd
1 <?xml version="1.0" encoding="US-ASCII"?>
2 <schema targetNamespace="urn:mace:shibboleth:metadata:1.0"
3         xmlns="http://www.w3.org/2001/XMLSchema"
4         elementFormDefault="unqualified"
5         attributeFormDefault="unqualified"
6         version="1.0">
7
8         <element name="Domain">
9                 <annotation>
10                         <documentation>
11                         SAML metadata extension used to regulate allowable attribute scopes.
12                         </documentation>
13                 </annotation>
14                 <complexType>
15                         <simpleContent>
16                                 <extension base="string">
17                                         <attribute name="regexp" type="boolean" use="optional" default="false"/>
18                                 </extension>
19                         </simpleContent>
20                 </complexType>
21         </element>
22 </schema>