Author: dkulp
Date: Tue Sep 20 22:47:20 2011
New Revision: 1173414
URL: http://svn.apache.org/viewvc?rev=1173414&view=rev
Log:
Add README and RELEASE-NOT files.
Line ending for new schemas
Added:
webservices/xmlschema/trunk/README.txt (contents, props changed)
- copied, changed from r1173383,
webservices/xmlschema/trunk/xmlschema-core/README.txt
webservices/xmlschema/trunk/RELEASE-NOTE.txt
- copied, changed from r1173383,
webservices/xmlschema/trunk/xmlschema-core/RELEASE-NOTE.txt
Removed:
webservices/xmlschema/trunk/xmlschema-core/README.txt
webservices/xmlschema/trunk/xmlschema-core/RELEASE-NOTE.txt
Modified:
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/c/s1.xsd
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s2.xsd
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s3.xsd
Copied: webservices/xmlschema/trunk/README.txt (from r1173383,
webservices/xmlschema/trunk/xmlschema-core/README.txt)
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/README.txt?p2=webservices/xmlschema/trunk/README.txt&p1=webservices/xmlschema/trunk/xmlschema-core/README.txt&r1=1173383&r2=1173414&rev=1173414&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/README.txt (original)
+++ webservices/xmlschema/trunk/README.txt Tue Sep 20 22:47:20 2011
@@ -1,36 +1,41 @@
-====================================
- XMLSchema Release Notes - Version ${version}
-====================================
-
-XMLSchema is a lightweight schema object model that can be used to manipulate
and
-generate XML schema representations. It has very few external dependencies and
can
-be easily integrated into an existing project.
-
-You are welcome to kick the tires and get XMLSchema on the move. If you like
to
-help us shape XMLSchema any contribution in the form of coding, testing,
-submitting improvements to the documentation, and reporting bugs are always
-welcome.
-
-Thanks for your interest in XMLSchema!
-
--The XMLSchema Development Team
-http://ws.apache.org/commons/XmlSchema/
-
-===================
- Documentation
-===================
-
-Documentation can be found in the 'documents' distribution of this release and
in
-the main site.
-
-===================
- Support
-===================
-
-Any problem with this release can be reported to ws-commons mailing list. If
you
-are sending an email to the mailing list make sure to add the [XMLSchema]
prefix
-to the subject.
-
-To the subscribe to the mailing list send an empty email to:
-
- [email protected]
+====================================
+ Apache XMLSchema Release Notes
+====================================
+
+XMLSchema is a lightweight schema object model that can be used to manipulate
and
+generate XML schema representations. It has very few external dependencies and
can
+be easily integrated into an existing project.
+
+You are welcome to kick the tires and get XMLSchema on the move. If you like
to
+help us shape XMLSchema any contribution in the form of coding, testing,
+submitting improvements to the documentation, and reporting bugs are always
+welcome.
+
+Thanks for your interest in XMLSchema!
+
+-The XMLSchema Development Team
+http://ws.apache.org/commons/xmlschema20/
+
+===================
+ Documentation
+===================
+
+Documentation can be found in the 'documents' distribution of this release and
in
+the main site.
+
+===================
+ Support
+===================
+
+Any problem with this release can be reported to ws-dev mailing list. If you
+are sending an email to the mailing list make sure to add the [XMLSchema]
prefix
+to the subject.
+
+To the subscribe to the mailing list send an empty email to:
+
+ [email protected]
+
+
+You can also log issues into the XMLSchema issue tracker at:
+https://issues.apache.org/jira/browse/XMLSCHEMA
+
Propchange: webservices/xmlschema/trunk/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: webservices/xmlschema/trunk/README.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
Copied: webservices/xmlschema/trunk/RELEASE-NOTE.txt (from r1173383,
webservices/xmlschema/trunk/xmlschema-core/RELEASE-NOTE.txt)
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/RELEASE-NOTE.txt?p2=webservices/xmlschema/trunk/RELEASE-NOTE.txt&p1=webservices/xmlschema/trunk/xmlschema-core/RELEASE-NOTE.txt&r1=1173383&r2=1173414&rev=1173414&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/RELEASE-NOTE.txt (original)
+++ webservices/xmlschema/trunk/RELEASE-NOTE.txt Tue Sep 20 22:47:20 2011
@@ -1,8 +1,8 @@
====================================
- XMLSchema ${version} Release Notes
+ Apache XMLSchema 2.0.1 Release Notes
====================================
-This is the release of XMLSchema ${version} of Apache WS-Commons.
+This is the release of Apache XMLSchema 2.0.1.
XMLSchema is a lightweight schema object model that can be used to manipulate
and generate XML schema representations. It has few external dependencies
@@ -14,14 +14,19 @@ to the documentation, and reporting bugs
This release fixes the following defects:
-WSCOMMONS-401 Add support for CDATA in XmlSchemaDocumentation
-WSCOMMONS-396 API lacks functions for global attributes like those for types
and elements
-WSCOMMONS-364 Add getter for schemaResolve
-WSCOMMONS-361 Performance enhancement for build from DOM
-WSCOMMONS-358 DOM level 3 checks don't work properly
-WSCOMMONS-355 xsd:anySimpleType missing from http://www.w3.org/2001/XMLSchema
+** Bug
+ * [XMLSCHEMA-5] - xs:selector and xs:field are not supported
+ * [XMLSCHEMA-8] - Relative path in multiple import/include failed when
reading a schema
+ * [XMLSCHEMA-10] - Serialized xs:restriction puts xs:attribute before
xs:simpleType when it should not
+ * [XMLSCHEMA-13] - NullPointerException in NamespaceMap.getNamespaceURI()
method
+ * [XMLSCHEMA-17] - incorrect link to tuitorial
+
+** Improvement
+ * [XMLSCHEMA-12] - XmlSchemaCollection.init() should initialize simple
types inheritance as specified in the specification.
+ * [XMLSCHEMA-16] - XmlSchemaSerializer doesn't serialize union
memberTypesQNames
+
Thanks for your interest in XMLSchema!
-- The XMLSchema Development Team ([email protected])
+- The XMLSchema Development Team ([email protected])
Modified:
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/c/s1.xsd
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/c/s1.xsd?rev=1173414&r1=1173413&r2=1173414&view=diff
==============================================================================
---
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/c/s1.xsd
(original)
+++
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/c/s1.xsd
Tue Sep 20 22:47:20 2011
@@ -1,19 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://xmlschema.apache.org/XmlSchema8"
- xmlns:prog="http://xmlschema.apache.org/XmlSchema8"
- xmlns:com="http://xml.test.com/Commun"
- elementFormDefault="qualified" attributeFormDefault="unqualified">
-
- <xs:import namespace="http://xmlschema.apache.org/S2"
schemaLocation="../../../a/b/s2.xsd" />
-
- <xs:complexType name="S1Type">
- <xs:sequence>
- <xs:element ref="com:S2"></xs:element>
- <xs:element ref="com:S3"></xs:element>
- </xs:sequence>
- </xs:complexType>
-
- <xs:element name="S1" type="prog:S1Type"/>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://xmlschema.apache.org/XmlSchema8"
+ xmlns:prog="http://xmlschema.apache.org/XmlSchema8"
+ xmlns:com="http://xml.test.com/Commun"
+ elementFormDefault="qualified" attributeFormDefault="unqualified">
+
+ <xs:import namespace="http://xmlschema.apache.org/S2"
schemaLocation="../../../a/b/s2.xsd" />
+
+ <xs:complexType name="S1Type">
+ <xs:sequence>
+ <xs:element ref="com:S2"></xs:element>
+ <xs:element ref="com:S3"></xs:element>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name="S1" type="prog:S1Type"/>
+
</xs:schema>
\ No newline at end of file
Modified:
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s2.xsd
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s2.xsd?rev=1173414&r1=1173413&r2=1173414&view=diff
==============================================================================
---
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s2.xsd
(original)
+++
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s2.xsd
Tue Sep 20 22:47:20 2011
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema targetNamespace="http://xmlschema.apache.org/S2"
- xmlns:com="http://xmlschema.apache.org/S2"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified"
attributeFormDefault="qualified" version="1.0">
-
- <xs:include schemaLocation="s3.xsd"/>
-
- <xs:complexType name="S2Type">
- <xs:sequence>
- <xs:element name="MyString" type="xs:string"
minOccurs="0"/>
- </xs:sequence>
- </xs:complexType>
-
- <xs:element name="S2" type="com:S2Type"/>
-
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="http://xmlschema.apache.org/S2"
+ xmlns:com="http://xmlschema.apache.org/S2"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified"
attributeFormDefault="qualified" version="1.0">
+
+ <xs:include schemaLocation="s3.xsd"/>
+
+ <xs:complexType name="S2Type">
+ <xs:sequence>
+ <xs:element name="MyString" type="xs:string"
minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name="S2" type="com:S2Type"/>
+
+</xs:schema>
Modified:
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s3.xsd
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s3.xsd?rev=1173414&r1=1173413&r2=1173414&view=diff
==============================================================================
---
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s3.xsd
(original)
+++
webservices/xmlschema/trunk/xmlschema-core/src/test/resources/XMLSCHEMA-8/a/b/s3.xsd
Tue Sep 20 22:47:20 2011
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema targetNamespace="http://xmlschema.apache.org/S2"
- xmlns:com="http://xmlschema.apache.org/S2"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified"
attributeFormDefault="qualified" version="1.0">
-
- <xs:complexType name="S3Type">
- <xs:sequence>
- <xs:element name="AString" type="xs:string"
minOccurs="0"/>
- </xs:sequence>
- </xs:complexType>
-
- <xs:element name="S3" type="com:S3Type"/>
-
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="http://xmlschema.apache.org/S2"
+ xmlns:com="http://xmlschema.apache.org/S2"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified"
attributeFormDefault="qualified" version="1.0">
+
+ <xs:complexType name="S3Type">
+ <xs:sequence>
+ <xs:element name="AString" type="xs:string"
minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name="S3" type="com:S3Type"/>
+
+</xs:schema>