Revision: 493
http://xmlunit.svn.sourceforge.net/xmlunit/?rev=493&view=rev
Author: bodewig
Date: 2011-03-16 15:33:58 +0000 (Wed, 16 Mar 2011)
Log Message:
-----------
linefeeds
Modified Paths:
--------------
branches/xmlunit-1.x/tests/etc/Book.xsd2
Property Changed:
----------------
branches/xmlunit-1.x/tests/etc/Book.xsd2
Modified: branches/xmlunit-1.x/tests/etc/Book.xsd2
===================================================================
--- branches/xmlunit-1.x/tests/etc/Book.xsd2 2011-03-16 15:33:08 UTC (rev 492)
+++ branches/xmlunit-1.x/tests/etc/Book.xsd2 2011-03-16 15:33:58 UTC (rev 493)
@@ -1,20 +1,20 @@
-<?xml version="1.0"?>
-<foo:schema xmlns:foo="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.publishing.org"
- xmlns="http://www.publishing.org"
- version="1.0"
- elementFormDefault="qualified">
-
- <foo:element name="Book" type="BookType"/>
-
- <foo:complexType name="BookType">
- <foo:sequence>
- <foo:element name="Title" type="foo:string" minOccurs="1" maxOccurs="1"/>
- <foo:element name="Author" type="foo:string" minOccurs="1" maxOccurs="unbounded"/>
- <foo:element name="Date" type="foo:string" minOccurs="1" maxOccurs="1"/>
- <foo:element name="ISBN" type="foo:string" minOccurs="1" maxOccurs="1"/>
- <foo:element name="Publisher" type="foo:string" minOccurs="1" maxOccurs="1"/>
- </foo:sequence>
- </foo:complexType>
-</foo:schema>
-
+<?xml version="1.0"?>
+<foo:schema xmlns:foo="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://www.publishing.org"
+ xmlns="http://www.publishing.org"
+ version="1.0"
+ elementFormDefault="qualified">
+
+ <foo:element name="Book" type="BookType"/>
+
+ <foo:complexType name="BookType">
+ <foo:sequence>
+ <foo:element name="Title" type="foo:string" minOccurs="1" maxOccurs="1"/>
+ <foo:element name="Author" type="foo:string" minOccurs="1" maxOccurs="unbounded"/>
+ <foo:element name="Date" type="foo:string" minOccurs="1" maxOccurs="1"/>
+ <foo:element name="ISBN" type="foo:string" minOccurs="1" maxOccurs="1"/>
+ <foo:element name="Publisher" type="foo:string" minOccurs="1" maxOccurs="1"/>
+ </foo:sequence>
+ </foo:complexType>
+</foo:schema>
+
Property changes on: branches/xmlunit-1.x/tests/etc/Book.xsd2
___________________________________________________________________
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|