diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-01-12 22:37:16 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2009-01-12 22:37:16 -0800 |
commit | e7006e52470a61368d44aba7532f5e4a811f122e (patch) | |
tree | e1c2f85c4cc781a6df961cf66a3162d2d27e7455 /samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd | |
parent | 14b8cdbecc3db8d66fa983ee90706860fa905135 (diff) | |
download | DotNetOpenAuth-e7006e52470a61368d44aba7532f5e4a811f122e.zip DotNetOpenAuth-e7006e52470a61368d44aba7532f5e4a811f122e.tar.gz DotNetOpenAuth-e7006e52470a61368d44aba7532f5e4a811f122e.tar.bz2 |
whitespace
Diffstat (limited to 'samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd')
-rw-r--r-- | samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd b/samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd index 467098f..04a74a4 100644 --- a/samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd +++ b/samples/Consumer/App_WebReferences/SampleServiceProvider/DataApi2.xsd @@ -1,9 +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" />
+<?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 |