Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / schemas / xmltooling.xsd
index 05a67cb..279a13c 100644 (file)
@@ -2,7 +2,8 @@
 <schema xmlns="http://www.w3.org/2001/XMLSchema" 
     xmlns:xt="http://www.opensaml.org/xmltooling"
     targetNamespace="http://www.opensaml.org/xmltooling"
-    elementFormDefault="qualified">
+    elementFormDefault="qualified"
+    version="1.4">
 
     <element name="exception" type="xt:XMLToolingExceptionType"/>
     <complexType name="XMLToolingExceptionType">
@@ -21,4 +22,6 @@
         <attribute name="type" type="string" use="required"/>
     </complexType>
 
+    <element name="URLInputSourceStatus" type="unsignedShort"/>
+
 </schema>