diff options
Diffstat (limited to 'samples/OAuthConsumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd')
-rw-r--r-- | samples/OAuthConsumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/samples/OAuthConsumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd b/samples/OAuthConsumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd deleted file mode 100644 index 04a74a4..0000000 --- a/samples/OAuthConsumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd +++ /dev/null @@ -1,9 +0,0 @@ -<?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 |