diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-10-06 08:47:38 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-10-06 08:47:38 -0700 |
commit | c4198363f4f88a54c65ba22ef7a9cd97a35e743b (patch) | |
tree | 72232d8007e9d92c2218f6b8e37412542a47c80f /samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd | |
parent | f367f68a81e06dcab56348c85f7c09526123c916 (diff) | |
download | DotNetOpenAuth-c4198363f4f88a54c65ba22ef7a9cd97a35e743b.zip DotNetOpenAuth-c4198363f4f88a54c65ba22ef7a9cd97a35e743b.tar.gz DotNetOpenAuth-c4198363f4f88a54c65ba22ef7a9cd97a35e743b.tar.bz2 |
Added specific authorization to sample for allowing limited access.
Diffstat (limited to 'samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd')
-rw-r--r-- | samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd b/samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd new file mode 100644 index 0000000..467098f --- /dev/null +++ b/samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?>
+<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:complexType name="ArrayOfstring">
+ <xs:sequence>
+ <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
+</xs:schema>
\ No newline at end of file |