Merge pull request #1 from rleigh-codelibre/gitignore
Add gitattributes and gitignore files
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..9e0703d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,10 @@
+# Default behaviour covering all source files and scripts
+* text=auto
+
+# Text files with explicit CRLF line endings
+*.bat text eof=crlf
+
+# Binary files
+*.gif binary
+*.jar binary
+*.jpg binary
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8451652
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,107 @@
+# Autotools generated files
+**/Makefile.in
+aclocal.m4
+autom4te.cache/
+config/
+config.h.in
+configure
+m4/
+
+# configure generated files
+**/.deps
+**/Makefile
+config.h
+config.log
+config.status
+doc/Doxyfile
+doc/style/dtd/entities.ent
+libtool
+scripts/run-test
+src/xercesc/util/XercesVersion.hpp
+src/xercesc/util/Xerces_autoconf_config.hpp
+**/stamp-h*
+xerces-c.pc
+
+# CMake generated files
+CMakeCache.txt
+**/CMakeFiles/
+**/CTestTestfile.cmake
+**/cmake_install.cmake
+**/InstallLibrarySymlink.cmake
+src/XercesCConfig.cmake
+src/XercesCConfigVersion.cmake
+*.ninja
+.ninja*
+*.vcxproj
+*.vcxproj.filters
+*.vcxproj.user
+*.sln
+src/xercesc/util/version.rc
+
+# build generated files
+.libs/
+*.dir/
+x64/
+Win32/
+ARM/
+ARM64/
+Debug/
+MinSizeRel/
+Release/
+RelWithDebInfo/
+.vs/
+.dirstamp
+*.o
+*.lo
+*.la
+*.a
+*.so
+*.dylib
+*.dll
+*.exe
+*.pdb
+*.ilk
+*.exp
+*.lib
+samples/CreateDOMDocument
+samples/DOMCount
+samples/DOMPrint
+samples/EnumVal
+samples/MemParse
+samples/PParse
+samples/PSVIWriter
+samples/Redirect
+samples/SAX2Count
+samples/SAX2Print
+samples/SAXCount
+samples/SAXPrint
+samples/SCMPrint
+samples/SEnumVal
+samples/StdInParse
+samples/XInclude
+tests/Char16Test
+tests/DOMMemTest
+tests/DOMTest
+tests/DOMTraversalTest
+tests/DOMTypeInfoTest
+tests/EncodingTest
+tests/InitTermTest
+tests/MemHandlerTest
+tests/NetAccessorTest
+tests/Normalizer
+tests/RangeTest
+tests/ThreadTest
+tests/XSTSHarness
+tests/XSValueTest
+tests/XSerializerTest
+
+# Test output
+samples/observed/
+samples/scripts/*.log
+samples/scripts/*.trs
+samples/test-suite.log
+tests/observed/
+tests/scripts/*.log
+tests/scripts/*.trs
+tests/test-suite.log
+Testing/
diff --git a/doc/charter.xml b/doc/charter.xml
index 2c577ea..7b04e17 100644
--- a/doc/charter.xml
+++ b/doc/charter.xml
@@ -1,457 +1,457 @@
-<?xml version="1.0" standalone="no"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
--->
-
-<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
-
-<s1 title="&XercesCFullName;">
-
-<s2 title="Xerces Project Charter">
-<p>
-The following charter applies to all Xerces projects.
-</p>
-</s2>
-
-<s2 title="1 INTRODUCTION" >
-<p>
-1.1 Apache Xerces is a collaborative software development project
-dedicated to providing robust, full-featured, commercial-quality, and
-freely available XML parsers and closely related technologies
-on a wide variety of platforms supporting several languages. This
-project is managed in cooperation with various individuals worldwide
-(both independent and company-affiliated experts), who use the
-Internet to communicate, plan, and develop XML software and related
-documentation.
-</p>
-<p>
-1.2 This charter briefly describes the mission, history, organization, and
-processes of the project.
-</p>
-</s2>
-
-<s2 title="2 MISSION" >
-<p>
-2.1 Apache Xerces exists to promote the use of XML. We view XML as a
-compelling paradigm that structures data as information, thereby
-facilitating the exchange, transformation, and presentation of
-knowledge. The ability to transform raw data into usable information
-has great potential to improve the functionality and use of
-information systems. We intend to build freely available XML
-parsers and closely related technologies in order to engender such
-improvements.
-</p>
-
-<p>
-2.2 The Apache Xerces parsers support standard APIs (formal, de facto,
-or proposed).
-They are designed to be high performance, reliable, and easy to use.
-To facilitate easy porting of ideas between languages, the API's supported
-should be as similar as possible, given the constraints of the languages
-and existing architectures. Apache Xerces parsers should also be designed
-to work efficiently with other Apache projects that deal
-with XML whenever possible.
-</p>
-
-<p>
-2.3 We believe that the best way to further these goals
-is by having both individuals and corporations
-collaborate on the best possible infrastructure, APIs, code, testing,
-and release cycles. Components must be vendor neutral and usable as
-core components for all.
-</p>
-<p>
-2.4 In order to achieve a coherent architecture between Apache Xerces
-parsers
-and other components and applications, standards (formal or
-de facto) will be used as much as possible for both protocols and
-APIs. Where appropriate, experiences and lessons learned will be fed
-back to standards bodies in an effort to assist in the development of
-those standards. We will also encourage the innovation of new
-protocols, APIs, and components in order to seed new concepts not
-yet defined by standards.
-</p>
-
-</s2>
-<s2 title="3 HISTORY" >
-<p>
-3.1 The code base which formed the foundations of both the
-Xerces-Java and Xerces-C++ subprojects of the Apache XML Project
-was originally donated to Apache by IBM in 1999. Xerces-Perl
-came into existence as a subproject of the Apache XML project
-after the Xerces-C++ community had already matured to a
-significant extent. All three were subprojects of the Apache XML
-Project until late 2004. At this time, reflecting the growth in
-the Apache XML project and these communities themselves, Apache
-Xerces became a top-level Project of the Apache Software
-Foundation. Apache Xerces still shares much infrastructure with
-the Apache XML project and the other former subprojects of Apache
-XML that have become projects in their own right.
-</p>
-
-</s2>
-
-<s2 title="4 TERMS" >
-<p>
-4.1 The ASF Board. The management board of the Apache Software
-Foundation.
-</p>
-
-<p>
-4.2 The Project. The Apache Xerces Project; intended
-to refer to the source code, website and community that are Apache Xerces.
-</p>
-
-<p>
-4.3 Subproject. Apache Xerces is composed of a number of subprojects
-which fit into one of two categories:
-</p>
-<p>
-a) An XML parser implementation in some particular programming
- language. There may be multiple parsers for a given
- language, if the API's the parsers support are sufficiently
- dissimilar. At the time of writing, there is one parser for
- each of Java, C/C++ and Perl.
-</p>
-<p>
-b) A set of components serving some purpose not directly
- pertinent to XML parsing, but which are used in related
- applications and are tightly bound, usually through internal
- API's, to one (or more) of the parser subprojects.
-</p>
-
-<p>
-4.4 Product. Some deliverable (usually a binary or source
-package) that a subproject releases to the public. Subprojects
-may have multiple products.
-</p>
-
-<p>
-4.5 Contributor. Anyone who makes a contribution to the development
-of the Apache Xerces project or a subproject.
-</p>
-<p>
-4.6 Committer. Apache Xerces has a set of committers. Committers
-are contributors who have read/write access to the source code
-repository.
-</p>
-
-
-</s2>
-
-<s2 title="5 THE PROJECT MANAGEMENT COMMITTEE" >
-<p>
-5.1 The Apache Xerces project is managed by a core group of
-committers known as the Project Management Committee [PMC],
-which is composed of volunteers from among the active committers
-(see 8.3 below) from all subprojects. Each subproject must have
-at least one representative on the PMC, to ensure active
-supervision of the subproject.
-</p>
-
-<p>
-5.2 The activities of the PMC are coordinated by the Chairperson,
-who is an officer of the corporation and reports to the Apache
-Board. The Chairperson will, on the request of the Apache Board,
-provide reports to the Board on issues related to the running of
-the Apache Xerces project.
-</p>
-
-<p>
-5.3 The PMC has the following responsibilities:
-</p>
-
-<p>
-a) Accepting new subproject proposals, voting on these
- proposals and creating the
- subproject (see SUBPROJECTS below). This is done in collaboration
- with the Incubator (see http://incubator.apache.org).
-
-</p>
-<p>
-b) Facilitating code or other donations by individuals or companies,
- in collaboration with the Incubator.
-</p>
-<p>
-c) Resolving license issues and other legal issues in conjunction with
- the ASF board.
-</p><p>
-d) Ensuring that administrative and infrastructure work is completed.
-</p><p>
-e) Facilitating relationships among subprojects and other Apache projects.
-</p><p>
-f) Facilitating relationships between Apache Xerces and the external
- world.
-</p><p>
-g) Overseeing Apache Xerces to ensure that the mission defined in
- this document is being fulfilled.
-</p><p>
-h) Resolving conflicts within the project.
-</p><p>
-i) Reporting to the ASF board (through the Chair) on the progress
- of the project.
-
-</p><p>
-5.4 In cases where the sub-project is unable to directly provide
-at least one representative on the PMC--implying that there are no
-active committers on that code base--then the subproject should
-be considered dormant, and any relevant Apache policies for dormant
-projects should be implemented. At the least, the subproject's status
-should
-be updated on its website.
-
-</p><p>
-5.5 Every 12 months, or at the request of the Board, the PMC will provide
-a recommendation to the Apache Board for the position of Chairperson
-of the PMC.
-</p><p>
-5.6 This recommendation will be made on the basis of an election held
-within the PMC. The election will be performed using a simple
-majority vote of PMC members.
-</p><p>
-5.7 Upon agreement by the Apache Board, the recommended Chairperson will,
-if they are not already, be appointed an officer of the corporation.
-See http://www.apache.org/foundation/bylaws.html for more information.
-</p><p>
-5.8 In the unlikely event that a member of the PMC becomes disruptive to
-the process, ceases to make codebase contributions for an extended
-period, or ceases to take part in PMC votes for an extended period of
-time, said member may be removed by unanimous vote of remaining PMC
-members.
-</p><p>
-5.9 The PMC is responsible for maintaining and updating this
-charter. Development must follow the process outlined below, so any
-change to the development process necessitates a change to the
-charter. Changes must be approved by a two-thirds majority of all members
-of the PMC.
-</p>
-</s2>
-
-
-
-<s2 title="6 SUBPROJECTS" >
-<p>
-6.1 When a new subproject proposal is submitted to the PMC, it
-may be accepted by a two-thirds vote of the PMC.
-
-</p><p>
-6.2 A subproject may be removed by unanimous vote of the PMC, subject to
-the
-approval of the ASF board.
-
-</p>
-</s2>
-<s2 title="7 CONTRIBUTORS" >
-<p>
-7.1 Like all Apache projects, the Apache Xerces project is a meritocracy
---
-the more work you do, the more you are allowed to do. Contributions
-will include participating in mailing lists, reporting bugs, providing
-patches and proposing changes to a product.
-
-</p><p>
-7.2 In order to ensure that all code contained in the Apache
-Xerces project's code repository is free of licensing,
-intellectual property and patent issues, any developer wishing
-to contribute a new feature to Xerces must either sign:
-
-</p><p>
-a) If contributing as an individual, sign the "Individual
- Contributor License Agreement (CLA)"
- (http://www.apache.org/licenses/icla.txt) and file a copy with
- the Secretary of the Corporation; or
-</p><p>
-b) If making the contribution as part of their employment
- responsibilities, sign the "Corporate CLA (CCLA)",
- (http://www.apache.org/licenses/cla-corporate.txt) and file a
- copy with the Secretary of the Corporation.
-
-</p><p>
-7.3 If the contribution in question is a small bugfix, the
-contributor need not sign a CLA, but need only provide the
-following information, attaching it to the communication
-containing the patch:
-
-</p><p>
-a) Name and employer
-</p><p>
-b) Are you the author of the code being contributed?
-</p><p>
-c) Do you have the right to grant the copyright and patent
- licenses for the contribution that are set forth in the ASF v.2.0
- license (http://www.apache.org/licenses/LICENSE-2.0)?
-</p><p>
-d) Does your employer have any rights to code that you have
- written, for example, through your contract for employment? If
- so, has your employer given you permission to contribute the code
- on its behalf or waived its rights in the code?
-</p><p>
-e) Are you aware of any third-party licenses or other
- restrictions (such as related patents or trademarks) that could
- apply to your contribution? If so, what are they?
-
-</p><p>
-7.4 Contributors who make regular and substantial contributions may become
-committers as described below.
-
-</p>
-</s2>
-
-<s2 title="8 COMMITTERS" >
-<p>
-8.1 Each subproject has a set of committers. Committers are
-contributors who have read/write access to the source code
-repository.
-
-</p><p>
-8.2 Normally, a new committer is added after a contributor has
-been nominated by a committer and approved by at least 50 percent
-of the active committers for that subproject with no opposing
-votes. In the case that a subproject has a very small number of
-active committers, the PMC may choose to require a PMC resolution
-to approve the nomination of a contributor by one of the active
-committers in that subproject. All committers must have a signed
-Contributor License Agreement on file with the Secretary of the
-Corporation. Since, in most cases, contributors will already
-have contributed significant amounts of code, this should usually
-have been done before nomination.
-
-</p><p>
-8.3 Although committers have write access to all Apache Xerces
-subprojects,
-they are only permitted to make changes to the subprojects to which they
-have been elected committers. A committer may be elected to multiple
-subprojects, but, except that no new access need be granted, the
-process is the same as for any other contributor.
-
-</p><p>
-8.4 For the purposes of voting, committers will be classed as "active" or
-"inactive". Only active committers will be included in the totals used to
-determine the success or failure of a particular vote, and
-only active committers are part of the PMC.
-
-</p><p>
-8.5 Committers remain active as long as they are contributing code or
-posting to the subproject mailing lists. If a committer has neither
-contributed code nor posted to the subproject mailing lists in 3
-months, the PMC chair may e-mail the
-committer, the subproject development list, and the PMC mailing list
-notifying the committer that they are going to be moved to inactive
-status. If there is no response in 72 hours, the committer will become
-inactive, and may be removed from the PMC mailing list.
-
-</p><p>
-8.6 An inactive status will not prevent a committer committing new code
-changes or posting to the mailing lists. Either of these activities will
-automatically re-activate the committer for the purposes of
-voting, and necessitate their addition to the PMC mailing list.
-
-</p>
-</s2>
-<s2 title="9 INFRASTRUCTURE" >
-<p>
-9.1 The Apache Xerces project relies on the Apache XML project
-and the Apache Infrastructure project for the following:
-
-</p><p>
-a) Bug Database -- This is a system for tracking bugs and feature
- requests.
-
-</p><p>
-b) Subproject Source Repositories -- These are several repositories
- containing both the source code and documentation for the
- subprojects.
-
-</p><p>
-c) Website -- A xerces.apache.org website will contain information about
- the Apache Xerces project, including documentation, downloads of
- releases, and this charter. Each subproject will have its own website
- with subproject information.
-
-</p><p>
-d) PMC Mailing List -- This list is for PMC business requiring
- confidentiality, particularly when an individual or company requests
- discretion. All other PMC business should be done on the general
- mailing list.
-
-</p><p>
-e) General Mailing List -- This mailing list is open to the public. It is
- intended for discussions that cross subprojects.
-
-</p><p>
-f) Subproject Mailing Lists -- Each subproject should have at least one
-devoted mailing
- list. Many subprojects may wish to have both user and development
- lists. The individual subprojects may decide on the exact structure of
- their mailing lists.
-
-</p>
-</s2>
-<s2 title="10 LICENSING" >
-<p>
-10.1 All contributions to the Apache Xerces project adhere to the
-Apache Software Foundation License, v.2.0
-(http://www.apache.org/licenses/LICENSE-2.0)?
-All further contributions must be made under the
-same terms.
-
-</p><p>
-10.2 When a committer is considering integrating a contribution
-from a contributor who has no CLA on file with the Corporation,
-it is the responsibility of the committer, in consultation with
-the PMC, to conduct due diligence on the pedigree of the
-contribution under consideration; see sections 7.2 and 7.3.
-
-</p>
-</s2>
-<s2 title="11 THE DEVELOPMENT PROCESS" >
-<p>
-11.1 The development process is intentionally lightweight; like other
-Apache projects, the committers decide which changes may be committed
-to the repository. Three +1 ('yes' votes) with no -1 ('no' votes or
-vetoes) are needed to approve a significant code change. For
-efficiency, some code changes from some contributors (e.g.
-feature additions, bug fixes) may be approved in advance, in
-which case they may be committed first and changed as needed,
-with conflicts resolved by majority vote of the committers.
-
-</p>
-</s2>
-<s2 title="12 SUBPROJECT REQUIREMENTS" >
-<p>
-12.1 Each subproject should have a set of requirements as well as an
-up-to-date release plan and design document on its dedicated web page.
-
-</p><p>
-12.2 It is recommended that each subproject have a smoke-test system
-that works at least as a basic integration test.
-
-</p>
-</s2>
-<s2 title="13 RELATIONSHIP TO OTHER APACHE PROJECTS" >
-
-<p>
-13.1 The Apache Xerces project should work closely with other Apache
-projects, such as XML, Jakarta and the Apache Server, to avoid redundancy
-and achieve a coherent architecture among Apache Xerces and these
-projects.
-
-</p>
-
-</s2>
-
-
-</s1>
+<?xml version="1.0" standalone="no"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="&XercesCFullName;">
+
+<s2 title="Xerces Project Charter">
+<p>
+The following charter applies to all Xerces projects.
+</p>
+</s2>
+
+<s2 title="1 INTRODUCTION" >
+<p>
+1.1 Apache Xerces is a collaborative software development project
+dedicated to providing robust, full-featured, commercial-quality, and
+freely available XML parsers and closely related technologies
+on a wide variety of platforms supporting several languages. This
+project is managed in cooperation with various individuals worldwide
+(both independent and company-affiliated experts), who use the
+Internet to communicate, plan, and develop XML software and related
+documentation.
+</p>
+<p>
+1.2 This charter briefly describes the mission, history, organization, and
+processes of the project.
+</p>
+</s2>
+
+<s2 title="2 MISSION" >
+<p>
+2.1 Apache Xerces exists to promote the use of XML. We view XML as a
+compelling paradigm that structures data as information, thereby
+facilitating the exchange, transformation, and presentation of
+knowledge. The ability to transform raw data into usable information
+has great potential to improve the functionality and use of
+information systems. We intend to build freely available XML
+parsers and closely related technologies in order to engender such
+improvements.
+</p>
+
+<p>
+2.2 The Apache Xerces parsers support standard APIs (formal, de facto,
+or proposed).
+They are designed to be high performance, reliable, and easy to use.
+To facilitate easy porting of ideas between languages, the API's supported
+should be as similar as possible, given the constraints of the languages
+and existing architectures. Apache Xerces parsers should also be designed
+to work efficiently with other Apache projects that deal
+with XML whenever possible.
+</p>
+
+<p>
+2.3 We believe that the best way to further these goals
+is by having both individuals and corporations
+collaborate on the best possible infrastructure, APIs, code, testing,
+and release cycles. Components must be vendor neutral and usable as
+core components for all.
+</p>
+<p>
+2.4 In order to achieve a coherent architecture between Apache Xerces
+parsers
+and other components and applications, standards (formal or
+de facto) will be used as much as possible for both protocols and
+APIs. Where appropriate, experiences and lessons learned will be fed
+back to standards bodies in an effort to assist in the development of
+those standards. We will also encourage the innovation of new
+protocols, APIs, and components in order to seed new concepts not
+yet defined by standards.
+</p>
+
+</s2>
+<s2 title="3 HISTORY" >
+<p>
+3.1 The code base which formed the foundations of both the
+Xerces-Java and Xerces-C++ subprojects of the Apache XML Project
+was originally donated to Apache by IBM in 1999. Xerces-Perl
+came into existence as a subproject of the Apache XML project
+after the Xerces-C++ community had already matured to a
+significant extent. All three were subprojects of the Apache XML
+Project until late 2004. At this time, reflecting the growth in
+the Apache XML project and these communities themselves, Apache
+Xerces became a top-level Project of the Apache Software
+Foundation. Apache Xerces still shares much infrastructure with
+the Apache XML project and the other former subprojects of Apache
+XML that have become projects in their own right.
+</p>
+
+</s2>
+
+<s2 title="4 TERMS" >
+<p>
+4.1 The ASF Board. The management board of the Apache Software
+Foundation.
+</p>
+
+<p>
+4.2 The Project. The Apache Xerces Project; intended
+to refer to the source code, website and community that are Apache Xerces.
+</p>
+
+<p>
+4.3 Subproject. Apache Xerces is composed of a number of subprojects
+which fit into one of two categories:
+</p>
+<p>
+a) An XML parser implementation in some particular programming
+ language. There may be multiple parsers for a given
+ language, if the API's the parsers support are sufficiently
+ dissimilar. At the time of writing, there is one parser for
+ each of Java, C/C++ and Perl.
+</p>
+<p>
+b) A set of components serving some purpose not directly
+ pertinent to XML parsing, but which are used in related
+ applications and are tightly bound, usually through internal
+ API's, to one (or more) of the parser subprojects.
+</p>
+
+<p>
+4.4 Product. Some deliverable (usually a binary or source
+package) that a subproject releases to the public. Subprojects
+may have multiple products.
+</p>
+
+<p>
+4.5 Contributor. Anyone who makes a contribution to the development
+of the Apache Xerces project or a subproject.
+</p>
+<p>
+4.6 Committer. Apache Xerces has a set of committers. Committers
+are contributors who have read/write access to the source code
+repository.
+</p>
+
+
+</s2>
+
+<s2 title="5 THE PROJECT MANAGEMENT COMMITTEE" >
+<p>
+5.1 The Apache Xerces project is managed by a core group of
+committers known as the Project Management Committee [PMC],
+which is composed of volunteers from among the active committers
+(see 8.3 below) from all subprojects. Each subproject must have
+at least one representative on the PMC, to ensure active
+supervision of the subproject.
+</p>
+
+<p>
+5.2 The activities of the PMC are coordinated by the Chairperson,
+who is an officer of the corporation and reports to the Apache
+Board. The Chairperson will, on the request of the Apache Board,
+provide reports to the Board on issues related to the running of
+the Apache Xerces project.
+</p>
+
+<p>
+5.3 The PMC has the following responsibilities:
+</p>
+
+<p>
+a) Accepting new subproject proposals, voting on these
+ proposals and creating the
+ subproject (see SUBPROJECTS below). This is done in collaboration
+ with the Incubator (see http://incubator.apache.org).
+
+</p>
+<p>
+b) Facilitating code or other donations by individuals or companies,
+ in collaboration with the Incubator.
+</p>
+<p>
+c) Resolving license issues and other legal issues in conjunction with
+ the ASF board.
+</p><p>
+d) Ensuring that administrative and infrastructure work is completed.
+</p><p>
+e) Facilitating relationships among subprojects and other Apache projects.
+</p><p>
+f) Facilitating relationships between Apache Xerces and the external
+ world.
+</p><p>
+g) Overseeing Apache Xerces to ensure that the mission defined in
+ this document is being fulfilled.
+</p><p>
+h) Resolving conflicts within the project.
+</p><p>
+i) Reporting to the ASF board (through the Chair) on the progress
+ of the project.
+
+</p><p>
+5.4 In cases where the sub-project is unable to directly provide
+at least one representative on the PMC--implying that there are no
+active committers on that code base--then the subproject should
+be considered dormant, and any relevant Apache policies for dormant
+projects should be implemented. At the least, the subproject's status
+should
+be updated on its website.
+
+</p><p>
+5.5 Every 12 months, or at the request of the Board, the PMC will provide
+a recommendation to the Apache Board for the position of Chairperson
+of the PMC.
+</p><p>
+5.6 This recommendation will be made on the basis of an election held
+within the PMC. The election will be performed using a simple
+majority vote of PMC members.
+</p><p>
+5.7 Upon agreement by the Apache Board, the recommended Chairperson will,
+if they are not already, be appointed an officer of the corporation.
+See http://www.apache.org/foundation/bylaws.html for more information.
+</p><p>
+5.8 In the unlikely event that a member of the PMC becomes disruptive to
+the process, ceases to make codebase contributions for an extended
+period, or ceases to take part in PMC votes for an extended period of
+time, said member may be removed by unanimous vote of remaining PMC
+members.
+</p><p>
+5.9 The PMC is responsible for maintaining and updating this
+charter. Development must follow the process outlined below, so any
+change to the development process necessitates a change to the
+charter. Changes must be approved by a two-thirds majority of all members
+of the PMC.
+</p>
+</s2>
+
+
+
+<s2 title="6 SUBPROJECTS" >
+<p>
+6.1 When a new subproject proposal is submitted to the PMC, it
+may be accepted by a two-thirds vote of the PMC.
+
+</p><p>
+6.2 A subproject may be removed by unanimous vote of the PMC, subject to
+the
+approval of the ASF board.
+
+</p>
+</s2>
+<s2 title="7 CONTRIBUTORS" >
+<p>
+7.1 Like all Apache projects, the Apache Xerces project is a meritocracy
+--
+the more work you do, the more you are allowed to do. Contributions
+will include participating in mailing lists, reporting bugs, providing
+patches and proposing changes to a product.
+
+</p><p>
+7.2 In order to ensure that all code contained in the Apache
+Xerces project's code repository is free of licensing,
+intellectual property and patent issues, any developer wishing
+to contribute a new feature to Xerces must either sign:
+
+</p><p>
+a) If contributing as an individual, sign the "Individual
+ Contributor License Agreement (CLA)"
+ (http://www.apache.org/licenses/icla.txt) and file a copy with
+ the Secretary of the Corporation; or
+</p><p>
+b) If making the contribution as part of their employment
+ responsibilities, sign the "Corporate CLA (CCLA)",
+ (http://www.apache.org/licenses/cla-corporate.txt) and file a
+ copy with the Secretary of the Corporation.
+
+</p><p>
+7.3 If the contribution in question is a small bugfix, the
+contributor need not sign a CLA, but need only provide the
+following information, attaching it to the communication
+containing the patch:
+
+</p><p>
+a) Name and employer
+</p><p>
+b) Are you the author of the code being contributed?
+</p><p>
+c) Do you have the right to grant the copyright and patent
+ licenses for the contribution that are set forth in the ASF v.2.0
+ license (http://www.apache.org/licenses/LICENSE-2.0)?
+</p><p>
+d) Does your employer have any rights to code that you have
+ written, for example, through your contract for employment? If
+ so, has your employer given you permission to contribute the code
+ on its behalf or waived its rights in the code?
+</p><p>
+e) Are you aware of any third-party licenses or other
+ restrictions (such as related patents or trademarks) that could
+ apply to your contribution? If so, what are they?
+
+</p><p>
+7.4 Contributors who make regular and substantial contributions may become
+committers as described below.
+
+</p>
+</s2>
+
+<s2 title="8 COMMITTERS" >
+<p>
+8.1 Each subproject has a set of committers. Committers are
+contributors who have read/write access to the source code
+repository.
+
+</p><p>
+8.2 Normally, a new committer is added after a contributor has
+been nominated by a committer and approved by at least 50 percent
+of the active committers for that subproject with no opposing
+votes. In the case that a subproject has a very small number of
+active committers, the PMC may choose to require a PMC resolution
+to approve the nomination of a contributor by one of the active
+committers in that subproject. All committers must have a signed
+Contributor License Agreement on file with the Secretary of the
+Corporation. Since, in most cases, contributors will already
+have contributed significant amounts of code, this should usually
+have been done before nomination.
+
+</p><p>
+8.3 Although committers have write access to all Apache Xerces
+subprojects,
+they are only permitted to make changes to the subprojects to which they
+have been elected committers. A committer may be elected to multiple
+subprojects, but, except that no new access need be granted, the
+process is the same as for any other contributor.
+
+</p><p>
+8.4 For the purposes of voting, committers will be classed as "active" or
+"inactive". Only active committers will be included in the totals used to
+determine the success or failure of a particular vote, and
+only active committers are part of the PMC.
+
+</p><p>
+8.5 Committers remain active as long as they are contributing code or
+posting to the subproject mailing lists. If a committer has neither
+contributed code nor posted to the subproject mailing lists in 3
+months, the PMC chair may e-mail the
+committer, the subproject development list, and the PMC mailing list
+notifying the committer that they are going to be moved to inactive
+status. If there is no response in 72 hours, the committer will become
+inactive, and may be removed from the PMC mailing list.
+
+</p><p>
+8.6 An inactive status will not prevent a committer committing new code
+changes or posting to the mailing lists. Either of these activities will
+automatically re-activate the committer for the purposes of
+voting, and necessitate their addition to the PMC mailing list.
+
+</p>
+</s2>
+<s2 title="9 INFRASTRUCTURE" >
+<p>
+9.1 The Apache Xerces project relies on the Apache XML project
+and the Apache Infrastructure project for the following:
+
+</p><p>
+a) Bug Database -- This is a system for tracking bugs and feature
+ requests.
+
+</p><p>
+b) Subproject Source Repositories -- These are several repositories
+ containing both the source code and documentation for the
+ subprojects.
+
+</p><p>
+c) Website -- A xerces.apache.org website will contain information about
+ the Apache Xerces project, including documentation, downloads of
+ releases, and this charter. Each subproject will have its own website
+ with subproject information.
+
+</p><p>
+d) PMC Mailing List -- This list is for PMC business requiring
+ confidentiality, particularly when an individual or company requests
+ discretion. All other PMC business should be done on the general
+ mailing list.
+
+</p><p>
+e) General Mailing List -- This mailing list is open to the public. It is
+ intended for discussions that cross subprojects.
+
+</p><p>
+f) Subproject Mailing Lists -- Each subproject should have at least one
+devoted mailing
+ list. Many subprojects may wish to have both user and development
+ lists. The individual subprojects may decide on the exact structure of
+ their mailing lists.
+
+</p>
+</s2>
+<s2 title="10 LICENSING" >
+<p>
+10.1 All contributions to the Apache Xerces project adhere to the
+Apache Software Foundation License, v.2.0
+(http://www.apache.org/licenses/LICENSE-2.0)?
+All further contributions must be made under the
+same terms.
+
+</p><p>
+10.2 When a committer is considering integrating a contribution
+from a contributor who has no CLA on file with the Corporation,
+it is the responsibility of the committer, in consultation with
+the PMC, to conduct due diligence on the pedigree of the
+contribution under consideration; see sections 7.2 and 7.3.
+
+</p>
+</s2>
+<s2 title="11 THE DEVELOPMENT PROCESS" >
+<p>
+11.1 The development process is intentionally lightweight; like other
+Apache projects, the committers decide which changes may be committed
+to the repository. Three +1 ('yes' votes) with no -1 ('no' votes or
+vetoes) are needed to approve a significant code change. For
+efficiency, some code changes from some contributors (e.g.
+feature additions, bug fixes) may be approved in advance, in
+which case they may be committed first and changed as needed,
+with conflicts resolved by majority vote of the committers.
+
+</p>
+</s2>
+<s2 title="12 SUBPROJECT REQUIREMENTS" >
+<p>
+12.1 Each subproject should have a set of requirements as well as an
+up-to-date release plan and design document on its dedicated web page.
+
+</p><p>
+12.2 It is recommended that each subproject have a smoke-test system
+that works at least as a basic integration test.
+
+</p>
+</s2>
+<s2 title="13 RELATIONSHIP TO OTHER APACHE PROJECTS" >
+
+<p>
+13.1 The Apache Xerces project should work closely with other Apache
+projects, such as XML, Jakarta and the Apache Server, to avoid redundancy
+and achieve a coherent architecture among Apache Xerces and these
+projects.
+
+</p>
+
+</s2>
+
+
+</s1>
diff --git a/doc/xinclude.xml b/doc/xinclude.xml
index 54122d7..071f7d8 100644
--- a/doc/xinclude.xml
+++ b/doc/xinclude.xml
@@ -1,41 +1,41 @@
-<?xml version="1.0" standalone="no"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
--->
-
-<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
-
-<s1 title="Sample: XInclude">
-
- <s2 title="XInclude">
- <p>The XInclude example uses the provided DOM API to parse an XML file
- while expanding the xi:include elements. It then writes
- the resulting DOM tree in the expanded form.</p>
-
- <s3 title="Running XInclude">
-
- <p>The XInclude sample converts an input XML file into
- an expanded output XML file. To run XInclude, enter the following </p>
-<source>XInclude <Input XML file> <Output XML file></source>
- <p>The following parameters may be set from the command line </p>
-<source>
-Usage:
- XInclude [-h] InputFile OutputFile
- -h : Prints this help message and exits.
-</source>
- </s3>
- </s2>
-</s1>
+<?xml version="1.0" standalone="no"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+
+<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+
+<s1 title="Sample: XInclude">
+
+ <s2 title="XInclude">
+ <p>The XInclude example uses the provided DOM API to parse an XML file
+ while expanding the xi:include elements. It then writes
+ the resulting DOM tree in the expanded form.</p>
+
+ <s3 title="Running XInclude">
+
+ <p>The XInclude sample converts an input XML file into
+ an expanded output XML file. To run XInclude, enter the following </p>
+<source>XInclude <Input XML file> <Output XML file></source>
+ <p>The following parameters may be set from the command line </p>
+<source>
+Usage:
+ XInclude [-h] InputFile OutputFile
+ -h : Prints this help message and exits.
+</source>
+ </s3>
+ </s2>
+</s1>
diff --git a/tests/src/XSTSHarness/regression/AnnotatedTSSchema.xsd b/tests/src/XSTSHarness/regression/AnnotatedTSSchema.xsd
index 6699355..ef86ef2 100644
--- a/tests/src/XSTSHarness/regression/AnnotatedTSSchema.xsd
+++ b/tests/src/XSTSHarness/regression/AnnotatedTSSchema.xsd
@@ -1,594 +1,594 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-NOTE (JT): This schema differs from the official version adopted by the WG in that
-1) these attribute declarations in the xs:schema element:
- xmlns:ts="http://www.w3.org/2003/XMLSchema/TestSuite/PLACEHOLDER"
- targetNamespace="http://www.w3.org/2003/XMLSchema/TestSuite/PLACEHOLDER"
-are replaced by lines to enable the use of a local copy of this schema.
-2) The import declarations for XLink and XML namespace are given schemaLocation attributes.
--->
-<xs:schema
- xmlns:ts="TestSuite"
- targetNamespace="TestSuite"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- >
-<!--
- <xs:import namespace="http://www.w3.org/1999/xlink"/>
-
- <xs:import namespace="http://www.w3.org/XML/1998/namespace"/>
--->
-
- <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="file:///C:/3rd-party/XlnGui/Catalogs/Large/www.xbrl.org/2003/xlink-2003-12-31.xsd"/>
-
- <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="file:///C:/3rd-party/XlnGui/Catalogs/Small/www.w3.org/2001/03/xml.xsd"/>
-
-
- <xs:annotation>
- <xs:documentation>
- This is the schema for the W3C XML Schema Test Suite collection
- (TS), as approved by the W3C XML Schema Working Group on May 12,
- 2003. It defines the namespace:
-
- http://www.w3.org/2003/XMLSchema/TestSuite/PLACEHOLDER
-
- The TS consists of a set of test suites, each of which is identified
- according to the version of W3C XML Schema it is designed to
- test. Previous versions of test suites are archived and are also
- available, identifiable by the version of the test suite itself.
-
- This schema defines three separate but related document types for
- the TS:
-
- 1) The testSuite element is the root element of a document
- which defines a test suite as described above (e.g. the
- 2003-10-25 version of the test suite for version 1 of the
- Recommendation).
-
- The principal purpose of a testSuite document is the provision
- of a set of links to documents defining the tests which
- constitute the test suite.
-
- Files containing testSuite documents have the filename suffix
- ".suite".
-
- 2) The testSet element is the root element of a document which
- describes a set of tests. Each testSuite consists primarily
- of a set of links to testSet documents. The scope of the
- testSet is typically determined by the contributor of the
- tests which make up the testSet: it is the unit in which
- tests are contributed to the collection.
-
- Files containing testSet documents have the filename suffix
- ".testSet".
-
- 3) The testSuiteResults element is the root element of a
- document describing the results of testing a processor
- against a testSuite.
-
- Files containing testSuiteResults documents have the filename
- suffix ".results".
- </xs:documentation>
- </xs:annotation>
-
-
- <xs:element name="testSuite">
- <xs:annotation>
- <xs:documentation>
- The root element of a document describing all tests for a
- particular version of W3C XML Schema, for the version of the TS
- defined by the document.
-
- The element has three attributes, each of which is required:
-
- name - the name of this test suite.
-
- releaseDate - the date on which this test suite was
- released. This value serves to identify the
- version of the test suite.
-
- schemaVersion - the version of W3C XML Schema for which the
- tests are designed.
-
- Two elements may optionally be present:
-
- annotation - at most one instance of general documentation.
-
- testSetRef - a set of references to the sets of tests which
- make up this test suite.
-
- The test sets referenced are uniquely named.
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="ts:annotation" minOccurs="0"/>
- <xs:element ref="ts:testSetRef" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- <xs:attribute name="name" use="required" type="xs:Name"/>
- <xs:attribute name="releaseDate" use="required" type="xs:date"/>
- <xs:attribute name="schemaVersion" use="required" type="xs:string"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- </xs:element>
-
-
- <xs:element name="testSetRef" type="ts:ref"/>
-
-
- <xs:element name="testSet">
- <xs:annotation>
- <xs:documentation>
- The root element of a document describing a set of tests,
- normally from a single contributor. A contributor may supply
- any number of testSet files.
-
- The element has two attributes, each of which is required:
-
- contributor - the name of the contributor of this testSet.
-
- name - the name of this testSet, which must be unique within
- the enclosing testSuite.
-
- Two elements may optionally be present:
-
- annotation - at most one instance of general documentation.
-
- testGroup - a set of testGroup elements, each of which defines a
- group of closely related tests.
-
- The testGroup elements must be uniquely named.
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="ts:annotation" minOccurs="0"/>
- <xs:element ref="ts:testGroup" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- <xs:attribute name="contributor" use="required" type="xs:string"/>
- <xs:attribute name="name" use="required" type="xs:Name"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- <xs:unique name="uniqueGroupName">
- <xs:annotation>
- <xs:documentation>
- Each test group within a test set must have a unique name.
- </xs:documentation>
- </xs:annotation>
- <xs:selector xpath="ts:testGroup"/>
- <xs:field xpath="@name"/>
- </xs:unique>
- </xs:element>
-
-
- <xs:element name="testGroup">
- <xs:annotation>
- <xs:documentation>
- This element groups a collection of closely related tests. In the
- case where a schema is present, this element groups the schema with a
- set of instance documents which should be validated against the
- schema.
-
- It has one attribute, which is required:
-
- name - an identifier for the testGroup which is unique within
- the enclosing testSet.
-
- Four elements may optionally be present:
-
- annotation - at most one instance of general documentation.
-
- documentationReference - any number of references to external
- documentation upon which the test
- is based, e.g. links to relevant
- sections of the Recommendation,
- to the Errata, etc.
-
- schemaTest - any number of elements, each of which holds
- information on a single schema document.
-
- When more than one schema document is present,
- a single schema is constructed from the set
- (or from other schemas via import).
-
- Schema documents may be omitted, for the purpose
- of testing a processor's validation of an instance
- containing only the built-in datatypes defined in
- the Recommendation.
-
- instanceTest - any number of elements, each of which holds
- information on a single instance document to
- be validated against the included schema.
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="ts:annotation" minOccurs="0"/>
- <xs:element ref="ts:documentationReference" minOccurs="0" maxOccurs="unbounded"/>
- <xs:element ref="ts:schemaTest" minOccurs="0"/>
- <xs:element ref="ts:instanceTest" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- <xs:attribute name="name" use="required" type="xs:Name"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- <xs:unique name="uniqueTestName">
- <xs:annotation>
- <xs:documentation>
- Each test within a test group must have a unique name.
- </xs:documentation>
- </xs:annotation>
- <xs:selector xpath="ts:schemaTest|ts:instanceTest"/>
- <xs:field xpath="@name"/>
- </xs:unique>
- </xs:element>
-
-
- <xs:element name="schemaTest">
- <xs:annotation>
- <xs:documentation>
- This element groups together information about the schema for
- a particular test condition.
-
- It has one attribute, which is required:
-
- name - the name of the schema, which must be unique within
- the enclosing testGroup (i.e. it must differ from the
- name(s) of any associated instanceTest elements).
-
- One element is required:
-
- schemaDocument - at least one link to a file containing a
- schema document. The schema for the test is
- constructed from the set (or from other
- schemas via import).
-
- Three elements may optionally be present:
-
- expected - the expected validation outcome for the schema
- contained in the schema document(s).
-
- current - the current status of this test in the TS (an
- indication of the test's accuracy in testing the
- feature it is intended to test).
-
- prior - the history of any changes in the status of this test.
-
- The elements "expected" and "current" may be absent when tests
- are contributed, but will always be present for tests included in
- the TS.
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="ts:schemaDocument" maxOccurs="unbounded"/>
- <xs:element ref="ts:expected" minOccurs="0"/>
- <xs:element ref="ts:current" minOccurs="0"/>
- <xs:element ref="ts:prior" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- <xs:attribute name="name" use="required" type="xs:Name"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- </xs:element>
-
-
- <xs:element name="instanceTest">
- <xs:annotation>
- <xs:documentation>
- This element groups together information about an instance
- document which should be validated against the schema referenced
- in the enclosing testGroup.
-
- It has one attribute, which is required:
-
- name - the name of the instance document, which must be unique
- within the enclosing testGroup (i.e. it must differ
- from the name of any associated schemaTest elements).
-
- One element is required:
-
- instanceDocument - a link to a file containing the instance
- document.
-
- Three elements may optionally be present:
-
- expected - the expected validation outcome for the instance
- document.
-
- current - the current status of this test in the TS (an
- indication of the test's accuracy in testing the
- feature it is intended to test).
-
- prior - the history of any changes in the status of this test.
-
- The elements "expected" and "current" may be absent when tests
- are contributed, but will always be present for tests included in
- the TS.
-
- Note: per section 5.2 "Assessing Schema-Validity" of the
- Recommendation "XML Schema Part 1: Structures", validation may
- be started in a variety of ways. For the purposes of the TS,
- only the third method shall be used:
-
- "The processor starts from Schema-Validity Assessment (Element)
- (3.3.4) with no stipulated declaration or definition".
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="ts:instanceDocument"/>
- <xs:element ref="ts:expected" minOccurs="0"/>
- <xs:element ref="ts:current" minOccurs="0"/>
- <xs:element ref="ts:prior" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- <xs:attribute name="name" use="required" type="xs:Name"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- </xs:element>
-
-
- <xs:element name="schemaDocument" type="ts:ref"/>
- <xs:element name="instanceDocument" type="ts:ref"/>
-
-
- <xs:element name="current" type="ts:statusEntry">
- <xs:annotation>
- <xs:documentation>
- The current status of a test in the TS.
-
- This element has two attributes, both of which are required:
-
- status - the status of the test. One of "accepted", "stable",
- "disputed-test" or "disputed-spec" (see the TS website
- for an explanation of these values).
-
- date - the date on which the value in the status attribute
- was attained.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
-
-
- <xs:element name="prior" type="ts:statusEntry">
- <xs:annotation>
- <xs:documentation>
- A former status of a test in the TS.
-
- This element has two attributes, both of which are required:
-
- status - the former status of the test. One of "accepted",
- "stable", "disputed-test" or "disputed-spec" (see
- the TS website for an explanation of these values).
-
- date - the date on which the value in the status attribute
- was attained.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
-
-
- <xs:complexType name="statusEntry">
- <xs:attribute name="status" use="required" type="ts:status"/>
- <xs:attribute name="date" use="required" type="xs:date"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
-
-
- <xs:simpleType name="status">
- <xs:restriction base="xs:token">
- <xs:enumeration value="accepted"/>
- <xs:enumeration value="stable"/>
- <xs:enumeration value="disputed-test"/>
- <xs:enumeration value="disputed-spec"/>
- </xs:restriction>
- </xs:simpleType>
-
-
- <xs:element name="expected">
- <xs:annotation>
- <xs:documentation>
- The expected validation outcome of a test in the TS.
-
- This element has one attribute, which is required:
-
- validity - the expected validity of the test. One of "valid",
- "invalid" or "notKnown".
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:attribute name="validity" use="required" type="ts:validityOutcome"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- </xs:element>
-
-
- <xs:simpleType name="validityOutcome">
- <xs:restriction base="xs:token">
- <xs:enumeration value="valid"/>
- <xs:enumeration value="invalid"/>
- <xs:enumeration value="notKnown"/>
- </xs:restriction>
- </xs:simpleType>
-
-
- <xs:element name="testSuiteResults">
- <xs:annotation>
- <xs:documentation>
- This is the root element of a document containing a test result
- report. The report takes the form of a set of test results
- returned by a processor/validator when run against the TS.
-
- It has three required attributes:
-
- suite - the name of the test suite to which these results
- correspond. This should be the value of the name
- attribute of the testSuite element at the root of
- the test suite document describing the tests to which
- these results correspond.
-
- processor - some identifying information for the processor/
- validator which produced the reported results. The
- value of this attribute is left to the discretion
- of the reporter.
-
- submitDate - the date on which these results were submitted
- to the TS Task Force.
-
- The element also has one optional attribute:
-
- publicationPermission - the degree to which the result reporter
- authorizes the W3C to disseminate the
- reported results. One of "W3C members"
- or "public" (see the TS website for an
- explanation of these values). If this
- attribute is absent, no permission to
- publish is granted.
-
- This element has two optional elements:
-
- annotation - at most one instance of more detailed
- (ts:documentation) or structured (ts:appinfo)
- information or commentary regarding the enclosed
- test results.
-
- testResult - any number of reports of the results of individual
- tests. Any results may be omitted, particularly
- those for tests of features for which the processor
- claims no support.
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="ts:annotation" minOccurs="0"/>
- <xs:element ref="ts:testResult" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- <xs:attribute name="suite" use="required" type="xs:Name"/>
- <xs:attribute name="processor" use="required" type="xs:string"/>
- <xs:attribute name="submitDate" use="required" type="xs:date"/>
- <xs:attribute name="publicationPermission">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:enumeration value="W3C members"/>
- <xs:enumeration value="public"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- </xs:element>
-
-
- <xs:element name="testResult">
- <xs:annotation>
- <xs:documentation>
- The result of an individual instance test or a schema test.
-
- This element has four required attributes:
-
- validity - the validition outcome of the test. One of "valid",
- "invalid" or "notKnown".
-
- set - the value of the "name" attribute of the test set to
- which the test belongs.
-
- group - the value of the "name" attribute of the test group
- to which the test belongs.
-
- test - the value of the "name" attribute of the schema test
- or instance test, the validation outcome of which this
- result reports.
-
- NOTE: The "set", "group" and "test" attributes are used to
- uniquely identify the test within the TS for which this
- result reports the validation outcome. Each matches the
- "name" attribute of the respective element in the test suite.
-
- This element has one optional attribute:
-
- normalizedLoad - a relative load value, intended as an indicator
- of the resource requirements of an individual
- test. Values may be based on processing time,
- memory usage or a combination of the two.
- Values should be in the vicinity of 1.0.
-
- The element has one optional element:
-
- annotation - at most one instance of more detailed
- (ts:documentation) or structured (ts:appinfo)
- information or commentary regarding the individual
- test result. Reporters are encouraged to use
- annotation/appinfo to report more detailed outcome
- information, such as error and warning messages.
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="ts:annotation" minOccurs="0"/>
- </xs:sequence>
- <xs:attribute name="validity" use="required" type="ts:validityOutcome"/>
- <xs:attribute name="set" use="required" type="xs:Name"/>
- <xs:attribute name="group" use="required" type="xs:Name"/>
- <xs:attribute name="test" use="required" type="xs:Name"/>
- <xs:attribute name="normalizedLoad" type="xs:decimal"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- </xs:element>
-
-
- <xs:complexType name="ref">
- <xs:attribute ref="xlink:type" default="locator"/>
- <xs:attribute ref="xlink:href"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
-
-
- <xs:element name="documentationReference" type="ts:ref">
- <xs:annotation>
- <xs:documentation>
- A link to documentation relevant to a test, such as a link to the
- Recommendation, an erratum, an archived email discussion, etc.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
-
-
- <xs:element name="annotation">
- <xs:annotation>
- <xs:documentation>
- This is an exact copy of the annotation element defined in the Schema
- Recommendation. It is duplicated here in order to replicate the
- functionality of the xs:annotation element and because the Schema for
- Schemas cannot be imported.
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:choice maxOccurs="unbounded" minOccurs="0">
- <xs:element ref="ts:appinfo"/>
- <xs:element ref="ts:documentation"/>
- </xs:choice>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- </xs:element>
-
-
- <xs:element name="appinfo">
- <xs:complexType mixed="true">
- <xs:sequence maxOccurs="unbounded" minOccurs="0">
- <xs:any processContents="lax"/>
- </xs:sequence>
- <xs:attribute name="source" type="xs:anyURI"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- </xs:element>
-
- <xs:element name="documentation">
- <xs:complexType mixed="true">
- <xs:sequence maxOccurs="unbounded" minOccurs="0">
- <xs:any processContents="lax"/>
- </xs:sequence>
- <xs:attribute name="source" type="xs:anyURI"/>
- <xs:attribute ref="xml:lang"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- </xs:element>
-
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+NOTE (JT): This schema differs from the official version adopted by the WG in that
+1) these attribute declarations in the xs:schema element:
+ xmlns:ts="http://www.w3.org/2003/XMLSchema/TestSuite/PLACEHOLDER"
+ targetNamespace="http://www.w3.org/2003/XMLSchema/TestSuite/PLACEHOLDER"
+are replaced by lines to enable the use of a local copy of this schema.
+2) The import declarations for XLink and XML namespace are given schemaLocation attributes.
+-->
+<xs:schema
+ xmlns:ts="TestSuite"
+ targetNamespace="TestSuite"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ >
+<!--
+ <xs:import namespace="http://www.w3.org/1999/xlink"/>
+
+ <xs:import namespace="http://www.w3.org/XML/1998/namespace"/>
+-->
+
+ <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="file:///C:/3rd-party/XlnGui/Catalogs/Large/www.xbrl.org/2003/xlink-2003-12-31.xsd"/>
+
+ <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="file:///C:/3rd-party/XlnGui/Catalogs/Small/www.w3.org/2001/03/xml.xsd"/>
+
+
+ <xs:annotation>
+ <xs:documentation>
+ This is the schema for the W3C XML Schema Test Suite collection
+ (TS), as approved by the W3C XML Schema Working Group on May 12,
+ 2003. It defines the namespace:
+
+ http://www.w3.org/2003/XMLSchema/TestSuite/PLACEHOLDER
+
+ The TS consists of a set of test suites, each of which is identified
+ according to the version of W3C XML Schema it is designed to
+ test. Previous versions of test suites are archived and are also
+ available, identifiable by the version of the test suite itself.
+
+ This schema defines three separate but related document types for
+ the TS:
+
+ 1) The testSuite element is the root element of a document
+ which defines a test suite as described above (e.g. the
+ 2003-10-25 version of the test suite for version 1 of the
+ Recommendation).
+
+ The principal purpose of a testSuite document is the provision
+ of a set of links to documents defining the tests which
+ constitute the test suite.
+
+ Files containing testSuite documents have the filename suffix
+ ".suite".
+
+ 2) The testSet element is the root element of a document which
+ describes a set of tests. Each testSuite consists primarily
+ of a set of links to testSet documents. The scope of the
+ testSet is typically determined by the contributor of the
+ tests which make up the testSet: it is the unit in which
+ tests are contributed to the collection.
+
+ Files containing testSet documents have the filename suffix
+ ".testSet".
+
+ 3) The testSuiteResults element is the root element of a
+ document describing the results of testing a processor
+ against a testSuite.
+
+ Files containing testSuiteResults documents have the filename
+ suffix ".results".
+ </xs:documentation>
+ </xs:annotation>
+
+
+ <xs:element name="testSuite">
+ <xs:annotation>
+ <xs:documentation>
+ The root element of a document describing all tests for a
+ particular version of W3C XML Schema, for the version of the TS
+ defined by the document.
+
+ The element has three attributes, each of which is required:
+
+ name - the name of this test suite.
+
+ releaseDate - the date on which this test suite was
+ released. This value serves to identify the
+ version of the test suite.
+
+ schemaVersion - the version of W3C XML Schema for which the
+ tests are designed.
+
+ Two elements may optionally be present:
+
+ annotation - at most one instance of general documentation.
+
+ testSetRef - a set of references to the sets of tests which
+ make up this test suite.
+
+ The test sets referenced are uniquely named.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="ts:annotation" minOccurs="0"/>
+ <xs:element ref="ts:testSetRef" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:attribute name="name" use="required" type="xs:Name"/>
+ <xs:attribute name="releaseDate" use="required" type="xs:date"/>
+ <xs:attribute name="schemaVersion" use="required" type="xs:string"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ </xs:element>
+
+
+ <xs:element name="testSetRef" type="ts:ref"/>
+
+
+ <xs:element name="testSet">
+ <xs:annotation>
+ <xs:documentation>
+ The root element of a document describing a set of tests,
+ normally from a single contributor. A contributor may supply
+ any number of testSet files.
+
+ The element has two attributes, each of which is required:
+
+ contributor - the name of the contributor of this testSet.
+
+ name - the name of this testSet, which must be unique within
+ the enclosing testSuite.
+
+ Two elements may optionally be present:
+
+ annotation - at most one instance of general documentation.
+
+ testGroup - a set of testGroup elements, each of which defines a
+ group of closely related tests.
+
+ The testGroup elements must be uniquely named.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="ts:annotation" minOccurs="0"/>
+ <xs:element ref="ts:testGroup" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:attribute name="contributor" use="required" type="xs:string"/>
+ <xs:attribute name="name" use="required" type="xs:Name"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ <xs:unique name="uniqueGroupName">
+ <xs:annotation>
+ <xs:documentation>
+ Each test group within a test set must have a unique name.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:selector xpath="ts:testGroup"/>
+ <xs:field xpath="@name"/>
+ </xs:unique>
+ </xs:element>
+
+
+ <xs:element name="testGroup">
+ <xs:annotation>
+ <xs:documentation>
+ This element groups a collection of closely related tests. In the
+ case where a schema is present, this element groups the schema with a
+ set of instance documents which should be validated against the
+ schema.
+
+ It has one attribute, which is required:
+
+ name - an identifier for the testGroup which is unique within
+ the enclosing testSet.
+
+ Four elements may optionally be present:
+
+ annotation - at most one instance of general documentation.
+
+ documentationReference - any number of references to external
+ documentation upon which the test
+ is based, e.g. links to relevant
+ sections of the Recommendation,
+ to the Errata, etc.
+
+ schemaTest - any number of elements, each of which holds
+ information on a single schema document.
+
+ When more than one schema document is present,
+ a single schema is constructed from the set
+ (or from other schemas via import).
+
+ Schema documents may be omitted, for the purpose
+ of testing a processor's validation of an instance
+ containing only the built-in datatypes defined in
+ the Recommendation.
+
+ instanceTest - any number of elements, each of which holds
+ information on a single instance document to
+ be validated against the included schema.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="ts:annotation" minOccurs="0"/>
+ <xs:element ref="ts:documentationReference" minOccurs="0" maxOccurs="unbounded"/>
+ <xs:element ref="ts:schemaTest" minOccurs="0"/>
+ <xs:element ref="ts:instanceTest" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:attribute name="name" use="required" type="xs:Name"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ <xs:unique name="uniqueTestName">
+ <xs:annotation>
+ <xs:documentation>
+ Each test within a test group must have a unique name.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:selector xpath="ts:schemaTest|ts:instanceTest"/>
+ <xs:field xpath="@name"/>
+ </xs:unique>
+ </xs:element>
+
+
+ <xs:element name="schemaTest">
+ <xs:annotation>
+ <xs:documentation>
+ This element groups together information about the schema for
+ a particular test condition.
+
+ It has one attribute, which is required:
+
+ name - the name of the schema, which must be unique within
+ the enclosing testGroup (i.e. it must differ from the
+ name(s) of any associated instanceTest elements).
+
+ One element is required:
+
+ schemaDocument - at least one link to a file containing a
+ schema document. The schema for the test is
+ constructed from the set (or from other
+ schemas via import).
+
+ Three elements may optionally be present:
+
+ expected - the expected validation outcome for the schema
+ contained in the schema document(s).
+
+ current - the current status of this test in the TS (an
+ indication of the test's accuracy in testing the
+ feature it is intended to test).
+
+ prior - the history of any changes in the status of this test.
+
+ The elements "expected" and "current" may be absent when tests
+ are contributed, but will always be present for tests included in
+ the TS.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="ts:schemaDocument" maxOccurs="unbounded"/>
+ <xs:element ref="ts:expected" minOccurs="0"/>
+ <xs:element ref="ts:current" minOccurs="0"/>
+ <xs:element ref="ts:prior" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:attribute name="name" use="required" type="xs:Name"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ </xs:element>
+
+
+ <xs:element name="instanceTest">
+ <xs:annotation>
+ <xs:documentation>
+ This element groups together information about an instance
+ document which should be validated against the schema referenced
+ in the enclosing testGroup.
+
+ It has one attribute, which is required:
+
+ name - the name of the instance document, which must be unique
+ within the enclosing testGroup (i.e. it must differ
+ from the name of any associated schemaTest elements).
+
+ One element is required:
+
+ instanceDocument - a link to a file containing the instance
+ document.
+
+ Three elements may optionally be present:
+
+ expected - the expected validation outcome for the instance
+ document.
+
+ current - the current status of this test in the TS (an
+ indication of the test's accuracy in testing the
+ feature it is intended to test).
+
+ prior - the history of any changes in the status of this test.
+
+ The elements "expected" and "current" may be absent when tests
+ are contributed, but will always be present for tests included in
+ the TS.
+
+ Note: per section 5.2 "Assessing Schema-Validity" of the
+ Recommendation "XML Schema Part 1: Structures", validation may
+ be started in a variety of ways. For the purposes of the TS,
+ only the third method shall be used:
+
+ "The processor starts from Schema-Validity Assessment (Element)
+ (3.3.4) with no stipulated declaration or definition".
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="ts:instanceDocument"/>
+ <xs:element ref="ts:expected" minOccurs="0"/>
+ <xs:element ref="ts:current" minOccurs="0"/>
+ <xs:element ref="ts:prior" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:attribute name="name" use="required" type="xs:Name"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ </xs:element>
+
+
+ <xs:element name="schemaDocument" type="ts:ref"/>
+ <xs:element name="instanceDocument" type="ts:ref"/>
+
+
+ <xs:element name="current" type="ts:statusEntry">
+ <xs:annotation>
+ <xs:documentation>
+ The current status of a test in the TS.
+
+ This element has two attributes, both of which are required:
+
+ status - the status of the test. One of "accepted", "stable",
+ "disputed-test" or "disputed-spec" (see the TS website
+ for an explanation of these values).
+
+ date - the date on which the value in the status attribute
+ was attained.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:element>
+
+
+ <xs:element name="prior" type="ts:statusEntry">
+ <xs:annotation>
+ <xs:documentation>
+ A former status of a test in the TS.
+
+ This element has two attributes, both of which are required:
+
+ status - the former status of the test. One of "accepted",
+ "stable", "disputed-test" or "disputed-spec" (see
+ the TS website for an explanation of these values).
+
+ date - the date on which the value in the status attribute
+ was attained.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:element>
+
+
+ <xs:complexType name="statusEntry">
+ <xs:attribute name="status" use="required" type="ts:status"/>
+ <xs:attribute name="date" use="required" type="xs:date"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+
+ <xs:simpleType name="status">
+ <xs:restriction base="xs:token">
+ <xs:enumeration value="accepted"/>
+ <xs:enumeration value="stable"/>
+ <xs:enumeration value="disputed-test"/>
+ <xs:enumeration value="disputed-spec"/>
+ </xs:restriction>
+ </xs:simpleType>
+
+
+ <xs:element name="expected">
+ <xs:annotation>
+ <xs:documentation>
+ The expected validation outcome of a test in the TS.
+
+ This element has one attribute, which is required:
+
+ validity - the expected validity of the test. One of "valid",
+ "invalid" or "notKnown".
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:attribute name="validity" use="required" type="ts:validityOutcome"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ </xs:element>
+
+
+ <xs:simpleType name="validityOutcome">
+ <xs:restriction base="xs:token">
+ <xs:enumeration value="valid"/>
+ <xs:enumeration value="invalid"/>
+ <xs:enumeration value="notKnown"/>
+ </xs:restriction>
+ </xs:simpleType>
+
+
+ <xs:element name="testSuiteResults">
+ <xs:annotation>
+ <xs:documentation>
+ This is the root element of a document containing a test result
+ report. The report takes the form of a set of test results
+ returned by a processor/validator when run against the TS.
+
+ It has three required attributes:
+
+ suite - the name of the test suite to which these results
+ correspond. This should be the value of the name
+ attribute of the testSuite element at the root of
+ the test suite document describing the tests to which
+ these results correspond.
+
+ processor - some identifying information for the processor/
+ validator which produced the reported results. The
+ value of this attribute is left to the discretion
+ of the reporter.
+
+ submitDate - the date on which these results were submitted
+ to the TS Task Force.
+
+ The element also has one optional attribute:
+
+ publicationPermission - the degree to which the result reporter
+ authorizes the W3C to disseminate the
+ reported results. One of "W3C members"
+ or "public" (see the TS website for an
+ explanation of these values). If this
+ attribute is absent, no permission to
+ publish is granted.
+
+ This element has two optional elements:
+
+ annotation - at most one instance of more detailed
+ (ts:documentation) or structured (ts:appinfo)
+ information or commentary regarding the enclosed
+ test results.
+
+ testResult - any number of reports of the results of individual
+ tests. Any results may be omitted, particularly
+ those for tests of features for which the processor
+ claims no support.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="ts:annotation" minOccurs="0"/>
+ <xs:element ref="ts:testResult" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:attribute name="suite" use="required" type="xs:Name"/>
+ <xs:attribute name="processor" use="required" type="xs:string"/>
+ <xs:attribute name="submitDate" use="required" type="xs:date"/>
+ <xs:attribute name="publicationPermission">
+ <xs:simpleType>
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="W3C members"/>
+ <xs:enumeration value="public"/>
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:attribute>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ </xs:element>
+
+
+ <xs:element name="testResult">
+ <xs:annotation>
+ <xs:documentation>
+ The result of an individual instance test or a schema test.
+
+ This element has four required attributes:
+
+ validity - the validition outcome of the test. One of "valid",
+ "invalid" or "notKnown".
+
+ set - the value of the "name" attribute of the test set to
+ which the test belongs.
+
+ group - the value of the "name" attribute of the test group
+ to which the test belongs.
+
+ test - the value of the "name" attribute of the schema test
+ or instance test, the validation outcome of which this
+ result reports.
+
+ NOTE: The "set", "group" and "test" attributes are used to
+ uniquely identify the test within the TS for which this
+ result reports the validation outcome. Each matches the
+ "name" attribute of the respective element in the test suite.
+
+ This element has one optional attribute:
+
+ normalizedLoad - a relative load value, intended as an indicator
+ of the resource requirements of an individual
+ test. Values may be based on processing time,
+ memory usage or a combination of the two.
+ Values should be in the vicinity of 1.0.
+
+ The element has one optional element:
+
+ annotation - at most one instance of more detailed
+ (ts:documentation) or structured (ts:appinfo)
+ information or commentary regarding the individual
+ test result. Reporters are encouraged to use
+ annotation/appinfo to report more detailed outcome
+ information, such as error and warning messages.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="ts:annotation" minOccurs="0"/>
+ </xs:sequence>
+ <xs:attribute name="validity" use="required" type="ts:validityOutcome"/>
+ <xs:attribute name="set" use="required" type="xs:Name"/>
+ <xs:attribute name="group" use="required" type="xs:Name"/>
+ <xs:attribute name="test" use="required" type="xs:Name"/>
+ <xs:attribute name="normalizedLoad" type="xs:decimal"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ </xs:element>
+
+
+ <xs:complexType name="ref">
+ <xs:attribute ref="xlink:type" default="locator"/>
+ <xs:attribute ref="xlink:href"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+
+ <xs:element name="documentationReference" type="ts:ref">
+ <xs:annotation>
+ <xs:documentation>
+ A link to documentation relevant to a test, such as a link to the
+ Recommendation, an erratum, an archived email discussion, etc.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:element>
+
+
+ <xs:element name="annotation">
+ <xs:annotation>
+ <xs:documentation>
+ This is an exact copy of the annotation element defined in the Schema
+ Recommendation. It is duplicated here in order to replicate the
+ functionality of the xs:annotation element and because the Schema for
+ Schemas cannot be imported.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:choice maxOccurs="unbounded" minOccurs="0">
+ <xs:element ref="ts:appinfo"/>
+ <xs:element ref="ts:documentation"/>
+ </xs:choice>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ </xs:element>
+
+
+ <xs:element name="appinfo">
+ <xs:complexType mixed="true">
+ <xs:sequence maxOccurs="unbounded" minOccurs="0">
+ <xs:any processContents="lax"/>
+ </xs:sequence>
+ <xs:attribute name="source" type="xs:anyURI"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ </xs:element>
+
+ <xs:element name="documentation">
+ <xs:complexType mixed="true">
+ <xs:sequence maxOccurs="unbounded" minOccurs="0">
+ <xs:any processContents="lax"/>
+ </xs:sequence>
+ <xs:attribute name="source" type="xs:anyURI"/>
+ <xs:attribute ref="xml:lang"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+ </xs:element>
+
+</xs:schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1051/schema.xsd b/tests/src/XSTSHarness/regression/XERCESC-1051/schema.xsd
index 71389b9..786dd22 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1051/schema.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1051/schema.xsd
@@ -1,10 +1,10 @@
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="season">
- <xs:complexType>
- <xs:sequence minOccurs="3" maxOccurs="100">
- <xs:element name="spring" minOccurs="10" maxOccurs="99"/>
- <xs:element name="summer" minOccurs="10" maxOccurs="99"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:element name="season">
+ <xs:complexType>
+ <xs:sequence minOccurs="3" maxOccurs="100">
+ <xs:element name="spring" minOccurs="10" maxOccurs="99"/>
+ <xs:element name="summer" minOccurs="10" maxOccurs="99"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1051/test.xml b/tests/src/XSTSHarness/regression/XERCESC-1051/test.xml
index 06a5de1..87f5e55 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1051/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1051/test.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<season xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
- <spring>cool</spring>
- <summer>warm</summer>
-</season>
+<?xml version="1.0" encoding="UTF-8"?>
+<season xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
+ <spring>cool</spring>
+ <summer>warm</summer>
+</season>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1051/test_valid.xml b/tests/src/XSTSHarness/regression/XERCESC-1051/test_valid.xml
index cd3415a..b4c5af9 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1051/test_valid.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1051/test_valid.xml
@@ -1,63 +1,63 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<season xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <spring>cool</spring>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
- <summer>warm</summer>
-</season>
+<?xml version="1.0" encoding="UTF-8"?>
+<season xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <spring>cool</spring>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+ <summer>warm</summer>
+</season>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1237/test.xml b/tests/src/XSTSHarness/regression/XERCESC-1237/test.xml
index b1d6cbd..3268b75 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1237/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1237/test.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="unique.xsd">
-
- <child attr="1">1</child>
- <child attr="2">2</child>
- <child>4</child>
-
-</root>
-
+<?xml version="1.0"?>
+<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="unique.xsd">
+
+ <child attr="1">1</child>
+ <child attr="2">2</child>
+ <child>4</child>
+
+</root>
+
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1237/unique.xsd b/tests/src/XSTSHarness/regression/XERCESC-1237/unique.xsd
index cb105e9..8045a42 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1237/unique.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1237/unique.xsd
@@ -1,26 +1,26 @@
-<?xml version="1.0"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <xs:complexType name="rootType">
- <xs:sequence>
- <xs:element name="child" maxOccurs="5">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:string">
- <xs:attribute name="attr" type="xs:int"/>
- <xs:attribute name="attr2" type="xs:int"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
-
- <xs:element name="root" type="rootType">
- <xs:unique name="uniqueKey">
- <xs:selector xpath=".//child"/>
- <xs:field xpath="@attr"/>
- <xs:field xpath="@attr2"/>
- </xs:unique>
- </xs:element>
+<?xml version="1.0"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <xs:complexType name="rootType">
+ <xs:sequence>
+ <xs:element name="child" maxOccurs="5">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:string">
+ <xs:attribute name="attr" type="xs:int"/>
+ <xs:attribute name="attr2" type="xs:int"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name="root" type="rootType">
+ <xs:unique name="uniqueKey">
+ <xs:selector xpath=".//child"/>
+ <xs:field xpath="@attr"/>
+ <xs:field xpath="@attr2"/>
+ </xs:unique>
+ </xs:element>
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1239/Test.xsd b/tests/src/XSTSHarness/regression/XERCESC-1239/Test.xsd
index f4ed601..cacf6f3 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1239/Test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1239/Test.xsd
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xs:element name="root">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="flibble">
- <xs:simpleType>
- <xs:union memberTypes="TextString Null"/>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:simpleType name="TextString">
- <xs:restriction base="xs:string">
- <xs:minLength value="1"/>
- <xs:maxLength value="31"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="Null">
- <xs:restriction base="xs:string">
- <xs:length value="0"/>
- </xs:restriction>
- </xs:simpleType>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:element name="root">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="flibble">
+ <xs:simpleType>
+ <xs:union memberTypes="TextString Null"/>
+ </xs:simpleType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:simpleType name="TextString">
+ <xs:restriction base="xs:string">
+ <xs:minLength value="1"/>
+ <xs:maxLength value="31"/>
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:simpleType name="Null">
+ <xs:restriction base="xs:string">
+ <xs:length value="0"/>
+ </xs:restriction>
+ </xs:simpleType>
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1239/test.xml b/tests/src/XSTSHarness/regression/XERCESC-1239/test.xml
index 9e07a75..d2cf705 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1239/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1239/test.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Test.xsd">
-<flibble>curiouser & curiouser&curiouser</flibble>
-</root>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Test.xsd">
+<flibble>curiouser & curiouser&curiouser</flibble>
+</root>
+
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1281/rT.xml b/tests/src/XSTSHarness/regression/XERCESC-1281/rT.xml
index dacadd6..d5c4980 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1281/rT.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1281/rT.xml
@@ -1,21 +1,21 @@
-<?xml version="1.0"?>
-<Bucket xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://my.big.org" xsi:schemaLocation="http://my.big.org ./restrictionTest.xsd">
- <a2>
- <O2>
- <s1>first text string</s1>
- <s2>next string</s2>
- </O2>
- </a2>
- <!--
- <b2>
- <O2>
- <s1>first text string</s1>
- <s2>next string</s2>
- </O2>
- <O2>
- <s1>another string</s1>
- <s2>yetanother string</s2>
- </O2>
- </b2>
- -->
+<?xml version="1.0"?>
+<Bucket xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://my.big.org" xsi:schemaLocation="http://my.big.org ./restrictionTest.xsd">
+ <a2>
+ <O2>
+ <s1>first text string</s1>
+ <s2>next string</s2>
+ </O2>
+ </a2>
+ <!--
+ <b2>
+ <O2>
+ <s1>first text string</s1>
+ <s2>next string</s2>
+ </O2>
+ <O2>
+ <s1>another string</s1>
+ <s2>yetanother string</s2>
+ </O2>
+ </b2>
+ -->
</Bucket>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1281/restrictionTest.xsd b/tests/src/XSTSHarness/regression/XERCESC-1281/restrictionTest.xsd
index 5514626..6210827 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1281/restrictionTest.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1281/restrictionTest.xsd
@@ -1,90 +1,90 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema targetNamespace="http://my.big.org" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:my="http://my.big.org">
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <element name="AbstractObject" type="anyType" abstract="true"/>
- <!-- ============================================================= -->
- <element name="O1" type="my:O1_Type" substitutionGroup="my:AbstractObject"/>
- <!-- =========================================================== -->
- <complexType name="O1_Type">
- <complexContent>
- <restriction base="anyType">
- <sequence>
- <element name="s1" type="string"/>
- </sequence>
- </restriction>
- </complexContent>
- </complexType>
- <!-- =========================================================== -->
- <element name="O2" type="my:O2_Type" substitutionGroup="my:O1"/>
- <!-- =========================================================== -->
- <complexType name="O2_Type">
- <complexContent>
- <extension base="my:O1_Type">
- <sequence>
- <element name="s2" type="string"/>
- </sequence>
- </extension>
- </complexContent>
- </complexType>
- <!-- =========================================================== -->
- <!-- =========================================================== -->
- <element name="a1" type="my:A1_Type"/>
- <!-- =========================================================== -->
- <complexType name="A1_Type">
- <sequence maxOccurs="unbounded">
- <element ref="my:O1"/>
- </sequence>
- </complexType>
- <!-- =========================================================== -->
- <element name="a2" type="my:A2_Type" substitutionGroup="my:a1"/>
- <!-- =========================================================== -->
- <complexType name="A2_Type">
- <complexContent>
- <restriction base="my:A1_Type">
- <sequence maxOccurs="unbounded">
- <element ref="my:O2"/>
- </sequence>
- </restriction>
- </complexContent>
- </complexType>
- <!-- =========================================================== -->
- <!-- =========================================================== -->
- <element name="b1" type="my:B1_Type"/>
- <!-- =========================================================== -->
- <complexType name="B1_Type">
- <sequence>
- <element ref="my:O1" maxOccurs="unbounded"/>
- </sequence>
- </complexType>
- <!-- =========================================================== -->
-<!--
- <element name="b2" type="my:B2_Type" substitutionGroup="my:b1"/>
--->
- <!-- =========================================================== -->
-<!-- This hasn't been fixed yet
- <complexType name="B2_Type">
- <complexContent>
- <restriction base="my:B1_Type">
- <sequence>
- <choice maxOccurs="unbounded">
- <element ref="my:O2"/>
- </choice>
- </sequence>
- </restriction>
- </complexContent>
- </complexType>
- -->
- <!-- =========================================================== -->
- <element name="Bucket">
- <complexType>
- <sequence maxOccurs="unbounded">
- <choice>
- <element ref="my:a1"/>
- <element ref="my:b1"/>
- </choice>
- </sequence>
- </complexType>
- </element>
- <!-- =========================== -->
+<?xml version="1.0" encoding="UTF-8"?>
+<schema targetNamespace="http://my.big.org" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:my="http://my.big.org">
+ <!-- ============================================================= -->
+ <!-- ============================================================= -->
+ <element name="AbstractObject" type="anyType" abstract="true"/>
+ <!-- ============================================================= -->
+ <element name="O1" type="my:O1_Type" substitutionGroup="my:AbstractObject"/>
+ <!-- =========================================================== -->
+ <complexType name="O1_Type">
+ <complexContent>
+ <restriction base="anyType">
+ <sequence>
+ <element name="s1" type="string"/>
+ </sequence>
+ </restriction>
+ </complexContent>
+ </complexType>
+ <!-- =========================================================== -->
+ <element name="O2" type="my:O2_Type" substitutionGroup="my:O1"/>
+ <!-- =========================================================== -->
+ <complexType name="O2_Type">
+ <complexContent>
+ <extension base="my:O1_Type">
+ <sequence>
+ <element name="s2" type="string"/>
+ </sequence>
+ </extension>
+ </complexContent>
+ </complexType>
+ <!-- =========================================================== -->
+ <!-- =========================================================== -->
+ <element name="a1" type="my:A1_Type"/>
+ <!-- =========================================================== -->
+ <complexType name="A1_Type">
+ <sequence maxOccurs="unbounded">
+ <element ref="my:O1"/>
+ </sequence>
+ </complexType>
+ <!-- =========================================================== -->
+ <element name="a2" type="my:A2_Type" substitutionGroup="my:a1"/>
+ <!-- =========================================================== -->
+ <complexType name="A2_Type">
+ <complexContent>
+ <restriction base="my:A1_Type">
+ <sequence maxOccurs="unbounded">
+ <element ref="my:O2"/>
+ </sequence>
+ </restriction>
+ </complexContent>
+ </complexType>
+ <!-- =========================================================== -->
+ <!-- =========================================================== -->
+ <element name="b1" type="my:B1_Type"/>
+ <!-- =========================================================== -->
+ <complexType name="B1_Type">
+ <sequence>
+ <element ref="my:O1" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ <!-- =========================================================== -->
+<!--
+ <element name="b2" type="my:B2_Type" substitutionGroup="my:b1"/>
+-->
+ <!-- =========================================================== -->
+<!-- This hasn't been fixed yet
+ <complexType name="B2_Type">
+ <complexContent>
+ <restriction base="my:B1_Type">
+ <sequence>
+ <choice maxOccurs="unbounded">
+ <element ref="my:O2"/>
+ </choice>
+ </sequence>
+ </restriction>
+ </complexContent>
+ </complexType>
+ -->
+ <!-- =========================================================== -->
+ <element name="Bucket">
+ <complexType>
+ <sequence maxOccurs="unbounded">
+ <choice>
+ <element ref="my:a1"/>
+ <element ref="my:b1"/>
+ </choice>
+ </sequence>
+ </complexType>
+ </element>
+ <!-- =========================== -->
</schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1393/invalid.xml b/tests/src/XSTSHarness/regression/XERCESC-1393/invalid.xml
index 81553dc..637c677 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1393/invalid.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1393/invalid.xml
@@ -1,4 +1,4 @@
-<Songs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
-<Song title="Hotel California"/>
-<Song title="Hotel California"/>
+<Songs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
+<Song title="Hotel California"/>
+<Song title="Hotel California"/>
</Songs>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1393/schema.xsd b/tests/src/XSTSHarness/regression/XERCESC-1393/schema.xsd
index 8c1f4e9..87788a4 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1393/schema.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1393/schema.xsd
@@ -1,20 +1,20 @@
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
-
-<xs:element name="Songs">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Song" maxOccurs="unbounded">
- <xs:complexType>
- <xs:attribute name="title" use="required"/>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
-
- <xs:unique name="Song">
- <xs:selector xpath="Song"/>
- <xs:field xpath="@title"/>
- </xs:unique>
-</xs:element>
-
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+
+<xs:element name="Songs">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Song" maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:attribute name="title" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:unique name="Song">
+ <xs:selector xpath="Song"/>
+ <xs:field xpath="@title"/>
+ </xs:unique>
+</xs:element>
+
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1393/valid.xml b/tests/src/XSTSHarness/regression/XERCESC-1393/valid.xml
index 5cbf6d5..67fbf1a 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1393/valid.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1393/valid.xml
@@ -1,4 +1,4 @@
-<Songs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
-<Song title="Hotel California"/>
-<Song title="Desperado"/>
+<Songs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
+<Song title="Hotel California"/>
+<Song title="Desperado"/>
</Songs>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1419/pattern1.xml b/tests/src/XSTSHarness/regression/XERCESC-1419/pattern1.xml
index 6b06400..915169a 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1419/pattern1.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1419/pattern1.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<Element-0 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="pattern1.xsd">-9</Element-0>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1419/pattern1.xsd b/tests/src/XSTSHarness/regression/XERCESC-1419/pattern1.xsd
index fe3a06c..e7d09f7 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1419/pattern1.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1419/pattern1.xsd
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:simpleType name="SimpleType-0">
- <xsd:restriction base="xsd:string">
- <xsd:pattern value="[-+][0-9]*"/>
- </xsd:restriction>
- </xsd:simpleType>
- <xsd:element name="Element-0" type="SimpleType-0"/>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:simpleType name="SimpleType-0">
+ <xsd:restriction base="xsd:string">
+ <xsd:pattern value="[-+][0-9]*"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+ <xsd:element name="Element-0" type="SimpleType-0"/>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1512/schema.xsd b/tests/src/XSTSHarness/regression/XERCESC-1512/schema.xsd
index 0178554..275b38b 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1512/schema.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1512/schema.xsd
@@ -1,22 +1,22 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="multipleChoice">
- <xsd:simpleType>
- <xsd:restriction base="xsd:float">
- <xsd:minInclusive value="0.0"/>
- <xsd:maxInclusive value="1.0"/>
- <xsd:pattern value="[0-9]"/>
- <xsd:pattern value="[0-9][.]([0-9]+)?"/>
- <xsd:pattern value="([0-9])?[.][0-9]+"/>
- </xsd:restriction>
- </xsd:simpleType>
- </xsd:element>
-
- <xsd:element name="root">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element ref="multipleChoice" maxOccurs="unbounded"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:element name="multipleChoice">
+ <xsd:simpleType>
+ <xsd:restriction base="xsd:float">
+ <xsd:minInclusive value="0.0"/>
+ <xsd:maxInclusive value="1.0"/>
+ <xsd:pattern value="[0-9]"/>
+ <xsd:pattern value="[0-9][.]([0-9]+)?"/>
+ <xsd:pattern value="([0-9])?[.][0-9]+"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+ </xsd:element>
+
+ <xsd:element name="root">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element ref="multipleChoice" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1546/test.xml b/tests/src/XSTSHarness/regression/XERCESC-1546/test.xml
index fbd8c83..9eb5728 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1546/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1546/test.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
-<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="test test.xsd"
- xmlns="test">0 0 0</root>
+<?xml version="1.0"?>
+<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="test test.xsd"
+ xmlns="test">0 0 0</root>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1546/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-1546/test.xsd
index 28cf27c..a86ad9a 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1546/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1546/test.xsd
@@ -1,20 +1,20 @@
-<?xml version="1.0" encoding="utf-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema"
- xmlns:t="test"
- targetNamespace="test"
- elementFormDefault="qualified">
-
- <simpleType name="ListOfInts">
- <list itemType="int"/>
- </simpleType>
-
- <simpleType name="int3">
- <restriction base="t:ListOfInts">
- <minLength value="3"/>
- <maxLength value="3"/>
- </restriction>
- </simpleType>
-
- <element name="root" type="t:int3" default="0 0 0"/>
-
+<?xml version="1.0" encoding="utf-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:t="test"
+ targetNamespace="test"
+ elementFormDefault="qualified">
+
+ <simpleType name="ListOfInts">
+ <list itemType="int"/>
+ </simpleType>
+
+ <simpleType name="int3">
+ <restriction base="t:ListOfInts">
+ <minLength value="3"/>
+ <maxLength value="3"/>
+ </restriction>
+ </simpleType>
+
+ <element name="root" type="t:int3" default="0 0 0"/>
+
</schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1583/keyref-imported.xsd b/tests/src/XSTSHarness/regression/XERCESC-1583/keyref-imported.xsd
index 132d1ce..f4eeffd 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1583/keyref-imported.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1583/keyref-imported.xsd
@@ -1,24 +1,24 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:imported" xmlns="urn:imported">
- <xsd:element name="items">
- <xsd:complexType>
- <xsd:sequence minOccurs="1" maxOccurs="unbounded">
- <xsd:element name="item">
- <xsd:complexType>
- <xsd:attribute name="index" type="xsd:integer"/>
- <xsd:attribute name="parent" type="xsd:integer"/>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- <xsd:attribute name="id" type="xsd:integer"/>
- </xsd:complexType>
- <xsd:key name="index">
- <xsd:selector xpath="item"/>
- <xsd:field xpath="@index"/>
- </xsd:key>
- <xsd:keyref name="keyRef" refer="index">
- <xsd:selector xpath="item"/>
- <xsd:field xpath="@parent"/>
- </xsd:keyref>
- </xsd:element>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:imported" xmlns="urn:imported">
+ <xsd:element name="items">
+ <xsd:complexType>
+ <xsd:sequence minOccurs="1" maxOccurs="unbounded">
+ <xsd:element name="item">
+ <xsd:complexType>
+ <xsd:attribute name="index" type="xsd:integer"/>
+ <xsd:attribute name="parent" type="xsd:integer"/>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:sequence>
+ <xsd:attribute name="id" type="xsd:integer"/>
+ </xsd:complexType>
+ <xsd:key name="index">
+ <xsd:selector xpath="item"/>
+ <xsd:field xpath="@index"/>
+ </xsd:key>
+ <xsd:keyref name="keyRef" refer="index">
+ <xsd:selector xpath="item"/>
+ <xsd:field xpath="@parent"/>
+ </xsd:keyref>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1583/keyref-main.xsd b/tests/src/XSTSHarness/regression/XERCESC-1583/keyref-main.xsd
index e5d81f1..137e66d 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1583/keyref-main.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1583/keyref-main.xsd
@@ -1,20 +1,20 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:main" xmlns="urn:main" xmlns:auto1="urn:imported">
- <xsd:import schemaLocation="keyref-imported.xsd" namespace="urn:imported"/>
- <xsd:element name="root">
- <xsd:complexType>
- <xsd:sequence maxOccurs="unbounded">
- <xsd:element ref="auto1:items"/>
- </xsd:sequence>
- <xsd:attribute name="main" type="xsd:integer"/>
- </xsd:complexType>
- <xsd:unique name="noDuplicate">
- <xsd:selector xpath="auto1:items"/>
- <xsd:field xpath="@id"/>
- </xsd:unique>
- <xsd:keyref name="parent" refer="auto1:index">
- <xsd:selector xpath="."/>
- <xsd:field xpath="@main"/>
- </xsd:keyref>
- </xsd:element>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:main" xmlns="urn:main" xmlns:auto1="urn:imported">
+ <xsd:import schemaLocation="keyref-imported.xsd" namespace="urn:imported"/>
+ <xsd:element name="root">
+ <xsd:complexType>
+ <xsd:sequence maxOccurs="unbounded">
+ <xsd:element ref="auto1:items"/>
+ </xsd:sequence>
+ <xsd:attribute name="main" type="xsd:integer"/>
+ </xsd:complexType>
+ <xsd:unique name="noDuplicate">
+ <xsd:selector xpath="auto1:items"/>
+ <xsd:field xpath="@id"/>
+ </xsd:unique>
+ <xsd:keyref name="parent" refer="auto1:index">
+ <xsd:selector xpath="."/>
+ <xsd:field xpath="@main"/>
+ </xsd:keyref>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1591/schema.xsd b/tests/src/XSTSHarness/regression/XERCESC-1591/schema.xsd
index d2506fc..a373537 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1591/schema.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1591/schema.xsd
@@ -1,49 +1,49 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema targetNamespace="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:hl7-org:v3" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
-
- <xsd:complexType name="ANY" abstract="true"></xsd:complexType>
-
- <xsd:complexType name="CD">
- <xsd:complexContent>
- <xsd:extension base="ANY">
- <xsd:sequence>
- <xsd:element name="qualifier" type="CR" minOccurs="0" maxOccurs="unbounded"/>
- </xsd:sequence>
- <xsd:attribute name="code" use="optional"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
-
- <xsd:complexType name="CE">
- <xsd:complexContent>
- <xsd:restriction base="CD">
- <xsd:sequence>
- </xsd:sequence>
- <xsd:attribute name="code" use="optional"/>
- </xsd:restriction>
- </xsd:complexContent>
- </xsd:complexType>
-
- <xsd:complexType name="CV">
- <xsd:complexContent>
- <xsd:restriction base="CE">
- <xsd:sequence>
- </xsd:sequence>
- <xsd:attribute name="code" use="optional"/>
- </xsd:restriction>
- </xsd:complexContent>
- </xsd:complexType>
-
- <xsd:complexType name="CR">
- <xsd:complexContent>
- <xsd:extension base="ANY">
- <xsd:sequence>
- <xsd:element name="name" type="CV" minOccurs="0" maxOccurs="1"/>
- </xsd:sequence>
- <xsd:attribute name="inverted" use="optional" default="false"/>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
-
- <xsd:element name="root" type="CV"/>
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema targetNamespace="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:hl7-org:v3" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+
+ <xsd:complexType name="ANY" abstract="true"></xsd:complexType>
+
+ <xsd:complexType name="CD">
+ <xsd:complexContent>
+ <xsd:extension base="ANY">
+ <xsd:sequence>
+ <xsd:element name="qualifier" type="CR" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ <xsd:attribute name="code" use="optional"/>
+ </xsd:extension>
+ </xsd:complexContent>
+ </xsd:complexType>
+
+ <xsd:complexType name="CE">
+ <xsd:complexContent>
+ <xsd:restriction base="CD">
+ <xsd:sequence>
+ </xsd:sequence>
+ <xsd:attribute name="code" use="optional"/>
+ </xsd:restriction>
+ </xsd:complexContent>
+ </xsd:complexType>
+
+ <xsd:complexType name="CV">
+ <xsd:complexContent>
+ <xsd:restriction base="CE">
+ <xsd:sequence>
+ </xsd:sequence>
+ <xsd:attribute name="code" use="optional"/>
+ </xsd:restriction>
+ </xsd:complexContent>
+ </xsd:complexType>
+
+ <xsd:complexType name="CR">
+ <xsd:complexContent>
+ <xsd:extension base="ANY">
+ <xsd:sequence>
+ <xsd:element name="name" type="CV" minOccurs="0" maxOccurs="1"/>
+ </xsd:sequence>
+ <xsd:attribute name="inverted" use="optional" default="false"/>
+ </xsd:extension>
+ </xsd:complexContent>
+ </xsd:complexType>
+
+ <xsd:element name="root" type="CV"/>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1592/MainSchema.xsd b/tests/src/XSTSHarness/regression/XERCESC-1592/MainSchema.xsd
index f90f6cb..fabfe0a 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1592/MainSchema.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1592/MainSchema.xsd
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema targetNamespace="SplitAndMerge" xmlns="SplitAndMerge" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:import schemaLocation="Schema1.xsd"/>
- <xsd:element name="Messages">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="Message1" form="qualified">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element ref="msg" xmlns=""/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema targetNamespace="SplitAndMerge" xmlns="SplitAndMerge" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:import schemaLocation="Schema1.xsd"/>
+ <xsd:element name="Messages">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="Message1" form="qualified">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element ref="msg" xmlns=""/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1592/Schema1.xsd b/tests/src/XSTSHarness/regression/XERCESC-1592/Schema1.xsd
index a936b7c..da904ff 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1592/Schema1.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1592/Schema1.xsd
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="msg">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="DOC" type="xsd:string" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:element name="msg">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="DOC" type="xsd:string" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1623/need-import-t.xml b/tests/src/XSTSHarness/regression/XERCESC-1623/need-import-t.xml
index c02f6c9..115d12c 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1623/need-import-t.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1623/need-import-t.xml
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<lib:library xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://dyomedea.com/ns/library need-import-t.xsd"
- xmlns:lib="http://dyomedea.com/ns/library">
- <lib:importTest>
- <name>String</name>
- </lib:importTest>
+<?xml version="1.0" encoding="UTF-8"?>
+<lib:library xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://dyomedea.com/ns/library need-import-t.xsd"
+ xmlns:lib="http://dyomedea.com/ns/library">
+ <lib:importTest>
+ <name>String</name>
+ </lib:importTest>
</lib:library>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1623/need-import-t.xsd b/tests/src/XSTSHarness/regression/XERCESC-1623/need-import-t.xsd
index 24260dc..8d2fd9b 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1623/need-import-t.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1623/need-import-t.xsd
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<xs:schema xmlns:lib="http://dyomedea.com/ns/library" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dyomedea.com/ns/library" elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xs:import schemaLocation="very-simple-2-ns-ppl-nons-t.xsd"/>
- <xs:element name="library">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="importTest" type="importType" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-</xs:schema>
+<?xml version="1.0"?>
+<xs:schema xmlns:lib="http://dyomedea.com/ns/library" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dyomedea.com/ns/library" elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:import schemaLocation="very-simple-2-ns-ppl-nons-t.xsd"/>
+ <xs:element name="library">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="importTest" type="importType" />
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1623/very-simple-2-ns-ppl-nons-t.xsd b/tests/src/XSTSHarness/regression/XERCESC-1623/very-simple-2-ns-ppl-nons-t.xsd
index 17c61f8..99af4df 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1623/very-simple-2-ns-ppl-nons-t.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1623/very-simple-2-ns-ppl-nons-t.xsd
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <xs:complexType name="importType">
- <xs:sequence>
- <xs:element name="name" type="xs:string"/>
- </xs:sequence>
- </xs:complexType>
-</xs:schema>
+<?xml version="1.0"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <xs:complexType name="importType">
+ <xs:sequence>
+ <xs:element name="name" type="xs:string"/>
+ </xs:sequence>
+ </xs:complexType>
+</xs:schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1633/instance.xml b/tests/src/XSTSHarness/regression/XERCESC-1633/instance.xml
index 1386899..7199f1b 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1633/instance.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1633/instance.xml
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<st:root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.quovadx.com/schema_test schema_test.xsd"
- xmlns:st="http://www.quovadx.com/schema_test">
- <gst0>1</gst0>
- <gst1>2</gst1>
- <gst2>3</gst2>
- <gst3>4</gst3>
- <gst4>5</gst4>
- <gst5>6</gst5>
- <gst6>7</gst6>
- <gst7>8</gst7>
- <gst8>9</gst8>
+<?xml version="1.0" encoding="UTF-8"?>
+<st:root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.quovadx.com/schema_test schema_test.xsd"
+ xmlns:st="http://www.quovadx.com/schema_test">
+ <gst0>1</gst0>
+ <gst1>2</gst1>
+ <gst2>3</gst2>
+ <gst3>4</gst3>
+ <gst4>5</gst4>
+ <gst5>6</gst5>
+ <gst6>7</gst6>
+ <gst7>8</gst7>
+ <gst8>9</gst8>
</st:root>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1633/schema_test.xsd b/tests/src/XSTSHarness/regression/XERCESC-1633/schema_test.xsd
index ac79702..91fe159 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1633/schema_test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1633/schema_test.xsd
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.quovadx.com/schema_test"
- xmlns:st="http://www.quovadx.com/schema_test"
- finalDefault="list union"
- >
- <xs:element name="root">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="gst0" type="st:gst_explicit_none"></xs:element>
- <xs:element name="gst1" type="st:gst_none"></xs:element>
- <xs:element name="gst2" type="st:gst_r"></xs:element>
- <xs:element name="gst3" type="st:gst_u"></xs:element>
- <xs:element name="gst4" type="st:gst_rl"></xs:element>
- <xs:element name="gst5" type="st:gst_ru"></xs:element>
- <xs:element name="gst6" type="st:gst_lu"></xs:element>
- <xs:element name="gst7" type="st:gst_rlu"></xs:element>
- <xs:element name="gst8" type="st:gst_all"></xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-
- <xs:simpleType name="gst_explicit_none" final=""><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
- <xs:simpleType name="gst_none"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
- <xs:simpleType name="gst_r" final="restriction"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
- <xs:simpleType name="gst_l" final="list"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
- <xs:simpleType name="gst_u" final="union"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
- <xs:simpleType name="gst_rl" final="restriction list"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
- <xs:simpleType name="gst_ru" final="restriction union"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
- <xs:simpleType name="gst_lu" final="list union"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
- <xs:simpleType name="gst_rlu" final="restriction list union"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
- <xs:simpleType name="gst_all" final="#all"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ targetNamespace="http://www.quovadx.com/schema_test"
+ xmlns:st="http://www.quovadx.com/schema_test"
+ finalDefault="list union"
+ >
+ <xs:element name="root">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="gst0" type="st:gst_explicit_none"></xs:element>
+ <xs:element name="gst1" type="st:gst_none"></xs:element>
+ <xs:element name="gst2" type="st:gst_r"></xs:element>
+ <xs:element name="gst3" type="st:gst_u"></xs:element>
+ <xs:element name="gst4" type="st:gst_rl"></xs:element>
+ <xs:element name="gst5" type="st:gst_ru"></xs:element>
+ <xs:element name="gst6" type="st:gst_lu"></xs:element>
+ <xs:element name="gst7" type="st:gst_rlu"></xs:element>
+ <xs:element name="gst8" type="st:gst_all"></xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+
+ <xs:simpleType name="gst_explicit_none" final=""><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+ <xs:simpleType name="gst_none"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+ <xs:simpleType name="gst_r" final="restriction"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+ <xs:simpleType name="gst_l" final="list"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+ <xs:simpleType name="gst_u" final="union"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+ <xs:simpleType name="gst_rl" final="restriction list"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+ <xs:simpleType name="gst_ru" final="restriction union"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+ <xs:simpleType name="gst_lu" final="list union"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+ <xs:simpleType name="gst_rlu" final="restriction list union"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
+ <xs:simpleType name="gst_all" final="#all"><xs:union memberTypes="xs:int"></xs:union></xs:simpleType>
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1707/test.xml b/tests/src/XSTSHarness/regression/XERCESC-1707/test.xml
index b328be4..7c42ddf 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1707/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1707/test.xml
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<purchaseOrder xmlns="http://www.openuri.org/mySchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openuri.org/mySchema test.xsd">
- <shipTo>
- <name>ship-to-name</name>
- <element_of_any_type>
- <unknown_element xsi:type="USState">AK</unknown_element>
- </element_of_any_type>
- </shipTo>
- <billTo>
- <name>bill-to-name</name>
- <element_of_any_type/>
- </billTo>
+<?xml version="1.0" encoding="UTF-8"?>
+<purchaseOrder xmlns="http://www.openuri.org/mySchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openuri.org/mySchema test.xsd">
+ <shipTo>
+ <name>ship-to-name</name>
+ <element_of_any_type>
+ <unknown_element xsi:type="USState">AK</unknown_element>
+ </element_of_any_type>
+ </shipTo>
+ <billTo>
+ <name>bill-to-name</name>
+ <element_of_any_type/>
+ </billTo>
</purchaseOrder>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1707/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-1707/test.xsd
index 74761f2..de5b0fd 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1707/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1707/test.xsd
@@ -1,24 +1,24 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns="http://www.openuri.org/mySchema" elementFormDefault="qualified" targetNamespace="http://www.openuri.org/mySchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="purchaseOrder" type="PurchaseOrderType"/>
- <xsd:complexType name="PurchaseOrderType">
- <xsd:sequence>
- <xsd:element name="shipTo" type="USAddress"/>
- <xsd:element name="billTo" type="USAddress"/>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="USAddress">
- <xsd:sequence>
- <xsd:element name="name" type="xsd:string"/>
- <xsd:element name="element_of_any_type"/>
- </xsd:sequence>
- <!-- declaration of this attribute is necessary to reproduce -->
- <xsd:attribute fixed="US" name="country" type="xsd:NMTOKEN"/>
- </xsd:complexType>
- <xsd:simpleType name="USState">
- <xsd:restriction base="xsd:string">
- <xsd:enumeration value="AK"/>
- <xsd:enumeration value="AL"/>
- </xsd:restriction>
- </xsd:simpleType>
+<?xml version="1.0"?>
+<xsd:schema xmlns="http://www.openuri.org/mySchema" elementFormDefault="qualified" targetNamespace="http://www.openuri.org/mySchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:element name="purchaseOrder" type="PurchaseOrderType"/>
+ <xsd:complexType name="PurchaseOrderType">
+ <xsd:sequence>
+ <xsd:element name="shipTo" type="USAddress"/>
+ <xsd:element name="billTo" type="USAddress"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ <xsd:complexType name="USAddress">
+ <xsd:sequence>
+ <xsd:element name="name" type="xsd:string"/>
+ <xsd:element name="element_of_any_type"/>
+ </xsd:sequence>
+ <!-- declaration of this attribute is necessary to reproduce -->
+ <xsd:attribute fixed="US" name="country" type="xsd:NMTOKEN"/>
+ </xsd:complexType>
+ <xsd:simpleType name="USState">
+ <xsd:restriction base="xsd:string">
+ <xsd:enumeration value="AK"/>
+ <xsd:enumeration value="AL"/>
+ </xsd:restriction>
+ </xsd:simpleType>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1714/schema.xsd b/tests/src/XSTSHarness/regression/XERCESC-1714/schema.xsd
index 31f017e..3cf4f30 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1714/schema.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1714/schema.xsd
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
-
- <xs:complexType name="A">
- <xs:sequence>
- <xs:element name="elem" type="B" minOccurs="0"/>
- </xs:sequence>
- <xs:attribute name="foo"/>
- </xs:complexType>
-
- <xs:complexType name="B">
- <xs:sequence>
- <xs:element name="elem" type="C" minOccurs="0"/>
- </xs:sequence>
- </xs:complexType>
-
- <xs:complexType name="C">
- <xs:complexContent>
- <xs:restriction base="D">
- <xs:attribute name="foo"/>
- </xs:restriction>
- </xs:complexContent>
- </xs:complexType>
-
- <xs:complexType name="D">
- <xs:complexContent>
- <xs:restriction base="A">
- <xs:attribute name="foo"/>
- </xs:restriction>
- </xs:complexContent>
- </xs:complexType>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+
+ <xs:complexType name="A">
+ <xs:sequence>
+ <xs:element name="elem" type="B" minOccurs="0"/>
+ </xs:sequence>
+ <xs:attribute name="foo"/>
+ </xs:complexType>
+
+ <xs:complexType name="B">
+ <xs:sequence>
+ <xs:element name="elem" type="C" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name="C">
+ <xs:complexContent>
+ <xs:restriction base="D">
+ <xs:attribute name="foo"/>
+ </xs:restriction>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:complexType name="D">
+ <xs:complexContent>
+ <xs:restriction base="A">
+ <xs:attribute name="foo"/>
+ </xs:restriction>
+ </xs:complexContent>
+ </xs:complexType>
+
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1718/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-1718/test.xsd
index 3c77947..34714e9 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1718/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1718/test.xsd
@@ -1,21 +1,21 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:t="test" targetNamespace="test">
-
- <simpleType name="list">
- <list itemType="string"/>
- </simpleType>
-
- <complexType name="type">
- <sequence>
- <element name="efoo" type="string"/>
- </sequence>
- <attribute name="abar">
- <simpleType name="list">
- <list itemType="string"/>
- </simpleType>
- </attribute>
- </complexType>
-
- <element name="root" type="string"/>
-
-</schema>
+<?xml version="1.0"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:t="test" targetNamespace="test">
+
+ <simpleType name="list">
+ <list itemType="string"/>
+ </simpleType>
+
+ <complexType name="type">
+ <sequence>
+ <element name="efoo" type="string"/>
+ </sequence>
+ <attribute name="abar">
+ <simpleType name="list">
+ <list itemType="string"/>
+ </simpleType>
+ </attribute>
+ </complexType>
+
+ <element name="root" type="string"/>
+
+</schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1776/gargamel.xsd b/tests/src/XSTSHarness/regression/XERCESC-1776/gargamel.xsd
index db395ba..18c8e8d 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1776/gargamel.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1776/gargamel.xsd
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://gargamel" elementFormDefault="qualified" >
- <xsd:complexType name="gargamelType">
- <xsd:sequence>
- <xsd:element name="Data">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="Object" type="xsd:string"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://gargamel" elementFormDefault="qualified" >
+ <xsd:complexType name="gargamelType">
+ <xsd:sequence>
+ <xsd:element name="Data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="Object" type="xsd:string"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:complexType>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xml b/tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xml
index 1ad99c3..958709c 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xml
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<s:Alert xmlns:s="http://smerf" xmlns:g="http://gargamel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation='http://smerf smerf.xsd' >
- <g:Data>
- <g:Object>
- pawel
- </g:Object>
- </g:Data>
+<?xml version="1.0" encoding="UTF-8"?>
+<s:Alert xmlns:s="http://smerf" xmlns:g="http://gargamel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation='http://smerf smerf.xsd' >
+ <g:Data>
+ <g:Object>
+ pawel
+ </g:Object>
+ </g:Data>
</s:Alert>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xsd b/tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xsd
index 02e32e2..6a8dd0d 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xsd
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:g="http://gargamel" targetNamespace="http://smerf" elementFormDefault="qualified">
- <import namespace="http://gargamel" schemaLocation="gargamel.xsd" />
- <element name="Alert" > <!-- type="g:gargamelType"> -->
- <complexType>
- <complexContent>
- <extension base="g:gargamelType" />
- </complexContent>
- </complexType>
- </element>
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:g="http://gargamel" targetNamespace="http://smerf" elementFormDefault="qualified">
+ <import namespace="http://gargamel" schemaLocation="gargamel.xsd" />
+ <element name="Alert" > <!-- type="g:gargamelType"> -->
+ <complexType>
+ <complexContent>
+ <extension base="g:gargamelType" />
+ </complexContent>
+ </complexType>
+ </element>
</schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1787/schema.xsd b/tests/src/XSTSHarness/regression/XERCESC-1787/schema.xsd
index 7a7bf8f..892689a 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1787/schema.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1787/schema.xsd
@@ -1,20 +1,20 @@
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
-
-<xs:element name="Songs">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Song" maxOccurs="unbounded">
- <xs:complexType>
- <xs:attribute name="title" use="required"/>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
-
- <xs:unique name="Song">
- <xs:selector xpath="*:Song"/>
- <xs:field xpath="@title"/>
- </xs:unique>
-</xs:element>
-
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+
+<xs:element name="Songs">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Song" maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:attribute name="title" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:unique name="Song">
+ <xs:selector xpath="*:Song"/>
+ <xs:field xpath="@title"/>
+ </xs:unique>
+</xs:element>
+
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1817/test2.xml b/tests/src/XSTSHarness/regression/XERCESC-1817/test2.xml
index 07bc041..f66f872 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1817/test2.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1817/test2.xml
@@ -1,25 +1,25 @@
-<?xml version="1.0"?>
-<!-- =========================================================================
-Test Type : Schema Valid ( <element> )
-Description: A valid instance document used to test a valid schema with
- example of <element>s with substitutionGroup=.
-========================================================================== -->
-<svi:Library xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:svi ="http://www.schemaTest.org/m3_3v"
- xsi:schemaLocation="http://www.schemaTest.org/m3_3v
- test2.xsd">
-
-<svi:Periodical>Weekly Want Ads</svi:Periodical>
-
-<svi:Periodical>Weekly Want Ads</svi:Periodical>
-<svi:Magazine>McLeans</svi:Magazine>
-<svi:Newsletter>Software Developers Monthly</svi:Newsletter>
-
-<svi:Magazine>McLeans</svi:Magazine>
-<svi:Periodical>Weekly Want Ads</svi:Periodical>
-<svi:Newsletter>Software Developers Monthly</svi:Newsletter>
-<svi:Book>O</svi:Book>
-
-<svi:Newsletter>Software Developers Monthly</svi:Newsletter>
-
+<?xml version="1.0"?>
+<!-- =========================================================================
+Test Type : Schema Valid ( <element> )
+Description: A valid instance document used to test a valid schema with
+ example of <element>s with substitutionGroup=.
+========================================================================== -->
+<svi:Library xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:svi ="http://www.schemaTest.org/m3_3v"
+ xsi:schemaLocation="http://www.schemaTest.org/m3_3v
+ test2.xsd">
+
+<svi:Periodical>Weekly Want Ads</svi:Periodical>
+
+<svi:Periodical>Weekly Want Ads</svi:Periodical>
+<svi:Magazine>McLeans</svi:Magazine>
+<svi:Newsletter>Software Developers Monthly</svi:Newsletter>
+
+<svi:Magazine>McLeans</svi:Magazine>
+<svi:Periodical>Weekly Want Ads</svi:Periodical>
+<svi:Newsletter>Software Developers Monthly</svi:Newsletter>
+<svi:Book>O</svi:Book>
+
+<svi:Newsletter>Software Developers Monthly</svi:Newsletter>
+
</svi:Library>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1817/test2.xsd b/tests/src/XSTSHarness/regression/XERCESC-1817/test2.xsd
index 09fb245..9a0b97c 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1817/test2.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1817/test2.xsd
@@ -1,48 +1,48 @@
-<?xml version="1.0"?>
-<!-- =========================================================================
-Test Type : Schema Valid ( <element> )
-Description: Tests valid substitutionGroup= for <element>s with valid derived
- <simpleType> definitions.
-========================================================================== -->
-<schema xmlns ="http://www.w3.org/2001/XMLSchema"
- xmlns:sv ="http://www.schemaTest.org/m3_3v"
- targetNamespace="http://www.schemaTest.org/m3_3v">
-
-<element name="Magazine" type="sv:strMin5" substitutionGroup="sv:Book"/>
-
-<element name="Book" type="string"/>
-
-<element name="Periodical" type="sv:strMin10" substitutionGroup="sv:Magazine"/>
-
-<element name="Newsletter" substitutionGroup="sv:Magazine">
-<simpleType>
-<restriction base="sv:strMin5">
-<minLength value="15"/>
-</restriction>
-</simpleType>
-</element>
-
-<simpleType name="strMin5">
-<restriction base="string">
-<minLength value="5"/>
-</restriction>
-</simpleType>
-
-<simpleType name="strMin10">
-<restriction base="sv:strMin5">
-<minLength value="10"/>
-</restriction>
-</simpleType>
-
-<element name="Library">
-<complexType>
-<sequence>
-<element ref="sv:Periodical"/>
-<element ref="sv:Magazine" minOccurs="3" maxOccurs="3"/>
-<element ref="sv:Book" minOccurs="4" maxOccurs="4"/>
-<element ref="sv:Newsletter"/>
-</sequence>
-</complexType>
-</element>
-
+<?xml version="1.0"?>
+<!-- =========================================================================
+Test Type : Schema Valid ( <element> )
+Description: Tests valid substitutionGroup= for <element>s with valid derived
+ <simpleType> definitions.
+========================================================================== -->
+<schema xmlns ="http://www.w3.org/2001/XMLSchema"
+ xmlns:sv ="http://www.schemaTest.org/m3_3v"
+ targetNamespace="http://www.schemaTest.org/m3_3v">
+
+<element name="Magazine" type="sv:strMin5" substitutionGroup="sv:Book"/>
+
+<element name="Book" type="string"/>
+
+<element name="Periodical" type="sv:strMin10" substitutionGroup="sv:Magazine"/>
+
+<element name="Newsletter" substitutionGroup="sv:Magazine">
+<simpleType>
+<restriction base="sv:strMin5">
+<minLength value="15"/>
+</restriction>
+</simpleType>
+</element>
+
+<simpleType name="strMin5">
+<restriction base="string">
+<minLength value="5"/>
+</restriction>
+</simpleType>
+
+<simpleType name="strMin10">
+<restriction base="sv:strMin5">
+<minLength value="10"/>
+</restriction>
+</simpleType>
+
+<element name="Library">
+<complexType>
+<sequence>
+<element ref="sv:Periodical"/>
+<element ref="sv:Magazine" minOccurs="3" maxOccurs="3"/>
+<element ref="sv:Book" minOccurs="4" maxOccurs="4"/>
+<element ref="sv:Newsletter"/>
+</sequence>
+</complexType>
+</element>
+
</schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v39.xml b/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v39.xml
index 8a76ca1..b269b27 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v39.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v39.xml
@@ -1,21 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<father xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="m3_10v39.xsd"
- last_name="Smith" position="professor" degree="PhD">
-
-<home_address>1252 College Blvd., fargo, ND 58105</home_address>
-
-<car year="1985">Buick</car>
-<pet age="2">dog</pet>
-
-<child1 boy_girl="girl" age="12"/>
-<child2 boy_girl="boy" age="9"/>
-
-<car year="1">Buick</car>
-<pet age="five">lamb</pet>
-
-</father>
-<!--
-Test Type : Schema VALID ( element wildcard <any> )
-Description: This is a valid instance document used to test a valid schema.
+<?xml version="1.0" encoding="UTF-8"?>
+<father xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="m3_10v39.xsd"
+ last_name="Smith" position="professor" degree="PhD">
+
+<home_address>1252 College Blvd., fargo, ND 58105</home_address>
+
+<car year="1985">Buick</car>
+<pet age="2">dog</pet>
+
+<child1 boy_girl="girl" age="12"/>
+<child2 boy_girl="boy" age="9"/>
+
+<car year="1">Buick</car>
+<pet age="five">lamb</pet>
+
+</father>
+<!--
+Test Type : Schema VALID ( element wildcard <any> )
+Description: This is a valid instance document used to test a valid schema.
-->
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v39.xsd b/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v39.xsd
index 19c3b3e..e1a990f 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v39.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v39.xsd
@@ -1,77 +1,77 @@
-<?xml version="1.0"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-<!--
-Test Type : Schema VALID ( element wildcard <any> )
-Description: Tests <any> with minOccurs=, maxOccurs=, namespace="##local",
- processContents="skip" within <group><sequence>.
- No targetNamespace defined.
--->
-<xs:simpleType name="boy_girl_type">
- <xs:restriction base="xs:string">
- <xs:enumeration value="boy"/>
- <xs:enumeration value="girl"/>
- </xs:restriction>
-</xs:simpleType>
-
-<xs:complexType name="childType">
- <xs:attribute name="boy_girl" type="boy_girl_type"/>
- <xs:attribute name="age" type="xs:nonNegativeInteger"/>
-</xs:complexType>
-
-<xs:group name="group2">
- <xs:sequence>
- <xs:element name="child1" type="childType"/>
- <xs:element name="child2" type="childType"/>
- <xs:any namespace="##local" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
-</xs:group>
-
-<xs:attributeGroup name="attrgrp1">
- <xs:attribute name="position" type="xs:Name"/>
- <xs:attribute name="degree" type="xs:string"/>
-</xs:attributeGroup>
-
-<xs:element name="pet">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NCName">
- <xs:attribute name="age" type="xs:positiveInteger"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
-</xs:element>
-
-<xs:simpleType name="year">
- <xs:restriction base="xs:positiveInteger">
- <xs:minInclusive value="1900"/>
- <xs:maxExclusive value="2100"/>
- </xs:restriction>
-</xs:simpleType>
-
-<xs:element name="car">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NCName">
- <xs:attribute name="year" type="year"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
-</xs:element>
-
-<xs:group name="group1">
- <xs:sequence>
- <xs:element name="home_address" type="xs:string"/>
- <xs:any minOccurs="2" maxOccurs="2" namespace="##targetNamespace"/>
- <xs:group ref="group2"/>
- </xs:sequence>
-</xs:group>
-
-<xs:complexType name="fatherType">
- <xs:group ref="group1"/>
- <xs:attribute name="last_name" type="xs:Name"/>
- <xs:attributeGroup ref="attrgrp1"/>
-</xs:complexType>
-
-<xs:element name="father" type="fatherType"/>
-
+<?xml version="1.0"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
+<!--
+Test Type : Schema VALID ( element wildcard <any> )
+Description: Tests <any> with minOccurs=, maxOccurs=, namespace="##local",
+ processContents="skip" within <group><sequence>.
+ No targetNamespace defined.
+-->
+<xs:simpleType name="boy_girl_type">
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="boy"/>
+ <xs:enumeration value="girl"/>
+ </xs:restriction>
+</xs:simpleType>
+
+<xs:complexType name="childType">
+ <xs:attribute name="boy_girl" type="boy_girl_type"/>
+ <xs:attribute name="age" type="xs:nonNegativeInteger"/>
+</xs:complexType>
+
+<xs:group name="group2">
+ <xs:sequence>
+ <xs:element name="child1" type="childType"/>
+ <xs:element name="child2" type="childType"/>
+ <xs:any namespace="##local" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+</xs:group>
+
+<xs:attributeGroup name="attrgrp1">
+ <xs:attribute name="position" type="xs:Name"/>
+ <xs:attribute name="degree" type="xs:string"/>
+</xs:attributeGroup>
+
+<xs:element name="pet">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NCName">
+ <xs:attribute name="age" type="xs:positiveInteger"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+</xs:element>
+
+<xs:simpleType name="year">
+ <xs:restriction base="xs:positiveInteger">
+ <xs:minInclusive value="1900"/>
+ <xs:maxExclusive value="2100"/>
+ </xs:restriction>
+</xs:simpleType>
+
+<xs:element name="car">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NCName">
+ <xs:attribute name="year" type="year"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+</xs:element>
+
+<xs:group name="group1">
+ <xs:sequence>
+ <xs:element name="home_address" type="xs:string"/>
+ <xs:any minOccurs="2" maxOccurs="2" namespace="##targetNamespace"/>
+ <xs:group ref="group2"/>
+ </xs:sequence>
+</xs:group>
+
+<xs:complexType name="fatherType">
+ <xs:group ref="group1"/>
+ <xs:attribute name="last_name" type="xs:Name"/>
+ <xs:attributeGroup ref="attrgrp1"/>
+</xs:complexType>
+
+<xs:element name="father" type="fatherType"/>
+
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v44.xml b/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v44.xml
index ba7e214..a521828 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v44.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v44.xml
@@ -1,22 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<father xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:v44="http://www.schemaTest.org/ibm3_10v44"
- xsi:noNamespaceSchemaLocation="m3_10v44.xsd"
- last_name="Smith" position="professor" degree="PhD">
-
-<home_address>1252 College Blvd., Fargo, ND 58105</home_address>
-
-<car year="1999">Nissan</car>
-<pet age="five">cat</pet>
-
-<child1 boy_girl="girl" age="12"/>
-<child2 boy_girl="boy" age="9"/>
-
-<pet age="two">dog</pet>
-<v44:car year="1999">Nissan</v44:car>
-
-</father>
-<!--
-Test Type : Schema VALID ( element wildcard <any> )
-Description: This is a valid instance document used to test a valid schema.
+<?xml version="1.0" encoding="UTF-8"?>
+<father xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:v44="http://www.schemaTest.org/ibm3_10v44"
+ xsi:noNamespaceSchemaLocation="m3_10v44.xsd"
+ last_name="Smith" position="professor" degree="PhD">
+
+<home_address>1252 College Blvd., Fargo, ND 58105</home_address>
+
+<car year="1999">Nissan</car>
+<pet age="five">cat</pet>
+
+<child1 boy_girl="girl" age="12"/>
+<child2 boy_girl="boy" age="9"/>
+
+<pet age="two">dog</pet>
+<v44:car year="1999">Nissan</v44:car>
+
+</father>
+<!--
+Test Type : Schema VALID ( element wildcard <any> )
+Description: This is a valid instance document used to test a valid schema.
-->
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v44.xsd b/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v44.xsd
index 2bdd210..58dd6f5 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v44.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1822/m3_10v44.xsd
@@ -1,56 +1,56 @@
-<?xml version="1.0"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-<!--
-Test Type : Schema VALID ( element wildcard <any> )
-Description: Tests <any> with minOccurs="0", maxOccurs="unbounded",
- processContents="skip" within <group><sequence>.
- No targetNamespace defined.
--->
-<xs:simpleType name="boy_girl_type">
- <xs:restriction base="xs:string">
- <xs:enumeration value="boy"/>
- <xs:enumeration value="girl"/>
- </xs:restriction>
-</xs:simpleType>
-
-<xs:complexType name="childType">
- <xs:attribute name="boy_girl" type="boy_girl_type"/>
- <xs:attribute name="age" type="xs:nonNegativeInteger"/>
-</xs:complexType>
-
-<xs:group name="group1">
- <xs:sequence>
- <xs:any namespace="##local" minOccurs="2" maxOccurs="2" processContents="skip"/>
- <xs:element name="child1" type="childType"/>
- <xs:element name="child2" type="childType"/>
- <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
- </xs:sequence>
-</xs:group>
-
-<xs:attributeGroup name="attrgrp1">
- <xs:attribute name="position" type="xs:Name"/>
- <xs:attribute name="degree" type="xs:string"/>
-</xs:attributeGroup>
-
-<xs:element name="pet">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:NCName">
- <xs:attribute name="age" type="xs:positiveInteger"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
-</xs:element>
-
-<xs:element name="father">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="home_address" type="xs:string"/>
- <xs:group ref="group1"/>
- </xs:sequence>
- <xs:attribute name="last_name" type="xs:Name"/>
- <xs:attributeGroup ref="attrgrp1"/>
- </xs:complexType>
-</xs:element>
-
+<?xml version="1.0"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
+<!--
+Test Type : Schema VALID ( element wildcard <any> )
+Description: Tests <any> with minOccurs="0", maxOccurs="unbounded",
+ processContents="skip" within <group><sequence>.
+ No targetNamespace defined.
+-->
+<xs:simpleType name="boy_girl_type">
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="boy"/>
+ <xs:enumeration value="girl"/>
+ </xs:restriction>
+</xs:simpleType>
+
+<xs:complexType name="childType">
+ <xs:attribute name="boy_girl" type="boy_girl_type"/>
+ <xs:attribute name="age" type="xs:nonNegativeInteger"/>
+</xs:complexType>
+
+<xs:group name="group1">
+ <xs:sequence>
+ <xs:any namespace="##local" minOccurs="2" maxOccurs="2" processContents="skip"/>
+ <xs:element name="child1" type="childType"/>
+ <xs:element name="child2" type="childType"/>
+ <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
+ </xs:sequence>
+</xs:group>
+
+<xs:attributeGroup name="attrgrp1">
+ <xs:attribute name="position" type="xs:Name"/>
+ <xs:attribute name="degree" type="xs:string"/>
+</xs:attributeGroup>
+
+<xs:element name="pet">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NCName">
+ <xs:attribute name="age" type="xs:positiveInteger"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+</xs:element>
+
+<xs:element name="father">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="home_address" type="xs:string"/>
+ <xs:group ref="group1"/>
+ </xs:sequence>
+ <xs:attribute name="last_name" type="xs:Name"/>
+ <xs:attributeGroup ref="attrgrp1"/>
+ </xs:complexType>
+</xs:element>
+
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1825/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-1825/test.xsd
index 332adef..e7c7141 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1825/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1825/test.xsd
@@ -1,20 +1,20 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:t="test" targetNamespace="test">
-
- <complexType name="qname">
- <sequence>
- <element name="a" type="QName" xmlns:z="test" default="z:a"/>
- </sequence>
- <attribute name="x" type="QName" default="t:x"/>
- <attribute name="y" type="QName" fixed="t:y" use="required"/>
- </complexType>
-
- <complexType name="type">
- <sequence>
- <element name="qname" type="t:qname"/>
- </sequence>
- </complexType>
-
- <element name="root" type="t:type"/>
-
-</schema>
+<?xml version="1.0"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:t="test" targetNamespace="test">
+
+ <complexType name="qname">
+ <sequence>
+ <element name="a" type="QName" xmlns:z="test" default="z:a"/>
+ </sequence>
+ <attribute name="x" type="QName" default="t:x"/>
+ <attribute name="y" type="QName" fixed="t:y" use="required"/>
+ </complexType>
+
+ <complexType name="type">
+ <sequence>
+ <element name="qname" type="t:qname"/>
+ </sequence>
+ </complexType>
+
+ <element name="root" type="t:type"/>
+
+</schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1831/ack.xml b/tests/src/XSTSHarness/regression/XERCESC-1831/ack.xml
index 00316fc..c6a3efe 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1831/ack.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1831/ack.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ack xmlns="http://www.theriak.is/namespace/\:*?"<>|"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.theriak.is/namespace/\:*?"<>| ack.xsd" message_id="test_msg_id"/>
+<?xml version="1.0" encoding="UTF-8"?>
+<ack xmlns="http://www.theriak.is/namespace/\:*?"<>|"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.theriak.is/namespace/\:*?"<>| ack.xsd" message_id="test_msg_id"/>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1831/ack.xsd b/tests/src/XSTSHarness/regression/XERCESC-1831/ack.xsd
index a16c2fd..f29462f 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1831/ack.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1831/ack.xsd
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema targetNamespace="http://www.theriak.is/namespace/\:*?"<>|" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.theriak.is/namespace/\:*?"<>|" elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xs:element name="ack">
- <xs:complexType>
- <xs:attribute name="message_id" type="xs:string" use="required"/>
- </xs:complexType>
- </xs:element>
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="http://www.theriak.is/namespace/\:*?"<>|" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.theriak.is/namespace/\:*?"<>|" elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:element name="ack">
+ <xs:complexType>
+ <xs:attribute name="message_id" type="xs:string" use="required"/>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1832/schema11.xsd b/tests/src/XSTSHarness/regression/XERCESC-1832/schema11.xsd
index 6a4bf38..783f18d 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1832/schema11.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1832/schema11.xsd
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xs:schema xmlns:tns="x" elementFormDefault="qualified" targetNamespace="x" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <xs:complexType name="derivedC">
- <xs:complexContent mixed="false" xmlns:q2="http://www.w3.org/2001/XMLSchema">
- <xs:extension xmlns:q1="x" base="q1:baseC">
- <xs:sequence xmlns:q3="http://www.w3.org/2001/XMLSchema">
- <xs:element minOccurs="0" maxOccurs="1" name="c" type="q2:boolean"/>
- <xs:element minOccurs="0" maxOccurs="1" name="d" type="q3:boolean"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:complexType name="baseC">
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="1" name="a" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="b" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
-
- <xs:simpleType name="baseS" xmlns:q6="http://www.w3.org/2001/XMLSchema">
- <q6:restriction xmlns:q4="http://www.w3.org/2001/XMLSchema" base="q4:string">
- <q5:length xmlns:q5="http://www.w3.org/2001/XMLSchema" value="3"/>
- </q6:restriction>
- </xs:simpleType>
-
- <xs:complexType name="derivedS">
- <q7:simpleContent xmlns:q7="http://www.w3.org/2001/XMLSchema">
- <xs:extension xmlns:q8="x" base="q8:baseS">
- <xs:attribute name="p" type="q7:string"/>
- </xs:extension>
- </q7:simpleContent>
- </xs:complexType>
+<?xml version="1.0" encoding="utf-8"?>
+<xs:schema xmlns:tns="x" elementFormDefault="qualified" targetNamespace="x" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <xs:complexType name="derivedC">
+ <xs:complexContent mixed="false" xmlns:q2="http://www.w3.org/2001/XMLSchema">
+ <xs:extension xmlns:q1="x" base="q1:baseC">
+ <xs:sequence xmlns:q3="http://www.w3.org/2001/XMLSchema">
+ <xs:element minOccurs="0" maxOccurs="1" name="c" type="q2:boolean"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="d" type="q3:boolean"/>
+ </xs:sequence>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+ <xs:complexType name="baseC">
+ <xs:sequence>
+ <xs:element minOccurs="0" maxOccurs="1" name="a" type="xs:string" />
+ <xs:element minOccurs="0" maxOccurs="1" name="b" type="xs:string" />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:simpleType name="baseS" xmlns:q6="http://www.w3.org/2001/XMLSchema">
+ <q6:restriction xmlns:q4="http://www.w3.org/2001/XMLSchema" base="q4:string">
+ <q5:length xmlns:q5="http://www.w3.org/2001/XMLSchema" value="3"/>
+ </q6:restriction>
+ </xs:simpleType>
+
+ <xs:complexType name="derivedS">
+ <q7:simpleContent xmlns:q7="http://www.w3.org/2001/XMLSchema">
+ <xs:extension xmlns:q8="x" base="q8:baseS">
+ <xs:attribute name="p" type="q7:string"/>
+ </xs:extension>
+ </q7:simpleContent>
+ </xs:complexType>
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1878/invalid.xml b/tests/src/XSTSHarness/regression/XERCESC-1878/invalid.xml
index 0fa736b..2d558c4 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1878/invalid.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1878/invalid.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0"?>
-<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
- <item v3="10:44:32+02:00" v1="1" v2="x"/>
- <item v3="11:44:32.000+03:00" v1="+1.0" v2="x"/>
+<?xml version="1.0"?>
+<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
+ <item v3="10:44:32+02:00" v1="1" v2="x"/>
+ <item v3="11:44:32.000+03:00" v1="+1.0" v2="x"/>
</root>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1878/schema.xsd b/tests/src/XSTSHarness/regression/XERCESC-1878/schema.xsd
index 9453727..d615a64 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1878/schema.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1878/schema.xsd
@@ -1,22 +1,22 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="root">
- <xsd:complexType>
- <xsd:sequence minOccurs="1" maxOccurs="unbounded">
- <xsd:element name="item">
- <xsd:complexType>
- <xsd:attribute name="v1" type="xsd:decimal"/>
- <xsd:attribute name="v2" type="xsd:string"/>
- <xsd:attribute name="v3" type="xsd:time"/>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:unique name="uniqueCons">
- <xsd:selector xpath="item"/>
- <xsd:field xpath="@v1"/>
- <xsd:field xpath="@v2"/>
- <xsd:field xpath="@v3"/>
- </xsd:unique>
- </xsd:element>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:element name="root">
+ <xsd:complexType>
+ <xsd:sequence minOccurs="1" maxOccurs="unbounded">
+ <xsd:element name="item">
+ <xsd:complexType>
+ <xsd:attribute name="v1" type="xsd:decimal"/>
+ <xsd:attribute name="v2" type="xsd:string"/>
+ <xsd:attribute name="v3" type="xsd:time"/>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:complexType>
+ <xsd:unique name="uniqueCons">
+ <xsd:selector xpath="item"/>
+ <xsd:field xpath="@v1"/>
+ <xsd:field xpath="@v2"/>
+ <xsd:field xpath="@v3"/>
+ </xsd:unique>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1878/valid.xml b/tests/src/XSTSHarness/regression/XERCESC-1878/valid.xml
index 0bc21e5..bf45065 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1878/valid.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1878/valid.xml
@@ -1,3003 +1,3003 @@
-<?xml version="1.0"?>
-<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
- <item v3="10:44:32+02:00" v1="1" v2="x"/>
- <item v3="10:44:32+02:00" v1="2" v2="x"/>
- <item v3="10:44:32+02:00" v1="3" v2="x"/>
- <item v3="10:44:32+02:00" v1="4" v2="x"/>
- <item v3="10:44:32+02:00" v1="5" v2="x"/>
- <item v3="10:44:32+02:00" v1="6" v2="x"/>
- <item v3="10:44:32+02:00" v1="7" v2="x"/>
- <item v3="10:44:32+02:00" v1="8" v2="x"/>
- <item v3="10:44:32+02:00" v1="9" v2="x"/>
- <item v3="10:44:32+02:00" v1="10" v2="x"/>
- <item v3="10:44:32+02:00" v1="11" v2="x"/>
- <item v3="10:44:32+02:00" v1="12" v2="x"/>
- <item v3="10:44:32+02:00" v1="13" v2="x"/>
- <item v3="10:44:32+02:00" v1="14" v2="x"/>
- <item v3="10:44:32+02:00" v1="15" v2="x"/>
- <item v3="10:44:32+02:00" v1="16" v2="x"/>
- <item v3="10:44:32+02:00" v1="17" v2="x"/>
- <item v3="10:44:32+02:00" v1="18" v2="x"/>
- <item v3="10:44:32+02:00" v1="19" v2="x"/>
- <item v3="10:44:32+02:00" v1="20" v2="x"/>
- <item v3="10:44:32+02:00" v1="21" v2="x"/>
- <item v3="10:44:32+02:00" v1="22" v2="x"/>
- <item v3="10:44:32+02:00" v1="23" v2="x"/>
- <item v3="10:44:32+02:00" v1="24" v2="x"/>
- <item v3="10:44:32+02:00" v1="25" v2="x"/>
- <item v3="10:44:32+02:00" v1="26" v2="x"/>
- <item v3="10:44:32+02:00" v1="27" v2="x"/>
- <item v3="10:44:32+02:00" v1="28" v2="x"/>
- <item v3="10:44:32+02:00" v1="29" v2="x"/>
- <item v3="10:44:32+02:00" v1="30" v2="x"/>
- <item v3="10:44:32+02:00" v1="31" v2="x"/>
- <item v3="10:44:32+02:00" v1="32" v2="x"/>
- <item v3="10:44:32+02:00" v1="33" v2="x"/>
- <item v3="10:44:32+02:00" v1="34" v2="x"/>
- <item v3="10:44:32+02:00" v1="35" v2="x"/>
- <item v3="10:44:32+02:00" v1="36" v2="x"/>
- <item v3="10:44:32+02:00" v1="37" v2="x"/>
- <item v3="10:44:32+02:00" v1="38" v2="x"/>
- <item v3="10:44:32+02:00" v1="39" v2="x"/>
- <item v3="10:44:32+02:00" v1="40" v2="x"/>
- <item v3="10:44:32+02:00" v1="41" v2="x"/>
- <item v3="10:44:32+02:00" v1="42" v2="x"/>
- <item v3="10:44:32+02:00" v1="43" v2="x"/>
- <item v3="10:44:32+02:00" v1="44" v2="x"/>
- <item v3="10:44:32+02:00" v1="45" v2="x"/>
- <item v3="10:44:32+02:00" v1="46" v2="x"/>
- <item v3="10:44:32+02:00" v1="47" v2="x"/>
- <item v3="10:44:32+02:00" v1="48" v2="x"/>
- <item v3="10:44:32+02:00" v1="49" v2="x"/>
- <item v3="10:44:32+02:00" v1="50" v2="x"/>
- <item v3="10:44:32+02:00" v1="51" v2="x"/>
- <item v3="10:44:32+02:00" v1="52" v2="x"/>
- <item v3="10:44:32+02:00" v1="53" v2="x"/>
- <item v3="10:44:32+02:00" v1="54" v2="x"/>
- <item v3="10:44:32+02:00" v1="55" v2="x"/>
- <item v3="10:44:32+02:00" v1="56" v2="x"/>
- <item v3="10:44:32+02:00" v1="57" v2="x"/>
- <item v3="10:44:32+02:00" v1="58" v2="x"/>
- <item v3="10:44:32+02:00" v1="59" v2="x"/>
- <item v3="10:44:32+02:00" v1="60" v2="x"/>
- <item v3="10:44:32+02:00" v1="61" v2="x"/>
- <item v3="10:44:32+02:00" v1="62" v2="x"/>
- <item v3="10:44:32+02:00" v1="63" v2="x"/>
- <item v3="10:44:32+02:00" v1="64" v2="x"/>
- <item v3="10:44:32+02:00" v1="65" v2="x"/>
- <item v3="10:44:32+02:00" v1="66" v2="x"/>
- <item v3="10:44:32+02:00" v1="67" v2="x"/>
- <item v3="10:44:32+02:00" v1="68" v2="x"/>
- <item v3="10:44:32+02:00" v1="69" v2="x"/>
- <item v3="10:44:32+02:00" v1="70" v2="x"/>
- <item v3="10:44:32+02:00" v1="71" v2="x"/>
- <item v3="10:44:32+02:00" v1="72" v2="x"/>
- <item v3="10:44:32+02:00" v1="73" v2="x"/>
- <item v3="10:44:32+02:00" v1="74" v2="x"/>
- <item v3="10:44:32+02:00" v1="75" v2="x"/>
- <item v3="10:44:32+02:00" v1="76" v2="x"/>
- <item v3="10:44:32+02:00" v1="77" v2="x"/>
- <item v3="10:44:32+02:00" v1="78" v2="x"/>
- <item v3="10:44:32+02:00" v1="79" v2="x"/>
- <item v3="10:44:32+02:00" v1="80" v2="x"/>
- <item v3="10:44:32+02:00" v1="81" v2="x"/>
- <item v3="10:44:32+02:00" v1="82" v2="x"/>
- <item v3="10:44:32+02:00" v1="83" v2="x"/>
- <item v3="10:44:32+02:00" v1="84" v2="x"/>
- <item v3="10:44:32+02:00" v1="85" v2="x"/>
- <item v3="10:44:32+02:00" v1="86" v2="x"/>
- <item v3="10:44:32+02:00" v1="87" v2="x"/>
- <item v3="10:44:32+02:00" v1="88" v2="x"/>
- <item v3="10:44:32+02:00" v1="89" v2="x"/>
- <item v3="10:44:32+02:00" v1="90" v2="x"/>
- <item v3="10:44:32+02:00" v1="91" v2="x"/>
- <item v3="10:44:32+02:00" v1="92" v2="x"/>
- <item v3="10:44:32+02:00" v1="93" v2="x"/>
- <item v3="10:44:32+02:00" v1="94" v2="x"/>
- <item v3="10:44:32+02:00" v1="95" v2="x"/>
- <item v3="10:44:32+02:00" v1="96" v2="x"/>
- <item v3="10:44:32+02:00" v1="97" v2="x"/>
- <item v3="10:44:32+02:00" v1="98" v2="x"/>
- <item v3="10:44:32+02:00" v1="99" v2="x"/>
- <item v3="10:44:32+02:00" v1="100" v2="x"/>
- <item v3="10:44:32+02:00" v1="101" v2="x"/>
- <item v3="10:44:32+02:00" v1="102" v2="x"/>
- <item v3="10:44:32+02:00" v1="103" v2="x"/>
- <item v3="10:44:32+02:00" v1="104" v2="x"/>
- <item v3="10:44:32+02:00" v1="105" v2="x"/>
- <item v3="10:44:32+02:00" v1="106" v2="x"/>
- <item v3="10:44:32+02:00" v1="107" v2="x"/>
- <item v3="10:44:32+02:00" v1="108" v2="x"/>
- <item v3="10:44:32+02:00" v1="109" v2="x"/>
- <item v3="10:44:32+02:00" v1="110" v2="x"/>
- <item v3="10:44:32+02:00" v1="111" v2="x"/>
- <item v3="10:44:32+02:00" v1="112" v2="x"/>
- <item v3="10:44:32+02:00" v1="113" v2="x"/>
- <item v3="10:44:32+02:00" v1="114" v2="x"/>
- <item v3="10:44:32+02:00" v1="115" v2="x"/>
- <item v3="10:44:32+02:00" v1="116" v2="x"/>
- <item v3="10:44:32+02:00" v1="117" v2="x"/>
- <item v3="10:44:32+02:00" v1="118" v2="x"/>
- <item v3="10:44:32+02:00" v1="119" v2="x"/>
- <item v3="10:44:32+02:00" v1="120" v2="x"/>
- <item v3="10:44:32+02:00" v1="121" v2="x"/>
- <item v3="10:44:32+02:00" v1="122" v2="x"/>
- <item v3="10:44:32+02:00" v1="123" v2="x"/>
- <item v3="10:44:32+02:00" v1="124" v2="x"/>
- <item v3="10:44:32+02:00" v1="125" v2="x"/>
- <item v3="10:44:32+02:00" v1="126" v2="x"/>
- <item v3="10:44:32+02:00" v1="127" v2="x"/>
- <item v3="10:44:32+02:00" v1="128" v2="x"/>
- <item v3="10:44:32+02:00" v1="129" v2="x"/>
- <item v3="10:44:32+02:00" v1="130" v2="x"/>
- <item v3="10:44:32+02:00" v1="131" v2="x"/>
- <item v3="10:44:32+02:00" v1="132" v2="x"/>
- <item v3="10:44:32+02:00" v1="133" v2="x"/>
- <item v3="10:44:32+02:00" v1="134" v2="x"/>
- <item v3="10:44:32+02:00" v1="135" v2="x"/>
- <item v3="10:44:32+02:00" v1="136" v2="x"/>
- <item v3="10:44:32+02:00" v1="137" v2="x"/>
- <item v3="10:44:32+02:00" v1="138" v2="x"/>
- <item v3="10:44:32+02:00" v1="139" v2="x"/>
- <item v3="10:44:32+02:00" v1="140" v2="x"/>
- <item v3="10:44:32+02:00" v1="141" v2="x"/>
- <item v3="10:44:32+02:00" v1="142" v2="x"/>
- <item v3="10:44:32+02:00" v1="143" v2="x"/>
- <item v3="10:44:32+02:00" v1="144" v2="x"/>
- <item v3="10:44:32+02:00" v1="145" v2="x"/>
- <item v3="10:44:32+02:00" v1="146" v2="x"/>
- <item v3="10:44:32+02:00" v1="147" v2="x"/>
- <item v3="10:44:32+02:00" v1="148" v2="x"/>
- <item v3="10:44:32+02:00" v1="149" v2="x"/>
- <item v3="10:44:32+02:00" v1="150" v2="x"/>
- <item v3="10:44:32+02:00" v1="151" v2="x"/>
- <item v3="10:44:32+02:00" v1="152" v2="x"/>
- <item v3="10:44:32+02:00" v1="153" v2="x"/>
- <item v3="10:44:32+02:00" v1="154" v2="x"/>
- <item v3="10:44:32+02:00" v1="155" v2="x"/>
- <item v3="10:44:32+02:00" v1="156" v2="x"/>
- <item v3="10:44:32+02:00" v1="157" v2="x"/>
- <item v3="10:44:32+02:00" v1="158" v2="x"/>
- <item v3="10:44:32+02:00" v1="159" v2="x"/>
- <item v3="10:44:32+02:00" v1="160" v2="x"/>
- <item v3="10:44:32+02:00" v1="161" v2="x"/>
- <item v3="10:44:32+02:00" v1="162" v2="x"/>
- <item v3="10:44:32+02:00" v1="163" v2="x"/>
- <item v3="10:44:32+02:00" v1="164" v2="x"/>
- <item v3="10:44:32+02:00" v1="165" v2="x"/>
- <item v3="10:44:32+02:00" v1="166" v2="x"/>
- <item v3="10:44:32+02:00" v1="167" v2="x"/>
- <item v3="10:44:32+02:00" v1="168" v2="x"/>
- <item v3="10:44:32+02:00" v1="169" v2="x"/>
- <item v3="10:44:32+02:00" v1="170" v2="x"/>
- <item v3="10:44:32+02:00" v1="171" v2="x"/>
- <item v3="10:44:32+02:00" v1="172" v2="x"/>
- <item v3="10:44:32+02:00" v1="173" v2="x"/>
- <item v3="10:44:32+02:00" v1="174" v2="x"/>
- <item v3="10:44:32+02:00" v1="175" v2="x"/>
- <item v3="10:44:32+02:00" v1="176" v2="x"/>
- <item v3="10:44:32+02:00" v1="177" v2="x"/>
- <item v3="10:44:32+02:00" v1="178" v2="x"/>
- <item v3="10:44:32+02:00" v1="179" v2="x"/>
- <item v3="10:44:32+02:00" v1="180" v2="x"/>
- <item v3="10:44:32+02:00" v1="181" v2="x"/>
- <item v3="10:44:32+02:00" v1="182" v2="x"/>
- <item v3="10:44:32+02:00" v1="183" v2="x"/>
- <item v3="10:44:32+02:00" v1="184" v2="x"/>
- <item v3="10:44:32+02:00" v1="185" v2="x"/>
- <item v3="10:44:32+02:00" v1="186" v2="x"/>
- <item v3="10:44:32+02:00" v1="187" v2="x"/>
- <item v3="10:44:32+02:00" v1="188" v2="x"/>
- <item v3="10:44:32+02:00" v1="189" v2="x"/>
- <item v3="10:44:32+02:00" v1="190" v2="x"/>
- <item v3="10:44:32+02:00" v1="191" v2="x"/>
- <item v3="10:44:32+02:00" v1="192" v2="x"/>
- <item v3="10:44:32+02:00" v1="193" v2="x"/>
- <item v3="10:44:32+02:00" v1="194" v2="x"/>
- <item v3="10:44:32+02:00" v1="195" v2="x"/>
- <item v3="10:44:32+02:00" v1="196" v2="x"/>
- <item v3="10:44:32+02:00" v1="197" v2="x"/>
- <item v3="10:44:32+02:00" v1="198" v2="x"/>
- <item v3="10:44:32+02:00" v1="199" v2="x"/>
- <item v3="10:44:32+02:00" v1="200" v2="x"/>
- <item v3="10:44:32+02:00" v1="201" v2="x"/>
- <item v3="10:44:32+02:00" v1="202" v2="x"/>
- <item v3="10:44:32+02:00" v1="203" v2="x"/>
- <item v3="10:44:32+02:00" v1="204" v2="x"/>
- <item v3="10:44:32+02:00" v1="205" v2="x"/>
- <item v3="10:44:32+02:00" v1="206" v2="x"/>
- <item v3="10:44:32+02:00" v1="207" v2="x"/>
- <item v3="10:44:32+02:00" v1="208" v2="x"/>
- <item v3="10:44:32+02:00" v1="209" v2="x"/>
- <item v3="10:44:32+02:00" v1="210" v2="x"/>
- <item v3="10:44:32+02:00" v1="211" v2="x"/>
- <item v3="10:44:32+02:00" v1="212" v2="x"/>
- <item v3="10:44:32+02:00" v1="213" v2="x"/>
- <item v3="10:44:32+02:00" v1="214" v2="x"/>
- <item v3="10:44:32+02:00" v1="215" v2="x"/>
- <item v3="10:44:32+02:00" v1="216" v2="x"/>
- <item v3="10:44:32+02:00" v1="217" v2="x"/>
- <item v3="10:44:32+02:00" v1="218" v2="x"/>
- <item v3="10:44:32+02:00" v1="219" v2="x"/>
- <item v3="10:44:32+02:00" v1="220" v2="x"/>
- <item v3="10:44:32+02:00" v1="221" v2="x"/>
- <item v3="10:44:32+02:00" v1="222" v2="x"/>
- <item v3="10:44:32+02:00" v1="223" v2="x"/>
- <item v3="10:44:32+02:00" v1="224" v2="x"/>
- <item v3="10:44:32+02:00" v1="225" v2="x"/>
- <item v3="10:44:32+02:00" v1="226" v2="x"/>
- <item v3="10:44:32+02:00" v1="227" v2="x"/>
- <item v3="10:44:32+02:00" v1="228" v2="x"/>
- <item v3="10:44:32+02:00" v1="229" v2="x"/>
- <item v3="10:44:32+02:00" v1="230" v2="x"/>
- <item v3="10:44:32+02:00" v1="231" v2="x"/>
- <item v3="10:44:32+02:00" v1="232" v2="x"/>
- <item v3="10:44:32+02:00" v1="233" v2="x"/>
- <item v3="10:44:32+02:00" v1="234" v2="x"/>
- <item v3="10:44:32+02:00" v1="235" v2="x"/>
- <item v3="10:44:32+02:00" v1="236" v2="x"/>
- <item v3="10:44:32+02:00" v1="237" v2="x"/>
- <item v3="10:44:32+02:00" v1="238" v2="x"/>
- <item v3="10:44:32+02:00" v1="239" v2="x"/>
- <item v3="10:44:32+02:00" v1="240" v2="x"/>
- <item v3="10:44:32+02:00" v1="241" v2="x"/>
- <item v3="10:44:32+02:00" v1="242" v2="x"/>
- <item v3="10:44:32+02:00" v1="243" v2="x"/>
- <item v3="10:44:32+02:00" v1="244" v2="x"/>
- <item v3="10:44:32+02:00" v1="245" v2="x"/>
- <item v3="10:44:32+02:00" v1="246" v2="x"/>
- <item v3="10:44:32+02:00" v1="247" v2="x"/>
- <item v3="10:44:32+02:00" v1="248" v2="x"/>
- <item v3="10:44:32+02:00" v1="249" v2="x"/>
- <item v3="10:44:32+02:00" v1="250" v2="x"/>
- <item v3="10:44:32+02:00" v1="251" v2="x"/>
- <item v3="10:44:32+02:00" v1="252" v2="x"/>
- <item v3="10:44:32+02:00" v1="253" v2="x"/>
- <item v3="10:44:32+02:00" v1="254" v2="x"/>
- <item v3="10:44:32+02:00" v1="255" v2="x"/>
- <item v3="10:44:32+02:00" v1="256" v2="x"/>
- <item v3="10:44:32+02:00" v1="257" v2="x"/>
- <item v3="10:44:32+02:00" v1="258" v2="x"/>
- <item v3="10:44:32+02:00" v1="259" v2="x"/>
- <item v3="10:44:32+02:00" v1="260" v2="x"/>
- <item v3="10:44:32+02:00" v1="261" v2="x"/>
- <item v3="10:44:32+02:00" v1="262" v2="x"/>
- <item v3="10:44:32+02:00" v1="263" v2="x"/>
- <item v3="10:44:32+02:00" v1="264" v2="x"/>
- <item v3="10:44:32+02:00" v1="265" v2="x"/>
- <item v3="10:44:32+02:00" v1="266" v2="x"/>
- <item v3="10:44:32+02:00" v1="267" v2="x"/>
- <item v3="10:44:32+02:00" v1="268" v2="x"/>
- <item v3="10:44:32+02:00" v1="269" v2="x"/>
- <item v3="10:44:32+02:00" v1="270" v2="x"/>
- <item v3="10:44:32+02:00" v1="271" v2="x"/>
- <item v3="10:44:32+02:00" v1="272" v2="x"/>
- <item v3="10:44:32+02:00" v1="273" v2="x"/>
- <item v3="10:44:32+02:00" v1="274" v2="x"/>
- <item v3="10:44:32+02:00" v1="275" v2="x"/>
- <item v3="10:44:32+02:00" v1="276" v2="x"/>
- <item v3="10:44:32+02:00" v1="277" v2="x"/>
- <item v3="10:44:32+02:00" v1="278" v2="x"/>
- <item v3="10:44:32+02:00" v1="279" v2="x"/>
- <item v3="10:44:32+02:00" v1="280" v2="x"/>
- <item v3="10:44:32+02:00" v1="281" v2="x"/>
- <item v3="10:44:32+02:00" v1="282" v2="x"/>
- <item v3="10:44:32+02:00" v1="283" v2="x"/>
- <item v3="10:44:32+02:00" v1="284" v2="x"/>
- <item v3="10:44:32+02:00" v1="285" v2="x"/>
- <item v3="10:44:32+02:00" v1="286" v2="x"/>
- <item v3="10:44:32+02:00" v1="287" v2="x"/>
- <item v3="10:44:32+02:00" v1="288" v2="x"/>
- <item v3="10:44:32+02:00" v1="289" v2="x"/>
- <item v3="10:44:32+02:00" v1="290" v2="x"/>
- <item v3="10:44:32+02:00" v1="291" v2="x"/>
- <item v3="10:44:32+02:00" v1="292" v2="x"/>
- <item v3="10:44:32+02:00" v1="293" v2="x"/>
- <item v3="10:44:32+02:00" v1="294" v2="x"/>
- <item v3="10:44:32+02:00" v1="295" v2="x"/>
- <item v3="10:44:32+02:00" v1="296" v2="x"/>
- <item v3="10:44:32+02:00" v1="297" v2="x"/>
- <item v3="10:44:32+02:00" v1="298" v2="x"/>
- <item v3="10:44:32+02:00" v1="299" v2="x"/>
- <item v3="10:44:32+02:00" v1="300" v2="x"/>
- <item v3="10:44:32+02:00" v1="301" v2="x"/>
- <item v3="10:44:32+02:00" v1="302" v2="x"/>
- <item v3="10:44:32+02:00" v1="303" v2="x"/>
- <item v3="10:44:32+02:00" v1="304" v2="x"/>
- <item v3="10:44:32+02:00" v1="305" v2="x"/>
- <item v3="10:44:32+02:00" v1="306" v2="x"/>
- <item v3="10:44:32+02:00" v1="307" v2="x"/>
- <item v3="10:44:32+02:00" v1="308" v2="x"/>
- <item v3="10:44:32+02:00" v1="309" v2="x"/>
- <item v3="10:44:32+02:00" v1="310" v2="x"/>
- <item v3="10:44:32+02:00" v1="311" v2="x"/>
- <item v3="10:44:32+02:00" v1="312" v2="x"/>
- <item v3="10:44:32+02:00" v1="313" v2="x"/>
- <item v3="10:44:32+02:00" v1="314" v2="x"/>
- <item v3="10:44:32+02:00" v1="315" v2="x"/>
- <item v3="10:44:32+02:00" v1="316" v2="x"/>
- <item v3="10:44:32+02:00" v1="317" v2="x"/>
- <item v3="10:44:32+02:00" v1="318" v2="x"/>
- <item v3="10:44:32+02:00" v1="319" v2="x"/>
- <item v3="10:44:32+02:00" v1="320" v2="x"/>
- <item v3="10:44:32+02:00" v1="321" v2="x"/>
- <item v3="10:44:32+02:00" v1="322" v2="x"/>
- <item v3="10:44:32+02:00" v1="323" v2="x"/>
- <item v3="10:44:32+02:00" v1="324" v2="x"/>
- <item v3="10:44:32+02:00" v1="325" v2="x"/>
- <item v3="10:44:32+02:00" v1="326" v2="x"/>
- <item v3="10:44:32+02:00" v1="327" v2="x"/>
- <item v3="10:44:32+02:00" v1="328" v2="x"/>
- <item v3="10:44:32+02:00" v1="329" v2="x"/>
- <item v3="10:44:32+02:00" v1="330" v2="x"/>
- <item v3="10:44:32+02:00" v1="331" v2="x"/>
- <item v3="10:44:32+02:00" v1="332" v2="x"/>
- <item v3="10:44:32+02:00" v1="333" v2="x"/>
- <item v3="10:44:32+02:00" v1="334" v2="x"/>
- <item v3="10:44:32+02:00" v1="335" v2="x"/>
- <item v3="10:44:32+02:00" v1="336" v2="x"/>
- <item v3="10:44:32+02:00" v1="337" v2="x"/>
- <item v3="10:44:32+02:00" v1="338" v2="x"/>
- <item v3="10:44:32+02:00" v1="339" v2="x"/>
- <item v3="10:44:32+02:00" v1="340" v2="x"/>
- <item v3="10:44:32+02:00" v1="341" v2="x"/>
- <item v3="10:44:32+02:00" v1="342" v2="x"/>
- <item v3="10:44:32+02:00" v1="343" v2="x"/>
- <item v3="10:44:32+02:00" v1="344" v2="x"/>
- <item v3="10:44:32+02:00" v1="345" v2="x"/>
- <item v3="10:44:32+02:00" v1="346" v2="x"/>
- <item v3="10:44:32+02:00" v1="347" v2="x"/>
- <item v3="10:44:32+02:00" v1="348" v2="x"/>
- <item v3="10:44:32+02:00" v1="349" v2="x"/>
- <item v3="10:44:32+02:00" v1="350" v2="x"/>
- <item v3="10:44:32+02:00" v1="351" v2="x"/>
- <item v3="10:44:32+02:00" v1="352" v2="x"/>
- <item v3="10:44:32+02:00" v1="353" v2="x"/>
- <item v3="10:44:32+02:00" v1="354" v2="x"/>
- <item v3="10:44:32+02:00" v1="355" v2="x"/>
- <item v3="10:44:32+02:00" v1="356" v2="x"/>
- <item v3="10:44:32+02:00" v1="357" v2="x"/>
- <item v3="10:44:32+02:00" v1="358" v2="x"/>
- <item v3="10:44:32+02:00" v1="359" v2="x"/>
- <item v3="10:44:32+02:00" v1="360" v2="x"/>
- <item v3="10:44:32+02:00" v1="361" v2="x"/>
- <item v3="10:44:32+02:00" v1="362" v2="x"/>
- <item v3="10:44:32+02:00" v1="363" v2="x"/>
- <item v3="10:44:32+02:00" v1="364" v2="x"/>
- <item v3="10:44:32+02:00" v1="365" v2="x"/>
- <item v3="10:44:32+02:00" v1="366" v2="x"/>
- <item v3="10:44:32+02:00" v1="367" v2="x"/>
- <item v3="10:44:32+02:00" v1="368" v2="x"/>
- <item v3="10:44:32+02:00" v1="369" v2="x"/>
- <item v3="10:44:32+02:00" v1="370" v2="x"/>
- <item v3="10:44:32+02:00" v1="371" v2="x"/>
- <item v3="10:44:32+02:00" v1="372" v2="x"/>
- <item v3="10:44:32+02:00" v1="373" v2="x"/>
- <item v3="10:44:32+02:00" v1="374" v2="x"/>
- <item v3="10:44:32+02:00" v1="375" v2="x"/>
- <item v3="10:44:32+02:00" v1="376" v2="x"/>
- <item v3="10:44:32+02:00" v1="377" v2="x"/>
- <item v3="10:44:32+02:00" v1="378" v2="x"/>
- <item v3="10:44:32+02:00" v1="379" v2="x"/>
- <item v3="10:44:32+02:00" v1="380" v2="x"/>
- <item v3="10:44:32+02:00" v1="381" v2="x"/>
- <item v3="10:44:32+02:00" v1="382" v2="x"/>
- <item v3="10:44:32+02:00" v1="383" v2="x"/>
- <item v3="10:44:32+02:00" v1="384" v2="x"/>
- <item v3="10:44:32+02:00" v1="385" v2="x"/>
- <item v3="10:44:32+02:00" v1="386" v2="x"/>
- <item v3="10:44:32+02:00" v1="387" v2="x"/>
- <item v3="10:44:32+02:00" v1="388" v2="x"/>
- <item v3="10:44:32+02:00" v1="389" v2="x"/>
- <item v3="10:44:32+02:00" v1="390" v2="x"/>
- <item v3="10:44:32+02:00" v1="391" v2="x"/>
- <item v3="10:44:32+02:00" v1="392" v2="x"/>
- <item v3="10:44:32+02:00" v1="393" v2="x"/>
- <item v3="10:44:32+02:00" v1="394" v2="x"/>
- <item v3="10:44:32+02:00" v1="395" v2="x"/>
- <item v3="10:44:32+02:00" v1="396" v2="x"/>
- <item v3="10:44:32+02:00" v1="397" v2="x"/>
- <item v3="10:44:32+02:00" v1="398" v2="x"/>
- <item v3="10:44:32+02:00" v1="399" v2="x"/>
- <item v3="10:44:32+02:00" v1="400" v2="x"/>
- <item v3="10:44:32+02:00" v1="401" v2="x"/>
- <item v3="10:44:32+02:00" v1="402" v2="x"/>
- <item v3="10:44:32+02:00" v1="403" v2="x"/>
- <item v3="10:44:32+02:00" v1="404" v2="x"/>
- <item v3="10:44:32+02:00" v1="405" v2="x"/>
- <item v3="10:44:32+02:00" v1="406" v2="x"/>
- <item v3="10:44:32+02:00" v1="407" v2="x"/>
- <item v3="10:44:32+02:00" v1="408" v2="x"/>
- <item v3="10:44:32+02:00" v1="409" v2="x"/>
- <item v3="10:44:32+02:00" v1="410" v2="x"/>
- <item v3="10:44:32+02:00" v1="411" v2="x"/>
- <item v3="10:44:32+02:00" v1="412" v2="x"/>
- <item v3="10:44:32+02:00" v1="413" v2="x"/>
- <item v3="10:44:32+02:00" v1="414" v2="x"/>
- <item v3="10:44:32+02:00" v1="415" v2="x"/>
- <item v3="10:44:32+02:00" v1="416" v2="x"/>
- <item v3="10:44:32+02:00" v1="417" v2="x"/>
- <item v3="10:44:32+02:00" v1="418" v2="x"/>
- <item v3="10:44:32+02:00" v1="419" v2="x"/>
- <item v3="10:44:32+02:00" v1="420" v2="x"/>
- <item v3="10:44:32+02:00" v1="421" v2="x"/>
- <item v3="10:44:32+02:00" v1="422" v2="x"/>
- <item v3="10:44:32+02:00" v1="423" v2="x"/>
- <item v3="10:44:32+02:00" v1="424" v2="x"/>
- <item v3="10:44:32+02:00" v1="425" v2="x"/>
- <item v3="10:44:32+02:00" v1="426" v2="x"/>
- <item v3="10:44:32+02:00" v1="427" v2="x"/>
- <item v3="10:44:32+02:00" v1="428" v2="x"/>
- <item v3="10:44:32+02:00" v1="429" v2="x"/>
- <item v3="10:44:32+02:00" v1="430" v2="x"/>
- <item v3="10:44:32+02:00" v1="431" v2="x"/>
- <item v3="10:44:32+02:00" v1="432" v2="x"/>
- <item v3="10:44:32+02:00" v1="433" v2="x"/>
- <item v3="10:44:32+02:00" v1="434" v2="x"/>
- <item v3="10:44:32+02:00" v1="435" v2="x"/>
- <item v3="10:44:32+02:00" v1="436" v2="x"/>
- <item v3="10:44:32+02:00" v1="437" v2="x"/>
- <item v3="10:44:32+02:00" v1="438" v2="x"/>
- <item v3="10:44:32+02:00" v1="439" v2="x"/>
- <item v3="10:44:32+02:00" v1="440" v2="x"/>
- <item v3="10:44:32+02:00" v1="441" v2="x"/>
- <item v3="10:44:32+02:00" v1="442" v2="x"/>
- <item v3="10:44:32+02:00" v1="443" v2="x"/>
- <item v3="10:44:32+02:00" v1="444" v2="x"/>
- <item v3="10:44:32+02:00" v1="445" v2="x"/>
- <item v3="10:44:32+02:00" v1="446" v2="x"/>
- <item v3="10:44:32+02:00" v1="447" v2="x"/>
- <item v3="10:44:32+02:00" v1="448" v2="x"/>
- <item v3="10:44:32+02:00" v1="449" v2="x"/>
- <item v3="10:44:32+02:00" v1="450" v2="x"/>
- <item v3="10:44:32+02:00" v1="451" v2="x"/>
- <item v3="10:44:32+02:00" v1="452" v2="x"/>
- <item v3="10:44:32+02:00" v1="453" v2="x"/>
- <item v3="10:44:32+02:00" v1="454" v2="x"/>
- <item v3="10:44:32+02:00" v1="455" v2="x"/>
- <item v3="10:44:32+02:00" v1="456" v2="x"/>
- <item v3="10:44:32+02:00" v1="457" v2="x"/>
- <item v3="10:44:32+02:00" v1="458" v2="x"/>
- <item v3="10:44:32+02:00" v1="459" v2="x"/>
- <item v3="10:44:32+02:00" v1="460" v2="x"/>
- <item v3="10:44:32+02:00" v1="461" v2="x"/>
- <item v3="10:44:32+02:00" v1="462" v2="x"/>
- <item v3="10:44:32+02:00" v1="463" v2="x"/>
- <item v3="10:44:32+02:00" v1="464" v2="x"/>
- <item v3="10:44:32+02:00" v1="465" v2="x"/>
- <item v3="10:44:32+02:00" v1="466" v2="x"/>
- <item v3="10:44:32+02:00" v1="467" v2="x"/>
- <item v3="10:44:32+02:00" v1="468" v2="x"/>
- <item v3="10:44:32+02:00" v1="469" v2="x"/>
- <item v3="10:44:32+02:00" v1="470" v2="x"/>
- <item v3="10:44:32+02:00" v1="471" v2="x"/>
- <item v3="10:44:32+02:00" v1="472" v2="x"/>
- <item v3="10:44:32+02:00" v1="473" v2="x"/>
- <item v3="10:44:32+02:00" v1="474" v2="x"/>
- <item v3="10:44:32+02:00" v1="475" v2="x"/>
- <item v3="10:44:32+02:00" v1="476" v2="x"/>
- <item v3="10:44:32+02:00" v1="477" v2="x"/>
- <item v3="10:44:32+02:00" v1="478" v2="x"/>
- <item v3="10:44:32+02:00" v1="479" v2="x"/>
- <item v3="10:44:32+02:00" v1="480" v2="x"/>
- <item v3="10:44:32+02:00" v1="481" v2="x"/>
- <item v3="10:44:32+02:00" v1="482" v2="x"/>
- <item v3="10:44:32+02:00" v1="483" v2="x"/>
- <item v3="10:44:32+02:00" v1="484" v2="x"/>
- <item v3="10:44:32+02:00" v1="485" v2="x"/>
- <item v3="10:44:32+02:00" v1="486" v2="x"/>
- <item v3="10:44:32+02:00" v1="487" v2="x"/>
- <item v3="10:44:32+02:00" v1="488" v2="x"/>
- <item v3="10:44:32+02:00" v1="489" v2="x"/>
- <item v3="10:44:32+02:00" v1="490" v2="x"/>
- <item v3="10:44:32+02:00" v1="491" v2="x"/>
- <item v3="10:44:32+02:00" v1="492" v2="x"/>
- <item v3="10:44:32+02:00" v1="493" v2="x"/>
- <item v3="10:44:32+02:00" v1="494" v2="x"/>
- <item v3="10:44:32+02:00" v1="495" v2="x"/>
- <item v3="10:44:32+02:00" v1="496" v2="x"/>
- <item v3="10:44:32+02:00" v1="497" v2="x"/>
- <item v3="10:44:32+02:00" v1="498" v2="x"/>
- <item v3="10:44:32+02:00" v1="499" v2="x"/>
- <item v3="10:44:32+02:00" v1="500" v2="x"/>
- <item v3="10:44:32+02:00" v1="501" v2="x"/>
- <item v3="10:44:32+02:00" v1="502" v2="x"/>
- <item v3="10:44:32+02:00" v1="503" v2="x"/>
- <item v3="10:44:32+02:00" v1="504" v2="x"/>
- <item v3="10:44:32+02:00" v1="505" v2="x"/>
- <item v3="10:44:32+02:00" v1="506" v2="x"/>
- <item v3="10:44:32+02:00" v1="507" v2="x"/>
- <item v3="10:44:32+02:00" v1="508" v2="x"/>
- <item v3="10:44:32+02:00" v1="509" v2="x"/>
- <item v3="10:44:32+02:00" v1="510" v2="x"/>
- <item v3="10:44:32+02:00" v1="511" v2="x"/>
- <item v3="10:44:32+02:00" v1="512" v2="x"/>
- <item v3="10:44:32+02:00" v1="513" v2="x"/>
- <item v3="10:44:32+02:00" v1="514" v2="x"/>
- <item v3="10:44:32+02:00" v1="515" v2="x"/>
- <item v3="10:44:32+02:00" v1="516" v2="x"/>
- <item v3="10:44:32+02:00" v1="517" v2="x"/>
- <item v3="10:44:32+02:00" v1="518" v2="x"/>
- <item v3="10:44:32+02:00" v1="519" v2="x"/>
- <item v3="10:44:32+02:00" v1="520" v2="x"/>
- <item v3="10:44:32+02:00" v1="521" v2="x"/>
- <item v3="10:44:32+02:00" v1="522" v2="x"/>
- <item v3="10:44:32+02:00" v1="523" v2="x"/>
- <item v3="10:44:32+02:00" v1="524" v2="x"/>
- <item v3="10:44:32+02:00" v1="525" v2="x"/>
- <item v3="10:44:32+02:00" v1="526" v2="x"/>
- <item v3="10:44:32+02:00" v1="527" v2="x"/>
- <item v3="10:44:32+02:00" v1="528" v2="x"/>
- <item v3="10:44:32+02:00" v1="529" v2="x"/>
- <item v3="10:44:32+02:00" v1="530" v2="x"/>
- <item v3="10:44:32+02:00" v1="531" v2="x"/>
- <item v3="10:44:32+02:00" v1="532" v2="x"/>
- <item v3="10:44:32+02:00" v1="533" v2="x"/>
- <item v3="10:44:32+02:00" v1="534" v2="x"/>
- <item v3="10:44:32+02:00" v1="535" v2="x"/>
- <item v3="10:44:32+02:00" v1="536" v2="x"/>
- <item v3="10:44:32+02:00" v1="537" v2="x"/>
- <item v3="10:44:32+02:00" v1="538" v2="x"/>
- <item v3="10:44:32+02:00" v1="539" v2="x"/>
- <item v3="10:44:32+02:00" v1="540" v2="x"/>
- <item v3="10:44:32+02:00" v1="541" v2="x"/>
- <item v3="10:44:32+02:00" v1="542" v2="x"/>
- <item v3="10:44:32+02:00" v1="543" v2="x"/>
- <item v3="10:44:32+02:00" v1="544" v2="x"/>
- <item v3="10:44:32+02:00" v1="545" v2="x"/>
- <item v3="10:44:32+02:00" v1="546" v2="x"/>
- <item v3="10:44:32+02:00" v1="547" v2="x"/>
- <item v3="10:44:32+02:00" v1="548" v2="x"/>
- <item v3="10:44:32+02:00" v1="549" v2="x"/>
- <item v3="10:44:32+02:00" v1="550" v2="x"/>
- <item v3="10:44:32+02:00" v1="551" v2="x"/>
- <item v3="10:44:32+02:00" v1="552" v2="x"/>
- <item v3="10:44:32+02:00" v1="553" v2="x"/>
- <item v3="10:44:32+02:00" v1="554" v2="x"/>
- <item v3="10:44:32+02:00" v1="555" v2="x"/>
- <item v3="10:44:32+02:00" v1="556" v2="x"/>
- <item v3="10:44:32+02:00" v1="557" v2="x"/>
- <item v3="10:44:32+02:00" v1="558" v2="x"/>
- <item v3="10:44:32+02:00" v1="559" v2="x"/>
- <item v3="10:44:32+02:00" v1="560" v2="x"/>
- <item v3="10:44:32+02:00" v1="561" v2="x"/>
- <item v3="10:44:32+02:00" v1="562" v2="x"/>
- <item v3="10:44:32+02:00" v1="563" v2="x"/>
- <item v3="10:44:32+02:00" v1="564" v2="x"/>
- <item v3="10:44:32+02:00" v1="565" v2="x"/>
- <item v3="10:44:32+02:00" v1="566" v2="x"/>
- <item v3="10:44:32+02:00" v1="567" v2="x"/>
- <item v3="10:44:32+02:00" v1="568" v2="x"/>
- <item v3="10:44:32+02:00" v1="569" v2="x"/>
- <item v3="10:44:32+02:00" v1="570" v2="x"/>
- <item v3="10:44:32+02:00" v1="571" v2="x"/>
- <item v3="10:44:32+02:00" v1="572" v2="x"/>
- <item v3="10:44:32+02:00" v1="573" v2="x"/>
- <item v3="10:44:32+02:00" v1="574" v2="x"/>
- <item v3="10:44:32+02:00" v1="575" v2="x"/>
- <item v3="10:44:32+02:00" v1="576" v2="x"/>
- <item v3="10:44:32+02:00" v1="577" v2="x"/>
- <item v3="10:44:32+02:00" v1="578" v2="x"/>
- <item v3="10:44:32+02:00" v1="579" v2="x"/>
- <item v3="10:44:32+02:00" v1="580" v2="x"/>
- <item v3="10:44:32+02:00" v1="581" v2="x"/>
- <item v3="10:44:32+02:00" v1="582" v2="x"/>
- <item v3="10:44:32+02:00" v1="583" v2="x"/>
- <item v3="10:44:32+02:00" v1="584" v2="x"/>
- <item v3="10:44:32+02:00" v1="585" v2="x"/>
- <item v3="10:44:32+02:00" v1="586" v2="x"/>
- <item v3="10:44:32+02:00" v1="587" v2="x"/>
- <item v3="10:44:32+02:00" v1="588" v2="x"/>
- <item v3="10:44:32+02:00" v1="589" v2="x"/>
- <item v3="10:44:32+02:00" v1="590" v2="x"/>
- <item v3="10:44:32+02:00" v1="591" v2="x"/>
- <item v3="10:44:32+02:00" v1="592" v2="x"/>
- <item v3="10:44:32+02:00" v1="593" v2="x"/>
- <item v3="10:44:32+02:00" v1="594" v2="x"/>
- <item v3="10:44:32+02:00" v1="595" v2="x"/>
- <item v3="10:44:32+02:00" v1="596" v2="x"/>
- <item v3="10:44:32+02:00" v1="597" v2="x"/>
- <item v3="10:44:32+02:00" v1="598" v2="x"/>
- <item v3="10:44:32+02:00" v1="599" v2="x"/>
- <item v3="10:44:32+02:00" v1="600" v2="x"/>
- <item v3="10:44:32+02:00" v1="601" v2="x"/>
- <item v3="10:44:32+02:00" v1="602" v2="x"/>
- <item v3="10:44:32+02:00" v1="603" v2="x"/>
- <item v3="10:44:32+02:00" v1="604" v2="x"/>
- <item v3="10:44:32+02:00" v1="605" v2="x"/>
- <item v3="10:44:32+02:00" v1="606" v2="x"/>
- <item v3="10:44:32+02:00" v1="607" v2="x"/>
- <item v3="10:44:32+02:00" v1="608" v2="x"/>
- <item v3="10:44:32+02:00" v1="609" v2="x"/>
- <item v3="10:44:32+02:00" v1="610" v2="x"/>
- <item v3="10:44:32+02:00" v1="611" v2="x"/>
- <item v3="10:44:32+02:00" v1="612" v2="x"/>
- <item v3="10:44:32+02:00" v1="613" v2="x"/>
- <item v3="10:44:32+02:00" v1="614" v2="x"/>
- <item v3="10:44:32+02:00" v1="615" v2="x"/>
- <item v3="10:44:32+02:00" v1="616" v2="x"/>
- <item v3="10:44:32+02:00" v1="617" v2="x"/>
- <item v3="10:44:32+02:00" v1="618" v2="x"/>
- <item v3="10:44:32+02:00" v1="619" v2="x"/>
- <item v3="10:44:32+02:00" v1="620" v2="x"/>
- <item v3="10:44:32+02:00" v1="621" v2="x"/>
- <item v3="10:44:32+02:00" v1="622" v2="x"/>
- <item v3="10:44:32+02:00" v1="623" v2="x"/>
- <item v3="10:44:32+02:00" v1="624" v2="x"/>
- <item v3="10:44:32+02:00" v1="625" v2="x"/>
- <item v3="10:44:32+02:00" v1="626" v2="x"/>
- <item v3="10:44:32+02:00" v1="627" v2="x"/>
- <item v3="10:44:32+02:00" v1="628" v2="x"/>
- <item v3="10:44:32+02:00" v1="629" v2="x"/>
- <item v3="10:44:32+02:00" v1="630" v2="x"/>
- <item v3="10:44:32+02:00" v1="631" v2="x"/>
- <item v3="10:44:32+02:00" v1="632" v2="x"/>
- <item v3="10:44:32+02:00" v1="633" v2="x"/>
- <item v3="10:44:32+02:00" v1="634" v2="x"/>
- <item v3="10:44:32+02:00" v1="635" v2="x"/>
- <item v3="10:44:32+02:00" v1="636" v2="x"/>
- <item v3="10:44:32+02:00" v1="637" v2="x"/>
- <item v3="10:44:32+02:00" v1="638" v2="x"/>
- <item v3="10:44:32+02:00" v1="639" v2="x"/>
- <item v3="10:44:32+02:00" v1="640" v2="x"/>
- <item v3="10:44:32+02:00" v1="641" v2="x"/>
- <item v3="10:44:32+02:00" v1="642" v2="x"/>
- <item v3="10:44:32+02:00" v1="643" v2="x"/>
- <item v3="10:44:32+02:00" v1="644" v2="x"/>
- <item v3="10:44:32+02:00" v1="645" v2="x"/>
- <item v3="10:44:32+02:00" v1="646" v2="x"/>
- <item v3="10:44:32+02:00" v1="647" v2="x"/>
- <item v3="10:44:32+02:00" v1="648" v2="x"/>
- <item v3="10:44:32+02:00" v1="649" v2="x"/>
- <item v3="10:44:32+02:00" v1="650" v2="x"/>
- <item v3="10:44:32+02:00" v1="651" v2="x"/>
- <item v3="10:44:32+02:00" v1="652" v2="x"/>
- <item v3="10:44:32+02:00" v1="653" v2="x"/>
- <item v3="10:44:32+02:00" v1="654" v2="x"/>
- <item v3="10:44:32+02:00" v1="655" v2="x"/>
- <item v3="10:44:32+02:00" v1="656" v2="x"/>
- <item v3="10:44:32+02:00" v1="657" v2="x"/>
- <item v3="10:44:32+02:00" v1="658" v2="x"/>
- <item v3="10:44:32+02:00" v1="659" v2="x"/>
- <item v3="10:44:32+02:00" v1="660" v2="x"/>
- <item v3="10:44:32+02:00" v1="661" v2="x"/>
- <item v3="10:44:32+02:00" v1="662" v2="x"/>
- <item v3="10:44:32+02:00" v1="663" v2="x"/>
- <item v3="10:44:32+02:00" v1="664" v2="x"/>
- <item v3="10:44:32+02:00" v1="665" v2="x"/>
- <item v3="10:44:32+02:00" v1="666" v2="x"/>
- <item v3="10:44:32+02:00" v1="667" v2="x"/>
- <item v3="10:44:32+02:00" v1="668" v2="x"/>
- <item v3="10:44:32+02:00" v1="669" v2="x"/>
- <item v3="10:44:32+02:00" v1="670" v2="x"/>
- <item v3="10:44:32+02:00" v1="671" v2="x"/>
- <item v3="10:44:32+02:00" v1="672" v2="x"/>
- <item v3="10:44:32+02:00" v1="673" v2="x"/>
- <item v3="10:44:32+02:00" v1="674" v2="x"/>
- <item v3="10:44:32+02:00" v1="675" v2="x"/>
- <item v3="10:44:32+02:00" v1="676" v2="x"/>
- <item v3="10:44:32+02:00" v1="677" v2="x"/>
- <item v3="10:44:32+02:00" v1="678" v2="x"/>
- <item v3="10:44:32+02:00" v1="679" v2="x"/>
- <item v3="10:44:32+02:00" v1="680" v2="x"/>
- <item v3="10:44:32+02:00" v1="681" v2="x"/>
- <item v3="10:44:32+02:00" v1="682" v2="x"/>
- <item v3="10:44:32+02:00" v1="683" v2="x"/>
- <item v3="10:44:32+02:00" v1="684" v2="x"/>
- <item v3="10:44:32+02:00" v1="685" v2="x"/>
- <item v3="10:44:32+02:00" v1="686" v2="x"/>
- <item v3="10:44:32+02:00" v1="687" v2="x"/>
- <item v3="10:44:32+02:00" v1="688" v2="x"/>
- <item v3="10:44:32+02:00" v1="689" v2="x"/>
- <item v3="10:44:32+02:00" v1="690" v2="x"/>
- <item v3="10:44:32+02:00" v1="691" v2="x"/>
- <item v3="10:44:32+02:00" v1="692" v2="x"/>
- <item v3="10:44:32+02:00" v1="693" v2="x"/>
- <item v3="10:44:32+02:00" v1="694" v2="x"/>
- <item v3="10:44:32+02:00" v1="695" v2="x"/>
- <item v3="10:44:32+02:00" v1="696" v2="x"/>
- <item v3="10:44:32+02:00" v1="697" v2="x"/>
- <item v3="10:44:32+02:00" v1="698" v2="x"/>
- <item v3="10:44:32+02:00" v1="699" v2="x"/>
- <item v3="10:44:32+02:00" v1="700" v2="x"/>
- <item v3="10:44:32+02:00" v1="701" v2="x"/>
- <item v3="10:44:32+02:00" v1="702" v2="x"/>
- <item v3="10:44:32+02:00" v1="703" v2="x"/>
- <item v3="10:44:32+02:00" v1="704" v2="x"/>
- <item v3="10:44:32+02:00" v1="705" v2="x"/>
- <item v3="10:44:32+02:00" v1="706" v2="x"/>
- <item v3="10:44:32+02:00" v1="707" v2="x"/>
- <item v3="10:44:32+02:00" v1="708" v2="x"/>
- <item v3="10:44:32+02:00" v1="709" v2="x"/>
- <item v3="10:44:32+02:00" v1="710" v2="x"/>
- <item v3="10:44:32+02:00" v1="711" v2="x"/>
- <item v3="10:44:32+02:00" v1="712" v2="x"/>
- <item v3="10:44:32+02:00" v1="713" v2="x"/>
- <item v3="10:44:32+02:00" v1="714" v2="x"/>
- <item v3="10:44:32+02:00" v1="715" v2="x"/>
- <item v3="10:44:32+02:00" v1="716" v2="x"/>
- <item v3="10:44:32+02:00" v1="717" v2="x"/>
- <item v3="10:44:32+02:00" v1="718" v2="x"/>
- <item v3="10:44:32+02:00" v1="719" v2="x"/>
- <item v3="10:44:32+02:00" v1="720" v2="x"/>
- <item v3="10:44:32+02:00" v1="721" v2="x"/>
- <item v3="10:44:32+02:00" v1="722" v2="x"/>
- <item v3="10:44:32+02:00" v1="723" v2="x"/>
- <item v3="10:44:32+02:00" v1="724" v2="x"/>
- <item v3="10:44:32+02:00" v1="725" v2="x"/>
- <item v3="10:44:32+02:00" v1="726" v2="x"/>
- <item v3="10:44:32+02:00" v1="727" v2="x"/>
- <item v3="10:44:32+02:00" v1="728" v2="x"/>
- <item v3="10:44:32+02:00" v1="729" v2="x"/>
- <item v3="10:44:32+02:00" v1="730" v2="x"/>
- <item v3="10:44:32+02:00" v1="731" v2="x"/>
- <item v3="10:44:32+02:00" v1="732" v2="x"/>
- <item v3="10:44:32+02:00" v1="733" v2="x"/>
- <item v3="10:44:32+02:00" v1="734" v2="x"/>
- <item v3="10:44:32+02:00" v1="735" v2="x"/>
- <item v3="10:44:32+02:00" v1="736" v2="x"/>
- <item v3="10:44:32+02:00" v1="737" v2="x"/>
- <item v3="10:44:32+02:00" v1="738" v2="x"/>
- <item v3="10:44:32+02:00" v1="739" v2="x"/>
- <item v3="10:44:32+02:00" v1="740" v2="x"/>
- <item v3="10:44:32+02:00" v1="741" v2="x"/>
- <item v3="10:44:32+02:00" v1="742" v2="x"/>
- <item v3="10:44:32+02:00" v1="743" v2="x"/>
- <item v3="10:44:32+02:00" v1="744" v2="x"/>
- <item v3="10:44:32+02:00" v1="745" v2="x"/>
- <item v3="10:44:32+02:00" v1="746" v2="x"/>
- <item v3="10:44:32+02:00" v1="747" v2="x"/>
- <item v3="10:44:32+02:00" v1="748" v2="x"/>
- <item v3="10:44:32+02:00" v1="749" v2="x"/>
- <item v3="10:44:32+02:00" v1="750" v2="x"/>
- <item v3="10:44:32+02:00" v1="751" v2="x"/>
- <item v3="10:44:32+02:00" v1="752" v2="x"/>
- <item v3="10:44:32+02:00" v1="753" v2="x"/>
- <item v3="10:44:32+02:00" v1="754" v2="x"/>
- <item v3="10:44:32+02:00" v1="755" v2="x"/>
- <item v3="10:44:32+02:00" v1="756" v2="x"/>
- <item v3="10:44:32+02:00" v1="757" v2="x"/>
- <item v3="10:44:32+02:00" v1="758" v2="x"/>
- <item v3="10:44:32+02:00" v1="759" v2="x"/>
- <item v3="10:44:32+02:00" v1="760" v2="x"/>
- <item v3="10:44:32+02:00" v1="761" v2="x"/>
- <item v3="10:44:32+02:00" v1="762" v2="x"/>
- <item v3="10:44:32+02:00" v1="763" v2="x"/>
- <item v3="10:44:32+02:00" v1="764" v2="x"/>
- <item v3="10:44:32+02:00" v1="765" v2="x"/>
- <item v3="10:44:32+02:00" v1="766" v2="x"/>
- <item v3="10:44:32+02:00" v1="767" v2="x"/>
- <item v3="10:44:32+02:00" v1="768" v2="x"/>
- <item v3="10:44:32+02:00" v1="769" v2="x"/>
- <item v3="10:44:32+02:00" v1="770" v2="x"/>
- <item v3="10:44:32+02:00" v1="771" v2="x"/>
- <item v3="10:44:32+02:00" v1="772" v2="x"/>
- <item v3="10:44:32+02:00" v1="773" v2="x"/>
- <item v3="10:44:32+02:00" v1="774" v2="x"/>
- <item v3="10:44:32+02:00" v1="775" v2="x"/>
- <item v3="10:44:32+02:00" v1="776" v2="x"/>
- <item v3="10:44:32+02:00" v1="777" v2="x"/>
- <item v3="10:44:32+02:00" v1="778" v2="x"/>
- <item v3="10:44:32+02:00" v1="779" v2="x"/>
- <item v3="10:44:32+02:00" v1="780" v2="x"/>
- <item v3="10:44:32+02:00" v1="781" v2="x"/>
- <item v3="10:44:32+02:00" v1="782" v2="x"/>
- <item v3="10:44:32+02:00" v1="783" v2="x"/>
- <item v3="10:44:32+02:00" v1="784" v2="x"/>
- <item v3="10:44:32+02:00" v1="785" v2="x"/>
- <item v3="10:44:32+02:00" v1="786" v2="x"/>
- <item v3="10:44:32+02:00" v1="787" v2="x"/>
- <item v3="10:44:32+02:00" v1="788" v2="x"/>
- <item v3="10:44:32+02:00" v1="789" v2="x"/>
- <item v3="10:44:32+02:00" v1="790" v2="x"/>
- <item v3="10:44:32+02:00" v1="791" v2="x"/>
- <item v3="10:44:32+02:00" v1="792" v2="x"/>
- <item v3="10:44:32+02:00" v1="793" v2="x"/>
- <item v3="10:44:32+02:00" v1="794" v2="x"/>
- <item v3="10:44:32+02:00" v1="795" v2="x"/>
- <item v3="10:44:32+02:00" v1="796" v2="x"/>
- <item v3="10:44:32+02:00" v1="797" v2="x"/>
- <item v3="10:44:32+02:00" v1="798" v2="x"/>
- <item v3="10:44:32+02:00" v1="799" v2="x"/>
- <item v3="10:44:32+02:00" v1="800" v2="x"/>
- <item v3="10:44:32+02:00" v1="801" v2="x"/>
- <item v3="10:44:32+02:00" v1="802" v2="x"/>
- <item v3="10:44:32+02:00" v1="803" v2="x"/>
- <item v3="10:44:32+02:00" v1="804" v2="x"/>
- <item v3="10:44:32+02:00" v1="805" v2="x"/>
- <item v3="10:44:32+02:00" v1="806" v2="x"/>
- <item v3="10:44:32+02:00" v1="807" v2="x"/>
- <item v3="10:44:32+02:00" v1="808" v2="x"/>
- <item v3="10:44:32+02:00" v1="809" v2="x"/>
- <item v3="10:44:32+02:00" v1="810" v2="x"/>
- <item v3="10:44:32+02:00" v1="811" v2="x"/>
- <item v3="10:44:32+02:00" v1="812" v2="x"/>
- <item v3="10:44:32+02:00" v1="813" v2="x"/>
- <item v3="10:44:32+02:00" v1="814" v2="x"/>
- <item v3="10:44:32+02:00" v1="815" v2="x"/>
- <item v3="10:44:32+02:00" v1="816" v2="x"/>
- <item v3="10:44:32+02:00" v1="817" v2="x"/>
- <item v3="10:44:32+02:00" v1="818" v2="x"/>
- <item v3="10:44:32+02:00" v1="819" v2="x"/>
- <item v3="10:44:32+02:00" v1="820" v2="x"/>
- <item v3="10:44:32+02:00" v1="821" v2="x"/>
- <item v3="10:44:32+02:00" v1="822" v2="x"/>
- <item v3="10:44:32+02:00" v1="823" v2="x"/>
- <item v3="10:44:32+02:00" v1="824" v2="x"/>
- <item v3="10:44:32+02:00" v1="825" v2="x"/>
- <item v3="10:44:32+02:00" v1="826" v2="x"/>
- <item v3="10:44:32+02:00" v1="827" v2="x"/>
- <item v3="10:44:32+02:00" v1="828" v2="x"/>
- <item v3="10:44:32+02:00" v1="829" v2="x"/>
- <item v3="10:44:32+02:00" v1="830" v2="x"/>
- <item v3="10:44:32+02:00" v1="831" v2="x"/>
- <item v3="10:44:32+02:00" v1="832" v2="x"/>
- <item v3="10:44:32+02:00" v1="833" v2="x"/>
- <item v3="10:44:32+02:00" v1="834" v2="x"/>
- <item v3="10:44:32+02:00" v1="835" v2="x"/>
- <item v3="10:44:32+02:00" v1="836" v2="x"/>
- <item v3="10:44:32+02:00" v1="837" v2="x"/>
- <item v3="10:44:32+02:00" v1="838" v2="x"/>
- <item v3="10:44:32+02:00" v1="839" v2="x"/>
- <item v3="10:44:32+02:00" v1="840" v2="x"/>
- <item v3="10:44:32+02:00" v1="841" v2="x"/>
- <item v3="10:44:32+02:00" v1="842" v2="x"/>
- <item v3="10:44:32+02:00" v1="843" v2="x"/>
- <item v3="10:44:32+02:00" v1="844" v2="x"/>
- <item v3="10:44:32+02:00" v1="845" v2="x"/>
- <item v3="10:44:32+02:00" v1="846" v2="x"/>
- <item v3="10:44:32+02:00" v1="847" v2="x"/>
- <item v3="10:44:32+02:00" v1="848" v2="x"/>
- <item v3="10:44:32+02:00" v1="849" v2="x"/>
- <item v3="10:44:32+02:00" v1="850" v2="x"/>
- <item v3="10:44:32+02:00" v1="851" v2="x"/>
- <item v3="10:44:32+02:00" v1="852" v2="x"/>
- <item v3="10:44:32+02:00" v1="853" v2="x"/>
- <item v3="10:44:32+02:00" v1="854" v2="x"/>
- <item v3="10:44:32+02:00" v1="855" v2="x"/>
- <item v3="10:44:32+02:00" v1="856" v2="x"/>
- <item v3="10:44:32+02:00" v1="857" v2="x"/>
- <item v3="10:44:32+02:00" v1="858" v2="x"/>
- <item v3="10:44:32+02:00" v1="859" v2="x"/>
- <item v3="10:44:32+02:00" v1="860" v2="x"/>
- <item v3="10:44:32+02:00" v1="861" v2="x"/>
- <item v3="10:44:32+02:00" v1="862" v2="x"/>
- <item v3="10:44:32+02:00" v1="863" v2="x"/>
- <item v3="10:44:32+02:00" v1="864" v2="x"/>
- <item v3="10:44:32+02:00" v1="865" v2="x"/>
- <item v3="10:44:32+02:00" v1="866" v2="x"/>
- <item v3="10:44:32+02:00" v1="867" v2="x"/>
- <item v3="10:44:32+02:00" v1="868" v2="x"/>
- <item v3="10:44:32+02:00" v1="869" v2="x"/>
- <item v3="10:44:32+02:00" v1="870" v2="x"/>
- <item v3="10:44:32+02:00" v1="871" v2="x"/>
- <item v3="10:44:32+02:00" v1="872" v2="x"/>
- <item v3="10:44:32+02:00" v1="873" v2="x"/>
- <item v3="10:44:32+02:00" v1="874" v2="x"/>
- <item v3="10:44:32+02:00" v1="875" v2="x"/>
- <item v3="10:44:32+02:00" v1="876" v2="x"/>
- <item v3="10:44:32+02:00" v1="877" v2="x"/>
- <item v3="10:44:32+02:00" v1="878" v2="x"/>
- <item v3="10:44:32+02:00" v1="879" v2="x"/>
- <item v3="10:44:32+02:00" v1="880" v2="x"/>
- <item v3="10:44:32+02:00" v1="881" v2="x"/>
- <item v3="10:44:32+02:00" v1="882" v2="x"/>
- <item v3="10:44:32+02:00" v1="883" v2="x"/>
- <item v3="10:44:32+02:00" v1="884" v2="x"/>
- <item v3="10:44:32+02:00" v1="885" v2="x"/>
- <item v3="10:44:32+02:00" v1="886" v2="x"/>
- <item v3="10:44:32+02:00" v1="887" v2="x"/>
- <item v3="10:44:32+02:00" v1="888" v2="x"/>
- <item v3="10:44:32+02:00" v1="889" v2="x"/>
- <item v3="10:44:32+02:00" v1="890" v2="x"/>
- <item v3="10:44:32+02:00" v1="891" v2="x"/>
- <item v3="10:44:32+02:00" v1="892" v2="x"/>
- <item v3="10:44:32+02:00" v1="893" v2="x"/>
- <item v3="10:44:32+02:00" v1="894" v2="x"/>
- <item v3="10:44:32+02:00" v1="895" v2="x"/>
- <item v3="10:44:32+02:00" v1="896" v2="x"/>
- <item v3="10:44:32+02:00" v1="897" v2="x"/>
- <item v3="10:44:32+02:00" v1="898" v2="x"/>
- <item v3="10:44:32+02:00" v1="899" v2="x"/>
- <item v3="10:44:32+02:00" v1="900" v2="x"/>
- <item v3="10:44:32+02:00" v1="901" v2="x"/>
- <item v3="10:44:32+02:00" v1="902" v2="x"/>
- <item v3="10:44:32+02:00" v1="903" v2="x"/>
- <item v3="10:44:32+02:00" v1="904" v2="x"/>
- <item v3="10:44:32+02:00" v1="905" v2="x"/>
- <item v3="10:44:32+02:00" v1="906" v2="x"/>
- <item v3="10:44:32+02:00" v1="907" v2="x"/>
- <item v3="10:44:32+02:00" v1="908" v2="x"/>
- <item v3="10:44:32+02:00" v1="909" v2="x"/>
- <item v3="10:44:32+02:00" v1="910" v2="x"/>
- <item v3="10:44:32+02:00" v1="911" v2="x"/>
- <item v3="10:44:32+02:00" v1="912" v2="x"/>
- <item v3="10:44:32+02:00" v1="913" v2="x"/>
- <item v3="10:44:32+02:00" v1="914" v2="x"/>
- <item v3="10:44:32+02:00" v1="915" v2="x"/>
- <item v3="10:44:32+02:00" v1="916" v2="x"/>
- <item v3="10:44:32+02:00" v1="917" v2="x"/>
- <item v3="10:44:32+02:00" v1="918" v2="x"/>
- <item v3="10:44:32+02:00" v1="919" v2="x"/>
- <item v3="10:44:32+02:00" v1="920" v2="x"/>
- <item v3="10:44:32+02:00" v1="921" v2="x"/>
- <item v3="10:44:32+02:00" v1="922" v2="x"/>
- <item v3="10:44:32+02:00" v1="923" v2="x"/>
- <item v3="10:44:32+02:00" v1="924" v2="x"/>
- <item v3="10:44:32+02:00" v1="925" v2="x"/>
- <item v3="10:44:32+02:00" v1="926" v2="x"/>
- <item v3="10:44:32+02:00" v1="927" v2="x"/>
- <item v3="10:44:32+02:00" v1="928" v2="x"/>
- <item v3="10:44:32+02:00" v1="929" v2="x"/>
- <item v3="10:44:32+02:00" v1="930" v2="x"/>
- <item v3="10:44:32+02:00" v1="931" v2="x"/>
- <item v3="10:44:32+02:00" v1="932" v2="x"/>
- <item v3="10:44:32+02:00" v1="933" v2="x"/>
- <item v3="10:44:32+02:00" v1="934" v2="x"/>
- <item v3="10:44:32+02:00" v1="935" v2="x"/>
- <item v3="10:44:32+02:00" v1="936" v2="x"/>
- <item v3="10:44:32+02:00" v1="937" v2="x"/>
- <item v3="10:44:32+02:00" v1="938" v2="x"/>
- <item v3="10:44:32+02:00" v1="939" v2="x"/>
- <item v3="10:44:32+02:00" v1="940" v2="x"/>
- <item v3="10:44:32+02:00" v1="941" v2="x"/>
- <item v3="10:44:32+02:00" v1="942" v2="x"/>
- <item v3="10:44:32+02:00" v1="943" v2="x"/>
- <item v3="10:44:32+02:00" v1="944" v2="x"/>
- <item v3="10:44:32+02:00" v1="945" v2="x"/>
- <item v3="10:44:32+02:00" v1="946" v2="x"/>
- <item v3="10:44:32+02:00" v1="947" v2="x"/>
- <item v3="10:44:32+02:00" v1="948" v2="x"/>
- <item v3="10:44:32+02:00" v1="949" v2="x"/>
- <item v3="10:44:32+02:00" v1="950" v2="x"/>
- <item v3="10:44:32+02:00" v1="951" v2="x"/>
- <item v3="10:44:32+02:00" v1="952" v2="x"/>
- <item v3="10:44:32+02:00" v1="953" v2="x"/>
- <item v3="10:44:32+02:00" v1="954" v2="x"/>
- <item v3="10:44:32+02:00" v1="955" v2="x"/>
- <item v3="10:44:32+02:00" v1="956" v2="x"/>
- <item v3="10:44:32+02:00" v1="957" v2="x"/>
- <item v3="10:44:32+02:00" v1="958" v2="x"/>
- <item v3="10:44:32+02:00" v1="959" v2="x"/>
- <item v3="10:44:32+02:00" v1="960" v2="x"/>
- <item v3="10:44:32+02:00" v1="961" v2="x"/>
- <item v3="10:44:32+02:00" v1="962" v2="x"/>
- <item v3="10:44:32+02:00" v1="963" v2="x"/>
- <item v3="10:44:32+02:00" v1="964" v2="x"/>
- <item v3="10:44:32+02:00" v1="965" v2="x"/>
- <item v3="10:44:32+02:00" v1="966" v2="x"/>
- <item v3="10:44:32+02:00" v1="967" v2="x"/>
- <item v3="10:44:32+02:00" v1="968" v2="x"/>
- <item v3="10:44:32+02:00" v1="969" v2="x"/>
- <item v3="10:44:32+02:00" v1="970" v2="x"/>
- <item v3="10:44:32+02:00" v1="971" v2="x"/>
- <item v3="10:44:32+02:00" v1="972" v2="x"/>
- <item v3="10:44:32+02:00" v1="973" v2="x"/>
- <item v3="10:44:32+02:00" v1="974" v2="x"/>
- <item v3="10:44:32+02:00" v1="975" v2="x"/>
- <item v3="10:44:32+02:00" v1="976" v2="x"/>
- <item v3="10:44:32+02:00" v1="977" v2="x"/>
- <item v3="10:44:32+02:00" v1="978" v2="x"/>
- <item v3="10:44:32+02:00" v1="979" v2="x"/>
- <item v3="10:44:32+02:00" v1="980" v2="x"/>
- <item v3="10:44:32+02:00" v1="981" v2="x"/>
- <item v3="10:44:32+02:00" v1="982" v2="x"/>
- <item v3="10:44:32+02:00" v1="983" v2="x"/>
- <item v3="10:44:32+02:00" v1="984" v2="x"/>
- <item v3="10:44:32+02:00" v1="985" v2="x"/>
- <item v3="10:44:32+02:00" v1="986" v2="x"/>
- <item v3="10:44:32+02:00" v1="987" v2="x"/>
- <item v3="10:44:32+02:00" v1="988" v2="x"/>
- <item v3="10:44:32+02:00" v1="989" v2="x"/>
- <item v3="10:44:32+02:00" v1="990" v2="x"/>
- <item v3="10:44:32+02:00" v1="991" v2="x"/>
- <item v3="10:44:32+02:00" v1="992" v2="x"/>
- <item v3="10:44:32+02:00" v1="993" v2="x"/>
- <item v3="10:44:32+02:00" v1="994" v2="x"/>
- <item v3="10:44:32+02:00" v1="995" v2="x"/>
- <item v3="10:44:32+02:00" v1="996" v2="x"/>
- <item v3="10:44:32+02:00" v1="997" v2="x"/>
- <item v3="10:44:32+02:00" v1="998" v2="x"/>
- <item v3="10:44:32+02:00" v1="999" v2="x"/>
- <item v3="10:44:32+02:00" v1="1000" v2="x"/>
- <item v3="10:44:32+02:00" v1="1001" v2="x"/>
- <item v3="10:44:32+02:00" v1="1002" v2="x"/>
- <item v3="10:44:32+02:00" v1="1003" v2="x"/>
- <item v3="10:44:32+02:00" v1="1004" v2="x"/>
- <item v3="10:44:32+02:00" v1="1005" v2="x"/>
- <item v3="10:44:32+02:00" v1="1006" v2="x"/>
- <item v3="10:44:32+02:00" v1="1007" v2="x"/>
- <item v3="10:44:32+02:00" v1="1008" v2="x"/>
- <item v3="10:44:32+02:00" v1="1009" v2="x"/>
- <item v3="10:44:32+02:00" v1="1010" v2="x"/>
- <item v3="10:44:32+02:00" v1="1011" v2="x"/>
- <item v3="10:44:32+02:00" v1="1012" v2="x"/>
- <item v3="10:44:32+02:00" v1="1013" v2="x"/>
- <item v3="10:44:32+02:00" v1="1014" v2="x"/>
- <item v3="10:44:32+02:00" v1="1015" v2="x"/>
- <item v3="10:44:32+02:00" v1="1016" v2="x"/>
- <item v3="10:44:32+02:00" v1="1017" v2="x"/>
- <item v3="10:44:32+02:00" v1="1018" v2="x"/>
- <item v3="10:44:32+02:00" v1="1019" v2="x"/>
- <item v3="10:44:32+02:00" v1="1020" v2="x"/>
- <item v3="10:44:32+02:00" v1="1021" v2="x"/>
- <item v3="10:44:32+02:00" v1="1022" v2="x"/>
- <item v3="10:44:32+02:00" v1="1023" v2="x"/>
- <item v3="10:44:32+02:00" v1="1024" v2="x"/>
- <item v3="10:44:32+02:00" v1="1025" v2="x"/>
- <item v3="10:44:32+02:00" v1="1026" v2="x"/>
- <item v3="10:44:32+02:00" v1="1027" v2="x"/>
- <item v3="10:44:32+02:00" v1="1028" v2="x"/>
- <item v3="10:44:32+02:00" v1="1029" v2="x"/>
- <item v3="10:44:32+02:00" v1="1030" v2="x"/>
- <item v3="10:44:32+02:00" v1="1031" v2="x"/>
- <item v3="10:44:32+02:00" v1="1032" v2="x"/>
- <item v3="10:44:32+02:00" v1="1033" v2="x"/>
- <item v3="10:44:32+02:00" v1="1034" v2="x"/>
- <item v3="10:44:32+02:00" v1="1035" v2="x"/>
- <item v3="10:44:32+02:00" v1="1036" v2="x"/>
- <item v3="10:44:32+02:00" v1="1037" v2="x"/>
- <item v3="10:44:32+02:00" v1="1038" v2="x"/>
- <item v3="10:44:32+02:00" v1="1039" v2="x"/>
- <item v3="10:44:32+02:00" v1="1040" v2="x"/>
- <item v3="10:44:32+02:00" v1="1041" v2="x"/>
- <item v3="10:44:32+02:00" v1="1042" v2="x"/>
- <item v3="10:44:32+02:00" v1="1043" v2="x"/>
- <item v3="10:44:32+02:00" v1="1044" v2="x"/>
- <item v3="10:44:32+02:00" v1="1045" v2="x"/>
- <item v3="10:44:32+02:00" v1="1046" v2="x"/>
- <item v3="10:44:32+02:00" v1="1047" v2="x"/>
- <item v3="10:44:32+02:00" v1="1048" v2="x"/>
- <item v3="10:44:32+02:00" v1="1049" v2="x"/>
- <item v3="10:44:32+02:00" v1="1050" v2="x"/>
- <item v3="10:44:32+02:00" v1="1051" v2="x"/>
- <item v3="10:44:32+02:00" v1="1052" v2="x"/>
- <item v3="10:44:32+02:00" v1="1053" v2="x"/>
- <item v3="10:44:32+02:00" v1="1054" v2="x"/>
- <item v3="10:44:32+02:00" v1="1055" v2="x"/>
- <item v3="10:44:32+02:00" v1="1056" v2="x"/>
- <item v3="10:44:32+02:00" v1="1057" v2="x"/>
- <item v3="10:44:32+02:00" v1="1058" v2="x"/>
- <item v3="10:44:32+02:00" v1="1059" v2="x"/>
- <item v3="10:44:32+02:00" v1="1060" v2="x"/>
- <item v3="10:44:32+02:00" v1="1061" v2="x"/>
- <item v3="10:44:32+02:00" v1="1062" v2="x"/>
- <item v3="10:44:32+02:00" v1="1063" v2="x"/>
- <item v3="10:44:32+02:00" v1="1064" v2="x"/>
- <item v3="10:44:32+02:00" v1="1065" v2="x"/>
- <item v3="10:44:32+02:00" v1="1066" v2="x"/>
- <item v3="10:44:32+02:00" v1="1067" v2="x"/>
- <item v3="10:44:32+02:00" v1="1068" v2="x"/>
- <item v3="10:44:32+02:00" v1="1069" v2="x"/>
- <item v3="10:44:32+02:00" v1="1070" v2="x"/>
- <item v3="10:44:32+02:00" v1="1071" v2="x"/>
- <item v3="10:44:32+02:00" v1="1072" v2="x"/>
- <item v3="10:44:32+02:00" v1="1073" v2="x"/>
- <item v3="10:44:32+02:00" v1="1074" v2="x"/>
- <item v3="10:44:32+02:00" v1="1075" v2="x"/>
- <item v3="10:44:32+02:00" v1="1076" v2="x"/>
- <item v3="10:44:32+02:00" v1="1077" v2="x"/>
- <item v3="10:44:32+02:00" v1="1078" v2="x"/>
- <item v3="10:44:32+02:00" v1="1079" v2="x"/>
- <item v3="10:44:32+02:00" v1="1080" v2="x"/>
- <item v3="10:44:32+02:00" v1="1081" v2="x"/>
- <item v3="10:44:32+02:00" v1="1082" v2="x"/>
- <item v3="10:44:32+02:00" v1="1083" v2="x"/>
- <item v3="10:44:32+02:00" v1="1084" v2="x"/>
- <item v3="10:44:32+02:00" v1="1085" v2="x"/>
- <item v3="10:44:32+02:00" v1="1086" v2="x"/>
- <item v3="10:44:32+02:00" v1="1087" v2="x"/>
- <item v3="10:44:32+02:00" v1="1088" v2="x"/>
- <item v3="10:44:32+02:00" v1="1089" v2="x"/>
- <item v3="10:44:32+02:00" v1="1090" v2="x"/>
- <item v3="10:44:32+02:00" v1="1091" v2="x"/>
- <item v3="10:44:32+02:00" v1="1092" v2="x"/>
- <item v3="10:44:32+02:00" v1="1093" v2="x"/>
- <item v3="10:44:32+02:00" v1="1094" v2="x"/>
- <item v3="10:44:32+02:00" v1="1095" v2="x"/>
- <item v3="10:44:32+02:00" v1="1096" v2="x"/>
- <item v3="10:44:32+02:00" v1="1097" v2="x"/>
- <item v3="10:44:32+02:00" v1="1098" v2="x"/>
- <item v3="10:44:32+02:00" v1="1099" v2="x"/>
- <item v3="10:44:32+02:00" v1="1100" v2="x"/>
- <item v3="10:44:32+02:00" v1="1101" v2="x"/>
- <item v3="10:44:32+02:00" v1="1102" v2="x"/>
- <item v3="10:44:32+02:00" v1="1103" v2="x"/>
- <item v3="10:44:32+02:00" v1="1104" v2="x"/>
- <item v3="10:44:32+02:00" v1="1105" v2="x"/>
- <item v3="10:44:32+02:00" v1="1106" v2="x"/>
- <item v3="10:44:32+02:00" v1="1107" v2="x"/>
- <item v3="10:44:32+02:00" v1="1108" v2="x"/>
- <item v3="10:44:32+02:00" v1="1109" v2="x"/>
- <item v3="10:44:32+02:00" v1="1110" v2="x"/>
- <item v3="10:44:32+02:00" v1="1111" v2="x"/>
- <item v3="10:44:32+02:00" v1="1112" v2="x"/>
- <item v3="10:44:32+02:00" v1="1113" v2="x"/>
- <item v3="10:44:32+02:00" v1="1114" v2="x"/>
- <item v3="10:44:32+02:00" v1="1115" v2="x"/>
- <item v3="10:44:32+02:00" v1="1116" v2="x"/>
- <item v3="10:44:32+02:00" v1="1117" v2="x"/>
- <item v3="10:44:32+02:00" v1="1118" v2="x"/>
- <item v3="10:44:32+02:00" v1="1119" v2="x"/>
- <item v3="10:44:32+02:00" v1="1120" v2="x"/>
- <item v3="10:44:32+02:00" v1="1121" v2="x"/>
- <item v3="10:44:32+02:00" v1="1122" v2="x"/>
- <item v3="10:44:32+02:00" v1="1123" v2="x"/>
- <item v3="10:44:32+02:00" v1="1124" v2="x"/>
- <item v3="10:44:32+02:00" v1="1125" v2="x"/>
- <item v3="10:44:32+02:00" v1="1126" v2="x"/>
- <item v3="10:44:32+02:00" v1="1127" v2="x"/>
- <item v3="10:44:32+02:00" v1="1128" v2="x"/>
- <item v3="10:44:32+02:00" v1="1129" v2="x"/>
- <item v3="10:44:32+02:00" v1="1130" v2="x"/>
- <item v3="10:44:32+02:00" v1="1131" v2="x"/>
- <item v3="10:44:32+02:00" v1="1132" v2="x"/>
- <item v3="10:44:32+02:00" v1="1133" v2="x"/>
- <item v3="10:44:32+02:00" v1="1134" v2="x"/>
- <item v3="10:44:32+02:00" v1="1135" v2="x"/>
- <item v3="10:44:32+02:00" v1="1136" v2="x"/>
- <item v3="10:44:32+02:00" v1="1137" v2="x"/>
- <item v3="10:44:32+02:00" v1="1138" v2="x"/>
- <item v3="10:44:32+02:00" v1="1139" v2="x"/>
- <item v3="10:44:32+02:00" v1="1140" v2="x"/>
- <item v3="10:44:32+02:00" v1="1141" v2="x"/>
- <item v3="10:44:32+02:00" v1="1142" v2="x"/>
- <item v3="10:44:32+02:00" v1="1143" v2="x"/>
- <item v3="10:44:32+02:00" v1="1144" v2="x"/>
- <item v3="10:44:32+02:00" v1="1145" v2="x"/>
- <item v3="10:44:32+02:00" v1="1146" v2="x"/>
- <item v3="10:44:32+02:00" v1="1147" v2="x"/>
- <item v3="10:44:32+02:00" v1="1148" v2="x"/>
- <item v3="10:44:32+02:00" v1="1149" v2="x"/>
- <item v3="10:44:32+02:00" v1="1150" v2="x"/>
- <item v3="10:44:32+02:00" v1="1151" v2="x"/>
- <item v3="10:44:32+02:00" v1="1152" v2="x"/>
- <item v3="10:44:32+02:00" v1="1153" v2="x"/>
- <item v3="10:44:32+02:00" v1="1154" v2="x"/>
- <item v3="10:44:32+02:00" v1="1155" v2="x"/>
- <item v3="10:44:32+02:00" v1="1156" v2="x"/>
- <item v3="10:44:32+02:00" v1="1157" v2="x"/>
- <item v3="10:44:32+02:00" v1="1158" v2="x"/>
- <item v3="10:44:32+02:00" v1="1159" v2="x"/>
- <item v3="10:44:32+02:00" v1="1160" v2="x"/>
- <item v3="10:44:32+02:00" v1="1161" v2="x"/>
- <item v3="10:44:32+02:00" v1="1162" v2="x"/>
- <item v3="10:44:32+02:00" v1="1163" v2="x"/>
- <item v3="10:44:32+02:00" v1="1164" v2="x"/>
- <item v3="10:44:32+02:00" v1="1165" v2="x"/>
- <item v3="10:44:32+02:00" v1="1166" v2="x"/>
- <item v3="10:44:32+02:00" v1="1167" v2="x"/>
- <item v3="10:44:32+02:00" v1="1168" v2="x"/>
- <item v3="10:44:32+02:00" v1="1169" v2="x"/>
- <item v3="10:44:32+02:00" v1="1170" v2="x"/>
- <item v3="10:44:32+02:00" v1="1171" v2="x"/>
- <item v3="10:44:32+02:00" v1="1172" v2="x"/>
- <item v3="10:44:32+02:00" v1="1173" v2="x"/>
- <item v3="10:44:32+02:00" v1="1174" v2="x"/>
- <item v3="10:44:32+02:00" v1="1175" v2="x"/>
- <item v3="10:44:32+02:00" v1="1176" v2="x"/>
- <item v3="10:44:32+02:00" v1="1177" v2="x"/>
- <item v3="10:44:32+02:00" v1="1178" v2="x"/>
- <item v3="10:44:32+02:00" v1="1179" v2="x"/>
- <item v3="10:44:32+02:00" v1="1180" v2="x"/>
- <item v3="10:44:32+02:00" v1="1181" v2="x"/>
- <item v3="10:44:32+02:00" v1="1182" v2="x"/>
- <item v3="10:44:32+02:00" v1="1183" v2="x"/>
- <item v3="10:44:32+02:00" v1="1184" v2="x"/>
- <item v3="10:44:32+02:00" v1="1185" v2="x"/>
- <item v3="10:44:32+02:00" v1="1186" v2="x"/>
- <item v3="10:44:32+02:00" v1="1187" v2="x"/>
- <item v3="10:44:32+02:00" v1="1188" v2="x"/>
- <item v3="10:44:32+02:00" v1="1189" v2="x"/>
- <item v3="10:44:32+02:00" v1="1190" v2="x"/>
- <item v3="10:44:32+02:00" v1="1191" v2="x"/>
- <item v3="10:44:32+02:00" v1="1192" v2="x"/>
- <item v3="10:44:32+02:00" v1="1193" v2="x"/>
- <item v3="10:44:32+02:00" v1="1194" v2="x"/>
- <item v3="10:44:32+02:00" v1="1195" v2="x"/>
- <item v3="10:44:32+02:00" v1="1196" v2="x"/>
- <item v3="10:44:32+02:00" v1="1197" v2="x"/>
- <item v3="10:44:32+02:00" v1="1198" v2="x"/>
- <item v3="10:44:32+02:00" v1="1199" v2="x"/>
- <item v3="10:44:32+02:00" v1="1200" v2="x"/>
- <item v3="10:44:32+02:00" v1="1201" v2="x"/>
- <item v3="10:44:32+02:00" v1="1202" v2="x"/>
- <item v3="10:44:32+02:00" v1="1203" v2="x"/>
- <item v3="10:44:32+02:00" v1="1204" v2="x"/>
- <item v3="10:44:32+02:00" v1="1205" v2="x"/>
- <item v3="10:44:32+02:00" v1="1206" v2="x"/>
- <item v3="10:44:32+02:00" v1="1207" v2="x"/>
- <item v3="10:44:32+02:00" v1="1208" v2="x"/>
- <item v3="10:44:32+02:00" v1="1209" v2="x"/>
- <item v3="10:44:32+02:00" v1="1210" v2="x"/>
- <item v3="10:44:32+02:00" v1="1211" v2="x"/>
- <item v3="10:44:32+02:00" v1="1212" v2="x"/>
- <item v3="10:44:32+02:00" v1="1213" v2="x"/>
- <item v3="10:44:32+02:00" v1="1214" v2="x"/>
- <item v3="10:44:32+02:00" v1="1215" v2="x"/>
- <item v3="10:44:32+02:00" v1="1216" v2="x"/>
- <item v3="10:44:32+02:00" v1="1217" v2="x"/>
- <item v3="10:44:32+02:00" v1="1218" v2="x"/>
- <item v3="10:44:32+02:00" v1="1219" v2="x"/>
- <item v3="10:44:32+02:00" v1="1220" v2="x"/>
- <item v3="10:44:32+02:00" v1="1221" v2="x"/>
- <item v3="10:44:32+02:00" v1="1222" v2="x"/>
- <item v3="10:44:32+02:00" v1="1223" v2="x"/>
- <item v3="10:44:32+02:00" v1="1224" v2="x"/>
- <item v3="10:44:32+02:00" v1="1225" v2="x"/>
- <item v3="10:44:32+02:00" v1="1226" v2="x"/>
- <item v3="10:44:32+02:00" v1="1227" v2="x"/>
- <item v3="10:44:32+02:00" v1="1228" v2="x"/>
- <item v3="10:44:32+02:00" v1="1229" v2="x"/>
- <item v3="10:44:32+02:00" v1="1230" v2="x"/>
- <item v3="10:44:32+02:00" v1="1231" v2="x"/>
- <item v3="10:44:32+02:00" v1="1232" v2="x"/>
- <item v3="10:44:32+02:00" v1="1233" v2="x"/>
- <item v3="10:44:32+02:00" v1="1234" v2="x"/>
- <item v3="10:44:32+02:00" v1="1235" v2="x"/>
- <item v3="10:44:32+02:00" v1="1236" v2="x"/>
- <item v3="10:44:32+02:00" v1="1237" v2="x"/>
- <item v3="10:44:32+02:00" v1="1238" v2="x"/>
- <item v3="10:44:32+02:00" v1="1239" v2="x"/>
- <item v3="10:44:32+02:00" v1="1240" v2="x"/>
- <item v3="10:44:32+02:00" v1="1241" v2="x"/>
- <item v3="10:44:32+02:00" v1="1242" v2="x"/>
- <item v3="10:44:32+02:00" v1="1243" v2="x"/>
- <item v3="10:44:32+02:00" v1="1244" v2="x"/>
- <item v3="10:44:32+02:00" v1="1245" v2="x"/>
- <item v3="10:44:32+02:00" v1="1246" v2="x"/>
- <item v3="10:44:32+02:00" v1="1247" v2="x"/>
- <item v3="10:44:32+02:00" v1="1248" v2="x"/>
- <item v3="10:44:32+02:00" v1="1249" v2="x"/>
- <item v3="10:44:32+02:00" v1="1250" v2="x"/>
- <item v3="10:44:32+02:00" v1="1251" v2="x"/>
- <item v3="10:44:32+02:00" v1="1252" v2="x"/>
- <item v3="10:44:32+02:00" v1="1253" v2="x"/>
- <item v3="10:44:32+02:00" v1="1254" v2="x"/>
- <item v3="10:44:32+02:00" v1="1255" v2="x"/>
- <item v3="10:44:32+02:00" v1="1256" v2="x"/>
- <item v3="10:44:32+02:00" v1="1257" v2="x"/>
- <item v3="10:44:32+02:00" v1="1258" v2="x"/>
- <item v3="10:44:32+02:00" v1="1259" v2="x"/>
- <item v3="10:44:32+02:00" v1="1260" v2="x"/>
- <item v3="10:44:32+02:00" v1="1261" v2="x"/>
- <item v3="10:44:32+02:00" v1="1262" v2="x"/>
- <item v3="10:44:32+02:00" v1="1263" v2="x"/>
- <item v3="10:44:32+02:00" v1="1264" v2="x"/>
- <item v3="10:44:32+02:00" v1="1265" v2="x"/>
- <item v3="10:44:32+02:00" v1="1266" v2="x"/>
- <item v3="10:44:32+02:00" v1="1267" v2="x"/>
- <item v3="10:44:32+02:00" v1="1268" v2="x"/>
- <item v3="10:44:32+02:00" v1="1269" v2="x"/>
- <item v3="10:44:32+02:00" v1="1270" v2="x"/>
- <item v3="10:44:32+02:00" v1="1271" v2="x"/>
- <item v3="10:44:32+02:00" v1="1272" v2="x"/>
- <item v3="10:44:32+02:00" v1="1273" v2="x"/>
- <item v3="10:44:32+02:00" v1="1274" v2="x"/>
- <item v3="10:44:32+02:00" v1="1275" v2="x"/>
- <item v3="10:44:32+02:00" v1="1276" v2="x"/>
- <item v3="10:44:32+02:00" v1="1277" v2="x"/>
- <item v3="10:44:32+02:00" v1="1278" v2="x"/>
- <item v3="10:44:32+02:00" v1="1279" v2="x"/>
- <item v3="10:44:32+02:00" v1="1280" v2="x"/>
- <item v3="10:44:32+02:00" v1="1281" v2="x"/>
- <item v3="10:44:32+02:00" v1="1282" v2="x"/>
- <item v3="10:44:32+02:00" v1="1283" v2="x"/>
- <item v3="10:44:32+02:00" v1="1284" v2="x"/>
- <item v3="10:44:32+02:00" v1="1285" v2="x"/>
- <item v3="10:44:32+02:00" v1="1286" v2="x"/>
- <item v3="10:44:32+02:00" v1="1287" v2="x"/>
- <item v3="10:44:32+02:00" v1="1288" v2="x"/>
- <item v3="10:44:32+02:00" v1="1289" v2="x"/>
- <item v3="10:44:32+02:00" v1="1290" v2="x"/>
- <item v3="10:44:32+02:00" v1="1291" v2="x"/>
- <item v3="10:44:32+02:00" v1="1292" v2="x"/>
- <item v3="10:44:32+02:00" v1="1293" v2="x"/>
- <item v3="10:44:32+02:00" v1="1294" v2="x"/>
- <item v3="10:44:32+02:00" v1="1295" v2="x"/>
- <item v3="10:44:32+02:00" v1="1296" v2="x"/>
- <item v3="10:44:32+02:00" v1="1297" v2="x"/>
- <item v3="10:44:32+02:00" v1="1298" v2="x"/>
- <item v3="10:44:32+02:00" v1="1299" v2="x"/>
- <item v3="10:44:32+02:00" v1="1300" v2="x"/>
- <item v3="10:44:32+02:00" v1="1301" v2="x"/>
- <item v3="10:44:32+02:00" v1="1302" v2="x"/>
- <item v3="10:44:32+02:00" v1="1303" v2="x"/>
- <item v3="10:44:32+02:00" v1="1304" v2="x"/>
- <item v3="10:44:32+02:00" v1="1305" v2="x"/>
- <item v3="10:44:32+02:00" v1="1306" v2="x"/>
- <item v3="10:44:32+02:00" v1="1307" v2="x"/>
- <item v3="10:44:32+02:00" v1="1308" v2="x"/>
- <item v3="10:44:32+02:00" v1="1309" v2="x"/>
- <item v3="10:44:32+02:00" v1="1310" v2="x"/>
- <item v3="10:44:32+02:00" v1="1311" v2="x"/>
- <item v3="10:44:32+02:00" v1="1312" v2="x"/>
- <item v3="10:44:32+02:00" v1="1313" v2="x"/>
- <item v3="10:44:32+02:00" v1="1314" v2="x"/>
- <item v3="10:44:32+02:00" v1="1315" v2="x"/>
- <item v3="10:44:32+02:00" v1="1316" v2="x"/>
- <item v3="10:44:32+02:00" v1="1317" v2="x"/>
- <item v3="10:44:32+02:00" v1="1318" v2="x"/>
- <item v3="10:44:32+02:00" v1="1319" v2="x"/>
- <item v3="10:44:32+02:00" v1="1320" v2="x"/>
- <item v3="10:44:32+02:00" v1="1321" v2="x"/>
- <item v3="10:44:32+02:00" v1="1322" v2="x"/>
- <item v3="10:44:32+02:00" v1="1323" v2="x"/>
- <item v3="10:44:32+02:00" v1="1324" v2="x"/>
- <item v3="10:44:32+02:00" v1="1325" v2="x"/>
- <item v3="10:44:32+02:00" v1="1326" v2="x"/>
- <item v3="10:44:32+02:00" v1="1327" v2="x"/>
- <item v3="10:44:32+02:00" v1="1328" v2="x"/>
- <item v3="10:44:32+02:00" v1="1329" v2="x"/>
- <item v3="10:44:32+02:00" v1="1330" v2="x"/>
- <item v3="10:44:32+02:00" v1="1331" v2="x"/>
- <item v3="10:44:32+02:00" v1="1332" v2="x"/>
- <item v3="10:44:32+02:00" v1="1333" v2="x"/>
- <item v3="10:44:32+02:00" v1="1334" v2="x"/>
- <item v3="10:44:32+02:00" v1="1335" v2="x"/>
- <item v3="10:44:32+02:00" v1="1336" v2="x"/>
- <item v3="10:44:32+02:00" v1="1337" v2="x"/>
- <item v3="10:44:32+02:00" v1="1338" v2="x"/>
- <item v3="10:44:32+02:00" v1="1339" v2="x"/>
- <item v3="10:44:32+02:00" v1="1340" v2="x"/>
- <item v3="10:44:32+02:00" v1="1341" v2="x"/>
- <item v3="10:44:32+02:00" v1="1342" v2="x"/>
- <item v3="10:44:32+02:00" v1="1343" v2="x"/>
- <item v3="10:44:32+02:00" v1="1344" v2="x"/>
- <item v3="10:44:32+02:00" v1="1345" v2="x"/>
- <item v3="10:44:32+02:00" v1="1346" v2="x"/>
- <item v3="10:44:32+02:00" v1="1347" v2="x"/>
- <item v3="10:44:32+02:00" v1="1348" v2="x"/>
- <item v3="10:44:32+02:00" v1="1349" v2="x"/>
- <item v3="10:44:32+02:00" v1="1350" v2="x"/>
- <item v3="10:44:32+02:00" v1="1351" v2="x"/>
- <item v3="10:44:32+02:00" v1="1352" v2="x"/>
- <item v3="10:44:32+02:00" v1="1353" v2="x"/>
- <item v3="10:44:32+02:00" v1="1354" v2="x"/>
- <item v3="10:44:32+02:00" v1="1355" v2="x"/>
- <item v3="10:44:32+02:00" v1="1356" v2="x"/>
- <item v3="10:44:32+02:00" v1="1357" v2="x"/>
- <item v3="10:44:32+02:00" v1="1358" v2="x"/>
- <item v3="10:44:32+02:00" v1="1359" v2="x"/>
- <item v3="10:44:32+02:00" v1="1360" v2="x"/>
- <item v3="10:44:32+02:00" v1="1361" v2="x"/>
- <item v3="10:44:32+02:00" v1="1362" v2="x"/>
- <item v3="10:44:32+02:00" v1="1363" v2="x"/>
- <item v3="10:44:32+02:00" v1="1364" v2="x"/>
- <item v3="10:44:32+02:00" v1="1365" v2="x"/>
- <item v3="10:44:32+02:00" v1="1366" v2="x"/>
- <item v3="10:44:32+02:00" v1="1367" v2="x"/>
- <item v3="10:44:32+02:00" v1="1368" v2="x"/>
- <item v3="10:44:32+02:00" v1="1369" v2="x"/>
- <item v3="10:44:32+02:00" v1="1370" v2="x"/>
- <item v3="10:44:32+02:00" v1="1371" v2="x"/>
- <item v3="10:44:32+02:00" v1="1372" v2="x"/>
- <item v3="10:44:32+02:00" v1="1373" v2="x"/>
- <item v3="10:44:32+02:00" v1="1374" v2="x"/>
- <item v3="10:44:32+02:00" v1="1375" v2="x"/>
- <item v3="10:44:32+02:00" v1="1376" v2="x"/>
- <item v3="10:44:32+02:00" v1="1377" v2="x"/>
- <item v3="10:44:32+02:00" v1="1378" v2="x"/>
- <item v3="10:44:32+02:00" v1="1379" v2="x"/>
- <item v3="10:44:32+02:00" v1="1380" v2="x"/>
- <item v3="10:44:32+02:00" v1="1381" v2="x"/>
- <item v3="10:44:32+02:00" v1="1382" v2="x"/>
- <item v3="10:44:32+02:00" v1="1383" v2="x"/>
- <item v3="10:44:32+02:00" v1="1384" v2="x"/>
- <item v3="10:44:32+02:00" v1="1385" v2="x"/>
- <item v3="10:44:32+02:00" v1="1386" v2="x"/>
- <item v3="10:44:32+02:00" v1="1387" v2="x"/>
- <item v3="10:44:32+02:00" v1="1388" v2="x"/>
- <item v3="10:44:32+02:00" v1="1389" v2="x"/>
- <item v3="10:44:32+02:00" v1="1390" v2="x"/>
- <item v3="10:44:32+02:00" v1="1391" v2="x"/>
- <item v3="10:44:32+02:00" v1="1392" v2="x"/>
- <item v3="10:44:32+02:00" v1="1393" v2="x"/>
- <item v3="10:44:32+02:00" v1="1394" v2="x"/>
- <item v3="10:44:32+02:00" v1="1395" v2="x"/>
- <item v3="10:44:32+02:00" v1="1396" v2="x"/>
- <item v3="10:44:32+02:00" v1="1397" v2="x"/>
- <item v3="10:44:32+02:00" v1="1398" v2="x"/>
- <item v3="10:44:32+02:00" v1="1399" v2="x"/>
- <item v3="10:44:32+02:00" v1="1400" v2="x"/>
- <item v3="10:44:32+02:00" v1="1401" v2="x"/>
- <item v3="10:44:32+02:00" v1="1402" v2="x"/>
- <item v3="10:44:32+02:00" v1="1403" v2="x"/>
- <item v3="10:44:32+02:00" v1="1404" v2="x"/>
- <item v3="10:44:32+02:00" v1="1405" v2="x"/>
- <item v3="10:44:32+02:00" v1="1406" v2="x"/>
- <item v3="10:44:32+02:00" v1="1407" v2="x"/>
- <item v3="10:44:32+02:00" v1="1408" v2="x"/>
- <item v3="10:44:32+02:00" v1="1409" v2="x"/>
- <item v3="10:44:32+02:00" v1="1410" v2="x"/>
- <item v3="10:44:32+02:00" v1="1411" v2="x"/>
- <item v3="10:44:32+02:00" v1="1412" v2="x"/>
- <item v3="10:44:32+02:00" v1="1413" v2="x"/>
- <item v3="10:44:32+02:00" v1="1414" v2="x"/>
- <item v3="10:44:32+02:00" v1="1415" v2="x"/>
- <item v3="10:44:32+02:00" v1="1416" v2="x"/>
- <item v3="10:44:32+02:00" v1="1417" v2="x"/>
- <item v3="10:44:32+02:00" v1="1418" v2="x"/>
- <item v3="10:44:32+02:00" v1="1419" v2="x"/>
- <item v3="10:44:32+02:00" v1="1420" v2="x"/>
- <item v3="10:44:32+02:00" v1="1421" v2="x"/>
- <item v3="10:44:32+02:00" v1="1422" v2="x"/>
- <item v3="10:44:32+02:00" v1="1423" v2="x"/>
- <item v3="10:44:32+02:00" v1="1424" v2="x"/>
- <item v3="10:44:32+02:00" v1="1425" v2="x"/>
- <item v3="10:44:32+02:00" v1="1426" v2="x"/>
- <item v3="10:44:32+02:00" v1="1427" v2="x"/>
- <item v3="10:44:32+02:00" v1="1428" v2="x"/>
- <item v3="10:44:32+02:00" v1="1429" v2="x"/>
- <item v3="10:44:32+02:00" v1="1430" v2="x"/>
- <item v3="10:44:32+02:00" v1="1431" v2="x"/>
- <item v3="10:44:32+02:00" v1="1432" v2="x"/>
- <item v3="10:44:32+02:00" v1="1433" v2="x"/>
- <item v3="10:44:32+02:00" v1="1434" v2="x"/>
- <item v3="10:44:32+02:00" v1="1435" v2="x"/>
- <item v3="10:44:32+02:00" v1="1436" v2="x"/>
- <item v3="10:44:32+02:00" v1="1437" v2="x"/>
- <item v3="10:44:32+02:00" v1="1438" v2="x"/>
- <item v3="10:44:32+02:00" v1="1439" v2="x"/>
- <item v3="10:44:32+02:00" v1="1440" v2="x"/>
- <item v3="10:44:32+02:00" v1="1441" v2="x"/>
- <item v3="10:44:32+02:00" v1="1442" v2="x"/>
- <item v3="10:44:32+02:00" v1="1443" v2="x"/>
- <item v3="10:44:32+02:00" v1="1444" v2="x"/>
- <item v3="10:44:32+02:00" v1="1445" v2="x"/>
- <item v3="10:44:32+02:00" v1="1446" v2="x"/>
- <item v3="10:44:32+02:00" v1="1447" v2="x"/>
- <item v3="10:44:32+02:00" v1="1448" v2="x"/>
- <item v3="10:44:32+02:00" v1="1449" v2="x"/>
- <item v3="10:44:32+02:00" v1="1450" v2="x"/>
- <item v3="10:44:32+02:00" v1="1451" v2="x"/>
- <item v3="10:44:32+02:00" v1="1452" v2="x"/>
- <item v3="10:44:32+02:00" v1="1453" v2="x"/>
- <item v3="10:44:32+02:00" v1="1454" v2="x"/>
- <item v3="10:44:32+02:00" v1="1455" v2="x"/>
- <item v3="10:44:32+02:00" v1="1456" v2="x"/>
- <item v3="10:44:32+02:00" v1="1457" v2="x"/>
- <item v3="10:44:32+02:00" v1="1458" v2="x"/>
- <item v3="10:44:32+02:00" v1="1459" v2="x"/>
- <item v3="10:44:32+02:00" v1="1460" v2="x"/>
- <item v3="10:44:32+02:00" v1="1461" v2="x"/>
- <item v3="10:44:32+02:00" v1="1462" v2="x"/>
- <item v3="10:44:32+02:00" v1="1463" v2="x"/>
- <item v3="10:44:32+02:00" v1="1464" v2="x"/>
- <item v3="10:44:32+02:00" v1="1465" v2="x"/>
- <item v3="10:44:32+02:00" v1="1466" v2="x"/>
- <item v3="10:44:32+02:00" v1="1467" v2="x"/>
- <item v3="10:44:32+02:00" v1="1468" v2="x"/>
- <item v3="10:44:32+02:00" v1="1469" v2="x"/>
- <item v3="10:44:32+02:00" v1="1470" v2="x"/>
- <item v3="10:44:32+02:00" v1="1471" v2="x"/>
- <item v3="10:44:32+02:00" v1="1472" v2="x"/>
- <item v3="10:44:32+02:00" v1="1473" v2="x"/>
- <item v3="10:44:32+02:00" v1="1474" v2="x"/>
- <item v3="10:44:32+02:00" v1="1475" v2="x"/>
- <item v3="10:44:32+02:00" v1="1476" v2="x"/>
- <item v3="10:44:32+02:00" v1="1477" v2="x"/>
- <item v3="10:44:32+02:00" v1="1478" v2="x"/>
- <item v3="10:44:32+02:00" v1="1479" v2="x"/>
- <item v3="10:44:32+02:00" v1="1480" v2="x"/>
- <item v3="10:44:32+02:00" v1="1481" v2="x"/>
- <item v3="10:44:32+02:00" v1="1482" v2="x"/>
- <item v3="10:44:32+02:00" v1="1483" v2="x"/>
- <item v3="10:44:32+02:00" v1="1484" v2="x"/>
- <item v3="10:44:32+02:00" v1="1485" v2="x"/>
- <item v3="10:44:32+02:00" v1="1486" v2="x"/>
- <item v3="10:44:32+02:00" v1="1487" v2="x"/>
- <item v3="10:44:32+02:00" v1="1488" v2="x"/>
- <item v3="10:44:32+02:00" v1="1489" v2="x"/>
- <item v3="10:44:32+02:00" v1="1490" v2="x"/>
- <item v3="10:44:32+02:00" v1="1491" v2="x"/>
- <item v3="10:44:32+02:00" v1="1492" v2="x"/>
- <item v3="10:44:32+02:00" v1="1493" v2="x"/>
- <item v3="10:44:32+02:00" v1="1494" v2="x"/>
- <item v3="10:44:32+02:00" v1="1495" v2="x"/>
- <item v3="10:44:32+02:00" v1="1496" v2="x"/>
- <item v3="10:44:32+02:00" v1="1497" v2="x"/>
- <item v3="10:44:32+02:00" v1="1498" v2="x"/>
- <item v3="10:44:32+02:00" v1="1499" v2="x"/>
- <item v3="10:44:32+02:00" v1="1500" v2="x"/>
- <item v3="10:44:32+02:00" v1="1501" v2="x"/>
- <item v3="10:44:32+02:00" v1="1502" v2="x"/>
- <item v3="10:44:32+02:00" v1="1503" v2="x"/>
- <item v3="10:44:32+02:00" v1="1504" v2="x"/>
- <item v3="10:44:32+02:00" v1="1505" v2="x"/>
- <item v3="10:44:32+02:00" v1="1506" v2="x"/>
- <item v3="10:44:32+02:00" v1="1507" v2="x"/>
- <item v3="10:44:32+02:00" v1="1508" v2="x"/>
- <item v3="10:44:32+02:00" v1="1509" v2="x"/>
- <item v3="10:44:32+02:00" v1="1510" v2="x"/>
- <item v3="10:44:32+02:00" v1="1511" v2="x"/>
- <item v3="10:44:32+02:00" v1="1512" v2="x"/>
- <item v3="10:44:32+02:00" v1="1513" v2="x"/>
- <item v3="10:44:32+02:00" v1="1514" v2="x"/>
- <item v3="10:44:32+02:00" v1="1515" v2="x"/>
- <item v3="10:44:32+02:00" v1="1516" v2="x"/>
- <item v3="10:44:32+02:00" v1="1517" v2="x"/>
- <item v3="10:44:32+02:00" v1="1518" v2="x"/>
- <item v3="10:44:32+02:00" v1="1519" v2="x"/>
- <item v3="10:44:32+02:00" v1="1520" v2="x"/>
- <item v3="10:44:32+02:00" v1="1521" v2="x"/>
- <item v3="10:44:32+02:00" v1="1522" v2="x"/>
- <item v3="10:44:32+02:00" v1="1523" v2="x"/>
- <item v3="10:44:32+02:00" v1="1524" v2="x"/>
- <item v3="10:44:32+02:00" v1="1525" v2="x"/>
- <item v3="10:44:32+02:00" v1="1526" v2="x"/>
- <item v3="10:44:32+02:00" v1="1527" v2="x"/>
- <item v3="10:44:32+02:00" v1="1528" v2="x"/>
- <item v3="10:44:32+02:00" v1="1529" v2="x"/>
- <item v3="10:44:32+02:00" v1="1530" v2="x"/>
- <item v3="10:44:32+02:00" v1="1531" v2="x"/>
- <item v3="10:44:32+02:00" v1="1532" v2="x"/>
- <item v3="10:44:32+02:00" v1="1533" v2="x"/>
- <item v3="10:44:32+02:00" v1="1534" v2="x"/>
- <item v3="10:44:32+02:00" v1="1535" v2="x"/>
- <item v3="10:44:32+02:00" v1="1536" v2="x"/>
- <item v3="10:44:32+02:00" v1="1537" v2="x"/>
- <item v3="10:44:32+02:00" v1="1538" v2="x"/>
- <item v3="10:44:32+02:00" v1="1539" v2="x"/>
- <item v3="10:44:32+02:00" v1="1540" v2="x"/>
- <item v3="10:44:32+02:00" v1="1541" v2="x"/>
- <item v3="10:44:32+02:00" v1="1542" v2="x"/>
- <item v3="10:44:32+02:00" v1="1543" v2="x"/>
- <item v3="10:44:32+02:00" v1="1544" v2="x"/>
- <item v3="10:44:32+02:00" v1="1545" v2="x"/>
- <item v3="10:44:32+02:00" v1="1546" v2="x"/>
- <item v3="10:44:32+02:00" v1="1547" v2="x"/>
- <item v3="10:44:32+02:00" v1="1548" v2="x"/>
- <item v3="10:44:32+02:00" v1="1549" v2="x"/>
- <item v3="10:44:32+02:00" v1="1550" v2="x"/>
- <item v3="10:44:32+02:00" v1="1551" v2="x"/>
- <item v3="10:44:32+02:00" v1="1552" v2="x"/>
- <item v3="10:44:32+02:00" v1="1553" v2="x"/>
- <item v3="10:44:32+02:00" v1="1554" v2="x"/>
- <item v3="10:44:32+02:00" v1="1555" v2="x"/>
- <item v3="10:44:32+02:00" v1="1556" v2="x"/>
- <item v3="10:44:32+02:00" v1="1557" v2="x"/>
- <item v3="10:44:32+02:00" v1="1558" v2="x"/>
- <item v3="10:44:32+02:00" v1="1559" v2="x"/>
- <item v3="10:44:32+02:00" v1="1560" v2="x"/>
- <item v3="10:44:32+02:00" v1="1561" v2="x"/>
- <item v3="10:44:32+02:00" v1="1562" v2="x"/>
- <item v3="10:44:32+02:00" v1="1563" v2="x"/>
- <item v3="10:44:32+02:00" v1="1564" v2="x"/>
- <item v3="10:44:32+02:00" v1="1565" v2="x"/>
- <item v3="10:44:32+02:00" v1="1566" v2="x"/>
- <item v3="10:44:32+02:00" v1="1567" v2="x"/>
- <item v3="10:44:32+02:00" v1="1568" v2="x"/>
- <item v3="10:44:32+02:00" v1="1569" v2="x"/>
- <item v3="10:44:32+02:00" v1="1570" v2="x"/>
- <item v3="10:44:32+02:00" v1="1571" v2="x"/>
- <item v3="10:44:32+02:00" v1="1572" v2="x"/>
- <item v3="10:44:32+02:00" v1="1573" v2="x"/>
- <item v3="10:44:32+02:00" v1="1574" v2="x"/>
- <item v3="10:44:32+02:00" v1="1575" v2="x"/>
- <item v3="10:44:32+02:00" v1="1576" v2="x"/>
- <item v3="10:44:32+02:00" v1="1577" v2="x"/>
- <item v3="10:44:32+02:00" v1="1578" v2="x"/>
- <item v3="10:44:32+02:00" v1="1579" v2="x"/>
- <item v3="10:44:32+02:00" v1="1580" v2="x"/>
- <item v3="10:44:32+02:00" v1="1581" v2="x"/>
- <item v3="10:44:32+02:00" v1="1582" v2="x"/>
- <item v3="10:44:32+02:00" v1="1583" v2="x"/>
- <item v3="10:44:32+02:00" v1="1584" v2="x"/>
- <item v3="10:44:32+02:00" v1="1585" v2="x"/>
- <item v3="10:44:32+02:00" v1="1586" v2="x"/>
- <item v3="10:44:32+02:00" v1="1587" v2="x"/>
- <item v3="10:44:32+02:00" v1="1588" v2="x"/>
- <item v3="10:44:32+02:00" v1="1589" v2="x"/>
- <item v3="10:44:32+02:00" v1="1590" v2="x"/>
- <item v3="10:44:32+02:00" v1="1591" v2="x"/>
- <item v3="10:44:32+02:00" v1="1592" v2="x"/>
- <item v3="10:44:32+02:00" v1="1593" v2="x"/>
- <item v3="10:44:32+02:00" v1="1594" v2="x"/>
- <item v3="10:44:32+02:00" v1="1595" v2="x"/>
- <item v3="10:44:32+02:00" v1="1596" v2="x"/>
- <item v3="10:44:32+02:00" v1="1597" v2="x"/>
- <item v3="10:44:32+02:00" v1="1598" v2="x"/>
- <item v3="10:44:32+02:00" v1="1599" v2="x"/>
- <item v3="10:44:32+02:00" v1="1600" v2="x"/>
- <item v3="10:44:32+02:00" v1="1601" v2="x"/>
- <item v3="10:44:32+02:00" v1="1602" v2="x"/>
- <item v3="10:44:32+02:00" v1="1603" v2="x"/>
- <item v3="10:44:32+02:00" v1="1604" v2="x"/>
- <item v3="10:44:32+02:00" v1="1605" v2="x"/>
- <item v3="10:44:32+02:00" v1="1606" v2="x"/>
- <item v3="10:44:32+02:00" v1="1607" v2="x"/>
- <item v3="10:44:32+02:00" v1="1608" v2="x"/>
- <item v3="10:44:32+02:00" v1="1609" v2="x"/>
- <item v3="10:44:32+02:00" v1="1610" v2="x"/>
- <item v3="10:44:32+02:00" v1="1611" v2="x"/>
- <item v3="10:44:32+02:00" v1="1612" v2="x"/>
- <item v3="10:44:32+02:00" v1="1613" v2="x"/>
- <item v3="10:44:32+02:00" v1="1614" v2="x"/>
- <item v3="10:44:32+02:00" v1="1615" v2="x"/>
- <item v3="10:44:32+02:00" v1="1616" v2="x"/>
- <item v3="10:44:32+02:00" v1="1617" v2="x"/>
- <item v3="10:44:32+02:00" v1="1618" v2="x"/>
- <item v3="10:44:32+02:00" v1="1619" v2="x"/>
- <item v3="10:44:32+02:00" v1="1620" v2="x"/>
- <item v3="10:44:32+02:00" v1="1621" v2="x"/>
- <item v3="10:44:32+02:00" v1="1622" v2="x"/>
- <item v3="10:44:32+02:00" v1="1623" v2="x"/>
- <item v3="10:44:32+02:00" v1="1624" v2="x"/>
- <item v3="10:44:32+02:00" v1="1625" v2="x"/>
- <item v3="10:44:32+02:00" v1="1626" v2="x"/>
- <item v3="10:44:32+02:00" v1="1627" v2="x"/>
- <item v3="10:44:32+02:00" v1="1628" v2="x"/>
- <item v3="10:44:32+02:00" v1="1629" v2="x"/>
- <item v3="10:44:32+02:00" v1="1630" v2="x"/>
- <item v3="10:44:32+02:00" v1="1631" v2="x"/>
- <item v3="10:44:32+02:00" v1="1632" v2="x"/>
- <item v3="10:44:32+02:00" v1="1633" v2="x"/>
- <item v3="10:44:32+02:00" v1="1634" v2="x"/>
- <item v3="10:44:32+02:00" v1="1635" v2="x"/>
- <item v3="10:44:32+02:00" v1="1636" v2="x"/>
- <item v3="10:44:32+02:00" v1="1637" v2="x"/>
- <item v3="10:44:32+02:00" v1="1638" v2="x"/>
- <item v3="10:44:32+02:00" v1="1639" v2="x"/>
- <item v3="10:44:32+02:00" v1="1640" v2="x"/>
- <item v3="10:44:32+02:00" v1="1641" v2="x"/>
- <item v3="10:44:32+02:00" v1="1642" v2="x"/>
- <item v3="10:44:32+02:00" v1="1643" v2="x"/>
- <item v3="10:44:32+02:00" v1="1644" v2="x"/>
- <item v3="10:44:32+02:00" v1="1645" v2="x"/>
- <item v3="10:44:32+02:00" v1="1646" v2="x"/>
- <item v3="10:44:32+02:00" v1="1647" v2="x"/>
- <item v3="10:44:32+02:00" v1="1648" v2="x"/>
- <item v3="10:44:32+02:00" v1="1649" v2="x"/>
- <item v3="10:44:32+02:00" v1="1650" v2="x"/>
- <item v3="10:44:32+02:00" v1="1651" v2="x"/>
- <item v3="10:44:32+02:00" v1="1652" v2="x"/>
- <item v3="10:44:32+02:00" v1="1653" v2="x"/>
- <item v3="10:44:32+02:00" v1="1654" v2="x"/>
- <item v3="10:44:32+02:00" v1="1655" v2="x"/>
- <item v3="10:44:32+02:00" v1="1656" v2="x"/>
- <item v3="10:44:32+02:00" v1="1657" v2="x"/>
- <item v3="10:44:32+02:00" v1="1658" v2="x"/>
- <item v3="10:44:32+02:00" v1="1659" v2="x"/>
- <item v3="10:44:32+02:00" v1="1660" v2="x"/>
- <item v3="10:44:32+02:00" v1="1661" v2="x"/>
- <item v3="10:44:32+02:00" v1="1662" v2="x"/>
- <item v3="10:44:32+02:00" v1="1663" v2="x"/>
- <item v3="10:44:32+02:00" v1="1664" v2="x"/>
- <item v3="10:44:32+02:00" v1="1665" v2="x"/>
- <item v3="10:44:32+02:00" v1="1666" v2="x"/>
- <item v3="10:44:32+02:00" v1="1667" v2="x"/>
- <item v3="10:44:32+02:00" v1="1668" v2="x"/>
- <item v3="10:44:32+02:00" v1="1669" v2="x"/>
- <item v3="10:44:32+02:00" v1="1670" v2="x"/>
- <item v3="10:44:32+02:00" v1="1671" v2="x"/>
- <item v3="10:44:32+02:00" v1="1672" v2="x"/>
- <item v3="10:44:32+02:00" v1="1673" v2="x"/>
- <item v3="10:44:32+02:00" v1="1674" v2="x"/>
- <item v3="10:44:32+02:00" v1="1675" v2="x"/>
- <item v3="10:44:32+02:00" v1="1676" v2="x"/>
- <item v3="10:44:32+02:00" v1="1677" v2="x"/>
- <item v3="10:44:32+02:00" v1="1678" v2="x"/>
- <item v3="10:44:32+02:00" v1="1679" v2="x"/>
- <item v3="10:44:32+02:00" v1="1680" v2="x"/>
- <item v3="10:44:32+02:00" v1="1681" v2="x"/>
- <item v3="10:44:32+02:00" v1="1682" v2="x"/>
- <item v3="10:44:32+02:00" v1="1683" v2="x"/>
- <item v3="10:44:32+02:00" v1="1684" v2="x"/>
- <item v3="10:44:32+02:00" v1="1685" v2="x"/>
- <item v3="10:44:32+02:00" v1="1686" v2="x"/>
- <item v3="10:44:32+02:00" v1="1687" v2="x"/>
- <item v3="10:44:32+02:00" v1="1688" v2="x"/>
- <item v3="10:44:32+02:00" v1="1689" v2="x"/>
- <item v3="10:44:32+02:00" v1="1690" v2="x"/>
- <item v3="10:44:32+02:00" v1="1691" v2="x"/>
- <item v3="10:44:32+02:00" v1="1692" v2="x"/>
- <item v3="10:44:32+02:00" v1="1693" v2="x"/>
- <item v3="10:44:32+02:00" v1="1694" v2="x"/>
- <item v3="10:44:32+02:00" v1="1695" v2="x"/>
- <item v3="10:44:32+02:00" v1="1696" v2="x"/>
- <item v3="10:44:32+02:00" v1="1697" v2="x"/>
- <item v3="10:44:32+02:00" v1="1698" v2="x"/>
- <item v3="10:44:32+02:00" v1="1699" v2="x"/>
- <item v3="10:44:32+02:00" v1="1700" v2="x"/>
- <item v3="10:44:32+02:00" v1="1701" v2="x"/>
- <item v3="10:44:32+02:00" v1="1702" v2="x"/>
- <item v3="10:44:32+02:00" v1="1703" v2="x"/>
- <item v3="10:44:32+02:00" v1="1704" v2="x"/>
- <item v3="10:44:32+02:00" v1="1705" v2="x"/>
- <item v3="10:44:32+02:00" v1="1706" v2="x"/>
- <item v3="10:44:32+02:00" v1="1707" v2="x"/>
- <item v3="10:44:32+02:00" v1="1708" v2="x"/>
- <item v3="10:44:32+02:00" v1="1709" v2="x"/>
- <item v3="10:44:32+02:00" v1="1710" v2="x"/>
- <item v3="10:44:32+02:00" v1="1711" v2="x"/>
- <item v3="10:44:32+02:00" v1="1712" v2="x"/>
- <item v3="10:44:32+02:00" v1="1713" v2="x"/>
- <item v3="10:44:32+02:00" v1="1714" v2="x"/>
- <item v3="10:44:32+02:00" v1="1715" v2="x"/>
- <item v3="10:44:32+02:00" v1="1716" v2="x"/>
- <item v3="10:44:32+02:00" v1="1717" v2="x"/>
- <item v3="10:44:32+02:00" v1="1718" v2="x"/>
- <item v3="10:44:32+02:00" v1="1719" v2="x"/>
- <item v3="10:44:32+02:00" v1="1720" v2="x"/>
- <item v3="10:44:32+02:00" v1="1721" v2="x"/>
- <item v3="10:44:32+02:00" v1="1722" v2="x"/>
- <item v3="10:44:32+02:00" v1="1723" v2="x"/>
- <item v3="10:44:32+02:00" v1="1724" v2="x"/>
- <item v3="10:44:32+02:00" v1="1725" v2="x"/>
- <item v3="10:44:32+02:00" v1="1726" v2="x"/>
- <item v3="10:44:32+02:00" v1="1727" v2="x"/>
- <item v3="10:44:32+02:00" v1="1728" v2="x"/>
- <item v3="10:44:32+02:00" v1="1729" v2="x"/>
- <item v3="10:44:32+02:00" v1="1730" v2="x"/>
- <item v3="10:44:32+02:00" v1="1731" v2="x"/>
- <item v3="10:44:32+02:00" v1="1732" v2="x"/>
- <item v3="10:44:32+02:00" v1="1733" v2="x"/>
- <item v3="10:44:32+02:00" v1="1734" v2="x"/>
- <item v3="10:44:32+02:00" v1="1735" v2="x"/>
- <item v3="10:44:32+02:00" v1="1736" v2="x"/>
- <item v3="10:44:32+02:00" v1="1737" v2="x"/>
- <item v3="10:44:32+02:00" v1="1738" v2="x"/>
- <item v3="10:44:32+02:00" v1="1739" v2="x"/>
- <item v3="10:44:32+02:00" v1="1740" v2="x"/>
- <item v3="10:44:32+02:00" v1="1741" v2="x"/>
- <item v3="10:44:32+02:00" v1="1742" v2="x"/>
- <item v3="10:44:32+02:00" v1="1743" v2="x"/>
- <item v3="10:44:32+02:00" v1="1744" v2="x"/>
- <item v3="10:44:32+02:00" v1="1745" v2="x"/>
- <item v3="10:44:32+02:00" v1="1746" v2="x"/>
- <item v3="10:44:32+02:00" v1="1747" v2="x"/>
- <item v3="10:44:32+02:00" v1="1748" v2="x"/>
- <item v3="10:44:32+02:00" v1="1749" v2="x"/>
- <item v3="10:44:32+02:00" v1="1750" v2="x"/>
- <item v3="10:44:32+02:00" v1="1751" v2="x"/>
- <item v3="10:44:32+02:00" v1="1752" v2="x"/>
- <item v3="10:44:32+02:00" v1="1753" v2="x"/>
- <item v3="10:44:32+02:00" v1="1754" v2="x"/>
- <item v3="10:44:32+02:00" v1="1755" v2="x"/>
- <item v3="10:44:32+02:00" v1="1756" v2="x"/>
- <item v3="10:44:32+02:00" v1="1757" v2="x"/>
- <item v3="10:44:32+02:00" v1="1758" v2="x"/>
- <item v3="10:44:32+02:00" v1="1759" v2="x"/>
- <item v3="10:44:32+02:00" v1="1760" v2="x"/>
- <item v3="10:44:32+02:00" v1="1761" v2="x"/>
- <item v3="10:44:32+02:00" v1="1762" v2="x"/>
- <item v3="10:44:32+02:00" v1="1763" v2="x"/>
- <item v3="10:44:32+02:00" v1="1764" v2="x"/>
- <item v3="10:44:32+02:00" v1="1765" v2="x"/>
- <item v3="10:44:32+02:00" v1="1766" v2="x"/>
- <item v3="10:44:32+02:00" v1="1767" v2="x"/>
- <item v3="10:44:32+02:00" v1="1768" v2="x"/>
- <item v3="10:44:32+02:00" v1="1769" v2="x"/>
- <item v3="10:44:32+02:00" v1="1770" v2="x"/>
- <item v3="10:44:32+02:00" v1="1771" v2="x"/>
- <item v3="10:44:32+02:00" v1="1772" v2="x"/>
- <item v3="10:44:32+02:00" v1="1773" v2="x"/>
- <item v3="10:44:32+02:00" v1="1774" v2="x"/>
- <item v3="10:44:32+02:00" v1="1775" v2="x"/>
- <item v3="10:44:32+02:00" v1="1776" v2="x"/>
- <item v3="10:44:32+02:00" v1="1777" v2="x"/>
- <item v3="10:44:32+02:00" v1="1778" v2="x"/>
- <item v3="10:44:32+02:00" v1="1779" v2="x"/>
- <item v3="10:44:32+02:00" v1="1780" v2="x"/>
- <item v3="10:44:32+02:00" v1="1781" v2="x"/>
- <item v3="10:44:32+02:00" v1="1782" v2="x"/>
- <item v3="10:44:32+02:00" v1="1783" v2="x"/>
- <item v3="10:44:32+02:00" v1="1784" v2="x"/>
- <item v3="10:44:32+02:00" v1="1785" v2="x"/>
- <item v3="10:44:32+02:00" v1="1786" v2="x"/>
- <item v3="10:44:32+02:00" v1="1787" v2="x"/>
- <item v3="10:44:32+02:00" v1="1788" v2="x"/>
- <item v3="10:44:32+02:00" v1="1789" v2="x"/>
- <item v3="10:44:32+02:00" v1="1790" v2="x"/>
- <item v3="10:44:32+02:00" v1="1791" v2="x"/>
- <item v3="10:44:32+02:00" v1="1792" v2="x"/>
- <item v3="10:44:32+02:00" v1="1793" v2="x"/>
- <item v3="10:44:32+02:00" v1="1794" v2="x"/>
- <item v3="10:44:32+02:00" v1="1795" v2="x"/>
- <item v3="10:44:32+02:00" v1="1796" v2="x"/>
- <item v3="10:44:32+02:00" v1="1797" v2="x"/>
- <item v3="10:44:32+02:00" v1="1798" v2="x"/>
- <item v3="10:44:32+02:00" v1="1799" v2="x"/>
- <item v3="10:44:32+02:00" v1="1800" v2="x"/>
- <item v3="10:44:32+02:00" v1="1801" v2="x"/>
- <item v3="10:44:32+02:00" v1="1802" v2="x"/>
- <item v3="10:44:32+02:00" v1="1803" v2="x"/>
- <item v3="10:44:32+02:00" v1="1804" v2="x"/>
- <item v3="10:44:32+02:00" v1="1805" v2="x"/>
- <item v3="10:44:32+02:00" v1="1806" v2="x"/>
- <item v3="10:44:32+02:00" v1="1807" v2="x"/>
- <item v3="10:44:32+02:00" v1="1808" v2="x"/>
- <item v3="10:44:32+02:00" v1="1809" v2="x"/>
- <item v3="10:44:32+02:00" v1="1810" v2="x"/>
- <item v3="10:44:32+02:00" v1="1811" v2="x"/>
- <item v3="10:44:32+02:00" v1="1812" v2="x"/>
- <item v3="10:44:32+02:00" v1="1813" v2="x"/>
- <item v3="10:44:32+02:00" v1="1814" v2="x"/>
- <item v3="10:44:32+02:00" v1="1815" v2="x"/>
- <item v3="10:44:32+02:00" v1="1816" v2="x"/>
- <item v3="10:44:32+02:00" v1="1817" v2="x"/>
- <item v3="10:44:32+02:00" v1="1818" v2="x"/>
- <item v3="10:44:32+02:00" v1="1819" v2="x"/>
- <item v3="10:44:32+02:00" v1="1820" v2="x"/>
- <item v3="10:44:32+02:00" v1="1821" v2="x"/>
- <item v3="10:44:32+02:00" v1="1822" v2="x"/>
- <item v3="10:44:32+02:00" v1="1823" v2="x"/>
- <item v3="10:44:32+02:00" v1="1824" v2="x"/>
- <item v3="10:44:32+02:00" v1="1825" v2="x"/>
- <item v3="10:44:32+02:00" v1="1826" v2="x"/>
- <item v3="10:44:32+02:00" v1="1827" v2="x"/>
- <item v3="10:44:32+02:00" v1="1828" v2="x"/>
- <item v3="10:44:32+02:00" v1="1829" v2="x"/>
- <item v3="10:44:32+02:00" v1="1830" v2="x"/>
- <item v3="10:44:32+02:00" v1="1831" v2="x"/>
- <item v3="10:44:32+02:00" v1="1832" v2="x"/>
- <item v3="10:44:32+02:00" v1="1833" v2="x"/>
- <item v3="10:44:32+02:00" v1="1834" v2="x"/>
- <item v3="10:44:32+02:00" v1="1835" v2="x"/>
- <item v3="10:44:32+02:00" v1="1836" v2="x"/>
- <item v3="10:44:32+02:00" v1="1837" v2="x"/>
- <item v3="10:44:32+02:00" v1="1838" v2="x"/>
- <item v3="10:44:32+02:00" v1="1839" v2="x"/>
- <item v3="10:44:32+02:00" v1="1840" v2="x"/>
- <item v3="10:44:32+02:00" v1="1841" v2="x"/>
- <item v3="10:44:32+02:00" v1="1842" v2="x"/>
- <item v3="10:44:32+02:00" v1="1843" v2="x"/>
- <item v3="10:44:32+02:00" v1="1844" v2="x"/>
- <item v3="10:44:32+02:00" v1="1845" v2="x"/>
- <item v3="10:44:32+02:00" v1="1846" v2="x"/>
- <item v3="10:44:32+02:00" v1="1847" v2="x"/>
- <item v3="10:44:32+02:00" v1="1848" v2="x"/>
- <item v3="10:44:32+02:00" v1="1849" v2="x"/>
- <item v3="10:44:32+02:00" v1="1850" v2="x"/>
- <item v3="10:44:32+02:00" v1="1851" v2="x"/>
- <item v3="10:44:32+02:00" v1="1852" v2="x"/>
- <item v3="10:44:32+02:00" v1="1853" v2="x"/>
- <item v3="10:44:32+02:00" v1="1854" v2="x"/>
- <item v3="10:44:32+02:00" v1="1855" v2="x"/>
- <item v3="10:44:32+02:00" v1="1856" v2="x"/>
- <item v3="10:44:32+02:00" v1="1857" v2="x"/>
- <item v3="10:44:32+02:00" v1="1858" v2="x"/>
- <item v3="10:44:32+02:00" v1="1859" v2="x"/>
- <item v3="10:44:32+02:00" v1="1860" v2="x"/>
- <item v3="10:44:32+02:00" v1="1861" v2="x"/>
- <item v3="10:44:32+02:00" v1="1862" v2="x"/>
- <item v3="10:44:32+02:00" v1="1863" v2="x"/>
- <item v3="10:44:32+02:00" v1="1864" v2="x"/>
- <item v3="10:44:32+02:00" v1="1865" v2="x"/>
- <item v3="10:44:32+02:00" v1="1866" v2="x"/>
- <item v3="10:44:32+02:00" v1="1867" v2="x"/>
- <item v3="10:44:32+02:00" v1="1868" v2="x"/>
- <item v3="10:44:32+02:00" v1="1869" v2="x"/>
- <item v3="10:44:32+02:00" v1="1870" v2="x"/>
- <item v3="10:44:32+02:00" v1="1871" v2="x"/>
- <item v3="10:44:32+02:00" v1="1872" v2="x"/>
- <item v3="10:44:32+02:00" v1="1873" v2="x"/>
- <item v3="10:44:32+02:00" v1="1874" v2="x"/>
- <item v3="10:44:32+02:00" v1="1875" v2="x"/>
- <item v3="10:44:32+02:00" v1="1876" v2="x"/>
- <item v3="10:44:32+02:00" v1="1877" v2="x"/>
- <item v3="10:44:32+02:00" v1="1878" v2="x"/>
- <item v3="10:44:32+02:00" v1="1879" v2="x"/>
- <item v3="10:44:32+02:00" v1="1880" v2="x"/>
- <item v3="10:44:32+02:00" v1="1881" v2="x"/>
- <item v3="10:44:32+02:00" v1="1882" v2="x"/>
- <item v3="10:44:32+02:00" v1="1883" v2="x"/>
- <item v3="10:44:32+02:00" v1="1884" v2="x"/>
- <item v3="10:44:32+02:00" v1="1885" v2="x"/>
- <item v3="10:44:32+02:00" v1="1886" v2="x"/>
- <item v3="10:44:32+02:00" v1="1887" v2="x"/>
- <item v3="10:44:32+02:00" v1="1888" v2="x"/>
- <item v3="10:44:32+02:00" v1="1889" v2="x"/>
- <item v3="10:44:32+02:00" v1="1890" v2="x"/>
- <item v3="10:44:32+02:00" v1="1891" v2="x"/>
- <item v3="10:44:32+02:00" v1="1892" v2="x"/>
- <item v3="10:44:32+02:00" v1="1893" v2="x"/>
- <item v3="10:44:32+02:00" v1="1894" v2="x"/>
- <item v3="10:44:32+02:00" v1="1895" v2="x"/>
- <item v3="10:44:32+02:00" v1="1896" v2="x"/>
- <item v3="10:44:32+02:00" v1="1897" v2="x"/>
- <item v3="10:44:32+02:00" v1="1898" v2="x"/>
- <item v3="10:44:32+02:00" v1="1899" v2="x"/>
- <item v3="10:44:32+02:00" v1="1900" v2="x"/>
- <item v3="10:44:32+02:00" v1="1901" v2="x"/>
- <item v3="10:44:32+02:00" v1="1902" v2="x"/>
- <item v3="10:44:32+02:00" v1="1903" v2="x"/>
- <item v3="10:44:32+02:00" v1="1904" v2="x"/>
- <item v3="10:44:32+02:00" v1="1905" v2="x"/>
- <item v3="10:44:32+02:00" v1="1906" v2="x"/>
- <item v3="10:44:32+02:00" v1="1907" v2="x"/>
- <item v3="10:44:32+02:00" v1="1908" v2="x"/>
- <item v3="10:44:32+02:00" v1="1909" v2="x"/>
- <item v3="10:44:32+02:00" v1="1910" v2="x"/>
- <item v3="10:44:32+02:00" v1="1911" v2="x"/>
- <item v3="10:44:32+02:00" v1="1912" v2="x"/>
- <item v3="10:44:32+02:00" v1="1913" v2="x"/>
- <item v3="10:44:32+02:00" v1="1914" v2="x"/>
- <item v3="10:44:32+02:00" v1="1915" v2="x"/>
- <item v3="10:44:32+02:00" v1="1916" v2="x"/>
- <item v3="10:44:32+02:00" v1="1917" v2="x"/>
- <item v3="10:44:32+02:00" v1="1918" v2="x"/>
- <item v3="10:44:32+02:00" v1="1919" v2="x"/>
- <item v3="10:44:32+02:00" v1="1920" v2="x"/>
- <item v3="10:44:32+02:00" v1="1921" v2="x"/>
- <item v3="10:44:32+02:00" v1="1922" v2="x"/>
- <item v3="10:44:32+02:00" v1="1923" v2="x"/>
- <item v3="10:44:32+02:00" v1="1924" v2="x"/>
- <item v3="10:44:32+02:00" v1="1925" v2="x"/>
- <item v3="10:44:32+02:00" v1="1926" v2="x"/>
- <item v3="10:44:32+02:00" v1="1927" v2="x"/>
- <item v3="10:44:32+02:00" v1="1928" v2="x"/>
- <item v3="10:44:32+02:00" v1="1929" v2="x"/>
- <item v3="10:44:32+02:00" v1="1930" v2="x"/>
- <item v3="10:44:32+02:00" v1="1931" v2="x"/>
- <item v3="10:44:32+02:00" v1="1932" v2="x"/>
- <item v3="10:44:32+02:00" v1="1933" v2="x"/>
- <item v3="10:44:32+02:00" v1="1934" v2="x"/>
- <item v3="10:44:32+02:00" v1="1935" v2="x"/>
- <item v3="10:44:32+02:00" v1="1936" v2="x"/>
- <item v3="10:44:32+02:00" v1="1937" v2="x"/>
- <item v3="10:44:32+02:00" v1="1938" v2="x"/>
- <item v3="10:44:32+02:00" v1="1939" v2="x"/>
- <item v3="10:44:32+02:00" v1="1940" v2="x"/>
- <item v3="10:44:32+02:00" v1="1941" v2="x"/>
- <item v3="10:44:32+02:00" v1="1942" v2="x"/>
- <item v3="10:44:32+02:00" v1="1943" v2="x"/>
- <item v3="10:44:32+02:00" v1="1944" v2="x"/>
- <item v3="10:44:32+02:00" v1="1945" v2="x"/>
- <item v3="10:44:32+02:00" v1="1946" v2="x"/>
- <item v3="10:44:32+02:00" v1="1947" v2="x"/>
- <item v3="10:44:32+02:00" v1="1948" v2="x"/>
- <item v3="10:44:32+02:00" v1="1949" v2="x"/>
- <item v3="10:44:32+02:00" v1="1950" v2="x"/>
- <item v3="10:44:32+02:00" v1="1951" v2="x"/>
- <item v3="10:44:32+02:00" v1="1952" v2="x"/>
- <item v3="10:44:32+02:00" v1="1953" v2="x"/>
- <item v3="10:44:32+02:00" v1="1954" v2="x"/>
- <item v3="10:44:32+02:00" v1="1955" v2="x"/>
- <item v3="10:44:32+02:00" v1="1956" v2="x"/>
- <item v3="10:44:32+02:00" v1="1957" v2="x"/>
- <item v3="10:44:32+02:00" v1="1958" v2="x"/>
- <item v3="10:44:32+02:00" v1="1959" v2="x"/>
- <item v3="10:44:32+02:00" v1="1960" v2="x"/>
- <item v3="10:44:32+02:00" v1="1961" v2="x"/>
- <item v3="10:44:32+02:00" v1="1962" v2="x"/>
- <item v3="10:44:32+02:00" v1="1963" v2="x"/>
- <item v3="10:44:32+02:00" v1="1964" v2="x"/>
- <item v3="10:44:32+02:00" v1="1965" v2="x"/>
- <item v3="10:44:32+02:00" v1="1966" v2="x"/>
- <item v3="10:44:32+02:00" v1="1967" v2="x"/>
- <item v3="10:44:32+02:00" v1="1968" v2="x"/>
- <item v3="10:44:32+02:00" v1="1969" v2="x"/>
- <item v3="10:44:32+02:00" v1="1970" v2="x"/>
- <item v3="10:44:32+02:00" v1="1971" v2="x"/>
- <item v3="10:44:32+02:00" v1="1972" v2="x"/>
- <item v3="10:44:32+02:00" v1="1973" v2="x"/>
- <item v3="10:44:32+02:00" v1="1974" v2="x"/>
- <item v3="10:44:32+02:00" v1="1975" v2="x"/>
- <item v3="10:44:32+02:00" v1="1976" v2="x"/>
- <item v3="10:44:32+02:00" v1="1977" v2="x"/>
- <item v3="10:44:32+02:00" v1="1978" v2="x"/>
- <item v3="10:44:32+02:00" v1="1979" v2="x"/>
- <item v3="10:44:32+02:00" v1="1980" v2="x"/>
- <item v3="10:44:32+02:00" v1="1981" v2="x"/>
- <item v3="10:44:32+02:00" v1="1982" v2="x"/>
- <item v3="10:44:32+02:00" v1="1983" v2="x"/>
- <item v3="10:44:32+02:00" v1="1984" v2="x"/>
- <item v3="10:44:32+02:00" v1="1985" v2="x"/>
- <item v3="10:44:32+02:00" v1="1986" v2="x"/>
- <item v3="10:44:32+02:00" v1="1987" v2="x"/>
- <item v3="10:44:32+02:00" v1="1988" v2="x"/>
- <item v3="10:44:32+02:00" v1="1989" v2="x"/>
- <item v3="10:44:32+02:00" v1="1990" v2="x"/>
- <item v3="10:44:32+02:00" v1="1991" v2="x"/>
- <item v3="10:44:32+02:00" v1="1992" v2="x"/>
- <item v3="10:44:32+02:00" v1="1993" v2="x"/>
- <item v3="10:44:32+02:00" v1="1994" v2="x"/>
- <item v3="10:44:32+02:00" v1="1995" v2="x"/>
- <item v3="10:44:32+02:00" v1="1996" v2="x"/>
- <item v3="10:44:32+02:00" v1="1997" v2="x"/>
- <item v3="10:44:32+02:00" v1="1998" v2="x"/>
- <item v3="10:44:32+02:00" v1="1999" v2="x"/>
- <item v3="10:44:32+02:00" v1="2000" v2="x"/>
- <item v3="10:44:32+02:00" v1="2001" v2="x"/>
- <item v3="10:44:32+02:00" v1="2002" v2="x"/>
- <item v3="10:44:32+02:00" v1="2003" v2="x"/>
- <item v3="10:44:32+02:00" v1="2004" v2="x"/>
- <item v3="10:44:32+02:00" v1="2005" v2="x"/>
- <item v3="10:44:32+02:00" v1="2006" v2="x"/>
- <item v3="10:44:32+02:00" v1="2007" v2="x"/>
- <item v3="10:44:32+02:00" v1="2008" v2="x"/>
- <item v3="10:44:32+02:00" v1="2009" v2="x"/>
- <item v3="10:44:32+02:00" v1="2010" v2="x"/>
- <item v3="10:44:32+02:00" v1="2011" v2="x"/>
- <item v3="10:44:32+02:00" v1="2012" v2="x"/>
- <item v3="10:44:32+02:00" v1="2013" v2="x"/>
- <item v3="10:44:32+02:00" v1="2014" v2="x"/>
- <item v3="10:44:32+02:00" v1="2015" v2="x"/>
- <item v3="10:44:32+02:00" v1="2016" v2="x"/>
- <item v3="10:44:32+02:00" v1="2017" v2="x"/>
- <item v3="10:44:32+02:00" v1="2018" v2="x"/>
- <item v3="10:44:32+02:00" v1="2019" v2="x"/>
- <item v3="10:44:32+02:00" v1="2020" v2="x"/>
- <item v3="10:44:32+02:00" v1="2021" v2="x"/>
- <item v3="10:44:32+02:00" v1="2022" v2="x"/>
- <item v3="10:44:32+02:00" v1="2023" v2="x"/>
- <item v3="10:44:32+02:00" v1="2024" v2="x"/>
- <item v3="10:44:32+02:00" v1="2025" v2="x"/>
- <item v3="10:44:32+02:00" v1="2026" v2="x"/>
- <item v3="10:44:32+02:00" v1="2027" v2="x"/>
- <item v3="10:44:32+02:00" v1="2028" v2="x"/>
- <item v3="10:44:32+02:00" v1="2029" v2="x"/>
- <item v3="10:44:32+02:00" v1="2030" v2="x"/>
- <item v3="10:44:32+02:00" v1="2031" v2="x"/>
- <item v3="10:44:32+02:00" v1="2032" v2="x"/>
- <item v3="10:44:32+02:00" v1="2033" v2="x"/>
- <item v3="10:44:32+02:00" v1="2034" v2="x"/>
- <item v3="10:44:32+02:00" v1="2035" v2="x"/>
- <item v3="10:44:32+02:00" v1="2036" v2="x"/>
- <item v3="10:44:32+02:00" v1="2037" v2="x"/>
- <item v3="10:44:32+02:00" v1="2038" v2="x"/>
- <item v3="10:44:32+02:00" v1="2039" v2="x"/>
- <item v3="10:44:32+02:00" v1="2040" v2="x"/>
- <item v3="10:44:32+02:00" v1="2041" v2="x"/>
- <item v3="10:44:32+02:00" v1="2042" v2="x"/>
- <item v3="10:44:32+02:00" v1="2043" v2="x"/>
- <item v3="10:44:32+02:00" v1="2044" v2="x"/>
- <item v3="10:44:32+02:00" v1="2045" v2="x"/>
- <item v3="10:44:32+02:00" v1="2046" v2="x"/>
- <item v3="10:44:32+02:00" v1="2047" v2="x"/>
- <item v3="10:44:32+02:00" v1="2048" v2="x"/>
- <item v3="10:44:32+02:00" v1="2049" v2="x"/>
- <item v3="10:44:32+02:00" v1="2050" v2="x"/>
- <item v3="10:44:32+02:00" v1="2051" v2="x"/>
- <item v3="10:44:32+02:00" v1="2052" v2="x"/>
- <item v3="10:44:32+02:00" v1="2053" v2="x"/>
- <item v3="10:44:32+02:00" v1="2054" v2="x"/>
- <item v3="10:44:32+02:00" v1="2055" v2="x"/>
- <item v3="10:44:32+02:00" v1="2056" v2="x"/>
- <item v3="10:44:32+02:00" v1="2057" v2="x"/>
- <item v3="10:44:32+02:00" v1="2058" v2="x"/>
- <item v3="10:44:32+02:00" v1="2059" v2="x"/>
- <item v3="10:44:32+02:00" v1="2060" v2="x"/>
- <item v3="10:44:32+02:00" v1="2061" v2="x"/>
- <item v3="10:44:32+02:00" v1="2062" v2="x"/>
- <item v3="10:44:32+02:00" v1="2063" v2="x"/>
- <item v3="10:44:32+02:00" v1="2064" v2="x"/>
- <item v3="10:44:32+02:00" v1="2065" v2="x"/>
- <item v3="10:44:32+02:00" v1="2066" v2="x"/>
- <item v3="10:44:32+02:00" v1="2067" v2="x"/>
- <item v3="10:44:32+02:00" v1="2068" v2="x"/>
- <item v3="10:44:32+02:00" v1="2069" v2="x"/>
- <item v3="10:44:32+02:00" v1="2070" v2="x"/>
- <item v3="10:44:32+02:00" v1="2071" v2="x"/>
- <item v3="10:44:32+02:00" v1="2072" v2="x"/>
- <item v3="10:44:32+02:00" v1="2073" v2="x"/>
- <item v3="10:44:32+02:00" v1="2074" v2="x"/>
- <item v3="10:44:32+02:00" v1="2075" v2="x"/>
- <item v3="10:44:32+02:00" v1="2076" v2="x"/>
- <item v3="10:44:32+02:00" v1="2077" v2="x"/>
- <item v3="10:44:32+02:00" v1="2078" v2="x"/>
- <item v3="10:44:32+02:00" v1="2079" v2="x"/>
- <item v3="10:44:32+02:00" v1="2080" v2="x"/>
- <item v3="10:44:32+02:00" v1="2081" v2="x"/>
- <item v3="10:44:32+02:00" v1="2082" v2="x"/>
- <item v3="10:44:32+02:00" v1="2083" v2="x"/>
- <item v3="10:44:32+02:00" v1="2084" v2="x"/>
- <item v3="10:44:32+02:00" v1="2085" v2="x"/>
- <item v3="10:44:32+02:00" v1="2086" v2="x"/>
- <item v3="10:44:32+02:00" v1="2087" v2="x"/>
- <item v3="10:44:32+02:00" v1="2088" v2="x"/>
- <item v3="10:44:32+02:00" v1="2089" v2="x"/>
- <item v3="10:44:32+02:00" v1="2090" v2="x"/>
- <item v3="10:44:32+02:00" v1="2091" v2="x"/>
- <item v3="10:44:32+02:00" v1="2092" v2="x"/>
- <item v3="10:44:32+02:00" v1="2093" v2="x"/>
- <item v3="10:44:32+02:00" v1="2094" v2="x"/>
- <item v3="10:44:32+02:00" v1="2095" v2="x"/>
- <item v3="10:44:32+02:00" v1="2096" v2="x"/>
- <item v3="10:44:32+02:00" v1="2097" v2="x"/>
- <item v3="10:44:32+02:00" v1="2098" v2="x"/>
- <item v3="10:44:32+02:00" v1="2099" v2="x"/>
- <item v3="10:44:32+02:00" v1="2100" v2="x"/>
- <item v3="10:44:32+02:00" v1="2101" v2="x"/>
- <item v3="10:44:32+02:00" v1="2102" v2="x"/>
- <item v3="10:44:32+02:00" v1="2103" v2="x"/>
- <item v3="10:44:32+02:00" v1="2104" v2="x"/>
- <item v3="10:44:32+02:00" v1="2105" v2="x"/>
- <item v3="10:44:32+02:00" v1="2106" v2="x"/>
- <item v3="10:44:32+02:00" v1="2107" v2="x"/>
- <item v3="10:44:32+02:00" v1="2108" v2="x"/>
- <item v3="10:44:32+02:00" v1="2109" v2="x"/>
- <item v3="10:44:32+02:00" v1="2110" v2="x"/>
- <item v3="10:44:32+02:00" v1="2111" v2="x"/>
- <item v3="10:44:32+02:00" v1="2112" v2="x"/>
- <item v3="10:44:32+02:00" v1="2113" v2="x"/>
- <item v3="10:44:32+02:00" v1="2114" v2="x"/>
- <item v3="10:44:32+02:00" v1="2115" v2="x"/>
- <item v3="10:44:32+02:00" v1="2116" v2="x"/>
- <item v3="10:44:32+02:00" v1="2117" v2="x"/>
- <item v3="10:44:32+02:00" v1="2118" v2="x"/>
- <item v3="10:44:32+02:00" v1="2119" v2="x"/>
- <item v3="10:44:32+02:00" v1="2120" v2="x"/>
- <item v3="10:44:32+02:00" v1="2121" v2="x"/>
- <item v3="10:44:32+02:00" v1="2122" v2="x"/>
- <item v3="10:44:32+02:00" v1="2123" v2="x"/>
- <item v3="10:44:32+02:00" v1="2124" v2="x"/>
- <item v3="10:44:32+02:00" v1="2125" v2="x"/>
- <item v3="10:44:32+02:00" v1="2126" v2="x"/>
- <item v3="10:44:32+02:00" v1="2127" v2="x"/>
- <item v3="10:44:32+02:00" v1="2128" v2="x"/>
- <item v3="10:44:32+02:00" v1="2129" v2="x"/>
- <item v3="10:44:32+02:00" v1="2130" v2="x"/>
- <item v3="10:44:32+02:00" v1="2131" v2="x"/>
- <item v3="10:44:32+02:00" v1="2132" v2="x"/>
- <item v3="10:44:32+02:00" v1="2133" v2="x"/>
- <item v3="10:44:32+02:00" v1="2134" v2="x"/>
- <item v3="10:44:32+02:00" v1="2135" v2="x"/>
- <item v3="10:44:32+02:00" v1="2136" v2="x"/>
- <item v3="10:44:32+02:00" v1="2137" v2="x"/>
- <item v3="10:44:32+02:00" v1="2138" v2="x"/>
- <item v3="10:44:32+02:00" v1="2139" v2="x"/>
- <item v3="10:44:32+02:00" v1="2140" v2="x"/>
- <item v3="10:44:32+02:00" v1="2141" v2="x"/>
- <item v3="10:44:32+02:00" v1="2142" v2="x"/>
- <item v3="10:44:32+02:00" v1="2143" v2="x"/>
- <item v3="10:44:32+02:00" v1="2144" v2="x"/>
- <item v3="10:44:32+02:00" v1="2145" v2="x"/>
- <item v3="10:44:32+02:00" v1="2146" v2="x"/>
- <item v3="10:44:32+02:00" v1="2147" v2="x"/>
- <item v3="10:44:32+02:00" v1="2148" v2="x"/>
- <item v3="10:44:32+02:00" v1="2149" v2="x"/>
- <item v3="10:44:32+02:00" v1="2150" v2="x"/>
- <item v3="10:44:32+02:00" v1="2151" v2="x"/>
- <item v3="10:44:32+02:00" v1="2152" v2="x"/>
- <item v3="10:44:32+02:00" v1="2153" v2="x"/>
- <item v3="10:44:32+02:00" v1="2154" v2="x"/>
- <item v3="10:44:32+02:00" v1="2155" v2="x"/>
- <item v3="10:44:32+02:00" v1="2156" v2="x"/>
- <item v3="10:44:32+02:00" v1="2157" v2="x"/>
- <item v3="10:44:32+02:00" v1="2158" v2="x"/>
- <item v3="10:44:32+02:00" v1="2159" v2="x"/>
- <item v3="10:44:32+02:00" v1="2160" v2="x"/>
- <item v3="10:44:32+02:00" v1="2161" v2="x"/>
- <item v3="10:44:32+02:00" v1="2162" v2="x"/>
- <item v3="10:44:32+02:00" v1="2163" v2="x"/>
- <item v3="10:44:32+02:00" v1="2164" v2="x"/>
- <item v3="10:44:32+02:00" v1="2165" v2="x"/>
- <item v3="10:44:32+02:00" v1="2166" v2="x"/>
- <item v3="10:44:32+02:00" v1="2167" v2="x"/>
- <item v3="10:44:32+02:00" v1="2168" v2="x"/>
- <item v3="10:44:32+02:00" v1="2169" v2="x"/>
- <item v3="10:44:32+02:00" v1="2170" v2="x"/>
- <item v3="10:44:32+02:00" v1="2171" v2="x"/>
- <item v3="10:44:32+02:00" v1="2172" v2="x"/>
- <item v3="10:44:32+02:00" v1="2173" v2="x"/>
- <item v3="10:44:32+02:00" v1="2174" v2="x"/>
- <item v3="10:44:32+02:00" v1="2175" v2="x"/>
- <item v3="10:44:32+02:00" v1="2176" v2="x"/>
- <item v3="10:44:32+02:00" v1="2177" v2="x"/>
- <item v3="10:44:32+02:00" v1="2178" v2="x"/>
- <item v3="10:44:32+02:00" v1="2179" v2="x"/>
- <item v3="10:44:32+02:00" v1="2180" v2="x"/>
- <item v3="10:44:32+02:00" v1="2181" v2="x"/>
- <item v3="10:44:32+02:00" v1="2182" v2="x"/>
- <item v3="10:44:32+02:00" v1="2183" v2="x"/>
- <item v3="10:44:32+02:00" v1="2184" v2="x"/>
- <item v3="10:44:32+02:00" v1="2185" v2="x"/>
- <item v3="10:44:32+02:00" v1="2186" v2="x"/>
- <item v3="10:44:32+02:00" v1="2187" v2="x"/>
- <item v3="10:44:32+02:00" v1="2188" v2="x"/>
- <item v3="10:44:32+02:00" v1="2189" v2="x"/>
- <item v3="10:44:32+02:00" v1="2190" v2="x"/>
- <item v3="10:44:32+02:00" v1="2191" v2="x"/>
- <item v3="10:44:32+02:00" v1="2192" v2="x"/>
- <item v3="10:44:32+02:00" v1="2193" v2="x"/>
- <item v3="10:44:32+02:00" v1="2194" v2="x"/>
- <item v3="10:44:32+02:00" v1="2195" v2="x"/>
- <item v3="10:44:32+02:00" v1="2196" v2="x"/>
- <item v3="10:44:32+02:00" v1="2197" v2="x"/>
- <item v3="10:44:32+02:00" v1="2198" v2="x"/>
- <item v3="10:44:32+02:00" v1="2199" v2="x"/>
- <item v3="10:44:32+02:00" v1="2200" v2="x"/>
- <item v3="10:44:32+02:00" v1="2201" v2="x"/>
- <item v3="10:44:32+02:00" v1="2202" v2="x"/>
- <item v3="10:44:32+02:00" v1="2203" v2="x"/>
- <item v3="10:44:32+02:00" v1="2204" v2="x"/>
- <item v3="10:44:32+02:00" v1="2205" v2="x"/>
- <item v3="10:44:32+02:00" v1="2206" v2="x"/>
- <item v3="10:44:32+02:00" v1="2207" v2="x"/>
- <item v3="10:44:32+02:00" v1="2208" v2="x"/>
- <item v3="10:44:32+02:00" v1="2209" v2="x"/>
- <item v3="10:44:32+02:00" v1="2210" v2="x"/>
- <item v3="10:44:32+02:00" v1="2211" v2="x"/>
- <item v3="10:44:32+02:00" v1="2212" v2="x"/>
- <item v3="10:44:32+02:00" v1="2213" v2="x"/>
- <item v3="10:44:32+02:00" v1="2214" v2="x"/>
- <item v3="10:44:32+02:00" v1="2215" v2="x"/>
- <item v3="10:44:32+02:00" v1="2216" v2="x"/>
- <item v3="10:44:32+02:00" v1="2217" v2="x"/>
- <item v3="10:44:32+02:00" v1="2218" v2="x"/>
- <item v3="10:44:32+02:00" v1="2219" v2="x"/>
- <item v3="10:44:32+02:00" v1="2220" v2="x"/>
- <item v3="10:44:32+02:00" v1="2221" v2="x"/>
- <item v3="10:44:32+02:00" v1="2222" v2="x"/>
- <item v3="10:44:32+02:00" v1="2223" v2="x"/>
- <item v3="10:44:32+02:00" v1="2224" v2="x"/>
- <item v3="10:44:32+02:00" v1="2225" v2="x"/>
- <item v3="10:44:32+02:00" v1="2226" v2="x"/>
- <item v3="10:44:32+02:00" v1="2227" v2="x"/>
- <item v3="10:44:32+02:00" v1="2228" v2="x"/>
- <item v3="10:44:32+02:00" v1="2229" v2="x"/>
- <item v3="10:44:32+02:00" v1="2230" v2="x"/>
- <item v3="10:44:32+02:00" v1="2231" v2="x"/>
- <item v3="10:44:32+02:00" v1="2232" v2="x"/>
- <item v3="10:44:32+02:00" v1="2233" v2="x"/>
- <item v3="10:44:32+02:00" v1="2234" v2="x"/>
- <item v3="10:44:32+02:00" v1="2235" v2="x"/>
- <item v3="10:44:32+02:00" v1="2236" v2="x"/>
- <item v3="10:44:32+02:00" v1="2237" v2="x"/>
- <item v3="10:44:32+02:00" v1="2238" v2="x"/>
- <item v3="10:44:32+02:00" v1="2239" v2="x"/>
- <item v3="10:44:32+02:00" v1="2240" v2="x"/>
- <item v3="10:44:32+02:00" v1="2241" v2="x"/>
- <item v3="10:44:32+02:00" v1="2242" v2="x"/>
- <item v3="10:44:32+02:00" v1="2243" v2="x"/>
- <item v3="10:44:32+02:00" v1="2244" v2="x"/>
- <item v3="10:44:32+02:00" v1="2245" v2="x"/>
- <item v3="10:44:32+02:00" v1="2246" v2="x"/>
- <item v3="10:44:32+02:00" v1="2247" v2="x"/>
- <item v3="10:44:32+02:00" v1="2248" v2="x"/>
- <item v3="10:44:32+02:00" v1="2249" v2="x"/>
- <item v3="10:44:32+02:00" v1="2250" v2="x"/>
- <item v3="10:44:32+02:00" v1="2251" v2="x"/>
- <item v3="10:44:32+02:00" v1="2252" v2="x"/>
- <item v3="10:44:32+02:00" v1="2253" v2="x"/>
- <item v3="10:44:32+02:00" v1="2254" v2="x"/>
- <item v3="10:44:32+02:00" v1="2255" v2="x"/>
- <item v3="10:44:32+02:00" v1="2256" v2="x"/>
- <item v3="10:44:32+02:00" v1="2257" v2="x"/>
- <item v3="10:44:32+02:00" v1="2258" v2="x"/>
- <item v3="10:44:32+02:00" v1="2259" v2="x"/>
- <item v3="10:44:32+02:00" v1="2260" v2="x"/>
- <item v3="10:44:32+02:00" v1="2261" v2="x"/>
- <item v3="10:44:32+02:00" v1="2262" v2="x"/>
- <item v3="10:44:32+02:00" v1="2263" v2="x"/>
- <item v3="10:44:32+02:00" v1="2264" v2="x"/>
- <item v3="10:44:32+02:00" v1="2265" v2="x"/>
- <item v3="10:44:32+02:00" v1="2266" v2="x"/>
- <item v3="10:44:32+02:00" v1="2267" v2="x"/>
- <item v3="10:44:32+02:00" v1="2268" v2="x"/>
- <item v3="10:44:32+02:00" v1="2269" v2="x"/>
- <item v3="10:44:32+02:00" v1="2270" v2="x"/>
- <item v3="10:44:32+02:00" v1="2271" v2="x"/>
- <item v3="10:44:32+02:00" v1="2272" v2="x"/>
- <item v3="10:44:32+02:00" v1="2273" v2="x"/>
- <item v3="10:44:32+02:00" v1="2274" v2="x"/>
- <item v3="10:44:32+02:00" v1="2275" v2="x"/>
- <item v3="10:44:32+02:00" v1="2276" v2="x"/>
- <item v3="10:44:32+02:00" v1="2277" v2="x"/>
- <item v3="10:44:32+02:00" v1="2278" v2="x"/>
- <item v3="10:44:32+02:00" v1="2279" v2="x"/>
- <item v3="10:44:32+02:00" v1="2280" v2="x"/>
- <item v3="10:44:32+02:00" v1="2281" v2="x"/>
- <item v3="10:44:32+02:00" v1="2282" v2="x"/>
- <item v3="10:44:32+02:00" v1="2283" v2="x"/>
- <item v3="10:44:32+02:00" v1="2284" v2="x"/>
- <item v3="10:44:32+02:00" v1="2285" v2="x"/>
- <item v3="10:44:32+02:00" v1="2286" v2="x"/>
- <item v3="10:44:32+02:00" v1="2287" v2="x"/>
- <item v3="10:44:32+02:00" v1="2288" v2="x"/>
- <item v3="10:44:32+02:00" v1="2289" v2="x"/>
- <item v3="10:44:32+02:00" v1="2290" v2="x"/>
- <item v3="10:44:32+02:00" v1="2291" v2="x"/>
- <item v3="10:44:32+02:00" v1="2292" v2="x"/>
- <item v3="10:44:32+02:00" v1="2293" v2="x"/>
- <item v3="10:44:32+02:00" v1="2294" v2="x"/>
- <item v3="10:44:32+02:00" v1="2295" v2="x"/>
- <item v3="10:44:32+02:00" v1="2296" v2="x"/>
- <item v3="10:44:32+02:00" v1="2297" v2="x"/>
- <item v3="10:44:32+02:00" v1="2298" v2="x"/>
- <item v3="10:44:32+02:00" v1="2299" v2="x"/>
- <item v3="10:44:32+02:00" v1="2300" v2="x"/>
- <item v3="10:44:32+02:00" v1="2301" v2="x"/>
- <item v3="10:44:32+02:00" v1="2302" v2="x"/>
- <item v3="10:44:32+02:00" v1="2303" v2="x"/>
- <item v3="10:44:32+02:00" v1="2304" v2="x"/>
- <item v3="10:44:32+02:00" v1="2305" v2="x"/>
- <item v3="10:44:32+02:00" v1="2306" v2="x"/>
- <item v3="10:44:32+02:00" v1="2307" v2="x"/>
- <item v3="10:44:32+02:00" v1="2308" v2="x"/>
- <item v3="10:44:32+02:00" v1="2309" v2="x"/>
- <item v3="10:44:32+02:00" v1="2310" v2="x"/>
- <item v3="10:44:32+02:00" v1="2311" v2="x"/>
- <item v3="10:44:32+02:00" v1="2312" v2="x"/>
- <item v3="10:44:32+02:00" v1="2313" v2="x"/>
- <item v3="10:44:32+02:00" v1="2314" v2="x"/>
- <item v3="10:44:32+02:00" v1="2315" v2="x"/>
- <item v3="10:44:32+02:00" v1="2316" v2="x"/>
- <item v3="10:44:32+02:00" v1="2317" v2="x"/>
- <item v3="10:44:32+02:00" v1="2318" v2="x"/>
- <item v3="10:44:32+02:00" v1="2319" v2="x"/>
- <item v3="10:44:32+02:00" v1="2320" v2="x"/>
- <item v3="10:44:32+02:00" v1="2321" v2="x"/>
- <item v3="10:44:32+02:00" v1="2322" v2="x"/>
- <item v3="10:44:32+02:00" v1="2323" v2="x"/>
- <item v3="10:44:32+02:00" v1="2324" v2="x"/>
- <item v3="10:44:32+02:00" v1="2325" v2="x"/>
- <item v3="10:44:32+02:00" v1="2326" v2="x"/>
- <item v3="10:44:32+02:00" v1="2327" v2="x"/>
- <item v3="10:44:32+02:00" v1="2328" v2="x"/>
- <item v3="10:44:32+02:00" v1="2329" v2="x"/>
- <item v3="10:44:32+02:00" v1="2330" v2="x"/>
- <item v3="10:44:32+02:00" v1="2331" v2="x"/>
- <item v3="10:44:32+02:00" v1="2332" v2="x"/>
- <item v3="10:44:32+02:00" v1="2333" v2="x"/>
- <item v3="10:44:32+02:00" v1="2334" v2="x"/>
- <item v3="10:44:32+02:00" v1="2335" v2="x"/>
- <item v3="10:44:32+02:00" v1="2336" v2="x"/>
- <item v3="10:44:32+02:00" v1="2337" v2="x"/>
- <item v3="10:44:32+02:00" v1="2338" v2="x"/>
- <item v3="10:44:32+02:00" v1="2339" v2="x"/>
- <item v3="10:44:32+02:00" v1="2340" v2="x"/>
- <item v3="10:44:32+02:00" v1="2341" v2="x"/>
- <item v3="10:44:32+02:00" v1="2342" v2="x"/>
- <item v3="10:44:32+02:00" v1="2343" v2="x"/>
- <item v3="10:44:32+02:00" v1="2344" v2="x"/>
- <item v3="10:44:32+02:00" v1="2345" v2="x"/>
- <item v3="10:44:32+02:00" v1="2346" v2="x"/>
- <item v3="10:44:32+02:00" v1="2347" v2="x"/>
- <item v3="10:44:32+02:00" v1="2348" v2="x"/>
- <item v3="10:44:32+02:00" v1="2349" v2="x"/>
- <item v3="10:44:32+02:00" v1="2350" v2="x"/>
- <item v3="10:44:32+02:00" v1="2351" v2="x"/>
- <item v3="10:44:32+02:00" v1="2352" v2="x"/>
- <item v3="10:44:32+02:00" v1="2353" v2="x"/>
- <item v3="10:44:32+02:00" v1="2354" v2="x"/>
- <item v3="10:44:32+02:00" v1="2355" v2="x"/>
- <item v3="10:44:32+02:00" v1="2356" v2="x"/>
- <item v3="10:44:32+02:00" v1="2357" v2="x"/>
- <item v3="10:44:32+02:00" v1="2358" v2="x"/>
- <item v3="10:44:32+02:00" v1="2359" v2="x"/>
- <item v3="10:44:32+02:00" v1="2360" v2="x"/>
- <item v3="10:44:32+02:00" v1="2361" v2="x"/>
- <item v3="10:44:32+02:00" v1="2362" v2="x"/>
- <item v3="10:44:32+02:00" v1="2363" v2="x"/>
- <item v3="10:44:32+02:00" v1="2364" v2="x"/>
- <item v3="10:44:32+02:00" v1="2365" v2="x"/>
- <item v3="10:44:32+02:00" v1="2366" v2="x"/>
- <item v3="10:44:32+02:00" v1="2367" v2="x"/>
- <item v3="10:44:32+02:00" v1="2368" v2="x"/>
- <item v3="10:44:32+02:00" v1="2369" v2="x"/>
- <item v3="10:44:32+02:00" v1="2370" v2="x"/>
- <item v3="10:44:32+02:00" v1="2371" v2="x"/>
- <item v3="10:44:32+02:00" v1="2372" v2="x"/>
- <item v3="10:44:32+02:00" v1="2373" v2="x"/>
- <item v3="10:44:32+02:00" v1="2374" v2="x"/>
- <item v3="10:44:32+02:00" v1="2375" v2="x"/>
- <item v3="10:44:32+02:00" v1="2376" v2="x"/>
- <item v3="10:44:32+02:00" v1="2377" v2="x"/>
- <item v3="10:44:32+02:00" v1="2378" v2="x"/>
- <item v3="10:44:32+02:00" v1="2379" v2="x"/>
- <item v3="10:44:32+02:00" v1="2380" v2="x"/>
- <item v3="10:44:32+02:00" v1="2381" v2="x"/>
- <item v3="10:44:32+02:00" v1="2382" v2="x"/>
- <item v3="10:44:32+02:00" v1="2383" v2="x"/>
- <item v3="10:44:32+02:00" v1="2384" v2="x"/>
- <item v3="10:44:32+02:00" v1="2385" v2="x"/>
- <item v3="10:44:32+02:00" v1="2386" v2="x"/>
- <item v3="10:44:32+02:00" v1="2387" v2="x"/>
- <item v3="10:44:32+02:00" v1="2388" v2="x"/>
- <item v3="10:44:32+02:00" v1="2389" v2="x"/>
- <item v3="10:44:32+02:00" v1="2390" v2="x"/>
- <item v3="10:44:32+02:00" v1="2391" v2="x"/>
- <item v3="10:44:32+02:00" v1="2392" v2="x"/>
- <item v3="10:44:32+02:00" v1="2393" v2="x"/>
- <item v3="10:44:32+02:00" v1="2394" v2="x"/>
- <item v3="10:44:32+02:00" v1="2395" v2="x"/>
- <item v3="10:44:32+02:00" v1="2396" v2="x"/>
- <item v3="10:44:32+02:00" v1="2397" v2="x"/>
- <item v3="10:44:32+02:00" v1="2398" v2="x"/>
- <item v3="10:44:32+02:00" v1="2399" v2="x"/>
- <item v3="10:44:32+02:00" v1="2400" v2="x"/>
- <item v3="10:44:32+02:00" v1="2401" v2="x"/>
- <item v3="10:44:32+02:00" v1="2402" v2="x"/>
- <item v3="10:44:32+02:00" v1="2403" v2="x"/>
- <item v3="10:44:32+02:00" v1="2404" v2="x"/>
- <item v3="10:44:32+02:00" v1="2405" v2="x"/>
- <item v3="10:44:32+02:00" v1="2406" v2="x"/>
- <item v3="10:44:32+02:00" v1="2407" v2="x"/>
- <item v3="10:44:32+02:00" v1="2408" v2="x"/>
- <item v3="10:44:32+02:00" v1="2409" v2="x"/>
- <item v3="10:44:32+02:00" v1="2410" v2="x"/>
- <item v3="10:44:32+02:00" v1="2411" v2="x"/>
- <item v3="10:44:32+02:00" v1="2412" v2="x"/>
- <item v3="10:44:32+02:00" v1="2413" v2="x"/>
- <item v3="10:44:32+02:00" v1="2414" v2="x"/>
- <item v3="10:44:32+02:00" v1="2415" v2="x"/>
- <item v3="10:44:32+02:00" v1="2416" v2="x"/>
- <item v3="10:44:32+02:00" v1="2417" v2="x"/>
- <item v3="10:44:32+02:00" v1="2418" v2="x"/>
- <item v3="10:44:32+02:00" v1="2419" v2="x"/>
- <item v3="10:44:32+02:00" v1="2420" v2="x"/>
- <item v3="10:44:32+02:00" v1="2421" v2="x"/>
- <item v3="10:44:32+02:00" v1="2422" v2="x"/>
- <item v3="10:44:32+02:00" v1="2423" v2="x"/>
- <item v3="10:44:32+02:00" v1="2424" v2="x"/>
- <item v3="10:44:32+02:00" v1="2425" v2="x"/>
- <item v3="10:44:32+02:00" v1="2426" v2="x"/>
- <item v3="10:44:32+02:00" v1="2427" v2="x"/>
- <item v3="10:44:32+02:00" v1="2428" v2="x"/>
- <item v3="10:44:32+02:00" v1="2429" v2="x"/>
- <item v3="10:44:32+02:00" v1="2430" v2="x"/>
- <item v3="10:44:32+02:00" v1="2431" v2="x"/>
- <item v3="10:44:32+02:00" v1="2432" v2="x"/>
- <item v3="10:44:32+02:00" v1="2433" v2="x"/>
- <item v3="10:44:32+02:00" v1="2434" v2="x"/>
- <item v3="10:44:32+02:00" v1="2435" v2="x"/>
- <item v3="10:44:32+02:00" v1="2436" v2="x"/>
- <item v3="10:44:32+02:00" v1="2437" v2="x"/>
- <item v3="10:44:32+02:00" v1="2438" v2="x"/>
- <item v3="10:44:32+02:00" v1="2439" v2="x"/>
- <item v3="10:44:32+02:00" v1="2440" v2="x"/>
- <item v3="10:44:32+02:00" v1="2441" v2="x"/>
- <item v3="10:44:32+02:00" v1="2442" v2="x"/>
- <item v3="10:44:32+02:00" v1="2443" v2="x"/>
- <item v3="10:44:32+02:00" v1="2444" v2="x"/>
- <item v3="10:44:32+02:00" v1="2445" v2="x"/>
- <item v3="10:44:32+02:00" v1="2446" v2="x"/>
- <item v3="10:44:32+02:00" v1="2447" v2="x"/>
- <item v3="10:44:32+02:00" v1="2448" v2="x"/>
- <item v3="10:44:32+02:00" v1="2449" v2="x"/>
- <item v3="10:44:32+02:00" v1="2450" v2="x"/>
- <item v3="10:44:32+02:00" v1="2451" v2="x"/>
- <item v3="10:44:32+02:00" v1="2452" v2="x"/>
- <item v3="10:44:32+02:00" v1="2453" v2="x"/>
- <item v3="10:44:32+02:00" v1="2454" v2="x"/>
- <item v3="10:44:32+02:00" v1="2455" v2="x"/>
- <item v3="10:44:32+02:00" v1="2456" v2="x"/>
- <item v3="10:44:32+02:00" v1="2457" v2="x"/>
- <item v3="10:44:32+02:00" v1="2458" v2="x"/>
- <item v3="10:44:32+02:00" v1="2459" v2="x"/>
- <item v3="10:44:32+02:00" v1="2460" v2="x"/>
- <item v3="10:44:32+02:00" v1="2461" v2="x"/>
- <item v3="10:44:32+02:00" v1="2462" v2="x"/>
- <item v3="10:44:32+02:00" v1="2463" v2="x"/>
- <item v3="10:44:32+02:00" v1="2464" v2="x"/>
- <item v3="10:44:32+02:00" v1="2465" v2="x"/>
- <item v3="10:44:32+02:00" v1="2466" v2="x"/>
- <item v3="10:44:32+02:00" v1="2467" v2="x"/>
- <item v3="10:44:32+02:00" v1="2468" v2="x"/>
- <item v3="10:44:32+02:00" v1="2469" v2="x"/>
- <item v3="10:44:32+02:00" v1="2470" v2="x"/>
- <item v3="10:44:32+02:00" v1="2471" v2="x"/>
- <item v3="10:44:32+02:00" v1="2472" v2="x"/>
- <item v3="10:44:32+02:00" v1="2473" v2="x"/>
- <item v3="10:44:32+02:00" v1="2474" v2="x"/>
- <item v3="10:44:32+02:00" v1="2475" v2="x"/>
- <item v3="10:44:32+02:00" v1="2476" v2="x"/>
- <item v3="10:44:32+02:00" v1="2477" v2="x"/>
- <item v3="10:44:32+02:00" v1="2478" v2="x"/>
- <item v3="10:44:32+02:00" v1="2479" v2="x"/>
- <item v3="10:44:32+02:00" v1="2480" v2="x"/>
- <item v3="10:44:32+02:00" v1="2481" v2="x"/>
- <item v3="10:44:32+02:00" v1="2482" v2="x"/>
- <item v3="10:44:32+02:00" v1="2483" v2="x"/>
- <item v3="10:44:32+02:00" v1="2484" v2="x"/>
- <item v3="10:44:32+02:00" v1="2485" v2="x"/>
- <item v3="10:44:32+02:00" v1="2486" v2="x"/>
- <item v3="10:44:32+02:00" v1="2487" v2="x"/>
- <item v3="10:44:32+02:00" v1="2488" v2="x"/>
- <item v3="10:44:32+02:00" v1="2489" v2="x"/>
- <item v3="10:44:32+02:00" v1="2490" v2="x"/>
- <item v3="10:44:32+02:00" v1="2491" v2="x"/>
- <item v3="10:44:32+02:00" v1="2492" v2="x"/>
- <item v3="10:44:32+02:00" v1="2493" v2="x"/>
- <item v3="10:44:32+02:00" v1="2494" v2="x"/>
- <item v3="10:44:32+02:00" v1="2495" v2="x"/>
- <item v3="10:44:32+02:00" v1="2496" v2="x"/>
- <item v3="10:44:32+02:00" v1="2497" v2="x"/>
- <item v3="10:44:32+02:00" v1="2498" v2="x"/>
- <item v3="10:44:32+02:00" v1="2499" v2="x"/>
- <item v3="10:44:32+02:00" v1="2500" v2="x"/>
- <item v3="10:44:32+02:00" v1="2501" v2="x"/>
- <item v3="10:44:32+02:00" v1="2502" v2="x"/>
- <item v3="10:44:32+02:00" v1="2503" v2="x"/>
- <item v3="10:44:32+02:00" v1="2504" v2="x"/>
- <item v3="10:44:32+02:00" v1="2505" v2="x"/>
- <item v3="10:44:32+02:00" v1="2506" v2="x"/>
- <item v3="10:44:32+02:00" v1="2507" v2="x"/>
- <item v3="10:44:32+02:00" v1="2508" v2="x"/>
- <item v3="10:44:32+02:00" v1="2509" v2="x"/>
- <item v3="10:44:32+02:00" v1="2510" v2="x"/>
- <item v3="10:44:32+02:00" v1="2511" v2="x"/>
- <item v3="10:44:32+02:00" v1="2512" v2="x"/>
- <item v3="10:44:32+02:00" v1="2513" v2="x"/>
- <item v3="10:44:32+02:00" v1="2514" v2="x"/>
- <item v3="10:44:32+02:00" v1="2515" v2="x"/>
- <item v3="10:44:32+02:00" v1="2516" v2="x"/>
- <item v3="10:44:32+02:00" v1="2517" v2="x"/>
- <item v3="10:44:32+02:00" v1="2518" v2="x"/>
- <item v3="10:44:32+02:00" v1="2519" v2="x"/>
- <item v3="10:44:32+02:00" v1="2520" v2="x"/>
- <item v3="10:44:32+02:00" v1="2521" v2="x"/>
- <item v3="10:44:32+02:00" v1="2522" v2="x"/>
- <item v3="10:44:32+02:00" v1="2523" v2="x"/>
- <item v3="10:44:32+02:00" v1="2524" v2="x"/>
- <item v3="10:44:32+02:00" v1="2525" v2="x"/>
- <item v3="10:44:32+02:00" v1="2526" v2="x"/>
- <item v3="10:44:32+02:00" v1="2527" v2="x"/>
- <item v3="10:44:32+02:00" v1="2528" v2="x"/>
- <item v3="10:44:32+02:00" v1="2529" v2="x"/>
- <item v3="10:44:32+02:00" v1="2530" v2="x"/>
- <item v3="10:44:32+02:00" v1="2531" v2="x"/>
- <item v3="10:44:32+02:00" v1="2532" v2="x"/>
- <item v3="10:44:32+02:00" v1="2533" v2="x"/>
- <item v3="10:44:32+02:00" v1="2534" v2="x"/>
- <item v3="10:44:32+02:00" v1="2535" v2="x"/>
- <item v3="10:44:32+02:00" v1="2536" v2="x"/>
- <item v3="10:44:32+02:00" v1="2537" v2="x"/>
- <item v3="10:44:32+02:00" v1="2538" v2="x"/>
- <item v3="10:44:32+02:00" v1="2539" v2="x"/>
- <item v3="10:44:32+02:00" v1="2540" v2="x"/>
- <item v3="10:44:32+02:00" v1="2541" v2="x"/>
- <item v3="10:44:32+02:00" v1="2542" v2="x"/>
- <item v3="10:44:32+02:00" v1="2543" v2="x"/>
- <item v3="10:44:32+02:00" v1="2544" v2="x"/>
- <item v3="10:44:32+02:00" v1="2545" v2="x"/>
- <item v3="10:44:32+02:00" v1="2546" v2="x"/>
- <item v3="10:44:32+02:00" v1="2547" v2="x"/>
- <item v3="10:44:32+02:00" v1="2548" v2="x"/>
- <item v3="10:44:32+02:00" v1="2549" v2="x"/>
- <item v3="10:44:32+02:00" v1="2550" v2="x"/>
- <item v3="10:44:32+02:00" v1="2551" v2="x"/>
- <item v3="10:44:32+02:00" v1="2552" v2="x"/>
- <item v3="10:44:32+02:00" v1="2553" v2="x"/>
- <item v3="10:44:32+02:00" v1="2554" v2="x"/>
- <item v3="10:44:32+02:00" v1="2555" v2="x"/>
- <item v3="10:44:32+02:00" v1="2556" v2="x"/>
- <item v3="10:44:32+02:00" v1="2557" v2="x"/>
- <item v3="10:44:32+02:00" v1="2558" v2="x"/>
- <item v3="10:44:32+02:00" v1="2559" v2="x"/>
- <item v3="10:44:32+02:00" v1="2560" v2="x"/>
- <item v3="10:44:32+02:00" v1="2561" v2="x"/>
- <item v3="10:44:32+02:00" v1="2562" v2="x"/>
- <item v3="10:44:32+02:00" v1="2563" v2="x"/>
- <item v3="10:44:32+02:00" v1="2564" v2="x"/>
- <item v3="10:44:32+02:00" v1="2565" v2="x"/>
- <item v3="10:44:32+02:00" v1="2566" v2="x"/>
- <item v3="10:44:32+02:00" v1="2567" v2="x"/>
- <item v3="10:44:32+02:00" v1="2568" v2="x"/>
- <item v3="10:44:32+02:00" v1="2569" v2="x"/>
- <item v3="10:44:32+02:00" v1="2570" v2="x"/>
- <item v3="10:44:32+02:00" v1="2571" v2="x"/>
- <item v3="10:44:32+02:00" v1="2572" v2="x"/>
- <item v3="10:44:32+02:00" v1="2573" v2="x"/>
- <item v3="10:44:32+02:00" v1="2574" v2="x"/>
- <item v3="10:44:32+02:00" v1="2575" v2="x"/>
- <item v3="10:44:32+02:00" v1="2576" v2="x"/>
- <item v3="10:44:32+02:00" v1="2577" v2="x"/>
- <item v3="10:44:32+02:00" v1="2578" v2="x"/>
- <item v3="10:44:32+02:00" v1="2579" v2="x"/>
- <item v3="10:44:32+02:00" v1="2580" v2="x"/>
- <item v3="10:44:32+02:00" v1="2581" v2="x"/>
- <item v3="10:44:32+02:00" v1="2582" v2="x"/>
- <item v3="10:44:32+02:00" v1="2583" v2="x"/>
- <item v3="10:44:32+02:00" v1="2584" v2="x"/>
- <item v3="10:44:32+02:00" v1="2585" v2="x"/>
- <item v3="10:44:32+02:00" v1="2586" v2="x"/>
- <item v3="10:44:32+02:00" v1="2587" v2="x"/>
- <item v3="10:44:32+02:00" v1="2588" v2="x"/>
- <item v3="10:44:32+02:00" v1="2589" v2="x"/>
- <item v3="10:44:32+02:00" v1="2590" v2="x"/>
- <item v3="10:44:32+02:00" v1="2591" v2="x"/>
- <item v3="10:44:32+02:00" v1="2592" v2="x"/>
- <item v3="10:44:32+02:00" v1="2593" v2="x"/>
- <item v3="10:44:32+02:00" v1="2594" v2="x"/>
- <item v3="10:44:32+02:00" v1="2595" v2="x"/>
- <item v3="10:44:32+02:00" v1="2596" v2="x"/>
- <item v3="10:44:32+02:00" v1="2597" v2="x"/>
- <item v3="10:44:32+02:00" v1="2598" v2="x"/>
- <item v3="10:44:32+02:00" v1="2599" v2="x"/>
- <item v3="10:44:32+02:00" v1="2600" v2="x"/>
- <item v3="10:44:32+02:00" v1="2601" v2="x"/>
- <item v3="10:44:32+02:00" v1="2602" v2="x"/>
- <item v3="10:44:32+02:00" v1="2603" v2="x"/>
- <item v3="10:44:32+02:00" v1="2604" v2="x"/>
- <item v3="10:44:32+02:00" v1="2605" v2="x"/>
- <item v3="10:44:32+02:00" v1="2606" v2="x"/>
- <item v3="10:44:32+02:00" v1="2607" v2="x"/>
- <item v3="10:44:32+02:00" v1="2608" v2="x"/>
- <item v3="10:44:32+02:00" v1="2609" v2="x"/>
- <item v3="10:44:32+02:00" v1="2610" v2="x"/>
- <item v3="10:44:32+02:00" v1="2611" v2="x"/>
- <item v3="10:44:32+02:00" v1="2612" v2="x"/>
- <item v3="10:44:32+02:00" v1="2613" v2="x"/>
- <item v3="10:44:32+02:00" v1="2614" v2="x"/>
- <item v3="10:44:32+02:00" v1="2615" v2="x"/>
- <item v3="10:44:32+02:00" v1="2616" v2="x"/>
- <item v3="10:44:32+02:00" v1="2617" v2="x"/>
- <item v3="10:44:32+02:00" v1="2618" v2="x"/>
- <item v3="10:44:32+02:00" v1="2619" v2="x"/>
- <item v3="10:44:32+02:00" v1="2620" v2="x"/>
- <item v3="10:44:32+02:00" v1="2621" v2="x"/>
- <item v3="10:44:32+02:00" v1="2622" v2="x"/>
- <item v3="10:44:32+02:00" v1="2623" v2="x"/>
- <item v3="10:44:32+02:00" v1="2624" v2="x"/>
- <item v3="10:44:32+02:00" v1="2625" v2="x"/>
- <item v3="10:44:32+02:00" v1="2626" v2="x"/>
- <item v3="10:44:32+02:00" v1="2627" v2="x"/>
- <item v3="10:44:32+02:00" v1="2628" v2="x"/>
- <item v3="10:44:32+02:00" v1="2629" v2="x"/>
- <item v3="10:44:32+02:00" v1="2630" v2="x"/>
- <item v3="10:44:32+02:00" v1="2631" v2="x"/>
- <item v3="10:44:32+02:00" v1="2632" v2="x"/>
- <item v3="10:44:32+02:00" v1="2633" v2="x"/>
- <item v3="10:44:32+02:00" v1="2634" v2="x"/>
- <item v3="10:44:32+02:00" v1="2635" v2="x"/>
- <item v3="10:44:32+02:00" v1="2636" v2="x"/>
- <item v3="10:44:32+02:00" v1="2637" v2="x"/>
- <item v3="10:44:32+02:00" v1="2638" v2="x"/>
- <item v3="10:44:32+02:00" v1="2639" v2="x"/>
- <item v3="10:44:32+02:00" v1="2640" v2="x"/>
- <item v3="10:44:32+02:00" v1="2641" v2="x"/>
- <item v3="10:44:32+02:00" v1="2642" v2="x"/>
- <item v3="10:44:32+02:00" v1="2643" v2="x"/>
- <item v3="10:44:32+02:00" v1="2644" v2="x"/>
- <item v3="10:44:32+02:00" v1="2645" v2="x"/>
- <item v3="10:44:32+02:00" v1="2646" v2="x"/>
- <item v3="10:44:32+02:00" v1="2647" v2="x"/>
- <item v3="10:44:32+02:00" v1="2648" v2="x"/>
- <item v3="10:44:32+02:00" v1="2649" v2="x"/>
- <item v3="10:44:32+02:00" v1="2650" v2="x"/>
- <item v3="10:44:32+02:00" v1="2651" v2="x"/>
- <item v3="10:44:32+02:00" v1="2652" v2="x"/>
- <item v3="10:44:32+02:00" v1="2653" v2="x"/>
- <item v3="10:44:32+02:00" v1="2654" v2="x"/>
- <item v3="10:44:32+02:00" v1="2655" v2="x"/>
- <item v3="10:44:32+02:00" v1="2656" v2="x"/>
- <item v3="10:44:32+02:00" v1="2657" v2="x"/>
- <item v3="10:44:32+02:00" v1="2658" v2="x"/>
- <item v3="10:44:32+02:00" v1="2659" v2="x"/>
- <item v3="10:44:32+02:00" v1="2660" v2="x"/>
- <item v3="10:44:32+02:00" v1="2661" v2="x"/>
- <item v3="10:44:32+02:00" v1="2662" v2="x"/>
- <item v3="10:44:32+02:00" v1="2663" v2="x"/>
- <item v3="10:44:32+02:00" v1="2664" v2="x"/>
- <item v3="10:44:32+02:00" v1="2665" v2="x"/>
- <item v3="10:44:32+02:00" v1="2666" v2="x"/>
- <item v3="10:44:32+02:00" v1="2667" v2="x"/>
- <item v3="10:44:32+02:00" v1="2668" v2="x"/>
- <item v3="10:44:32+02:00" v1="2669" v2="x"/>
- <item v3="10:44:32+02:00" v1="2670" v2="x"/>
- <item v3="10:44:32+02:00" v1="2671" v2="x"/>
- <item v3="10:44:32+02:00" v1="2672" v2="x"/>
- <item v3="10:44:32+02:00" v1="2673" v2="x"/>
- <item v3="10:44:32+02:00" v1="2674" v2="x"/>
- <item v3="10:44:32+02:00" v1="2675" v2="x"/>
- <item v3="10:44:32+02:00" v1="2676" v2="x"/>
- <item v3="10:44:32+02:00" v1="2677" v2="x"/>
- <item v3="10:44:32+02:00" v1="2678" v2="x"/>
- <item v3="10:44:32+02:00" v1="2679" v2="x"/>
- <item v3="10:44:32+02:00" v1="2680" v2="x"/>
- <item v3="10:44:32+02:00" v1="2681" v2="x"/>
- <item v3="10:44:32+02:00" v1="2682" v2="x"/>
- <item v3="10:44:32+02:00" v1="2683" v2="x"/>
- <item v3="10:44:32+02:00" v1="2684" v2="x"/>
- <item v3="10:44:32+02:00" v1="2685" v2="x"/>
- <item v3="10:44:32+02:00" v1="2686" v2="x"/>
- <item v3="10:44:32+02:00" v1="2687" v2="x"/>
- <item v3="10:44:32+02:00" v1="2688" v2="x"/>
- <item v3="10:44:32+02:00" v1="2689" v2="x"/>
- <item v3="10:44:32+02:00" v1="2690" v2="x"/>
- <item v3="10:44:32+02:00" v1="2691" v2="x"/>
- <item v3="10:44:32+02:00" v1="2692" v2="x"/>
- <item v3="10:44:32+02:00" v1="2693" v2="x"/>
- <item v3="10:44:32+02:00" v1="2694" v2="x"/>
- <item v3="10:44:32+02:00" v1="2695" v2="x"/>
- <item v3="10:44:32+02:00" v1="2696" v2="x"/>
- <item v3="10:44:32+02:00" v1="2697" v2="x"/>
- <item v3="10:44:32+02:00" v1="2698" v2="x"/>
- <item v3="10:44:32+02:00" v1="2699" v2="x"/>
- <item v3="10:44:32+02:00" v1="2700" v2="x"/>
- <item v3="10:44:32+02:00" v1="2701" v2="x"/>
- <item v3="10:44:32+02:00" v1="2702" v2="x"/>
- <item v3="10:44:32+02:00" v1="2703" v2="x"/>
- <item v3="10:44:32+02:00" v1="2704" v2="x"/>
- <item v3="10:44:32+02:00" v1="2705" v2="x"/>
- <item v3="10:44:32+02:00" v1="2706" v2="x"/>
- <item v3="10:44:32+02:00" v1="2707" v2="x"/>
- <item v3="10:44:32+02:00" v1="2708" v2="x"/>
- <item v3="10:44:32+02:00" v1="2709" v2="x"/>
- <item v3="10:44:32+02:00" v1="2710" v2="x"/>
- <item v3="10:44:32+02:00" v1="2711" v2="x"/>
- <item v3="10:44:32+02:00" v1="2712" v2="x"/>
- <item v3="10:44:32+02:00" v1="2713" v2="x"/>
- <item v3="10:44:32+02:00" v1="2714" v2="x"/>
- <item v3="10:44:32+02:00" v1="2715" v2="x"/>
- <item v3="10:44:32+02:00" v1="2716" v2="x"/>
- <item v3="10:44:32+02:00" v1="2717" v2="x"/>
- <item v3="10:44:32+02:00" v1="2718" v2="x"/>
- <item v3="10:44:32+02:00" v1="2719" v2="x"/>
- <item v3="10:44:32+02:00" v1="2720" v2="x"/>
- <item v3="10:44:32+02:00" v1="2721" v2="x"/>
- <item v3="10:44:32+02:00" v1="2722" v2="x"/>
- <item v3="10:44:32+02:00" v1="2723" v2="x"/>
- <item v3="10:44:32+02:00" v1="2724" v2="x"/>
- <item v3="10:44:32+02:00" v1="2725" v2="x"/>
- <item v3="10:44:32+02:00" v1="2726" v2="x"/>
- <item v3="10:44:32+02:00" v1="2727" v2="x"/>
- <item v3="10:44:32+02:00" v1="2728" v2="x"/>
- <item v3="10:44:32+02:00" v1="2729" v2="x"/>
- <item v3="10:44:32+02:00" v1="2730" v2="x"/>
- <item v3="10:44:32+02:00" v1="2731" v2="x"/>
- <item v3="10:44:32+02:00" v1="2732" v2="x"/>
- <item v3="10:44:32+02:00" v1="2733" v2="x"/>
- <item v3="10:44:32+02:00" v1="2734" v2="x"/>
- <item v3="10:44:32+02:00" v1="2735" v2="x"/>
- <item v3="10:44:32+02:00" v1="2736" v2="x"/>
- <item v3="10:44:32+02:00" v1="2737" v2="x"/>
- <item v3="10:44:32+02:00" v1="2738" v2="x"/>
- <item v3="10:44:32+02:00" v1="2739" v2="x"/>
- <item v3="10:44:32+02:00" v1="2740" v2="x"/>
- <item v3="10:44:32+02:00" v1="2741" v2="x"/>
- <item v3="10:44:32+02:00" v1="2742" v2="x"/>
- <item v3="10:44:32+02:00" v1="2743" v2="x"/>
- <item v3="10:44:32+02:00" v1="2744" v2="x"/>
- <item v3="10:44:32+02:00" v1="2745" v2="x"/>
- <item v3="10:44:32+02:00" v1="2746" v2="x"/>
- <item v3="10:44:32+02:00" v1="2747" v2="x"/>
- <item v3="10:44:32+02:00" v1="2748" v2="x"/>
- <item v3="10:44:32+02:00" v1="2749" v2="x"/>
- <item v3="10:44:32+02:00" v1="2750" v2="x"/>
- <item v3="10:44:32+02:00" v1="2751" v2="x"/>
- <item v3="10:44:32+02:00" v1="2752" v2="x"/>
- <item v3="10:44:32+02:00" v1="2753" v2="x"/>
- <item v3="10:44:32+02:00" v1="2754" v2="x"/>
- <item v3="10:44:32+02:00" v1="2755" v2="x"/>
- <item v3="10:44:32+02:00" v1="2756" v2="x"/>
- <item v3="10:44:32+02:00" v1="2757" v2="x"/>
- <item v3="10:44:32+02:00" v1="2758" v2="x"/>
- <item v3="10:44:32+02:00" v1="2759" v2="x"/>
- <item v3="10:44:32+02:00" v1="2760" v2="x"/>
- <item v3="10:44:32+02:00" v1="2761" v2="x"/>
- <item v3="10:44:32+02:00" v1="2762" v2="x"/>
- <item v3="10:44:32+02:00" v1="2763" v2="x"/>
- <item v3="10:44:32+02:00" v1="2764" v2="x"/>
- <item v3="10:44:32+02:00" v1="2765" v2="x"/>
- <item v3="10:44:32+02:00" v1="2766" v2="x"/>
- <item v3="10:44:32+02:00" v1="2767" v2="x"/>
- <item v3="10:44:32+02:00" v1="2768" v2="x"/>
- <item v3="10:44:32+02:00" v1="2769" v2="x"/>
- <item v3="10:44:32+02:00" v1="2770" v2="x"/>
- <item v3="10:44:32+02:00" v1="2771" v2="x"/>
- <item v3="10:44:32+02:00" v1="2772" v2="x"/>
- <item v3="10:44:32+02:00" v1="2773" v2="x"/>
- <item v3="10:44:32+02:00" v1="2774" v2="x"/>
- <item v3="10:44:32+02:00" v1="2775" v2="x"/>
- <item v3="10:44:32+02:00" v1="2776" v2="x"/>
- <item v3="10:44:32+02:00" v1="2777" v2="x"/>
- <item v3="10:44:32+02:00" v1="2778" v2="x"/>
- <item v3="10:44:32+02:00" v1="2779" v2="x"/>
- <item v3="10:44:32+02:00" v1="2780" v2="x"/>
- <item v3="10:44:32+02:00" v1="2781" v2="x"/>
- <item v3="10:44:32+02:00" v1="2782" v2="x"/>
- <item v3="10:44:32+02:00" v1="2783" v2="x"/>
- <item v3="10:44:32+02:00" v1="2784" v2="x"/>
- <item v3="10:44:32+02:00" v1="2785" v2="x"/>
- <item v3="10:44:32+02:00" v1="2786" v2="x"/>
- <item v3="10:44:32+02:00" v1="2787" v2="x"/>
- <item v3="10:44:32+02:00" v1="2788" v2="x"/>
- <item v3="10:44:32+02:00" v1="2789" v2="x"/>
- <item v3="10:44:32+02:00" v1="2790" v2="x"/>
- <item v3="10:44:32+02:00" v1="2791" v2="x"/>
- <item v3="10:44:32+02:00" v1="2792" v2="x"/>
- <item v3="10:44:32+02:00" v1="2793" v2="x"/>
- <item v3="10:44:32+02:00" v1="2794" v2="x"/>
- <item v3="10:44:32+02:00" v1="2795" v2="x"/>
- <item v3="10:44:32+02:00" v1="2796" v2="x"/>
- <item v3="10:44:32+02:00" v1="2797" v2="x"/>
- <item v3="10:44:32+02:00" v1="2798" v2="x"/>
- <item v3="10:44:32+02:00" v1="2799" v2="x"/>
- <item v3="10:44:32+02:00" v1="2800" v2="x"/>
- <item v3="10:44:32+02:00" v1="2801" v2="x"/>
- <item v3="10:44:32+02:00" v1="2802" v2="x"/>
- <item v3="10:44:32+02:00" v1="2803" v2="x"/>
- <item v3="10:44:32+02:00" v1="2804" v2="x"/>
- <item v3="10:44:32+02:00" v1="2805" v2="x"/>
- <item v3="10:44:32+02:00" v1="2806" v2="x"/>
- <item v3="10:44:32+02:00" v1="2807" v2="x"/>
- <item v3="10:44:32+02:00" v1="2808" v2="x"/>
- <item v3="10:44:32+02:00" v1="2809" v2="x"/>
- <item v3="10:44:32+02:00" v1="2810" v2="x"/>
- <item v3="10:44:32+02:00" v1="2811" v2="x"/>
- <item v3="10:44:32+02:00" v1="2812" v2="x"/>
- <item v3="10:44:32+02:00" v1="2813" v2="x"/>
- <item v3="10:44:32+02:00" v1="2814" v2="x"/>
- <item v3="10:44:32+02:00" v1="2815" v2="x"/>
- <item v3="10:44:32+02:00" v1="2816" v2="x"/>
- <item v3="10:44:32+02:00" v1="2817" v2="x"/>
- <item v3="10:44:32+02:00" v1="2818" v2="x"/>
- <item v3="10:44:32+02:00" v1="2819" v2="x"/>
- <item v3="10:44:32+02:00" v1="2820" v2="x"/>
- <item v3="10:44:32+02:00" v1="2821" v2="x"/>
- <item v3="10:44:32+02:00" v1="2822" v2="x"/>
- <item v3="10:44:32+02:00" v1="2823" v2="x"/>
- <item v3="10:44:32+02:00" v1="2824" v2="x"/>
- <item v3="10:44:32+02:00" v1="2825" v2="x"/>
- <item v3="10:44:32+02:00" v1="2826" v2="x"/>
- <item v3="10:44:32+02:00" v1="2827" v2="x"/>
- <item v3="10:44:32+02:00" v1="2828" v2="x"/>
- <item v3="10:44:32+02:00" v1="2829" v2="x"/>
- <item v3="10:44:32+02:00" v1="2830" v2="x"/>
- <item v3="10:44:32+02:00" v1="2831" v2="x"/>
- <item v3="10:44:32+02:00" v1="2832" v2="x"/>
- <item v3="10:44:32+02:00" v1="2833" v2="x"/>
- <item v3="10:44:32+02:00" v1="2834" v2="x"/>
- <item v3="10:44:32+02:00" v1="2835" v2="x"/>
- <item v3="10:44:32+02:00" v1="2836" v2="x"/>
- <item v3="10:44:32+02:00" v1="2837" v2="x"/>
- <item v3="10:44:32+02:00" v1="2838" v2="x"/>
- <item v3="10:44:32+02:00" v1="2839" v2="x"/>
- <item v3="10:44:32+02:00" v1="2840" v2="x"/>
- <item v3="10:44:32+02:00" v1="2841" v2="x"/>
- <item v3="10:44:32+02:00" v1="2842" v2="x"/>
- <item v3="10:44:32+02:00" v1="2843" v2="x"/>
- <item v3="10:44:32+02:00" v1="2844" v2="x"/>
- <item v3="10:44:32+02:00" v1="2845" v2="x"/>
- <item v3="10:44:32+02:00" v1="2846" v2="x"/>
- <item v3="10:44:32+02:00" v1="2847" v2="x"/>
- <item v3="10:44:32+02:00" v1="2848" v2="x"/>
- <item v3="10:44:32+02:00" v1="2849" v2="x"/>
- <item v3="10:44:32+02:00" v1="2850" v2="x"/>
- <item v3="10:44:32+02:00" v1="2851" v2="x"/>
- <item v3="10:44:32+02:00" v1="2852" v2="x"/>
- <item v3="10:44:32+02:00" v1="2853" v2="x"/>
- <item v3="10:44:32+02:00" v1="2854" v2="x"/>
- <item v3="10:44:32+02:00" v1="2855" v2="x"/>
- <item v3="10:44:32+02:00" v1="2856" v2="x"/>
- <item v3="10:44:32+02:00" v1="2857" v2="x"/>
- <item v3="10:44:32+02:00" v1="2858" v2="x"/>
- <item v3="10:44:32+02:00" v1="2859" v2="x"/>
- <item v3="10:44:32+02:00" v1="2860" v2="x"/>
- <item v3="10:44:32+02:00" v1="2861" v2="x"/>
- <item v3="10:44:32+02:00" v1="2862" v2="x"/>
- <item v3="10:44:32+02:00" v1="2863" v2="x"/>
- <item v3="10:44:32+02:00" v1="2864" v2="x"/>
- <item v3="10:44:32+02:00" v1="2865" v2="x"/>
- <item v3="10:44:32+02:00" v1="2866" v2="x"/>
- <item v3="10:44:32+02:00" v1="2867" v2="x"/>
- <item v3="10:44:32+02:00" v1="2868" v2="x"/>
- <item v3="10:44:32+02:00" v1="2869" v2="x"/>
- <item v3="10:44:32+02:00" v1="2870" v2="x"/>
- <item v3="10:44:32+02:00" v1="2871" v2="x"/>
- <item v3="10:44:32+02:00" v1="2872" v2="x"/>
- <item v3="10:44:32+02:00" v1="2873" v2="x"/>
- <item v3="10:44:32+02:00" v1="2874" v2="x"/>
- <item v3="10:44:32+02:00" v1="2875" v2="x"/>
- <item v3="10:44:32+02:00" v1="2876" v2="x"/>
- <item v3="10:44:32+02:00" v1="2877" v2="x"/>
- <item v3="10:44:32+02:00" v1="2878" v2="x"/>
- <item v3="10:44:32+02:00" v1="2879" v2="x"/>
- <item v3="10:44:32+02:00" v1="2880" v2="x"/>
- <item v3="10:44:32+02:00" v1="2881" v2="x"/>
- <item v3="10:44:32+02:00" v1="2882" v2="x"/>
- <item v3="10:44:32+02:00" v1="2883" v2="x"/>
- <item v3="10:44:32+02:00" v1="2884" v2="x"/>
- <item v3="10:44:32+02:00" v1="2885" v2="x"/>
- <item v3="10:44:32+02:00" v1="2886" v2="x"/>
- <item v3="10:44:32+02:00" v1="2887" v2="x"/>
- <item v3="10:44:32+02:00" v1="2888" v2="x"/>
- <item v3="10:44:32+02:00" v1="2889" v2="x"/>
- <item v3="10:44:32+02:00" v1="2890" v2="x"/>
- <item v3="10:44:32+02:00" v1="2891" v2="x"/>
- <item v3="10:44:32+02:00" v1="2892" v2="x"/>
- <item v3="10:44:32+02:00" v1="2893" v2="x"/>
- <item v3="10:44:32+02:00" v1="2894" v2="x"/>
- <item v3="10:44:32+02:00" v1="2895" v2="x"/>
- <item v3="10:44:32+02:00" v1="2896" v2="x"/>
- <item v3="10:44:32+02:00" v1="2897" v2="x"/>
- <item v3="10:44:32+02:00" v1="2898" v2="x"/>
- <item v3="10:44:32+02:00" v1="2899" v2="x"/>
- <item v3="10:44:32+02:00" v1="2900" v2="x"/>
- <item v3="10:44:32+02:00" v1="2901" v2="x"/>
- <item v3="10:44:32+02:00" v1="2902" v2="x"/>
- <item v3="10:44:32+02:00" v1="2903" v2="x"/>
- <item v3="10:44:32+02:00" v1="2904" v2="x"/>
- <item v3="10:44:32+02:00" v1="2905" v2="x"/>
- <item v3="10:44:32+02:00" v1="2906" v2="x"/>
- <item v3="10:44:32+02:00" v1="2907" v2="x"/>
- <item v3="10:44:32+02:00" v1="2908" v2="x"/>
- <item v3="10:44:32+02:00" v1="2909" v2="x"/>
- <item v3="10:44:32+02:00" v1="2910" v2="x"/>
- <item v3="10:44:32+02:00" v1="2911" v2="x"/>
- <item v3="10:44:32+02:00" v1="2912" v2="x"/>
- <item v3="10:44:32+02:00" v1="2913" v2="x"/>
- <item v3="10:44:32+02:00" v1="2914" v2="x"/>
- <item v3="10:44:32+02:00" v1="2915" v2="x"/>
- <item v3="10:44:32+02:00" v1="2916" v2="x"/>
- <item v3="10:44:32+02:00" v1="2917" v2="x"/>
- <item v3="10:44:32+02:00" v1="2918" v2="x"/>
- <item v3="10:44:32+02:00" v1="2919" v2="x"/>
- <item v3="10:44:32+02:00" v1="2920" v2="x"/>
- <item v3="10:44:32+02:00" v1="2921" v2="x"/>
- <item v3="10:44:32+02:00" v1="2922" v2="x"/>
- <item v3="10:44:32+02:00" v1="2923" v2="x"/>
- <item v3="10:44:32+02:00" v1="2924" v2="x"/>
- <item v3="10:44:32+02:00" v1="2925" v2="x"/>
- <item v3="10:44:32+02:00" v1="2926" v2="x"/>
- <item v3="10:44:32+02:00" v1="2927" v2="x"/>
- <item v3="10:44:32+02:00" v1="2928" v2="x"/>
- <item v3="10:44:32+02:00" v1="2929" v2="x"/>
- <item v3="10:44:32+02:00" v1="2930" v2="x"/>
- <item v3="10:44:32+02:00" v1="2931" v2="x"/>
- <item v3="10:44:32+02:00" v1="2932" v2="x"/>
- <item v3="10:44:32+02:00" v1="2933" v2="x"/>
- <item v3="10:44:32+02:00" v1="2934" v2="x"/>
- <item v3="10:44:32+02:00" v1="2935" v2="x"/>
- <item v3="10:44:32+02:00" v1="2936" v2="x"/>
- <item v3="10:44:32+02:00" v1="2937" v2="x"/>
- <item v3="10:44:32+02:00" v1="2938" v2="x"/>
- <item v3="10:44:32+02:00" v1="2939" v2="x"/>
- <item v3="10:44:32+02:00" v1="2940" v2="x"/>
- <item v3="10:44:32+02:00" v1="2941" v2="x"/>
- <item v3="10:44:32+02:00" v1="2942" v2="x"/>
- <item v3="10:44:32+02:00" v1="2943" v2="x"/>
- <item v3="10:44:32+02:00" v1="2944" v2="x"/>
- <item v3="10:44:32+02:00" v1="2945" v2="x"/>
- <item v3="10:44:32+02:00" v1="2946" v2="x"/>
- <item v3="10:44:32+02:00" v1="2947" v2="x"/>
- <item v3="10:44:32+02:00" v1="2948" v2="x"/>
- <item v3="10:44:32+02:00" v1="2949" v2="x"/>
- <item v3="10:44:32+02:00" v1="2950" v2="x"/>
- <item v3="10:44:32+02:00" v1="2951" v2="x"/>
- <item v3="10:44:32+02:00" v1="2952" v2="x"/>
- <item v3="10:44:32+02:00" v1="2953" v2="x"/>
- <item v3="10:44:32+02:00" v1="2954" v2="x"/>
- <item v3="10:44:32+02:00" v1="2955" v2="x"/>
- <item v3="10:44:32+02:00" v1="2956" v2="x"/>
- <item v3="10:44:32+02:00" v1="2957" v2="x"/>
- <item v3="10:44:32+02:00" v1="2958" v2="x"/>
- <item v3="10:44:32+02:00" v1="2959" v2="x"/>
- <item v3="10:44:32+02:00" v1="2960" v2="x"/>
- <item v3="10:44:32+02:00" v1="2961" v2="x"/>
- <item v3="10:44:32+02:00" v1="2962" v2="x"/>
- <item v3="10:44:32+02:00" v1="2963" v2="x"/>
- <item v3="10:44:32+02:00" v1="2964" v2="x"/>
- <item v3="10:44:32+02:00" v1="2965" v2="x"/>
- <item v3="10:44:32+02:00" v1="2966" v2="x"/>
- <item v3="10:44:32+02:00" v1="2967" v2="x"/>
- <item v3="10:44:32+02:00" v1="2968" v2="x"/>
- <item v3="10:44:32+02:00" v1="2969" v2="x"/>
- <item v3="10:44:32+02:00" v1="2970" v2="x"/>
- <item v3="10:44:32+02:00" v1="2971" v2="x"/>
- <item v3="10:44:32+02:00" v1="2972" v2="x"/>
- <item v3="10:44:32+02:00" v1="2973" v2="x"/>
- <item v3="10:44:32+02:00" v1="2974" v2="x"/>
- <item v3="10:44:32+02:00" v1="2975" v2="x"/>
- <item v3="10:44:32+02:00" v1="2976" v2="x"/>
- <item v3="10:44:32+02:00" v1="2977" v2="x"/>
- <item v3="10:44:32+02:00" v1="2978" v2="x"/>
- <item v3="10:44:32+02:00" v1="2979" v2="x"/>
- <item v3="10:44:32+02:00" v1="2980" v2="x"/>
- <item v3="10:44:32+02:00" v1="2981" v2="x"/>
- <item v3="10:44:32+02:00" v1="2982" v2="x"/>
- <item v3="10:44:32+02:00" v1="2983" v2="x"/>
- <item v3="10:44:32+02:00" v1="2984" v2="x"/>
- <item v3="10:44:32+02:00" v1="2985" v2="x"/>
- <item v3="10:44:32+02:00" v1="2986" v2="x"/>
- <item v3="10:44:32+02:00" v1="2987" v2="x"/>
- <item v3="10:44:32+02:00" v1="2988" v2="x"/>
- <item v3="10:44:32+02:00" v1="2989" v2="x"/>
- <item v3="10:44:32+02:00" v1="2990" v2="x"/>
- <item v3="10:44:32+02:00" v1="2991" v2="x"/>
- <item v3="10:44:32+02:00" v1="2992" v2="x"/>
- <item v3="10:44:32+02:00" v1="2993" v2="x"/>
- <item v3="10:44:32+02:00" v1="2994" v2="x"/>
- <item v3="10:44:32+02:00" v1="2995" v2="x"/>
- <item v3="10:44:32+02:00" v1="2996" v2="x"/>
- <item v3="10:44:32+02:00" v1="2997" v2="x"/>
- <item v3="10:44:32+02:00" v1="2998" v2="x"/>
- <item v3="10:44:32+02:00" v1="2999" v2="x"/>
- <item v3="10:44:32+02:00" v1="3000" v2="x"/>
+<?xml version="1.0"?>
+<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
+ <item v3="10:44:32+02:00" v1="1" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2" v2="x"/>
+ <item v3="10:44:32+02:00" v1="3" v2="x"/>
+ <item v3="10:44:32+02:00" v1="4" v2="x"/>
+ <item v3="10:44:32+02:00" v1="5" v2="x"/>
+ <item v3="10:44:32+02:00" v1="6" v2="x"/>
+ <item v3="10:44:32+02:00" v1="7" v2="x"/>
+ <item v3="10:44:32+02:00" v1="8" v2="x"/>
+ <item v3="10:44:32+02:00" v1="9" v2="x"/>
+ <item v3="10:44:32+02:00" v1="10" v2="x"/>
+ <item v3="10:44:32+02:00" v1="11" v2="x"/>
+ <item v3="10:44:32+02:00" v1="12" v2="x"/>
+ <item v3="10:44:32+02:00" v1="13" v2="x"/>
+ <item v3="10:44:32+02:00" v1="14" v2="x"/>
+ <item v3="10:44:32+02:00" v1="15" v2="x"/>
+ <item v3="10:44:32+02:00" v1="16" v2="x"/>
+ <item v3="10:44:32+02:00" v1="17" v2="x"/>
+ <item v3="10:44:32+02:00" v1="18" v2="x"/>
+ <item v3="10:44:32+02:00" v1="19" v2="x"/>
+ <item v3="10:44:32+02:00" v1="20" v2="x"/>
+ <item v3="10:44:32+02:00" v1="21" v2="x"/>
+ <item v3="10:44:32+02:00" v1="22" v2="x"/>
+ <item v3="10:44:32+02:00" v1="23" v2="x"/>
+ <item v3="10:44:32+02:00" v1="24" v2="x"/>
+ <item v3="10:44:32+02:00" v1="25" v2="x"/>
+ <item v3="10:44:32+02:00" v1="26" v2="x"/>
+ <item v3="10:44:32+02:00" v1="27" v2="x"/>
+ <item v3="10:44:32+02:00" v1="28" v2="x"/>
+ <item v3="10:44:32+02:00" v1="29" v2="x"/>
+ <item v3="10:44:32+02:00" v1="30" v2="x"/>
+ <item v3="10:44:32+02:00" v1="31" v2="x"/>
+ <item v3="10:44:32+02:00" v1="32" v2="x"/>
+ <item v3="10:44:32+02:00" v1="33" v2="x"/>
+ <item v3="10:44:32+02:00" v1="34" v2="x"/>
+ <item v3="10:44:32+02:00" v1="35" v2="x"/>
+ <item v3="10:44:32+02:00" v1="36" v2="x"/>
+ <item v3="10:44:32+02:00" v1="37" v2="x"/>
+ <item v3="10:44:32+02:00" v1="38" v2="x"/>
+ <item v3="10:44:32+02:00" v1="39" v2="x"/>
+ <item v3="10:44:32+02:00" v1="40" v2="x"/>
+ <item v3="10:44:32+02:00" v1="41" v2="x"/>
+ <item v3="10:44:32+02:00" v1="42" v2="x"/>
+ <item v3="10:44:32+02:00" v1="43" v2="x"/>
+ <item v3="10:44:32+02:00" v1="44" v2="x"/>
+ <item v3="10:44:32+02:00" v1="45" v2="x"/>
+ <item v3="10:44:32+02:00" v1="46" v2="x"/>
+ <item v3="10:44:32+02:00" v1="47" v2="x"/>
+ <item v3="10:44:32+02:00" v1="48" v2="x"/>
+ <item v3="10:44:32+02:00" v1="49" v2="x"/>
+ <item v3="10:44:32+02:00" v1="50" v2="x"/>
+ <item v3="10:44:32+02:00" v1="51" v2="x"/>
+ <item v3="10:44:32+02:00" v1="52" v2="x"/>
+ <item v3="10:44:32+02:00" v1="53" v2="x"/>
+ <item v3="10:44:32+02:00" v1="54" v2="x"/>
+ <item v3="10:44:32+02:00" v1="55" v2="x"/>
+ <item v3="10:44:32+02:00" v1="56" v2="x"/>
+ <item v3="10:44:32+02:00" v1="57" v2="x"/>
+ <item v3="10:44:32+02:00" v1="58" v2="x"/>
+ <item v3="10:44:32+02:00" v1="59" v2="x"/>
+ <item v3="10:44:32+02:00" v1="60" v2="x"/>
+ <item v3="10:44:32+02:00" v1="61" v2="x"/>
+ <item v3="10:44:32+02:00" v1="62" v2="x"/>
+ <item v3="10:44:32+02:00" v1="63" v2="x"/>
+ <item v3="10:44:32+02:00" v1="64" v2="x"/>
+ <item v3="10:44:32+02:00" v1="65" v2="x"/>
+ <item v3="10:44:32+02:00" v1="66" v2="x"/>
+ <item v3="10:44:32+02:00" v1="67" v2="x"/>
+ <item v3="10:44:32+02:00" v1="68" v2="x"/>
+ <item v3="10:44:32+02:00" v1="69" v2="x"/>
+ <item v3="10:44:32+02:00" v1="70" v2="x"/>
+ <item v3="10:44:32+02:00" v1="71" v2="x"/>
+ <item v3="10:44:32+02:00" v1="72" v2="x"/>
+ <item v3="10:44:32+02:00" v1="73" v2="x"/>
+ <item v3="10:44:32+02:00" v1="74" v2="x"/>
+ <item v3="10:44:32+02:00" v1="75" v2="x"/>
+ <item v3="10:44:32+02:00" v1="76" v2="x"/>
+ <item v3="10:44:32+02:00" v1="77" v2="x"/>
+ <item v3="10:44:32+02:00" v1="78" v2="x"/>
+ <item v3="10:44:32+02:00" v1="79" v2="x"/>
+ <item v3="10:44:32+02:00" v1="80" v2="x"/>
+ <item v3="10:44:32+02:00" v1="81" v2="x"/>
+ <item v3="10:44:32+02:00" v1="82" v2="x"/>
+ <item v3="10:44:32+02:00" v1="83" v2="x"/>
+ <item v3="10:44:32+02:00" v1="84" v2="x"/>
+ <item v3="10:44:32+02:00" v1="85" v2="x"/>
+ <item v3="10:44:32+02:00" v1="86" v2="x"/>
+ <item v3="10:44:32+02:00" v1="87" v2="x"/>
+ <item v3="10:44:32+02:00" v1="88" v2="x"/>
+ <item v3="10:44:32+02:00" v1="89" v2="x"/>
+ <item v3="10:44:32+02:00" v1="90" v2="x"/>
+ <item v3="10:44:32+02:00" v1="91" v2="x"/>
+ <item v3="10:44:32+02:00" v1="92" v2="x"/>
+ <item v3="10:44:32+02:00" v1="93" v2="x"/>
+ <item v3="10:44:32+02:00" v1="94" v2="x"/>
+ <item v3="10:44:32+02:00" v1="95" v2="x"/>
+ <item v3="10:44:32+02:00" v1="96" v2="x"/>
+ <item v3="10:44:32+02:00" v1="97" v2="x"/>
+ <item v3="10:44:32+02:00" v1="98" v2="x"/>
+ <item v3="10:44:32+02:00" v1="99" v2="x"/>
+ <item v3="10:44:32+02:00" v1="100" v2="x"/>
+ <item v3="10:44:32+02:00" v1="101" v2="x"/>
+ <item v3="10:44:32+02:00" v1="102" v2="x"/>
+ <item v3="10:44:32+02:00" v1="103" v2="x"/>
+ <item v3="10:44:32+02:00" v1="104" v2="x"/>
+ <item v3="10:44:32+02:00" v1="105" v2="x"/>
+ <item v3="10:44:32+02:00" v1="106" v2="x"/>
+ <item v3="10:44:32+02:00" v1="107" v2="x"/>
+ <item v3="10:44:32+02:00" v1="108" v2="x"/>
+ <item v3="10:44:32+02:00" v1="109" v2="x"/>
+ <item v3="10:44:32+02:00" v1="110" v2="x"/>
+ <item v3="10:44:32+02:00" v1="111" v2="x"/>
+ <item v3="10:44:32+02:00" v1="112" v2="x"/>
+ <item v3="10:44:32+02:00" v1="113" v2="x"/>
+ <item v3="10:44:32+02:00" v1="114" v2="x"/>
+ <item v3="10:44:32+02:00" v1="115" v2="x"/>
+ <item v3="10:44:32+02:00" v1="116" v2="x"/>
+ <item v3="10:44:32+02:00" v1="117" v2="x"/>
+ <item v3="10:44:32+02:00" v1="118" v2="x"/>
+ <item v3="10:44:32+02:00" v1="119" v2="x"/>
+ <item v3="10:44:32+02:00" v1="120" v2="x"/>
+ <item v3="10:44:32+02:00" v1="121" v2="x"/>
+ <item v3="10:44:32+02:00" v1="122" v2="x"/>
+ <item v3="10:44:32+02:00" v1="123" v2="x"/>
+ <item v3="10:44:32+02:00" v1="124" v2="x"/>
+ <item v3="10:44:32+02:00" v1="125" v2="x"/>
+ <item v3="10:44:32+02:00" v1="126" v2="x"/>
+ <item v3="10:44:32+02:00" v1="127" v2="x"/>
+ <item v3="10:44:32+02:00" v1="128" v2="x"/>
+ <item v3="10:44:32+02:00" v1="129" v2="x"/>
+ <item v3="10:44:32+02:00" v1="130" v2="x"/>
+ <item v3="10:44:32+02:00" v1="131" v2="x"/>
+ <item v3="10:44:32+02:00" v1="132" v2="x"/>
+ <item v3="10:44:32+02:00" v1="133" v2="x"/>
+ <item v3="10:44:32+02:00" v1="134" v2="x"/>
+ <item v3="10:44:32+02:00" v1="135" v2="x"/>
+ <item v3="10:44:32+02:00" v1="136" v2="x"/>
+ <item v3="10:44:32+02:00" v1="137" v2="x"/>
+ <item v3="10:44:32+02:00" v1="138" v2="x"/>
+ <item v3="10:44:32+02:00" v1="139" v2="x"/>
+ <item v3="10:44:32+02:00" v1="140" v2="x"/>
+ <item v3="10:44:32+02:00" v1="141" v2="x"/>
+ <item v3="10:44:32+02:00" v1="142" v2="x"/>
+ <item v3="10:44:32+02:00" v1="143" v2="x"/>
+ <item v3="10:44:32+02:00" v1="144" v2="x"/>
+ <item v3="10:44:32+02:00" v1="145" v2="x"/>
+ <item v3="10:44:32+02:00" v1="146" v2="x"/>
+ <item v3="10:44:32+02:00" v1="147" v2="x"/>
+ <item v3="10:44:32+02:00" v1="148" v2="x"/>
+ <item v3="10:44:32+02:00" v1="149" v2="x"/>
+ <item v3="10:44:32+02:00" v1="150" v2="x"/>
+ <item v3="10:44:32+02:00" v1="151" v2="x"/>
+ <item v3="10:44:32+02:00" v1="152" v2="x"/>
+ <item v3="10:44:32+02:00" v1="153" v2="x"/>
+ <item v3="10:44:32+02:00" v1="154" v2="x"/>
+ <item v3="10:44:32+02:00" v1="155" v2="x"/>
+ <item v3="10:44:32+02:00" v1="156" v2="x"/>
+ <item v3="10:44:32+02:00" v1="157" v2="x"/>
+ <item v3="10:44:32+02:00" v1="158" v2="x"/>
+ <item v3="10:44:32+02:00" v1="159" v2="x"/>
+ <item v3="10:44:32+02:00" v1="160" v2="x"/>
+ <item v3="10:44:32+02:00" v1="161" v2="x"/>
+ <item v3="10:44:32+02:00" v1="162" v2="x"/>
+ <item v3="10:44:32+02:00" v1="163" v2="x"/>
+ <item v3="10:44:32+02:00" v1="164" v2="x"/>
+ <item v3="10:44:32+02:00" v1="165" v2="x"/>
+ <item v3="10:44:32+02:00" v1="166" v2="x"/>
+ <item v3="10:44:32+02:00" v1="167" v2="x"/>
+ <item v3="10:44:32+02:00" v1="168" v2="x"/>
+ <item v3="10:44:32+02:00" v1="169" v2="x"/>
+ <item v3="10:44:32+02:00" v1="170" v2="x"/>
+ <item v3="10:44:32+02:00" v1="171" v2="x"/>
+ <item v3="10:44:32+02:00" v1="172" v2="x"/>
+ <item v3="10:44:32+02:00" v1="173" v2="x"/>
+ <item v3="10:44:32+02:00" v1="174" v2="x"/>
+ <item v3="10:44:32+02:00" v1="175" v2="x"/>
+ <item v3="10:44:32+02:00" v1="176" v2="x"/>
+ <item v3="10:44:32+02:00" v1="177" v2="x"/>
+ <item v3="10:44:32+02:00" v1="178" v2="x"/>
+ <item v3="10:44:32+02:00" v1="179" v2="x"/>
+ <item v3="10:44:32+02:00" v1="180" v2="x"/>
+ <item v3="10:44:32+02:00" v1="181" v2="x"/>
+ <item v3="10:44:32+02:00" v1="182" v2="x"/>
+ <item v3="10:44:32+02:00" v1="183" v2="x"/>
+ <item v3="10:44:32+02:00" v1="184" v2="x"/>
+ <item v3="10:44:32+02:00" v1="185" v2="x"/>
+ <item v3="10:44:32+02:00" v1="186" v2="x"/>
+ <item v3="10:44:32+02:00" v1="187" v2="x"/>
+ <item v3="10:44:32+02:00" v1="188" v2="x"/>
+ <item v3="10:44:32+02:00" v1="189" v2="x"/>
+ <item v3="10:44:32+02:00" v1="190" v2="x"/>
+ <item v3="10:44:32+02:00" v1="191" v2="x"/>
+ <item v3="10:44:32+02:00" v1="192" v2="x"/>
+ <item v3="10:44:32+02:00" v1="193" v2="x"/>
+ <item v3="10:44:32+02:00" v1="194" v2="x"/>
+ <item v3="10:44:32+02:00" v1="195" v2="x"/>
+ <item v3="10:44:32+02:00" v1="196" v2="x"/>
+ <item v3="10:44:32+02:00" v1="197" v2="x"/>
+ <item v3="10:44:32+02:00" v1="198" v2="x"/>
+ <item v3="10:44:32+02:00" v1="199" v2="x"/>
+ <item v3="10:44:32+02:00" v1="200" v2="x"/>
+ <item v3="10:44:32+02:00" v1="201" v2="x"/>
+ <item v3="10:44:32+02:00" v1="202" v2="x"/>
+ <item v3="10:44:32+02:00" v1="203" v2="x"/>
+ <item v3="10:44:32+02:00" v1="204" v2="x"/>
+ <item v3="10:44:32+02:00" v1="205" v2="x"/>
+ <item v3="10:44:32+02:00" v1="206" v2="x"/>
+ <item v3="10:44:32+02:00" v1="207" v2="x"/>
+ <item v3="10:44:32+02:00" v1="208" v2="x"/>
+ <item v3="10:44:32+02:00" v1="209" v2="x"/>
+ <item v3="10:44:32+02:00" v1="210" v2="x"/>
+ <item v3="10:44:32+02:00" v1="211" v2="x"/>
+ <item v3="10:44:32+02:00" v1="212" v2="x"/>
+ <item v3="10:44:32+02:00" v1="213" v2="x"/>
+ <item v3="10:44:32+02:00" v1="214" v2="x"/>
+ <item v3="10:44:32+02:00" v1="215" v2="x"/>
+ <item v3="10:44:32+02:00" v1="216" v2="x"/>
+ <item v3="10:44:32+02:00" v1="217" v2="x"/>
+ <item v3="10:44:32+02:00" v1="218" v2="x"/>
+ <item v3="10:44:32+02:00" v1="219" v2="x"/>
+ <item v3="10:44:32+02:00" v1="220" v2="x"/>
+ <item v3="10:44:32+02:00" v1="221" v2="x"/>
+ <item v3="10:44:32+02:00" v1="222" v2="x"/>
+ <item v3="10:44:32+02:00" v1="223" v2="x"/>
+ <item v3="10:44:32+02:00" v1="224" v2="x"/>
+ <item v3="10:44:32+02:00" v1="225" v2="x"/>
+ <item v3="10:44:32+02:00" v1="226" v2="x"/>
+ <item v3="10:44:32+02:00" v1="227" v2="x"/>
+ <item v3="10:44:32+02:00" v1="228" v2="x"/>
+ <item v3="10:44:32+02:00" v1="229" v2="x"/>
+ <item v3="10:44:32+02:00" v1="230" v2="x"/>
+ <item v3="10:44:32+02:00" v1="231" v2="x"/>
+ <item v3="10:44:32+02:00" v1="232" v2="x"/>
+ <item v3="10:44:32+02:00" v1="233" v2="x"/>
+ <item v3="10:44:32+02:00" v1="234" v2="x"/>
+ <item v3="10:44:32+02:00" v1="235" v2="x"/>
+ <item v3="10:44:32+02:00" v1="236" v2="x"/>
+ <item v3="10:44:32+02:00" v1="237" v2="x"/>
+ <item v3="10:44:32+02:00" v1="238" v2="x"/>
+ <item v3="10:44:32+02:00" v1="239" v2="x"/>
+ <item v3="10:44:32+02:00" v1="240" v2="x"/>
+ <item v3="10:44:32+02:00" v1="241" v2="x"/>
+ <item v3="10:44:32+02:00" v1="242" v2="x"/>
+ <item v3="10:44:32+02:00" v1="243" v2="x"/>
+ <item v3="10:44:32+02:00" v1="244" v2="x"/>
+ <item v3="10:44:32+02:00" v1="245" v2="x"/>
+ <item v3="10:44:32+02:00" v1="246" v2="x"/>
+ <item v3="10:44:32+02:00" v1="247" v2="x"/>
+ <item v3="10:44:32+02:00" v1="248" v2="x"/>
+ <item v3="10:44:32+02:00" v1="249" v2="x"/>
+ <item v3="10:44:32+02:00" v1="250" v2="x"/>
+ <item v3="10:44:32+02:00" v1="251" v2="x"/>
+ <item v3="10:44:32+02:00" v1="252" v2="x"/>
+ <item v3="10:44:32+02:00" v1="253" v2="x"/>
+ <item v3="10:44:32+02:00" v1="254" v2="x"/>
+ <item v3="10:44:32+02:00" v1="255" v2="x"/>
+ <item v3="10:44:32+02:00" v1="256" v2="x"/>
+ <item v3="10:44:32+02:00" v1="257" v2="x"/>
+ <item v3="10:44:32+02:00" v1="258" v2="x"/>
+ <item v3="10:44:32+02:00" v1="259" v2="x"/>
+ <item v3="10:44:32+02:00" v1="260" v2="x"/>
+ <item v3="10:44:32+02:00" v1="261" v2="x"/>
+ <item v3="10:44:32+02:00" v1="262" v2="x"/>
+ <item v3="10:44:32+02:00" v1="263" v2="x"/>
+ <item v3="10:44:32+02:00" v1="264" v2="x"/>
+ <item v3="10:44:32+02:00" v1="265" v2="x"/>
+ <item v3="10:44:32+02:00" v1="266" v2="x"/>
+ <item v3="10:44:32+02:00" v1="267" v2="x"/>
+ <item v3="10:44:32+02:00" v1="268" v2="x"/>
+ <item v3="10:44:32+02:00" v1="269" v2="x"/>
+ <item v3="10:44:32+02:00" v1="270" v2="x"/>
+ <item v3="10:44:32+02:00" v1="271" v2="x"/>
+ <item v3="10:44:32+02:00" v1="272" v2="x"/>
+ <item v3="10:44:32+02:00" v1="273" v2="x"/>
+ <item v3="10:44:32+02:00" v1="274" v2="x"/>
+ <item v3="10:44:32+02:00" v1="275" v2="x"/>
+ <item v3="10:44:32+02:00" v1="276" v2="x"/>
+ <item v3="10:44:32+02:00" v1="277" v2="x"/>
+ <item v3="10:44:32+02:00" v1="278" v2="x"/>
+ <item v3="10:44:32+02:00" v1="279" v2="x"/>
+ <item v3="10:44:32+02:00" v1="280" v2="x"/>
+ <item v3="10:44:32+02:00" v1="281" v2="x"/>
+ <item v3="10:44:32+02:00" v1="282" v2="x"/>
+ <item v3="10:44:32+02:00" v1="283" v2="x"/>
+ <item v3="10:44:32+02:00" v1="284" v2="x"/>
+ <item v3="10:44:32+02:00" v1="285" v2="x"/>
+ <item v3="10:44:32+02:00" v1="286" v2="x"/>
+ <item v3="10:44:32+02:00" v1="287" v2="x"/>
+ <item v3="10:44:32+02:00" v1="288" v2="x"/>
+ <item v3="10:44:32+02:00" v1="289" v2="x"/>
+ <item v3="10:44:32+02:00" v1="290" v2="x"/>
+ <item v3="10:44:32+02:00" v1="291" v2="x"/>
+ <item v3="10:44:32+02:00" v1="292" v2="x"/>
+ <item v3="10:44:32+02:00" v1="293" v2="x"/>
+ <item v3="10:44:32+02:00" v1="294" v2="x"/>
+ <item v3="10:44:32+02:00" v1="295" v2="x"/>
+ <item v3="10:44:32+02:00" v1="296" v2="x"/>
+ <item v3="10:44:32+02:00" v1="297" v2="x"/>
+ <item v3="10:44:32+02:00" v1="298" v2="x"/>
+ <item v3="10:44:32+02:00" v1="299" v2="x"/>
+ <item v3="10:44:32+02:00" v1="300" v2="x"/>
+ <item v3="10:44:32+02:00" v1="301" v2="x"/>
+ <item v3="10:44:32+02:00" v1="302" v2="x"/>
+ <item v3="10:44:32+02:00" v1="303" v2="x"/>
+ <item v3="10:44:32+02:00" v1="304" v2="x"/>
+ <item v3="10:44:32+02:00" v1="305" v2="x"/>
+ <item v3="10:44:32+02:00" v1="306" v2="x"/>
+ <item v3="10:44:32+02:00" v1="307" v2="x"/>
+ <item v3="10:44:32+02:00" v1="308" v2="x"/>
+ <item v3="10:44:32+02:00" v1="309" v2="x"/>
+ <item v3="10:44:32+02:00" v1="310" v2="x"/>
+ <item v3="10:44:32+02:00" v1="311" v2="x"/>
+ <item v3="10:44:32+02:00" v1="312" v2="x"/>
+ <item v3="10:44:32+02:00" v1="313" v2="x"/>
+ <item v3="10:44:32+02:00" v1="314" v2="x"/>
+ <item v3="10:44:32+02:00" v1="315" v2="x"/>
+ <item v3="10:44:32+02:00" v1="316" v2="x"/>
+ <item v3="10:44:32+02:00" v1="317" v2="x"/>
+ <item v3="10:44:32+02:00" v1="318" v2="x"/>
+ <item v3="10:44:32+02:00" v1="319" v2="x"/>
+ <item v3="10:44:32+02:00" v1="320" v2="x"/>
+ <item v3="10:44:32+02:00" v1="321" v2="x"/>
+ <item v3="10:44:32+02:00" v1="322" v2="x"/>
+ <item v3="10:44:32+02:00" v1="323" v2="x"/>
+ <item v3="10:44:32+02:00" v1="324" v2="x"/>
+ <item v3="10:44:32+02:00" v1="325" v2="x"/>
+ <item v3="10:44:32+02:00" v1="326" v2="x"/>
+ <item v3="10:44:32+02:00" v1="327" v2="x"/>
+ <item v3="10:44:32+02:00" v1="328" v2="x"/>
+ <item v3="10:44:32+02:00" v1="329" v2="x"/>
+ <item v3="10:44:32+02:00" v1="330" v2="x"/>
+ <item v3="10:44:32+02:00" v1="331" v2="x"/>
+ <item v3="10:44:32+02:00" v1="332" v2="x"/>
+ <item v3="10:44:32+02:00" v1="333" v2="x"/>
+ <item v3="10:44:32+02:00" v1="334" v2="x"/>
+ <item v3="10:44:32+02:00" v1="335" v2="x"/>
+ <item v3="10:44:32+02:00" v1="336" v2="x"/>
+ <item v3="10:44:32+02:00" v1="337" v2="x"/>
+ <item v3="10:44:32+02:00" v1="338" v2="x"/>
+ <item v3="10:44:32+02:00" v1="339" v2="x"/>
+ <item v3="10:44:32+02:00" v1="340" v2="x"/>
+ <item v3="10:44:32+02:00" v1="341" v2="x"/>
+ <item v3="10:44:32+02:00" v1="342" v2="x"/>
+ <item v3="10:44:32+02:00" v1="343" v2="x"/>
+ <item v3="10:44:32+02:00" v1="344" v2="x"/>
+ <item v3="10:44:32+02:00" v1="345" v2="x"/>
+ <item v3="10:44:32+02:00" v1="346" v2="x"/>
+ <item v3="10:44:32+02:00" v1="347" v2="x"/>
+ <item v3="10:44:32+02:00" v1="348" v2="x"/>
+ <item v3="10:44:32+02:00" v1="349" v2="x"/>
+ <item v3="10:44:32+02:00" v1="350" v2="x"/>
+ <item v3="10:44:32+02:00" v1="351" v2="x"/>
+ <item v3="10:44:32+02:00" v1="352" v2="x"/>
+ <item v3="10:44:32+02:00" v1="353" v2="x"/>
+ <item v3="10:44:32+02:00" v1="354" v2="x"/>
+ <item v3="10:44:32+02:00" v1="355" v2="x"/>
+ <item v3="10:44:32+02:00" v1="356" v2="x"/>
+ <item v3="10:44:32+02:00" v1="357" v2="x"/>
+ <item v3="10:44:32+02:00" v1="358" v2="x"/>
+ <item v3="10:44:32+02:00" v1="359" v2="x"/>
+ <item v3="10:44:32+02:00" v1="360" v2="x"/>
+ <item v3="10:44:32+02:00" v1="361" v2="x"/>
+ <item v3="10:44:32+02:00" v1="362" v2="x"/>
+ <item v3="10:44:32+02:00" v1="363" v2="x"/>
+ <item v3="10:44:32+02:00" v1="364" v2="x"/>
+ <item v3="10:44:32+02:00" v1="365" v2="x"/>
+ <item v3="10:44:32+02:00" v1="366" v2="x"/>
+ <item v3="10:44:32+02:00" v1="367" v2="x"/>
+ <item v3="10:44:32+02:00" v1="368" v2="x"/>
+ <item v3="10:44:32+02:00" v1="369" v2="x"/>
+ <item v3="10:44:32+02:00" v1="370" v2="x"/>
+ <item v3="10:44:32+02:00" v1="371" v2="x"/>
+ <item v3="10:44:32+02:00" v1="372" v2="x"/>
+ <item v3="10:44:32+02:00" v1="373" v2="x"/>
+ <item v3="10:44:32+02:00" v1="374" v2="x"/>
+ <item v3="10:44:32+02:00" v1="375" v2="x"/>
+ <item v3="10:44:32+02:00" v1="376" v2="x"/>
+ <item v3="10:44:32+02:00" v1="377" v2="x"/>
+ <item v3="10:44:32+02:00" v1="378" v2="x"/>
+ <item v3="10:44:32+02:00" v1="379" v2="x"/>
+ <item v3="10:44:32+02:00" v1="380" v2="x"/>
+ <item v3="10:44:32+02:00" v1="381" v2="x"/>
+ <item v3="10:44:32+02:00" v1="382" v2="x"/>
+ <item v3="10:44:32+02:00" v1="383" v2="x"/>
+ <item v3="10:44:32+02:00" v1="384" v2="x"/>
+ <item v3="10:44:32+02:00" v1="385" v2="x"/>
+ <item v3="10:44:32+02:00" v1="386" v2="x"/>
+ <item v3="10:44:32+02:00" v1="387" v2="x"/>
+ <item v3="10:44:32+02:00" v1="388" v2="x"/>
+ <item v3="10:44:32+02:00" v1="389" v2="x"/>
+ <item v3="10:44:32+02:00" v1="390" v2="x"/>
+ <item v3="10:44:32+02:00" v1="391" v2="x"/>
+ <item v3="10:44:32+02:00" v1="392" v2="x"/>
+ <item v3="10:44:32+02:00" v1="393" v2="x"/>
+ <item v3="10:44:32+02:00" v1="394" v2="x"/>
+ <item v3="10:44:32+02:00" v1="395" v2="x"/>
+ <item v3="10:44:32+02:00" v1="396" v2="x"/>
+ <item v3="10:44:32+02:00" v1="397" v2="x"/>
+ <item v3="10:44:32+02:00" v1="398" v2="x"/>
+ <item v3="10:44:32+02:00" v1="399" v2="x"/>
+ <item v3="10:44:32+02:00" v1="400" v2="x"/>
+ <item v3="10:44:32+02:00" v1="401" v2="x"/>
+ <item v3="10:44:32+02:00" v1="402" v2="x"/>
+ <item v3="10:44:32+02:00" v1="403" v2="x"/>
+ <item v3="10:44:32+02:00" v1="404" v2="x"/>
+ <item v3="10:44:32+02:00" v1="405" v2="x"/>
+ <item v3="10:44:32+02:00" v1="406" v2="x"/>
+ <item v3="10:44:32+02:00" v1="407" v2="x"/>
+ <item v3="10:44:32+02:00" v1="408" v2="x"/>
+ <item v3="10:44:32+02:00" v1="409" v2="x"/>
+ <item v3="10:44:32+02:00" v1="410" v2="x"/>
+ <item v3="10:44:32+02:00" v1="411" v2="x"/>
+ <item v3="10:44:32+02:00" v1="412" v2="x"/>
+ <item v3="10:44:32+02:00" v1="413" v2="x"/>
+ <item v3="10:44:32+02:00" v1="414" v2="x"/>
+ <item v3="10:44:32+02:00" v1="415" v2="x"/>
+ <item v3="10:44:32+02:00" v1="416" v2="x"/>
+ <item v3="10:44:32+02:00" v1="417" v2="x"/>
+ <item v3="10:44:32+02:00" v1="418" v2="x"/>
+ <item v3="10:44:32+02:00" v1="419" v2="x"/>
+ <item v3="10:44:32+02:00" v1="420" v2="x"/>
+ <item v3="10:44:32+02:00" v1="421" v2="x"/>
+ <item v3="10:44:32+02:00" v1="422" v2="x"/>
+ <item v3="10:44:32+02:00" v1="423" v2="x"/>
+ <item v3="10:44:32+02:00" v1="424" v2="x"/>
+ <item v3="10:44:32+02:00" v1="425" v2="x"/>
+ <item v3="10:44:32+02:00" v1="426" v2="x"/>
+ <item v3="10:44:32+02:00" v1="427" v2="x"/>
+ <item v3="10:44:32+02:00" v1="428" v2="x"/>
+ <item v3="10:44:32+02:00" v1="429" v2="x"/>
+ <item v3="10:44:32+02:00" v1="430" v2="x"/>
+ <item v3="10:44:32+02:00" v1="431" v2="x"/>
+ <item v3="10:44:32+02:00" v1="432" v2="x"/>
+ <item v3="10:44:32+02:00" v1="433" v2="x"/>
+ <item v3="10:44:32+02:00" v1="434" v2="x"/>
+ <item v3="10:44:32+02:00" v1="435" v2="x"/>
+ <item v3="10:44:32+02:00" v1="436" v2="x"/>
+ <item v3="10:44:32+02:00" v1="437" v2="x"/>
+ <item v3="10:44:32+02:00" v1="438" v2="x"/>
+ <item v3="10:44:32+02:00" v1="439" v2="x"/>
+ <item v3="10:44:32+02:00" v1="440" v2="x"/>
+ <item v3="10:44:32+02:00" v1="441" v2="x"/>
+ <item v3="10:44:32+02:00" v1="442" v2="x"/>
+ <item v3="10:44:32+02:00" v1="443" v2="x"/>
+ <item v3="10:44:32+02:00" v1="444" v2="x"/>
+ <item v3="10:44:32+02:00" v1="445" v2="x"/>
+ <item v3="10:44:32+02:00" v1="446" v2="x"/>
+ <item v3="10:44:32+02:00" v1="447" v2="x"/>
+ <item v3="10:44:32+02:00" v1="448" v2="x"/>
+ <item v3="10:44:32+02:00" v1="449" v2="x"/>
+ <item v3="10:44:32+02:00" v1="450" v2="x"/>
+ <item v3="10:44:32+02:00" v1="451" v2="x"/>
+ <item v3="10:44:32+02:00" v1="452" v2="x"/>
+ <item v3="10:44:32+02:00" v1="453" v2="x"/>
+ <item v3="10:44:32+02:00" v1="454" v2="x"/>
+ <item v3="10:44:32+02:00" v1="455" v2="x"/>
+ <item v3="10:44:32+02:00" v1="456" v2="x"/>
+ <item v3="10:44:32+02:00" v1="457" v2="x"/>
+ <item v3="10:44:32+02:00" v1="458" v2="x"/>
+ <item v3="10:44:32+02:00" v1="459" v2="x"/>
+ <item v3="10:44:32+02:00" v1="460" v2="x"/>
+ <item v3="10:44:32+02:00" v1="461" v2="x"/>
+ <item v3="10:44:32+02:00" v1="462" v2="x"/>
+ <item v3="10:44:32+02:00" v1="463" v2="x"/>
+ <item v3="10:44:32+02:00" v1="464" v2="x"/>
+ <item v3="10:44:32+02:00" v1="465" v2="x"/>
+ <item v3="10:44:32+02:00" v1="466" v2="x"/>
+ <item v3="10:44:32+02:00" v1="467" v2="x"/>
+ <item v3="10:44:32+02:00" v1="468" v2="x"/>
+ <item v3="10:44:32+02:00" v1="469" v2="x"/>
+ <item v3="10:44:32+02:00" v1="470" v2="x"/>
+ <item v3="10:44:32+02:00" v1="471" v2="x"/>
+ <item v3="10:44:32+02:00" v1="472" v2="x"/>
+ <item v3="10:44:32+02:00" v1="473" v2="x"/>
+ <item v3="10:44:32+02:00" v1="474" v2="x"/>
+ <item v3="10:44:32+02:00" v1="475" v2="x"/>
+ <item v3="10:44:32+02:00" v1="476" v2="x"/>
+ <item v3="10:44:32+02:00" v1="477" v2="x"/>
+ <item v3="10:44:32+02:00" v1="478" v2="x"/>
+ <item v3="10:44:32+02:00" v1="479" v2="x"/>
+ <item v3="10:44:32+02:00" v1="480" v2="x"/>
+ <item v3="10:44:32+02:00" v1="481" v2="x"/>
+ <item v3="10:44:32+02:00" v1="482" v2="x"/>
+ <item v3="10:44:32+02:00" v1="483" v2="x"/>
+ <item v3="10:44:32+02:00" v1="484" v2="x"/>
+ <item v3="10:44:32+02:00" v1="485" v2="x"/>
+ <item v3="10:44:32+02:00" v1="486" v2="x"/>
+ <item v3="10:44:32+02:00" v1="487" v2="x"/>
+ <item v3="10:44:32+02:00" v1="488" v2="x"/>
+ <item v3="10:44:32+02:00" v1="489" v2="x"/>
+ <item v3="10:44:32+02:00" v1="490" v2="x"/>
+ <item v3="10:44:32+02:00" v1="491" v2="x"/>
+ <item v3="10:44:32+02:00" v1="492" v2="x"/>
+ <item v3="10:44:32+02:00" v1="493" v2="x"/>
+ <item v3="10:44:32+02:00" v1="494" v2="x"/>
+ <item v3="10:44:32+02:00" v1="495" v2="x"/>
+ <item v3="10:44:32+02:00" v1="496" v2="x"/>
+ <item v3="10:44:32+02:00" v1="497" v2="x"/>
+ <item v3="10:44:32+02:00" v1="498" v2="x"/>
+ <item v3="10:44:32+02:00" v1="499" v2="x"/>
+ <item v3="10:44:32+02:00" v1="500" v2="x"/>
+ <item v3="10:44:32+02:00" v1="501" v2="x"/>
+ <item v3="10:44:32+02:00" v1="502" v2="x"/>
+ <item v3="10:44:32+02:00" v1="503" v2="x"/>
+ <item v3="10:44:32+02:00" v1="504" v2="x"/>
+ <item v3="10:44:32+02:00" v1="505" v2="x"/>
+ <item v3="10:44:32+02:00" v1="506" v2="x"/>
+ <item v3="10:44:32+02:00" v1="507" v2="x"/>
+ <item v3="10:44:32+02:00" v1="508" v2="x"/>
+ <item v3="10:44:32+02:00" v1="509" v2="x"/>
+ <item v3="10:44:32+02:00" v1="510" v2="x"/>
+ <item v3="10:44:32+02:00" v1="511" v2="x"/>
+ <item v3="10:44:32+02:00" v1="512" v2="x"/>
+ <item v3="10:44:32+02:00" v1="513" v2="x"/>
+ <item v3="10:44:32+02:00" v1="514" v2="x"/>
+ <item v3="10:44:32+02:00" v1="515" v2="x"/>
+ <item v3="10:44:32+02:00" v1="516" v2="x"/>
+ <item v3="10:44:32+02:00" v1="517" v2="x"/>
+ <item v3="10:44:32+02:00" v1="518" v2="x"/>
+ <item v3="10:44:32+02:00" v1="519" v2="x"/>
+ <item v3="10:44:32+02:00" v1="520" v2="x"/>
+ <item v3="10:44:32+02:00" v1="521" v2="x"/>
+ <item v3="10:44:32+02:00" v1="522" v2="x"/>
+ <item v3="10:44:32+02:00" v1="523" v2="x"/>
+ <item v3="10:44:32+02:00" v1="524" v2="x"/>
+ <item v3="10:44:32+02:00" v1="525" v2="x"/>
+ <item v3="10:44:32+02:00" v1="526" v2="x"/>
+ <item v3="10:44:32+02:00" v1="527" v2="x"/>
+ <item v3="10:44:32+02:00" v1="528" v2="x"/>
+ <item v3="10:44:32+02:00" v1="529" v2="x"/>
+ <item v3="10:44:32+02:00" v1="530" v2="x"/>
+ <item v3="10:44:32+02:00" v1="531" v2="x"/>
+ <item v3="10:44:32+02:00" v1="532" v2="x"/>
+ <item v3="10:44:32+02:00" v1="533" v2="x"/>
+ <item v3="10:44:32+02:00" v1="534" v2="x"/>
+ <item v3="10:44:32+02:00" v1="535" v2="x"/>
+ <item v3="10:44:32+02:00" v1="536" v2="x"/>
+ <item v3="10:44:32+02:00" v1="537" v2="x"/>
+ <item v3="10:44:32+02:00" v1="538" v2="x"/>
+ <item v3="10:44:32+02:00" v1="539" v2="x"/>
+ <item v3="10:44:32+02:00" v1="540" v2="x"/>
+ <item v3="10:44:32+02:00" v1="541" v2="x"/>
+ <item v3="10:44:32+02:00" v1="542" v2="x"/>
+ <item v3="10:44:32+02:00" v1="543" v2="x"/>
+ <item v3="10:44:32+02:00" v1="544" v2="x"/>
+ <item v3="10:44:32+02:00" v1="545" v2="x"/>
+ <item v3="10:44:32+02:00" v1="546" v2="x"/>
+ <item v3="10:44:32+02:00" v1="547" v2="x"/>
+ <item v3="10:44:32+02:00" v1="548" v2="x"/>
+ <item v3="10:44:32+02:00" v1="549" v2="x"/>
+ <item v3="10:44:32+02:00" v1="550" v2="x"/>
+ <item v3="10:44:32+02:00" v1="551" v2="x"/>
+ <item v3="10:44:32+02:00" v1="552" v2="x"/>
+ <item v3="10:44:32+02:00" v1="553" v2="x"/>
+ <item v3="10:44:32+02:00" v1="554" v2="x"/>
+ <item v3="10:44:32+02:00" v1="555" v2="x"/>
+ <item v3="10:44:32+02:00" v1="556" v2="x"/>
+ <item v3="10:44:32+02:00" v1="557" v2="x"/>
+ <item v3="10:44:32+02:00" v1="558" v2="x"/>
+ <item v3="10:44:32+02:00" v1="559" v2="x"/>
+ <item v3="10:44:32+02:00" v1="560" v2="x"/>
+ <item v3="10:44:32+02:00" v1="561" v2="x"/>
+ <item v3="10:44:32+02:00" v1="562" v2="x"/>
+ <item v3="10:44:32+02:00" v1="563" v2="x"/>
+ <item v3="10:44:32+02:00" v1="564" v2="x"/>
+ <item v3="10:44:32+02:00" v1="565" v2="x"/>
+ <item v3="10:44:32+02:00" v1="566" v2="x"/>
+ <item v3="10:44:32+02:00" v1="567" v2="x"/>
+ <item v3="10:44:32+02:00" v1="568" v2="x"/>
+ <item v3="10:44:32+02:00" v1="569" v2="x"/>
+ <item v3="10:44:32+02:00" v1="570" v2="x"/>
+ <item v3="10:44:32+02:00" v1="571" v2="x"/>
+ <item v3="10:44:32+02:00" v1="572" v2="x"/>
+ <item v3="10:44:32+02:00" v1="573" v2="x"/>
+ <item v3="10:44:32+02:00" v1="574" v2="x"/>
+ <item v3="10:44:32+02:00" v1="575" v2="x"/>
+ <item v3="10:44:32+02:00" v1="576" v2="x"/>
+ <item v3="10:44:32+02:00" v1="577" v2="x"/>
+ <item v3="10:44:32+02:00" v1="578" v2="x"/>
+ <item v3="10:44:32+02:00" v1="579" v2="x"/>
+ <item v3="10:44:32+02:00" v1="580" v2="x"/>
+ <item v3="10:44:32+02:00" v1="581" v2="x"/>
+ <item v3="10:44:32+02:00" v1="582" v2="x"/>
+ <item v3="10:44:32+02:00" v1="583" v2="x"/>
+ <item v3="10:44:32+02:00" v1="584" v2="x"/>
+ <item v3="10:44:32+02:00" v1="585" v2="x"/>
+ <item v3="10:44:32+02:00" v1="586" v2="x"/>
+ <item v3="10:44:32+02:00" v1="587" v2="x"/>
+ <item v3="10:44:32+02:00" v1="588" v2="x"/>
+ <item v3="10:44:32+02:00" v1="589" v2="x"/>
+ <item v3="10:44:32+02:00" v1="590" v2="x"/>
+ <item v3="10:44:32+02:00" v1="591" v2="x"/>
+ <item v3="10:44:32+02:00" v1="592" v2="x"/>
+ <item v3="10:44:32+02:00" v1="593" v2="x"/>
+ <item v3="10:44:32+02:00" v1="594" v2="x"/>
+ <item v3="10:44:32+02:00" v1="595" v2="x"/>
+ <item v3="10:44:32+02:00" v1="596" v2="x"/>
+ <item v3="10:44:32+02:00" v1="597" v2="x"/>
+ <item v3="10:44:32+02:00" v1="598" v2="x"/>
+ <item v3="10:44:32+02:00" v1="599" v2="x"/>
+ <item v3="10:44:32+02:00" v1="600" v2="x"/>
+ <item v3="10:44:32+02:00" v1="601" v2="x"/>
+ <item v3="10:44:32+02:00" v1="602" v2="x"/>
+ <item v3="10:44:32+02:00" v1="603" v2="x"/>
+ <item v3="10:44:32+02:00" v1="604" v2="x"/>
+ <item v3="10:44:32+02:00" v1="605" v2="x"/>
+ <item v3="10:44:32+02:00" v1="606" v2="x"/>
+ <item v3="10:44:32+02:00" v1="607" v2="x"/>
+ <item v3="10:44:32+02:00" v1="608" v2="x"/>
+ <item v3="10:44:32+02:00" v1="609" v2="x"/>
+ <item v3="10:44:32+02:00" v1="610" v2="x"/>
+ <item v3="10:44:32+02:00" v1="611" v2="x"/>
+ <item v3="10:44:32+02:00" v1="612" v2="x"/>
+ <item v3="10:44:32+02:00" v1="613" v2="x"/>
+ <item v3="10:44:32+02:00" v1="614" v2="x"/>
+ <item v3="10:44:32+02:00" v1="615" v2="x"/>
+ <item v3="10:44:32+02:00" v1="616" v2="x"/>
+ <item v3="10:44:32+02:00" v1="617" v2="x"/>
+ <item v3="10:44:32+02:00" v1="618" v2="x"/>
+ <item v3="10:44:32+02:00" v1="619" v2="x"/>
+ <item v3="10:44:32+02:00" v1="620" v2="x"/>
+ <item v3="10:44:32+02:00" v1="621" v2="x"/>
+ <item v3="10:44:32+02:00" v1="622" v2="x"/>
+ <item v3="10:44:32+02:00" v1="623" v2="x"/>
+ <item v3="10:44:32+02:00" v1="624" v2="x"/>
+ <item v3="10:44:32+02:00" v1="625" v2="x"/>
+ <item v3="10:44:32+02:00" v1="626" v2="x"/>
+ <item v3="10:44:32+02:00" v1="627" v2="x"/>
+ <item v3="10:44:32+02:00" v1="628" v2="x"/>
+ <item v3="10:44:32+02:00" v1="629" v2="x"/>
+ <item v3="10:44:32+02:00" v1="630" v2="x"/>
+ <item v3="10:44:32+02:00" v1="631" v2="x"/>
+ <item v3="10:44:32+02:00" v1="632" v2="x"/>
+ <item v3="10:44:32+02:00" v1="633" v2="x"/>
+ <item v3="10:44:32+02:00" v1="634" v2="x"/>
+ <item v3="10:44:32+02:00" v1="635" v2="x"/>
+ <item v3="10:44:32+02:00" v1="636" v2="x"/>
+ <item v3="10:44:32+02:00" v1="637" v2="x"/>
+ <item v3="10:44:32+02:00" v1="638" v2="x"/>
+ <item v3="10:44:32+02:00" v1="639" v2="x"/>
+ <item v3="10:44:32+02:00" v1="640" v2="x"/>
+ <item v3="10:44:32+02:00" v1="641" v2="x"/>
+ <item v3="10:44:32+02:00" v1="642" v2="x"/>
+ <item v3="10:44:32+02:00" v1="643" v2="x"/>
+ <item v3="10:44:32+02:00" v1="644" v2="x"/>
+ <item v3="10:44:32+02:00" v1="645" v2="x"/>
+ <item v3="10:44:32+02:00" v1="646" v2="x"/>
+ <item v3="10:44:32+02:00" v1="647" v2="x"/>
+ <item v3="10:44:32+02:00" v1="648" v2="x"/>
+ <item v3="10:44:32+02:00" v1="649" v2="x"/>
+ <item v3="10:44:32+02:00" v1="650" v2="x"/>
+ <item v3="10:44:32+02:00" v1="651" v2="x"/>
+ <item v3="10:44:32+02:00" v1="652" v2="x"/>
+ <item v3="10:44:32+02:00" v1="653" v2="x"/>
+ <item v3="10:44:32+02:00" v1="654" v2="x"/>
+ <item v3="10:44:32+02:00" v1="655" v2="x"/>
+ <item v3="10:44:32+02:00" v1="656" v2="x"/>
+ <item v3="10:44:32+02:00" v1="657" v2="x"/>
+ <item v3="10:44:32+02:00" v1="658" v2="x"/>
+ <item v3="10:44:32+02:00" v1="659" v2="x"/>
+ <item v3="10:44:32+02:00" v1="660" v2="x"/>
+ <item v3="10:44:32+02:00" v1="661" v2="x"/>
+ <item v3="10:44:32+02:00" v1="662" v2="x"/>
+ <item v3="10:44:32+02:00" v1="663" v2="x"/>
+ <item v3="10:44:32+02:00" v1="664" v2="x"/>
+ <item v3="10:44:32+02:00" v1="665" v2="x"/>
+ <item v3="10:44:32+02:00" v1="666" v2="x"/>
+ <item v3="10:44:32+02:00" v1="667" v2="x"/>
+ <item v3="10:44:32+02:00" v1="668" v2="x"/>
+ <item v3="10:44:32+02:00" v1="669" v2="x"/>
+ <item v3="10:44:32+02:00" v1="670" v2="x"/>
+ <item v3="10:44:32+02:00" v1="671" v2="x"/>
+ <item v3="10:44:32+02:00" v1="672" v2="x"/>
+ <item v3="10:44:32+02:00" v1="673" v2="x"/>
+ <item v3="10:44:32+02:00" v1="674" v2="x"/>
+ <item v3="10:44:32+02:00" v1="675" v2="x"/>
+ <item v3="10:44:32+02:00" v1="676" v2="x"/>
+ <item v3="10:44:32+02:00" v1="677" v2="x"/>
+ <item v3="10:44:32+02:00" v1="678" v2="x"/>
+ <item v3="10:44:32+02:00" v1="679" v2="x"/>
+ <item v3="10:44:32+02:00" v1="680" v2="x"/>
+ <item v3="10:44:32+02:00" v1="681" v2="x"/>
+ <item v3="10:44:32+02:00" v1="682" v2="x"/>
+ <item v3="10:44:32+02:00" v1="683" v2="x"/>
+ <item v3="10:44:32+02:00" v1="684" v2="x"/>
+ <item v3="10:44:32+02:00" v1="685" v2="x"/>
+ <item v3="10:44:32+02:00" v1="686" v2="x"/>
+ <item v3="10:44:32+02:00" v1="687" v2="x"/>
+ <item v3="10:44:32+02:00" v1="688" v2="x"/>
+ <item v3="10:44:32+02:00" v1="689" v2="x"/>
+ <item v3="10:44:32+02:00" v1="690" v2="x"/>
+ <item v3="10:44:32+02:00" v1="691" v2="x"/>
+ <item v3="10:44:32+02:00" v1="692" v2="x"/>
+ <item v3="10:44:32+02:00" v1="693" v2="x"/>
+ <item v3="10:44:32+02:00" v1="694" v2="x"/>
+ <item v3="10:44:32+02:00" v1="695" v2="x"/>
+ <item v3="10:44:32+02:00" v1="696" v2="x"/>
+ <item v3="10:44:32+02:00" v1="697" v2="x"/>
+ <item v3="10:44:32+02:00" v1="698" v2="x"/>
+ <item v3="10:44:32+02:00" v1="699" v2="x"/>
+ <item v3="10:44:32+02:00" v1="700" v2="x"/>
+ <item v3="10:44:32+02:00" v1="701" v2="x"/>
+ <item v3="10:44:32+02:00" v1="702" v2="x"/>
+ <item v3="10:44:32+02:00" v1="703" v2="x"/>
+ <item v3="10:44:32+02:00" v1="704" v2="x"/>
+ <item v3="10:44:32+02:00" v1="705" v2="x"/>
+ <item v3="10:44:32+02:00" v1="706" v2="x"/>
+ <item v3="10:44:32+02:00" v1="707" v2="x"/>
+ <item v3="10:44:32+02:00" v1="708" v2="x"/>
+ <item v3="10:44:32+02:00" v1="709" v2="x"/>
+ <item v3="10:44:32+02:00" v1="710" v2="x"/>
+ <item v3="10:44:32+02:00" v1="711" v2="x"/>
+ <item v3="10:44:32+02:00" v1="712" v2="x"/>
+ <item v3="10:44:32+02:00" v1="713" v2="x"/>
+ <item v3="10:44:32+02:00" v1="714" v2="x"/>
+ <item v3="10:44:32+02:00" v1="715" v2="x"/>
+ <item v3="10:44:32+02:00" v1="716" v2="x"/>
+ <item v3="10:44:32+02:00" v1="717" v2="x"/>
+ <item v3="10:44:32+02:00" v1="718" v2="x"/>
+ <item v3="10:44:32+02:00" v1="719" v2="x"/>
+ <item v3="10:44:32+02:00" v1="720" v2="x"/>
+ <item v3="10:44:32+02:00" v1="721" v2="x"/>
+ <item v3="10:44:32+02:00" v1="722" v2="x"/>
+ <item v3="10:44:32+02:00" v1="723" v2="x"/>
+ <item v3="10:44:32+02:00" v1="724" v2="x"/>
+ <item v3="10:44:32+02:00" v1="725" v2="x"/>
+ <item v3="10:44:32+02:00" v1="726" v2="x"/>
+ <item v3="10:44:32+02:00" v1="727" v2="x"/>
+ <item v3="10:44:32+02:00" v1="728" v2="x"/>
+ <item v3="10:44:32+02:00" v1="729" v2="x"/>
+ <item v3="10:44:32+02:00" v1="730" v2="x"/>
+ <item v3="10:44:32+02:00" v1="731" v2="x"/>
+ <item v3="10:44:32+02:00" v1="732" v2="x"/>
+ <item v3="10:44:32+02:00" v1="733" v2="x"/>
+ <item v3="10:44:32+02:00" v1="734" v2="x"/>
+ <item v3="10:44:32+02:00" v1="735" v2="x"/>
+ <item v3="10:44:32+02:00" v1="736" v2="x"/>
+ <item v3="10:44:32+02:00" v1="737" v2="x"/>
+ <item v3="10:44:32+02:00" v1="738" v2="x"/>
+ <item v3="10:44:32+02:00" v1="739" v2="x"/>
+ <item v3="10:44:32+02:00" v1="740" v2="x"/>
+ <item v3="10:44:32+02:00" v1="741" v2="x"/>
+ <item v3="10:44:32+02:00" v1="742" v2="x"/>
+ <item v3="10:44:32+02:00" v1="743" v2="x"/>
+ <item v3="10:44:32+02:00" v1="744" v2="x"/>
+ <item v3="10:44:32+02:00" v1="745" v2="x"/>
+ <item v3="10:44:32+02:00" v1="746" v2="x"/>
+ <item v3="10:44:32+02:00" v1="747" v2="x"/>
+ <item v3="10:44:32+02:00" v1="748" v2="x"/>
+ <item v3="10:44:32+02:00" v1="749" v2="x"/>
+ <item v3="10:44:32+02:00" v1="750" v2="x"/>
+ <item v3="10:44:32+02:00" v1="751" v2="x"/>
+ <item v3="10:44:32+02:00" v1="752" v2="x"/>
+ <item v3="10:44:32+02:00" v1="753" v2="x"/>
+ <item v3="10:44:32+02:00" v1="754" v2="x"/>
+ <item v3="10:44:32+02:00" v1="755" v2="x"/>
+ <item v3="10:44:32+02:00" v1="756" v2="x"/>
+ <item v3="10:44:32+02:00" v1="757" v2="x"/>
+ <item v3="10:44:32+02:00" v1="758" v2="x"/>
+ <item v3="10:44:32+02:00" v1="759" v2="x"/>
+ <item v3="10:44:32+02:00" v1="760" v2="x"/>
+ <item v3="10:44:32+02:00" v1="761" v2="x"/>
+ <item v3="10:44:32+02:00" v1="762" v2="x"/>
+ <item v3="10:44:32+02:00" v1="763" v2="x"/>
+ <item v3="10:44:32+02:00" v1="764" v2="x"/>
+ <item v3="10:44:32+02:00" v1="765" v2="x"/>
+ <item v3="10:44:32+02:00" v1="766" v2="x"/>
+ <item v3="10:44:32+02:00" v1="767" v2="x"/>
+ <item v3="10:44:32+02:00" v1="768" v2="x"/>
+ <item v3="10:44:32+02:00" v1="769" v2="x"/>
+ <item v3="10:44:32+02:00" v1="770" v2="x"/>
+ <item v3="10:44:32+02:00" v1="771" v2="x"/>
+ <item v3="10:44:32+02:00" v1="772" v2="x"/>
+ <item v3="10:44:32+02:00" v1="773" v2="x"/>
+ <item v3="10:44:32+02:00" v1="774" v2="x"/>
+ <item v3="10:44:32+02:00" v1="775" v2="x"/>
+ <item v3="10:44:32+02:00" v1="776" v2="x"/>
+ <item v3="10:44:32+02:00" v1="777" v2="x"/>
+ <item v3="10:44:32+02:00" v1="778" v2="x"/>
+ <item v3="10:44:32+02:00" v1="779" v2="x"/>
+ <item v3="10:44:32+02:00" v1="780" v2="x"/>
+ <item v3="10:44:32+02:00" v1="781" v2="x"/>
+ <item v3="10:44:32+02:00" v1="782" v2="x"/>
+ <item v3="10:44:32+02:00" v1="783" v2="x"/>
+ <item v3="10:44:32+02:00" v1="784" v2="x"/>
+ <item v3="10:44:32+02:00" v1="785" v2="x"/>
+ <item v3="10:44:32+02:00" v1="786" v2="x"/>
+ <item v3="10:44:32+02:00" v1="787" v2="x"/>
+ <item v3="10:44:32+02:00" v1="788" v2="x"/>
+ <item v3="10:44:32+02:00" v1="789" v2="x"/>
+ <item v3="10:44:32+02:00" v1="790" v2="x"/>
+ <item v3="10:44:32+02:00" v1="791" v2="x"/>
+ <item v3="10:44:32+02:00" v1="792" v2="x"/>
+ <item v3="10:44:32+02:00" v1="793" v2="x"/>
+ <item v3="10:44:32+02:00" v1="794" v2="x"/>
+ <item v3="10:44:32+02:00" v1="795" v2="x"/>
+ <item v3="10:44:32+02:00" v1="796" v2="x"/>
+ <item v3="10:44:32+02:00" v1="797" v2="x"/>
+ <item v3="10:44:32+02:00" v1="798" v2="x"/>
+ <item v3="10:44:32+02:00" v1="799" v2="x"/>
+ <item v3="10:44:32+02:00" v1="800" v2="x"/>
+ <item v3="10:44:32+02:00" v1="801" v2="x"/>
+ <item v3="10:44:32+02:00" v1="802" v2="x"/>
+ <item v3="10:44:32+02:00" v1="803" v2="x"/>
+ <item v3="10:44:32+02:00" v1="804" v2="x"/>
+ <item v3="10:44:32+02:00" v1="805" v2="x"/>
+ <item v3="10:44:32+02:00" v1="806" v2="x"/>
+ <item v3="10:44:32+02:00" v1="807" v2="x"/>
+ <item v3="10:44:32+02:00" v1="808" v2="x"/>
+ <item v3="10:44:32+02:00" v1="809" v2="x"/>
+ <item v3="10:44:32+02:00" v1="810" v2="x"/>
+ <item v3="10:44:32+02:00" v1="811" v2="x"/>
+ <item v3="10:44:32+02:00" v1="812" v2="x"/>
+ <item v3="10:44:32+02:00" v1="813" v2="x"/>
+ <item v3="10:44:32+02:00" v1="814" v2="x"/>
+ <item v3="10:44:32+02:00" v1="815" v2="x"/>
+ <item v3="10:44:32+02:00" v1="816" v2="x"/>
+ <item v3="10:44:32+02:00" v1="817" v2="x"/>
+ <item v3="10:44:32+02:00" v1="818" v2="x"/>
+ <item v3="10:44:32+02:00" v1="819" v2="x"/>
+ <item v3="10:44:32+02:00" v1="820" v2="x"/>
+ <item v3="10:44:32+02:00" v1="821" v2="x"/>
+ <item v3="10:44:32+02:00" v1="822" v2="x"/>
+ <item v3="10:44:32+02:00" v1="823" v2="x"/>
+ <item v3="10:44:32+02:00" v1="824" v2="x"/>
+ <item v3="10:44:32+02:00" v1="825" v2="x"/>
+ <item v3="10:44:32+02:00" v1="826" v2="x"/>
+ <item v3="10:44:32+02:00" v1="827" v2="x"/>
+ <item v3="10:44:32+02:00" v1="828" v2="x"/>
+ <item v3="10:44:32+02:00" v1="829" v2="x"/>
+ <item v3="10:44:32+02:00" v1="830" v2="x"/>
+ <item v3="10:44:32+02:00" v1="831" v2="x"/>
+ <item v3="10:44:32+02:00" v1="832" v2="x"/>
+ <item v3="10:44:32+02:00" v1="833" v2="x"/>
+ <item v3="10:44:32+02:00" v1="834" v2="x"/>
+ <item v3="10:44:32+02:00" v1="835" v2="x"/>
+ <item v3="10:44:32+02:00" v1="836" v2="x"/>
+ <item v3="10:44:32+02:00" v1="837" v2="x"/>
+ <item v3="10:44:32+02:00" v1="838" v2="x"/>
+ <item v3="10:44:32+02:00" v1="839" v2="x"/>
+ <item v3="10:44:32+02:00" v1="840" v2="x"/>
+ <item v3="10:44:32+02:00" v1="841" v2="x"/>
+ <item v3="10:44:32+02:00" v1="842" v2="x"/>
+ <item v3="10:44:32+02:00" v1="843" v2="x"/>
+ <item v3="10:44:32+02:00" v1="844" v2="x"/>
+ <item v3="10:44:32+02:00" v1="845" v2="x"/>
+ <item v3="10:44:32+02:00" v1="846" v2="x"/>
+ <item v3="10:44:32+02:00" v1="847" v2="x"/>
+ <item v3="10:44:32+02:00" v1="848" v2="x"/>
+ <item v3="10:44:32+02:00" v1="849" v2="x"/>
+ <item v3="10:44:32+02:00" v1="850" v2="x"/>
+ <item v3="10:44:32+02:00" v1="851" v2="x"/>
+ <item v3="10:44:32+02:00" v1="852" v2="x"/>
+ <item v3="10:44:32+02:00" v1="853" v2="x"/>
+ <item v3="10:44:32+02:00" v1="854" v2="x"/>
+ <item v3="10:44:32+02:00" v1="855" v2="x"/>
+ <item v3="10:44:32+02:00" v1="856" v2="x"/>
+ <item v3="10:44:32+02:00" v1="857" v2="x"/>
+ <item v3="10:44:32+02:00" v1="858" v2="x"/>
+ <item v3="10:44:32+02:00" v1="859" v2="x"/>
+ <item v3="10:44:32+02:00" v1="860" v2="x"/>
+ <item v3="10:44:32+02:00" v1="861" v2="x"/>
+ <item v3="10:44:32+02:00" v1="862" v2="x"/>
+ <item v3="10:44:32+02:00" v1="863" v2="x"/>
+ <item v3="10:44:32+02:00" v1="864" v2="x"/>
+ <item v3="10:44:32+02:00" v1="865" v2="x"/>
+ <item v3="10:44:32+02:00" v1="866" v2="x"/>
+ <item v3="10:44:32+02:00" v1="867" v2="x"/>
+ <item v3="10:44:32+02:00" v1="868" v2="x"/>
+ <item v3="10:44:32+02:00" v1="869" v2="x"/>
+ <item v3="10:44:32+02:00" v1="870" v2="x"/>
+ <item v3="10:44:32+02:00" v1="871" v2="x"/>
+ <item v3="10:44:32+02:00" v1="872" v2="x"/>
+ <item v3="10:44:32+02:00" v1="873" v2="x"/>
+ <item v3="10:44:32+02:00" v1="874" v2="x"/>
+ <item v3="10:44:32+02:00" v1="875" v2="x"/>
+ <item v3="10:44:32+02:00" v1="876" v2="x"/>
+ <item v3="10:44:32+02:00" v1="877" v2="x"/>
+ <item v3="10:44:32+02:00" v1="878" v2="x"/>
+ <item v3="10:44:32+02:00" v1="879" v2="x"/>
+ <item v3="10:44:32+02:00" v1="880" v2="x"/>
+ <item v3="10:44:32+02:00" v1="881" v2="x"/>
+ <item v3="10:44:32+02:00" v1="882" v2="x"/>
+ <item v3="10:44:32+02:00" v1="883" v2="x"/>
+ <item v3="10:44:32+02:00" v1="884" v2="x"/>
+ <item v3="10:44:32+02:00" v1="885" v2="x"/>
+ <item v3="10:44:32+02:00" v1="886" v2="x"/>
+ <item v3="10:44:32+02:00" v1="887" v2="x"/>
+ <item v3="10:44:32+02:00" v1="888" v2="x"/>
+ <item v3="10:44:32+02:00" v1="889" v2="x"/>
+ <item v3="10:44:32+02:00" v1="890" v2="x"/>
+ <item v3="10:44:32+02:00" v1="891" v2="x"/>
+ <item v3="10:44:32+02:00" v1="892" v2="x"/>
+ <item v3="10:44:32+02:00" v1="893" v2="x"/>
+ <item v3="10:44:32+02:00" v1="894" v2="x"/>
+ <item v3="10:44:32+02:00" v1="895" v2="x"/>
+ <item v3="10:44:32+02:00" v1="896" v2="x"/>
+ <item v3="10:44:32+02:00" v1="897" v2="x"/>
+ <item v3="10:44:32+02:00" v1="898" v2="x"/>
+ <item v3="10:44:32+02:00" v1="899" v2="x"/>
+ <item v3="10:44:32+02:00" v1="900" v2="x"/>
+ <item v3="10:44:32+02:00" v1="901" v2="x"/>
+ <item v3="10:44:32+02:00" v1="902" v2="x"/>
+ <item v3="10:44:32+02:00" v1="903" v2="x"/>
+ <item v3="10:44:32+02:00" v1="904" v2="x"/>
+ <item v3="10:44:32+02:00" v1="905" v2="x"/>
+ <item v3="10:44:32+02:00" v1="906" v2="x"/>
+ <item v3="10:44:32+02:00" v1="907" v2="x"/>
+ <item v3="10:44:32+02:00" v1="908" v2="x"/>
+ <item v3="10:44:32+02:00" v1="909" v2="x"/>
+ <item v3="10:44:32+02:00" v1="910" v2="x"/>
+ <item v3="10:44:32+02:00" v1="911" v2="x"/>
+ <item v3="10:44:32+02:00" v1="912" v2="x"/>
+ <item v3="10:44:32+02:00" v1="913" v2="x"/>
+ <item v3="10:44:32+02:00" v1="914" v2="x"/>
+ <item v3="10:44:32+02:00" v1="915" v2="x"/>
+ <item v3="10:44:32+02:00" v1="916" v2="x"/>
+ <item v3="10:44:32+02:00" v1="917" v2="x"/>
+ <item v3="10:44:32+02:00" v1="918" v2="x"/>
+ <item v3="10:44:32+02:00" v1="919" v2="x"/>
+ <item v3="10:44:32+02:00" v1="920" v2="x"/>
+ <item v3="10:44:32+02:00" v1="921" v2="x"/>
+ <item v3="10:44:32+02:00" v1="922" v2="x"/>
+ <item v3="10:44:32+02:00" v1="923" v2="x"/>
+ <item v3="10:44:32+02:00" v1="924" v2="x"/>
+ <item v3="10:44:32+02:00" v1="925" v2="x"/>
+ <item v3="10:44:32+02:00" v1="926" v2="x"/>
+ <item v3="10:44:32+02:00" v1="927" v2="x"/>
+ <item v3="10:44:32+02:00" v1="928" v2="x"/>
+ <item v3="10:44:32+02:00" v1="929" v2="x"/>
+ <item v3="10:44:32+02:00" v1="930" v2="x"/>
+ <item v3="10:44:32+02:00" v1="931" v2="x"/>
+ <item v3="10:44:32+02:00" v1="932" v2="x"/>
+ <item v3="10:44:32+02:00" v1="933" v2="x"/>
+ <item v3="10:44:32+02:00" v1="934" v2="x"/>
+ <item v3="10:44:32+02:00" v1="935" v2="x"/>
+ <item v3="10:44:32+02:00" v1="936" v2="x"/>
+ <item v3="10:44:32+02:00" v1="937" v2="x"/>
+ <item v3="10:44:32+02:00" v1="938" v2="x"/>
+ <item v3="10:44:32+02:00" v1="939" v2="x"/>
+ <item v3="10:44:32+02:00" v1="940" v2="x"/>
+ <item v3="10:44:32+02:00" v1="941" v2="x"/>
+ <item v3="10:44:32+02:00" v1="942" v2="x"/>
+ <item v3="10:44:32+02:00" v1="943" v2="x"/>
+ <item v3="10:44:32+02:00" v1="944" v2="x"/>
+ <item v3="10:44:32+02:00" v1="945" v2="x"/>
+ <item v3="10:44:32+02:00" v1="946" v2="x"/>
+ <item v3="10:44:32+02:00" v1="947" v2="x"/>
+ <item v3="10:44:32+02:00" v1="948" v2="x"/>
+ <item v3="10:44:32+02:00" v1="949" v2="x"/>
+ <item v3="10:44:32+02:00" v1="950" v2="x"/>
+ <item v3="10:44:32+02:00" v1="951" v2="x"/>
+ <item v3="10:44:32+02:00" v1="952" v2="x"/>
+ <item v3="10:44:32+02:00" v1="953" v2="x"/>
+ <item v3="10:44:32+02:00" v1="954" v2="x"/>
+ <item v3="10:44:32+02:00" v1="955" v2="x"/>
+ <item v3="10:44:32+02:00" v1="956" v2="x"/>
+ <item v3="10:44:32+02:00" v1="957" v2="x"/>
+ <item v3="10:44:32+02:00" v1="958" v2="x"/>
+ <item v3="10:44:32+02:00" v1="959" v2="x"/>
+ <item v3="10:44:32+02:00" v1="960" v2="x"/>
+ <item v3="10:44:32+02:00" v1="961" v2="x"/>
+ <item v3="10:44:32+02:00" v1="962" v2="x"/>
+ <item v3="10:44:32+02:00" v1="963" v2="x"/>
+ <item v3="10:44:32+02:00" v1="964" v2="x"/>
+ <item v3="10:44:32+02:00" v1="965" v2="x"/>
+ <item v3="10:44:32+02:00" v1="966" v2="x"/>
+ <item v3="10:44:32+02:00" v1="967" v2="x"/>
+ <item v3="10:44:32+02:00" v1="968" v2="x"/>
+ <item v3="10:44:32+02:00" v1="969" v2="x"/>
+ <item v3="10:44:32+02:00" v1="970" v2="x"/>
+ <item v3="10:44:32+02:00" v1="971" v2="x"/>
+ <item v3="10:44:32+02:00" v1="972" v2="x"/>
+ <item v3="10:44:32+02:00" v1="973" v2="x"/>
+ <item v3="10:44:32+02:00" v1="974" v2="x"/>
+ <item v3="10:44:32+02:00" v1="975" v2="x"/>
+ <item v3="10:44:32+02:00" v1="976" v2="x"/>
+ <item v3="10:44:32+02:00" v1="977" v2="x"/>
+ <item v3="10:44:32+02:00" v1="978" v2="x"/>
+ <item v3="10:44:32+02:00" v1="979" v2="x"/>
+ <item v3="10:44:32+02:00" v1="980" v2="x"/>
+ <item v3="10:44:32+02:00" v1="981" v2="x"/>
+ <item v3="10:44:32+02:00" v1="982" v2="x"/>
+ <item v3="10:44:32+02:00" v1="983" v2="x"/>
+ <item v3="10:44:32+02:00" v1="984" v2="x"/>
+ <item v3="10:44:32+02:00" v1="985" v2="x"/>
+ <item v3="10:44:32+02:00" v1="986" v2="x"/>
+ <item v3="10:44:32+02:00" v1="987" v2="x"/>
+ <item v3="10:44:32+02:00" v1="988" v2="x"/>
+ <item v3="10:44:32+02:00" v1="989" v2="x"/>
+ <item v3="10:44:32+02:00" v1="990" v2="x"/>
+ <item v3="10:44:32+02:00" v1="991" v2="x"/>
+ <item v3="10:44:32+02:00" v1="992" v2="x"/>
+ <item v3="10:44:32+02:00" v1="993" v2="x"/>
+ <item v3="10:44:32+02:00" v1="994" v2="x"/>
+ <item v3="10:44:32+02:00" v1="995" v2="x"/>
+ <item v3="10:44:32+02:00" v1="996" v2="x"/>
+ <item v3="10:44:32+02:00" v1="997" v2="x"/>
+ <item v3="10:44:32+02:00" v1="998" v2="x"/>
+ <item v3="10:44:32+02:00" v1="999" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1000" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1001" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1002" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1003" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1004" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1005" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1006" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1007" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1008" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1009" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1010" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1011" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1012" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1013" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1014" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1015" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1016" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1017" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1018" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1019" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1020" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1021" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1022" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1023" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1024" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1025" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1026" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1027" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1028" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1029" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1030" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1031" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1032" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1033" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1034" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1035" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1036" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1037" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1038" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1039" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1040" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1041" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1042" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1043" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1044" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1045" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1046" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1047" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1048" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1049" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1050" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1051" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1052" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1053" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1054" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1055" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1056" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1057" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1058" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1059" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1060" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1061" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1062" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1063" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1064" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1065" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1066" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1067" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1068" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1069" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1070" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1071" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1072" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1073" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1074" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1075" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1076" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1077" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1078" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1079" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1080" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1081" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1082" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1083" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1084" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1085" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1086" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1087" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1088" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1089" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1090" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1091" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1092" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1093" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1094" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1095" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1096" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1097" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1098" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1099" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1100" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1101" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1102" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1103" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1104" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1105" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1106" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1107" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1108" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1109" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1110" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1111" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1112" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1113" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1114" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1115" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1116" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1117" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1118" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1119" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1120" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1121" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1122" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1123" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1124" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1125" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1126" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1127" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1128" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1129" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1130" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1131" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1132" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1133" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1134" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1135" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1136" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1137" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1138" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1139" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1140" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1141" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1142" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1143" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1144" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1145" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1146" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1147" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1148" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1149" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1150" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1151" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1152" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1153" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1154" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1155" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1156" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1157" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1158" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1159" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1160" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1161" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1162" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1163" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1164" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1165" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1166" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1167" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1168" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1169" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1170" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1171" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1172" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1173" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1174" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1175" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1176" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1177" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1178" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1179" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1180" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1181" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1182" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1183" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1184" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1185" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1186" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1187" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1188" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1189" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1190" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1191" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1192" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1193" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1194" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1195" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1196" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1197" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1198" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1199" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1200" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1201" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1202" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1203" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1204" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1205" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1206" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1207" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1208" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1209" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1210" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1211" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1212" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1213" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1214" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1215" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1216" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1217" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1218" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1219" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1220" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1221" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1222" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1223" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1224" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1225" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1226" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1227" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1228" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1229" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1230" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1231" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1232" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1233" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1234" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1235" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1236" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1237" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1238" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1239" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1240" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1241" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1242" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1243" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1244" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1245" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1246" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1247" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1248" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1249" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1250" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1251" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1252" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1253" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1254" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1255" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1256" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1257" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1258" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1259" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1260" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1261" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1262" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1263" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1264" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1265" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1266" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1267" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1268" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1269" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1270" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1271" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1272" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1273" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1274" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1275" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1276" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1277" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1278" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1279" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1280" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1281" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1282" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1283" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1284" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1285" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1286" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1287" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1288" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1289" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1290" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1291" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1292" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1293" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1294" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1295" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1296" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1297" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1298" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1299" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1300" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1301" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1302" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1303" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1304" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1305" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1306" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1307" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1308" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1309" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1310" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1311" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1312" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1313" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1314" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1315" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1316" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1317" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1318" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1319" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1320" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1321" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1322" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1323" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1324" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1325" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1326" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1327" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1328" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1329" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1330" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1331" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1332" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1333" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1334" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1335" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1336" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1337" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1338" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1339" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1340" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1341" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1342" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1343" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1344" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1345" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1346" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1347" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1348" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1349" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1350" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1351" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1352" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1353" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1354" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1355" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1356" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1357" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1358" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1359" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1360" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1361" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1362" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1363" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1364" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1365" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1366" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1367" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1368" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1369" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1370" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1371" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1372" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1373" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1374" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1375" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1376" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1377" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1378" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1379" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1380" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1381" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1382" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1383" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1384" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1385" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1386" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1387" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1388" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1389" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1390" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1391" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1392" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1393" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1394" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1395" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1396" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1397" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1398" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1399" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1400" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1401" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1402" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1403" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1404" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1405" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1406" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1407" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1408" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1409" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1410" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1411" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1412" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1413" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1414" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1415" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1416" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1417" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1418" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1419" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1420" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1421" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1422" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1423" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1424" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1425" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1426" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1427" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1428" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1429" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1430" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1431" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1432" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1433" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1434" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1435" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1436" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1437" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1438" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1439" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1440" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1441" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1442" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1443" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1444" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1445" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1446" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1447" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1448" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1449" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1450" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1451" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1452" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1453" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1454" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1455" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1456" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1457" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1458" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1459" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1460" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1461" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1462" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1463" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1464" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1465" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1466" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1467" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1468" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1469" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1470" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1471" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1472" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1473" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1474" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1475" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1476" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1477" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1478" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1479" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1480" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1481" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1482" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1483" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1484" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1485" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1486" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1487" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1488" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1489" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1490" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1491" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1492" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1493" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1494" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1495" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1496" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1497" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1498" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1499" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1500" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1501" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1502" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1503" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1504" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1505" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1506" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1507" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1508" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1509" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1510" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1511" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1512" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1513" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1514" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1515" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1516" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1517" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1518" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1519" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1520" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1521" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1522" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1523" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1524" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1525" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1526" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1527" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1528" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1529" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1530" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1531" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1532" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1533" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1534" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1535" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1536" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1537" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1538" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1539" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1540" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1541" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1542" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1543" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1544" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1545" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1546" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1547" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1548" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1549" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1550" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1551" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1552" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1553" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1554" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1555" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1556" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1557" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1558" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1559" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1560" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1561" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1562" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1563" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1564" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1565" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1566" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1567" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1568" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1569" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1570" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1571" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1572" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1573" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1574" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1575" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1576" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1577" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1578" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1579" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1580" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1581" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1582" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1583" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1584" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1585" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1586" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1587" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1588" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1589" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1590" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1591" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1592" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1593" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1594" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1595" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1596" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1597" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1598" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1599" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1600" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1601" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1602" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1603" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1604" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1605" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1606" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1607" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1608" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1609" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1610" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1611" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1612" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1613" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1614" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1615" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1616" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1617" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1618" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1619" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1620" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1621" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1622" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1623" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1624" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1625" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1626" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1627" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1628" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1629" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1630" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1631" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1632" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1633" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1634" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1635" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1636" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1637" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1638" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1639" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1640" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1641" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1642" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1643" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1644" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1645" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1646" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1647" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1648" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1649" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1650" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1651" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1652" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1653" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1654" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1655" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1656" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1657" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1658" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1659" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1660" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1661" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1662" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1663" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1664" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1665" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1666" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1667" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1668" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1669" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1670" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1671" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1672" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1673" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1674" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1675" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1676" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1677" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1678" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1679" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1680" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1681" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1682" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1683" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1684" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1685" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1686" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1687" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1688" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1689" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1690" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1691" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1692" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1693" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1694" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1695" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1696" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1697" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1698" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1699" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1700" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1701" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1702" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1703" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1704" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1705" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1706" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1707" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1708" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1709" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1710" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1711" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1712" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1713" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1714" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1715" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1716" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1717" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1718" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1719" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1720" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1721" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1722" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1723" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1724" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1725" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1726" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1727" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1728" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1729" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1730" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1731" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1732" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1733" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1734" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1735" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1736" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1737" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1738" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1739" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1740" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1741" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1742" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1743" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1744" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1745" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1746" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1747" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1748" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1749" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1750" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1751" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1752" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1753" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1754" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1755" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1756" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1757" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1758" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1759" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1760" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1761" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1762" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1763" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1764" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1765" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1766" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1767" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1768" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1769" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1770" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1771" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1772" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1773" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1774" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1775" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1776" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1777" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1778" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1779" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1780" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1781" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1782" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1783" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1784" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1785" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1786" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1787" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1788" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1789" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1790" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1791" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1792" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1793" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1794" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1795" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1796" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1797" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1798" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1799" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1800" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1801" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1802" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1803" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1804" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1805" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1806" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1807" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1808" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1809" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1810" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1811" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1812" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1813" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1814" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1815" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1816" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1817" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1818" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1819" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1820" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1821" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1822" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1823" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1824" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1825" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1826" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1827" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1828" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1829" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1830" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1831" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1832" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1833" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1834" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1835" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1836" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1837" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1838" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1839" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1840" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1841" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1842" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1843" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1844" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1845" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1846" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1847" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1848" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1849" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1850" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1851" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1852" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1853" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1854" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1855" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1856" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1857" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1858" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1859" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1860" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1861" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1862" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1863" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1864" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1865" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1866" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1867" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1868" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1869" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1870" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1871" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1872" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1873" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1874" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1875" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1876" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1877" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1878" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1879" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1880" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1881" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1882" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1883" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1884" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1885" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1886" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1887" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1888" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1889" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1890" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1891" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1892" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1893" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1894" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1895" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1896" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1897" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1898" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1899" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1900" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1901" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1902" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1903" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1904" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1905" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1906" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1907" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1908" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1909" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1910" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1911" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1912" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1913" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1914" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1915" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1916" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1917" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1918" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1919" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1920" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1921" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1922" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1923" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1924" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1925" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1926" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1927" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1928" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1929" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1930" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1931" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1932" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1933" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1934" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1935" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1936" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1937" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1938" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1939" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1940" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1941" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1942" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1943" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1944" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1945" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1946" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1947" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1948" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1949" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1950" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1951" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1952" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1953" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1954" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1955" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1956" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1957" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1958" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1959" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1960" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1961" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1962" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1963" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1964" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1965" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1966" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1967" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1968" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1969" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1970" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1971" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1972" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1973" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1974" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1975" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1976" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1977" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1978" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1979" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1980" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1981" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1982" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1983" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1984" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1985" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1986" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1987" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1988" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1989" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1990" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1991" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1992" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1993" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1994" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1995" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1996" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1997" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1998" v2="x"/>
+ <item v3="10:44:32+02:00" v1="1999" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2000" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2001" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2002" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2003" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2004" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2005" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2006" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2007" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2008" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2009" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2010" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2011" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2012" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2013" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2014" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2015" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2016" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2017" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2018" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2019" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2020" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2021" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2022" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2023" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2024" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2025" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2026" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2027" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2028" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2029" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2030" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2031" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2032" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2033" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2034" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2035" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2036" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2037" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2038" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2039" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2040" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2041" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2042" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2043" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2044" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2045" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2046" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2047" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2048" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2049" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2050" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2051" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2052" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2053" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2054" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2055" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2056" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2057" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2058" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2059" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2060" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2061" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2062" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2063" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2064" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2065" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2066" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2067" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2068" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2069" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2070" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2071" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2072" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2073" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2074" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2075" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2076" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2077" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2078" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2079" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2080" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2081" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2082" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2083" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2084" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2085" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2086" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2087" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2088" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2089" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2090" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2091" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2092" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2093" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2094" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2095" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2096" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2097" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2098" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2099" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2100" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2101" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2102" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2103" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2104" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2105" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2106" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2107" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2108" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2109" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2110" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2111" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2112" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2113" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2114" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2115" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2116" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2117" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2118" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2119" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2120" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2121" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2122" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2123" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2124" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2125" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2126" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2127" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2128" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2129" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2130" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2131" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2132" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2133" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2134" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2135" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2136" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2137" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2138" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2139" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2140" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2141" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2142" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2143" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2144" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2145" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2146" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2147" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2148" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2149" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2150" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2151" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2152" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2153" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2154" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2155" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2156" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2157" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2158" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2159" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2160" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2161" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2162" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2163" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2164" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2165" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2166" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2167" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2168" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2169" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2170" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2171" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2172" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2173" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2174" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2175" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2176" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2177" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2178" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2179" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2180" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2181" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2182" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2183" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2184" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2185" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2186" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2187" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2188" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2189" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2190" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2191" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2192" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2193" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2194" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2195" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2196" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2197" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2198" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2199" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2200" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2201" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2202" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2203" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2204" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2205" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2206" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2207" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2208" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2209" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2210" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2211" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2212" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2213" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2214" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2215" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2216" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2217" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2218" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2219" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2220" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2221" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2222" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2223" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2224" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2225" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2226" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2227" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2228" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2229" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2230" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2231" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2232" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2233" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2234" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2235" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2236" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2237" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2238" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2239" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2240" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2241" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2242" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2243" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2244" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2245" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2246" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2247" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2248" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2249" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2250" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2251" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2252" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2253" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2254" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2255" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2256" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2257" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2258" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2259" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2260" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2261" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2262" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2263" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2264" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2265" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2266" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2267" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2268" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2269" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2270" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2271" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2272" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2273" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2274" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2275" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2276" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2277" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2278" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2279" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2280" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2281" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2282" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2283" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2284" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2285" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2286" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2287" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2288" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2289" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2290" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2291" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2292" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2293" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2294" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2295" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2296" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2297" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2298" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2299" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2300" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2301" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2302" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2303" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2304" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2305" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2306" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2307" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2308" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2309" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2310" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2311" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2312" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2313" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2314" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2315" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2316" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2317" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2318" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2319" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2320" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2321" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2322" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2323" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2324" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2325" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2326" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2327" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2328" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2329" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2330" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2331" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2332" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2333" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2334" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2335" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2336" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2337" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2338" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2339" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2340" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2341" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2342" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2343" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2344" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2345" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2346" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2347" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2348" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2349" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2350" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2351" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2352" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2353" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2354" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2355" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2356" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2357" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2358" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2359" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2360" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2361" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2362" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2363" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2364" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2365" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2366" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2367" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2368" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2369" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2370" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2371" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2372" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2373" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2374" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2375" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2376" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2377" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2378" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2379" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2380" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2381" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2382" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2383" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2384" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2385" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2386" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2387" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2388" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2389" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2390" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2391" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2392" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2393" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2394" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2395" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2396" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2397" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2398" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2399" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2400" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2401" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2402" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2403" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2404" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2405" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2406" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2407" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2408" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2409" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2410" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2411" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2412" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2413" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2414" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2415" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2416" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2417" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2418" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2419" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2420" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2421" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2422" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2423" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2424" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2425" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2426" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2427" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2428" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2429" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2430" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2431" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2432" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2433" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2434" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2435" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2436" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2437" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2438" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2439" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2440" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2441" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2442" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2443" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2444" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2445" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2446" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2447" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2448" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2449" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2450" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2451" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2452" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2453" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2454" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2455" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2456" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2457" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2458" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2459" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2460" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2461" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2462" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2463" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2464" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2465" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2466" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2467" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2468" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2469" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2470" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2471" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2472" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2473" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2474" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2475" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2476" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2477" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2478" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2479" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2480" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2481" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2482" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2483" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2484" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2485" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2486" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2487" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2488" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2489" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2490" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2491" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2492" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2493" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2494" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2495" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2496" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2497" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2498" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2499" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2500" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2501" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2502" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2503" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2504" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2505" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2506" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2507" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2508" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2509" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2510" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2511" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2512" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2513" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2514" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2515" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2516" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2517" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2518" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2519" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2520" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2521" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2522" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2523" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2524" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2525" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2526" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2527" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2528" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2529" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2530" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2531" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2532" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2533" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2534" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2535" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2536" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2537" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2538" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2539" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2540" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2541" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2542" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2543" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2544" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2545" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2546" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2547" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2548" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2549" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2550" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2551" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2552" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2553" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2554" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2555" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2556" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2557" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2558" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2559" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2560" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2561" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2562" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2563" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2564" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2565" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2566" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2567" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2568" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2569" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2570" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2571" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2572" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2573" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2574" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2575" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2576" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2577" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2578" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2579" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2580" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2581" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2582" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2583" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2584" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2585" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2586" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2587" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2588" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2589" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2590" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2591" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2592" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2593" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2594" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2595" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2596" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2597" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2598" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2599" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2600" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2601" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2602" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2603" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2604" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2605" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2606" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2607" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2608" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2609" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2610" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2611" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2612" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2613" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2614" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2615" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2616" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2617" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2618" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2619" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2620" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2621" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2622" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2623" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2624" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2625" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2626" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2627" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2628" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2629" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2630" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2631" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2632" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2633" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2634" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2635" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2636" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2637" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2638" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2639" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2640" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2641" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2642" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2643" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2644" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2645" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2646" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2647" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2648" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2649" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2650" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2651" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2652" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2653" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2654" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2655" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2656" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2657" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2658" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2659" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2660" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2661" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2662" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2663" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2664" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2665" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2666" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2667" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2668" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2669" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2670" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2671" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2672" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2673" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2674" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2675" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2676" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2677" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2678" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2679" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2680" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2681" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2682" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2683" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2684" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2685" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2686" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2687" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2688" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2689" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2690" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2691" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2692" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2693" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2694" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2695" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2696" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2697" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2698" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2699" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2700" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2701" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2702" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2703" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2704" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2705" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2706" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2707" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2708" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2709" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2710" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2711" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2712" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2713" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2714" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2715" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2716" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2717" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2718" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2719" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2720" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2721" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2722" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2723" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2724" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2725" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2726" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2727" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2728" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2729" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2730" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2731" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2732" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2733" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2734" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2735" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2736" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2737" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2738" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2739" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2740" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2741" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2742" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2743" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2744" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2745" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2746" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2747" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2748" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2749" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2750" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2751" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2752" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2753" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2754" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2755" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2756" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2757" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2758" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2759" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2760" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2761" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2762" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2763" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2764" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2765" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2766" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2767" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2768" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2769" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2770" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2771" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2772" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2773" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2774" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2775" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2776" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2777" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2778" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2779" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2780" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2781" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2782" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2783" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2784" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2785" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2786" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2787" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2788" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2789" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2790" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2791" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2792" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2793" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2794" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2795" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2796" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2797" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2798" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2799" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2800" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2801" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2802" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2803" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2804" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2805" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2806" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2807" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2808" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2809" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2810" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2811" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2812" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2813" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2814" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2815" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2816" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2817" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2818" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2819" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2820" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2821" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2822" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2823" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2824" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2825" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2826" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2827" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2828" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2829" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2830" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2831" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2832" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2833" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2834" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2835" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2836" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2837" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2838" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2839" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2840" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2841" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2842" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2843" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2844" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2845" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2846" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2847" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2848" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2849" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2850" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2851" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2852" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2853" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2854" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2855" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2856" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2857" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2858" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2859" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2860" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2861" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2862" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2863" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2864" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2865" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2866" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2867" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2868" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2869" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2870" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2871" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2872" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2873" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2874" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2875" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2876" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2877" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2878" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2879" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2880" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2881" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2882" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2883" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2884" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2885" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2886" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2887" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2888" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2889" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2890" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2891" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2892" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2893" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2894" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2895" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2896" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2897" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2898" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2899" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2900" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2901" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2902" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2903" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2904" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2905" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2906" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2907" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2908" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2909" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2910" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2911" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2912" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2913" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2914" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2915" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2916" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2917" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2918" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2919" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2920" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2921" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2922" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2923" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2924" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2925" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2926" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2927" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2928" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2929" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2930" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2931" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2932" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2933" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2934" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2935" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2936" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2937" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2938" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2939" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2940" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2941" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2942" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2943" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2944" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2945" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2946" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2947" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2948" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2949" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2950" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2951" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2952" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2953" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2954" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2955" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2956" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2957" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2958" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2959" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2960" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2961" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2962" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2963" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2964" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2965" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2966" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2967" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2968" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2969" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2970" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2971" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2972" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2973" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2974" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2975" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2976" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2977" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2978" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2979" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2980" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2981" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2982" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2983" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2984" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2985" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2986" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2987" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2988" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2989" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2990" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2991" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2992" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2993" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2994" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2995" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2996" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2997" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2998" v2="x"/>
+ <item v3="10:44:32+02:00" v1="2999" v2="x"/>
+ <item v3="10:44:32+02:00" v1="3000" v2="x"/>
</root>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1893/included.xsd b/tests/src/XSTSHarness/regression/XERCESC-1893/included.xsd
index b0a12ce..dfb5f60 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1893/included.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1893/included.xsd
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://included">
- <xs:simpleType name="Int32_Type">
- <xs:restriction base="xs:int">
- <xs:minInclusive value="-2147483648"/>
- <xs:maxInclusive value="2147483647"/>
- </xs:restriction>
- </xs:simpleType>
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://included">
+ <xs:simpleType name="Int32_Type">
+ <xs:restriction base="xs:int">
+ <xs:minInclusive value="-2147483648"/>
+ <xs:maxInclusive value="2147483647"/>
+ </xs:restriction>
+ </xs:simpleType>
+</xs:schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1893/main.xsd b/tests/src/XSTSHarness/regression/XERCESC-1893/main.xsd
index 6dbc722..c148a0f 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1893/main.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1893/main.xsd
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:nums="http://included"
- targetNamespace="http://main">
- <xs:import namespace="http://included" schemaLocation="included.xsd"/>
- <xs:complexType name="A_Number_Type">
- <xs:simpleContent>
- <xs:extension base="nums:Int32_Type">
- <xs:attribute name="Tag" type="xs:int"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:nums="http://included"
+ targetNamespace="http://main">
+ <xs:import namespace="http://included" schemaLocation="included.xsd"/>
+ <xs:complexType name="A_Number_Type">
+ <xs:simpleContent>
+ <xs:extension base="nums:Int32_Type">
+ <xs:attribute name="Tag" type="xs:int"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1937/test.xml b/tests/src/XSTSHarness/regression/XERCESC-1937/test.xml
index 986116c..5fb7d2f 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1937/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1937/test.xml
@@ -1,7 +1,7 @@
-<?xml version="1.0"?>
-<p xsi:type="Person"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="test.xsd">
- <name>John Doe</name>
-</p>
-
+<?xml version="1.0"?>
+<p xsi:type="Person"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="test.xsd">
+ <name>John Doe</name>
+</p>
+
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1937/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-1937/test.xsd
index 24b5b55..25394ae 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1937/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1937/test.xsd
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:complexType name="Person">
- <xsd:sequence>
- <xsd:element name="name"/>
- </xsd:sequence>
- </xsd:complexType>
-</xsd:schema>
-
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:complexType name="Person">
+ <xsd:sequence>
+ <xsd:element name="name"/>
+ </xsd:sequence>
+ </xsd:complexType>
+</xsd:schema>
+
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1945/test.xml b/tests/src/XSTSHarness/regression/XERCESC-1945/test.xml
index df5e3ff..1edf25a 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1945/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-1945/test.xml
@@ -1,7 +1,7 @@
-<?xml version="1.0"?>
-<p xsi:type=" 	Person "
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="test.xsd">
- <name>John Doe</name>
-</p>
-
+<?xml version="1.0"?>
+<p xsi:type=" 	Person "
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="test.xsd">
+ <name>John Doe</name>
+</p>
+
diff --git a/tests/src/XSTSHarness/regression/XERCESC-1945/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-1945/test.xsd
index 24b5b55..25394ae 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-1945/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-1945/test.xsd
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:complexType name="Person">
- <xsd:sequence>
- <xsd:element name="name"/>
- </xsd:sequence>
- </xsd:complexType>
-</xsd:schema>
-
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:complexType name="Person">
+ <xsd:sequence>
+ <xsd:element name="name"/>
+ </xsd:sequence>
+ </xsd:complexType>
+</xsd:schema>
+
diff --git a/tests/src/XSTSHarness/regression/XERCESC-2017/test.xml b/tests/src/XSTSHarness/regression/XERCESC-2017/test.xml
index 8aab273..0e6cb28 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-2017/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-2017/test.xml
@@ -1,24 +1,24 @@
-<?xml version="1.0"?>
-<CONFIG xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test.xsd">
- <DBS>
- <DB ID="D"/>
- <VDB ID="V">
- <PARTS>
- <PART_DB ID="V1"/>
- <PART_DB ID="V2"/>
- </PARTS>
- </VDB>
- </DBS>
- <HOSTS>
- <HOST ID="host1">
- <DBS>
- <DB ID="D"/>
- <DB ID="V1"/>
- <DB ID="V2"/>
- </DBS>
- <VDBS>
- <DB ID="V"/>
- </VDBS>
- </HOST>
- </HOSTS>
+<?xml version="1.0"?>
+<CONFIG xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test.xsd">
+ <DBS>
+ <DB ID="D"/>
+ <VDB ID="V">
+ <PARTS>
+ <PART_DB ID="V1"/>
+ <PART_DB ID="V2"/>
+ </PARTS>
+ </VDB>
+ </DBS>
+ <HOSTS>
+ <HOST ID="host1">
+ <DBS>
+ <DB ID="D"/>
+ <DB ID="V1"/>
+ <DB ID="V2"/>
+ </DBS>
+ <VDBS>
+ <DB ID="V"/>
+ </VDBS>
+ </HOST>
+ </HOSTS>
</CONFIG>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-2017/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-2017/test.xsd
index 898a0f7..8ac9360 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-2017/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-2017/test.xsd
@@ -1,75 +1,75 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
- <xs:element name="CONFIG">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="DBS"/>
- <xs:element ref="HOSTS"/>
- </xs:sequence>
- </xs:complexType>
- <xs:key name="DbIdKey">
- <xs:selector xpath="./DBS/DB|./DBS/VDB|./DBS/VDB/PARTS/PART_DB" />
- <xs:field xpath="@ID" />
- </xs:key>
- <xs:keyref name="DbIdRef" refer="DbIdKey">
- <xs:selector xpath="./HOSTS/HOST/DBS/DB|./HOSTS/HOST/VDBS/DB" />
- <xs:field xpath="@ID" />
- </xs:keyref>
- </xs:element>
- <xs:element name="HOSTS">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="HOST"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="HOST">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="DBS"/>
- <xs:element ref="VDBS"/>
- </xs:sequence>
- <xs:attribute name="ID" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="VDBS">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="DB"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="DBS">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="DB"/>
- <xs:element minOccurs="0" ref="VDB"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="VDB">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="PARTS"/>
- </xs:sequence>
- <xs:attribute name="ID" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="PARTS">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="PART_DB"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="PART_DB">
- <xs:complexType>
- <xs:attribute name="ID" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="DB">
- <xs:complexType>
- <xs:attribute name="ID" use="required" type="xs:NCName"/>
- </xs:complexType>
- </xs:element>
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+ <xs:element name="CONFIG">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="DBS"/>
+ <xs:element ref="HOSTS"/>
+ </xs:sequence>
+ </xs:complexType>
+ <xs:key name="DbIdKey">
+ <xs:selector xpath="./DBS/DB|./DBS/VDB|./DBS/VDB/PARTS/PART_DB" />
+ <xs:field xpath="@ID" />
+ </xs:key>
+ <xs:keyref name="DbIdRef" refer="DbIdKey">
+ <xs:selector xpath="./HOSTS/HOST/DBS/DB|./HOSTS/HOST/VDBS/DB" />
+ <xs:field xpath="@ID" />
+ </xs:keyref>
+ </xs:element>
+ <xs:element name="HOSTS">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="HOST"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="HOST">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="DBS"/>
+ <xs:element ref="VDBS"/>
+ </xs:sequence>
+ <xs:attribute name="ID" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="VDBS">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="DB"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="DBS">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="DB"/>
+ <xs:element minOccurs="0" ref="VDB"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="VDB">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="PARTS"/>
+ </xs:sequence>
+ <xs:attribute name="ID" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="PARTS">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="PART_DB"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="PART_DB">
+ <xs:complexType>
+ <xs:attribute name="ID" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="DB">
+ <xs:complexType>
+ <xs:attribute name="ID" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-2017/test2.xml b/tests/src/XSTSHarness/regression/XERCESC-2017/test2.xml
index dd140f1..5691186 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-2017/test2.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-2017/test2.xml
@@ -1,24 +1,24 @@
-<?xml version="1.0"?>
-<CONFIG xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test.xsd">
- <DBS>
- <DB ID="D"/>
- <VDB ID="V">
- <PARTS>
- <PART_DB ID="V11"/>
- <PART_DB ID="V21"/>
- </PARTS>
- </VDB>
- </DBS>
- <HOSTS>
- <HOST ID="host1">
- <DBS>
- <DB ID="D"/>
- <DB ID="V1"/>
- <DB ID="V2"/>
- </DBS>
- <VDBS>
- <DB ID="V"/>
- </VDBS>
- </HOST>
- </HOSTS>
+<?xml version="1.0"?>
+<CONFIG xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test.xsd">
+ <DBS>
+ <DB ID="D"/>
+ <VDB ID="V">
+ <PARTS>
+ <PART_DB ID="V11"/>
+ <PART_DB ID="V21"/>
+ </PARTS>
+ </VDB>
+ </DBS>
+ <HOSTS>
+ <HOST ID="host1">
+ <DBS>
+ <DB ID="D"/>
+ <DB ID="V1"/>
+ <DB ID="V2"/>
+ </DBS>
+ <VDBS>
+ <DB ID="V"/>
+ </VDBS>
+ </HOST>
+ </HOSTS>
</CONFIG>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-394/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-394/test.xsd
index 2b13136..8eaa564 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-394/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-394/test.xsd
@@ -1,15 +1,15 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:complexType name="BaseElement">
- <xsd:simpleContent>
- <xsd:extension base="xsd:string">
- <xsd:attribute name="myAttribute" type="xsd:string" use="required"/>
- </xsd:extension>
- </xsd:simpleContent>
- </xsd:complexType>
- <xsd:complexType name="ExtendingElement">
- <xsd:simpleContent>
- <xsd:extension base="BaseElement"/>
- </xsd:simpleContent>
- </xsd:complexType>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:complexType name="BaseElement">
+ <xsd:simpleContent>
+ <xsd:extension base="xsd:string">
+ <xsd:attribute name="myAttribute" type="xsd:string" use="required"/>
+ </xsd:extension>
+ </xsd:simpleContent>
+ </xsd:complexType>
+ <xsd:complexType name="ExtendingElement">
+ <xsd:simpleContent>
+ <xsd:extension base="BaseElement"/>
+ </xsd:simpleContent>
+ </xsd:complexType>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-423/dummy.xml b/tests/src/XSTSHarness/regression/XERCESC-423/dummy.xml
index 4220890..683f2dc 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-423/dummy.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-423/dummy.xml
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<pr:PRORESULT xmlns:pr="http://www.homag.de/proresult"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.homag.de/proresult dummy.xsd">
-
- <pr:BASE xsi:type="pr:DERIVED1" BaseName="Base" Derived1Name="Derived1a">
- <pr:BASE xsi:type="pr:DERIVED2" BaseName="Base" Derived2Name="Derived2a">
- <pr:BASE xsi:type="pr:DERIVED3" BaseName="Base" Derived3Name="Derived3a">
- </pr:BASE>
- </pr:BASE>
- </pr:BASE>
-</pr:PRORESULT>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<pr:PRORESULT xmlns:pr="http://www.homag.de/proresult"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.homag.de/proresult dummy.xsd">
+
+ <pr:BASE xsi:type="pr:DERIVED1" BaseName="Base" Derived1Name="Derived1a">
+ <pr:BASE xsi:type="pr:DERIVED2" BaseName="Base" Derived2Name="Derived2a">
+ <pr:BASE xsi:type="pr:DERIVED3" BaseName="Base" Derived3Name="Derived3a">
+ </pr:BASE>
+ </pr:BASE>
+ </pr:BASE>
+</pr:PRORESULT>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-423/dummy.xsd b/tests/src/XSTSHarness/regression/XERCESC-423/dummy.xsd
index 4302541..279cf50 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-423/dummy.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-423/dummy.xsd
@@ -1,63 +1,63 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:pr="http://www.homag.de/proresult"
- targetNamespace="http://www.homag.de/proresult"
- elementFormDefault="qualified"
- attributeFormDefault="unqualified">
-
- <xs:attributeGroup name="AttrDERIVED1">
- <xs:attribute name="Derived1Name" type="xs:string" use="required"/>
- </xs:attributeGroup>
-
- <xs:complexType name="DERIVED1">
- <xs:complexContent>
- <xs:extension base="pr:BASE">
- <xs:attributeGroup ref="pr:AttrDERIVED1"/>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
-
- <xs:attributeGroup name="AttrDERIVED2">
- <xs:attribute name="Derived2Name" type="xs:string" use="required"/>
- </xs:attributeGroup>
-
- <xs:complexType name="DERIVED2">
- <xs:complexContent>
- <xs:extension base="pr:BASE">
- <xs:attributeGroup ref="pr:AttrDERIVED2"/>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
-
- <xs:attributeGroup name="AttrDERIVED3">
- <xs:attribute name="Derived3Name" type="xs:string" use="required"/>
- </xs:attributeGroup>
-
- <xs:complexType name="DERIVED3">
- <xs:complexContent>
- <xs:extension base="pr:BASE">
- <xs:attributeGroup ref="pr:AttrDERIVED3"/>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
-
- <xs:attributeGroup name="AttrBASE">
- <xs:attribute name="BaseName" type="xs:string" use="required"/>
- </xs:attributeGroup>
-
- <xs:complexType name="BASE">
- <xs:sequence minOccurs="0" maxOccurs="unbounded">
- <xs:element name="BASE" type="pr:BASE" minOccurs="0" maxOccurs="1"/>
- </xs:sequence>
- <xs:attributeGroup ref="pr:AttrBASE"/>
- </xs:complexType>
-
- <xs:element name="PRORESULT">
- <xs:complexType>
- <xs:all>
- <xs:element name="BASE" type="pr:BASE" minOccurs="0" maxOccurs="1"/>
- </xs:all>
- </xs:complexType>
- </xs:element>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:pr="http://www.homag.de/proresult"
+ targetNamespace="http://www.homag.de/proresult"
+ elementFormDefault="qualified"
+ attributeFormDefault="unqualified">
+
+ <xs:attributeGroup name="AttrDERIVED1">
+ <xs:attribute name="Derived1Name" type="xs:string" use="required"/>
+ </xs:attributeGroup>
+
+ <xs:complexType name="DERIVED1">
+ <xs:complexContent>
+ <xs:extension base="pr:BASE">
+ <xs:attributeGroup ref="pr:AttrDERIVED1"/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:attributeGroup name="AttrDERIVED2">
+ <xs:attribute name="Derived2Name" type="xs:string" use="required"/>
+ </xs:attributeGroup>
+
+ <xs:complexType name="DERIVED2">
+ <xs:complexContent>
+ <xs:extension base="pr:BASE">
+ <xs:attributeGroup ref="pr:AttrDERIVED2"/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:attributeGroup name="AttrDERIVED3">
+ <xs:attribute name="Derived3Name" type="xs:string" use="required"/>
+ </xs:attributeGroup>
+
+ <xs:complexType name="DERIVED3">
+ <xs:complexContent>
+ <xs:extension base="pr:BASE">
+ <xs:attributeGroup ref="pr:AttrDERIVED3"/>
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+
+ <xs:attributeGroup name="AttrBASE">
+ <xs:attribute name="BaseName" type="xs:string" use="required"/>
+ </xs:attributeGroup>
+
+ <xs:complexType name="BASE">
+ <xs:sequence minOccurs="0" maxOccurs="unbounded">
+ <xs:element name="BASE" type="pr:BASE" minOccurs="0" maxOccurs="1"/>
+ </xs:sequence>
+ <xs:attributeGroup ref="pr:AttrBASE"/>
+ </xs:complexType>
+
+ <xs:element name="PRORESULT">
+ <xs:complexType>
+ <xs:all>
+ <xs:element name="BASE" type="pr:BASE" minOccurs="0" maxOccurs="1"/>
+ </xs:all>
+ </xs:complexType>
+ </xs:element>
+
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-474/myDoc.xml b/tests/src/XSTSHarness/regression/XERCESC-474/myDoc.xml
index 34071b8..15957a8 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-474/myDoc.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-474/myDoc.xml
@@ -1 +1 @@
-<Decimal xsi:noNamespaceSchemaLocation="mySchema.xsd" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>1.00</Decimal>
+<Decimal xsi:noNamespaceSchemaLocation="mySchema.xsd" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>1.00</Decimal>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-538/test.xml b/tests/src/XSTSHarness/regression/XERCESC-538/test.xml
index 092e485..6f717ea 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-538/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-538/test.xml
@@ -1,2 +1,2 @@
-<?xml version='1.0' ?>
+<?xml version='1.0' ?>
<root xsi:noNamespaceSchemaLocation="test.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-538/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-538/test.xsd
index 059dbb7..741ff4b 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-538/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-538/test.xsd
@@ -1,25 +1,25 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
-
- <xsd:complexType name="CreatorType">
- <xsd:sequence>
- <xsd:element name="Character" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
- <xsd:element name="Instrument" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="CreatorType2">
- <xsd:complexContent>
- <xsd:restriction base="CreatorType">
- <xsd:sequence>
- <xsd:element name="Character" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
- <xsd:element name="Instrument" type="xsd:string" minOccurs="0" maxOccurs="0"/>
- </xsd:sequence>
- </xsd:restriction>
- </xsd:complexContent>
- </xsd:complexType>
-
- <xsd:element name="root" type="CreatorType2">
- </xsd:element>
-
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+
+ <xsd:complexType name="CreatorType">
+ <xsd:sequence>
+ <xsd:element name="Character" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <xsd:element name="Instrument" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ <xsd:complexType name="CreatorType2">
+ <xsd:complexContent>
+ <xsd:restriction base="CreatorType">
+ <xsd:sequence>
+ <xsd:element name="Character" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+ <xsd:element name="Instrument" type="xsd:string" minOccurs="0" maxOccurs="0"/>
+ </xsd:sequence>
+ </xsd:restriction>
+ </xsd:complexContent>
+ </xsd:complexType>
+
+ <xsd:element name="root" type="CreatorType2">
+ </xsd:element>
+
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-607/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-607/test.xsd
index 63c767a..87c0a44 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-607/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-607/test.xsd
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="m_All">
- <xsd:complexType>
- <xsd:all minOccurs="0" maxOccurs="1">
- <xsd:element name="e_1" type="xsd:string"/>
- <xsd:element name="e_2" type="xsd:string"/>
- </xsd:all>
- </xsd:complexType>
- </xsd:element>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:element name="m_All">
+ <xsd:complexType>
+ <xsd:all minOccurs="0" maxOccurs="1">
+ <xsd:element name="e_1" type="xsd:string"/>
+ <xsd:element name="e_2" type="xsd:string"/>
+ </xsd:all>
+ </xsd:complexType>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-653/testcase.xml b/tests/src/XSTSHarness/regression/XERCESC-653/testcase.xml
index 8bd7032..93fa6ff 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-653/testcase.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-653/testcase.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="testcase.xsd">
- <record>test</record>
-</collection>
+<?xml version="1.0" encoding="UTF-8"?>
+<collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="testcase.xsd">
+ <record>test</record>
+</collection>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-653/testcase.xsd b/tests/src/XSTSHarness/regression/XERCESC-653/testcase.xsd
index 0bb469f..edbb6dc 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-653/testcase.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-653/testcase.xsd
@@ -1,12 +1,12 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xsd:element name="collection" type="collectionType" nillable="true" id="collection.e">
- </xsd:element>
- <xsd:element name="record" type="xsd:string" id="record.e">
- </xsd:element>
- <xsd:complexType name="collectionType" id="collection.ct">
- <xsd:sequence minOccurs="0" maxOccurs="unbounded">
- <xsd:element ref="record"/>
- </xsd:sequence>
- </xsd:complexType>
-</xsd:schema>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xsd:element name="collection" type="collectionType" nillable="true" id="collection.e">
+ </xsd:element>
+ <xsd:element name="record" type="xsd:string" id="record.e">
+ </xsd:element>
+ <xsd:complexType name="collectionType" id="collection.ct">
+ <xsd:sequence minOccurs="0" maxOccurs="unbounded">
+ <xsd:element ref="record"/>
+ </xsd:sequence>
+ </xsd:complexType>
+</xsd:schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-697/base.xsd b/tests/src/XSTSHarness/regression/XERCESC-697/base.xsd
index b90a2be..07724ad 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-697/base.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-697/base.xsd
@@ -1,27 +1,27 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:complexType name="AddressType" abstract="true">
- <xsd:simpleContent>
- <xsd:extension base="xsd:string">
- </xsd:extension>
- </xsd:simpleContent>
- </xsd:complexType>
- <xsd:complexType name="MyAddressType">
- <xsd:simpleContent>
- <xsd:restriction base="AddressType">
- <xsd:enumeration value="BillingAddress"/>
- <xsd:enumeration value="DataBackupStorageAddress"/>
- <xsd:enumeration value="DuplicateRecordsAddress"/>
- <xsd:enumeration value="FurthestTerminalAddress"/>
- <xsd:enumeration value="GaragingAddress"/>
- <xsd:enumeration value="MailingAddress"/>
- <xsd:enumeration value="PointOfDepartureAddress"/>
- <xsd:enumeration value="PointOfDestinationAddress"/>
- <xsd:enumeration value="PreviousAddress"/>
- <xsd:enumeration value="ShippingAddress"/>
- <xsd:enumeration value="SoftwareBackupStorageAddress"/>
- <xsd:enumeration value="StreetAddress"/>
- </xsd:restriction>
- </xsd:simpleContent>
- </xsd:complexType>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:complexType name="AddressType" abstract="true">
+ <xsd:simpleContent>
+ <xsd:extension base="xsd:string">
+ </xsd:extension>
+ </xsd:simpleContent>
+ </xsd:complexType>
+ <xsd:complexType name="MyAddressType">
+ <xsd:simpleContent>
+ <xsd:restriction base="AddressType">
+ <xsd:enumeration value="BillingAddress"/>
+ <xsd:enumeration value="DataBackupStorageAddress"/>
+ <xsd:enumeration value="DuplicateRecordsAddress"/>
+ <xsd:enumeration value="FurthestTerminalAddress"/>
+ <xsd:enumeration value="GaragingAddress"/>
+ <xsd:enumeration value="MailingAddress"/>
+ <xsd:enumeration value="PointOfDepartureAddress"/>
+ <xsd:enumeration value="PointOfDestinationAddress"/>
+ <xsd:enumeration value="PreviousAddress"/>
+ <xsd:enumeration value="ShippingAddress"/>
+ <xsd:enumeration value="SoftwareBackupStorageAddress"/>
+ <xsd:enumeration value="StreetAddress"/>
+ </xsd:restriction>
+ </xsd:simpleContent>
+ </xsd:complexType>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-697/redefined.xsd b/tests/src/XSTSHarness/regression/XERCESC-697/redefined.xsd
index 33ae077..b0180ca 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-697/redefined.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-697/redefined.xsd
@@ -1,16 +1,16 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:redefine schemaLocation="base.xsd">
- <xsd:complexType name="MyAddressType">
- <xsd:simpleContent>
- <xsd:restriction base="MyAddressType">
- <xsd:enumeration value="BillingAddress"/>
- <xsd:enumeration value="GaragingAddress"/>
- <xsd:enumeration value="MailingAddress"/>
- <xsd:enumeration value="StreetAddress"/>
- </xsd:restriction>
- </xsd:simpleContent>
- </xsd:complexType>
- </xsd:redefine>
- <xsd:element name="root" type="MyAddressType"/>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:redefine schemaLocation="base.xsd">
+ <xsd:complexType name="MyAddressType">
+ <xsd:simpleContent>
+ <xsd:restriction base="MyAddressType">
+ <xsd:enumeration value="BillingAddress"/>
+ <xsd:enumeration value="GaragingAddress"/>
+ <xsd:enumeration value="MailingAddress"/>
+ <xsd:enumeration value="StreetAddress"/>
+ </xsd:restriction>
+ </xsd:simpleContent>
+ </xsd:complexType>
+ </xsd:redefine>
+ <xsd:element name="root" type="MyAddressType"/>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest.xml b/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest.xml
index 01ec5cb..1615350 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest.xml
@@ -1,22 +1,22 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<Maxx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="KeyTest.xsd">
- <Processes>
- <Process>
- <Name>Main</Name>
- </Process>
- <Process>
- <Name>Sub</Name>
- <SubProcesses>
- <Process>
- <Name>Sub1</Name>
- </Process>
- <Process>
- <Name>Sub1</Name>
- </Process>
- <Process>
- <Name>Main</Name>
- </Process>
- </SubProcesses>
- </Process>
- </Processes>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<Maxx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="KeyTest.xsd">
+ <Processes>
+ <Process>
+ <Name>Main</Name>
+ </Process>
+ <Process>
+ <Name>Sub</Name>
+ <SubProcesses>
+ <Process>
+ <Name>Sub1</Name>
+ </Process>
+ <Process>
+ <Name>Sub1</Name>
+ </Process>
+ <Process>
+ <Name>Main</Name>
+ </Process>
+ </SubProcesses>
+ </Process>
+ </Processes>
</Maxx>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest.xsd b/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest.xsd
index d160a9b..4a2fb2f 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest.xsd
@@ -1,47 +1,47 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xs:simpleType name="TName">
- <xs:restriction base="xs:string">
- <xs:maxLength value="30"/>
- <xs:pattern value="[A-Z](-?[0-9a-zA-Z])+"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="TYesNo">
- <xs:restriction base="xs:string">
- <xs:enumeration value="Y"/>
- <xs:enumeration value="N"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:element name="Maxx">
- <xs:annotation>
- <xs:documentation>Root Element</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Processes">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Process" type="TProcess" maxOccurs="unbounded"/>
- </xs:sequence>
- </xs:complexType>
- <xs:key name="KProcessName">
- <xs:selector xpath=".//Process"/>
- <xs:field xpath="Name"/>
- </xs:key>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:complexType name="TProcess">
- <xs:sequence>
- <xs:element name="Name" type="TName"/>
- <xs:element name="SubProcesses" minOccurs="0">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Process" type="TProcess" maxOccurs="unbounded"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:simpleType name="TName">
+ <xs:restriction base="xs:string">
+ <xs:maxLength value="30"/>
+ <xs:pattern value="[A-Z](-?[0-9a-zA-Z])+"/>
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:simpleType name="TYesNo">
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="Y"/>
+ <xs:enumeration value="N"/>
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:element name="Maxx">
+ <xs:annotation>
+ <xs:documentation>Root Element</xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Processes">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Process" type="TProcess" maxOccurs="unbounded"/>
+ </xs:sequence>
+ </xs:complexType>
+ <xs:key name="KProcessName">
+ <xs:selector xpath=".//Process"/>
+ <xs:field xpath="Name"/>
+ </xs:key>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:complexType name="TProcess">
+ <xs:sequence>
+ <xs:element name="Name" type="TName"/>
+ <xs:element name="SubProcesses" minOccurs="0">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Process" type="TProcess" maxOccurs="unbounded"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest2.xml b/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest2.xml
index b849b09..b32ae00 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest2.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-711/KeyTest2.xml
@@ -1,19 +1,19 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<Maxx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="KeyTest.xsd">
- <Processes>
- <Process>
- <Name>Main</Name>
- </Process>
- <Process>
- <Name>Sub</Name>
- <SubProcesses>
- <Process>
- <Name>Sub1</Name>
- </Process>
- <Process>
- <Name>Main1</Name>
- </Process>
- </SubProcesses>
- </Process>
- </Processes>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<Maxx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="KeyTest.xsd">
+ <Processes>
+ <Process>
+ <Name>Main</Name>
+ </Process>
+ <Process>
+ <Name>Sub</Name>
+ <SubProcesses>
+ <Process>
+ <Name>Sub1</Name>
+ </Process>
+ <Process>
+ <Name>Main1</Name>
+ </Process>
+ </SubProcesses>
+ </Process>
+ </Processes>
</Maxx>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-796/sample.xml b/tests/src/XSTSHarness/regression/XERCESC-796/sample.xml
index 26d90d1..e72dfbe 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-796/sample.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-796/sample.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<xscRoot
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="sample.xsd">
- <ExternallyVisible>yes</ExternallyVisible>
- <ListeningStates>
- <state>a-state-1</state>
- <hello><![CDATA[unsl]]></hello>
- <state>a-state-2</state>
- </ListeningStates>
-</xscRoot>
+<?xml version="1.0"?>
+<xscRoot
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="sample.xsd">
+ <ExternallyVisible>yes</ExternallyVisible>
+ <ListeningStates>
+ <state>a-state-1</state>
+ <hello><![CDATA[unsl]]></hello>
+ <state>a-state-2</state>
+ </ListeningStates>
+</xscRoot>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-796/sample.xsd b/tests/src/XSTSHarness/regression/XERCESC-796/sample.xsd
index a8d3499..3a17a65 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-796/sample.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-796/sample.xsd
@@ -1,27 +1,27 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
- <xsd:element name="xscRoot">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="ExternallyVisible" type="xsd:string"/>
- <xsd:element name="ListeningStates">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="state" type="xsd:string"/>
- <xsd:element name="hello">
- <xsd:simpleType>
- <xsd:restriction base="xsd:string">
- <xsd:minLength value="3"/>
- <xsd:maxLength value="6"/>
- </xsd:restriction>
- </xsd:simpleType>
- </xsd:element>
- <xsd:element name="state" type="xsd:string"/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <xsd:element name="xscRoot">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="ExternallyVisible" type="xsd:string"/>
+ <xsd:element name="ListeningStates">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="state" type="xsd:string"/>
+ <xsd:element name="hello">
+ <xsd:simpleType>
+ <xsd:restriction base="xsd:string">
+ <xsd:minLength value="3"/>
+ <xsd:maxLength value="6"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+ </xsd:element>
+ <xsd:element name="state" type="xsd:string"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-809/test.xml b/tests/src/XSTSHarness/regression/XERCESC-809/test.xml
index 962cc8c..3f9d053 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-809/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-809/test.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<sm:root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="SP test.xsd" xmlns:sm="SP">
- <sm:a aID="1" x="1" y="1"/>
+<?xml version="1.0" encoding="UTF-8"?>
+<sm:root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="SP test.xsd" xmlns:sm="SP">
+ <sm:a aID="1" x="1" y="1"/>
</sm:root>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-809/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-809/test.xsd
index e30c08f..a234f4c 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-809/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-809/test.xsd
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="SP" xmlns:sm="SP" attributeFormDefault="unqualified" elementFormDefault="qualified">
-
- <xsd:complexType name="CTa">
- <xsd:attribute name="aID" type="xsd:integer" use="required"/>
- <xsd:attribute name="x" type="xsd:integer" use="optional"/>
- <xsd:attribute name="y" type="xsd:integer" use="optional"/>
- <xsd:attribute name="z" type="xsd:integer" use="optional"/>
- </xsd:complexType>
-
- <!-- DEFINITION OF THE ONLY ALLOWED ROOT ELEMENT -->
- <xsd:element name="root">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="a" type="sm:CTa" maxOccurs="unbounded">
- <xsd:key name="xORzKEY">
- <xsd:selector xpath="."/>
- <xsd:field xpath="@x|@y"/>
- <!--<xsd:field xpath="@x|@z"/>-->
- </xsd:key>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
+<?xml version="1.0" encoding="UTF-8"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="SP" xmlns:sm="SP" attributeFormDefault="unqualified" elementFormDefault="qualified">
+
+ <xsd:complexType name="CTa">
+ <xsd:attribute name="aID" type="xsd:integer" use="required"/>
+ <xsd:attribute name="x" type="xsd:integer" use="optional"/>
+ <xsd:attribute name="y" type="xsd:integer" use="optional"/>
+ <xsd:attribute name="z" type="xsd:integer" use="optional"/>
+ </xsd:complexType>
+
+ <!-- DEFINITION OF THE ONLY ALLOWED ROOT ELEMENT -->
+ <xsd:element name="root">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="a" type="sm:CTa" maxOccurs="unbounded">
+ <xsd:key name="xORzKEY">
+ <xsd:selector xpath="."/>
+ <xsd:field xpath="@x|@y"/>
+ <!--<xsd:field xpath="@x|@z"/>-->
+ </xsd:key>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-830/event1.xml b/tests/src/XSTSHarness/regression/XERCESC-830/event1.xml
index 847a45c..95fa245 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-830/event1.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-830/event1.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<event xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="event1.xsd">
- <description>Final sale of property.</description>
-</event>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<event xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="event1.xsd">
+ <description>Final sale of property.</description>
+</event>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-830/event1.xsd b/tests/src/XSTSHarness/regression/XERCESC-830/event1.xsd
index bcf7045..d38d429 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-830/event1.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-830/event1.xsd
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="1.0">
- <xs:element name="description">
- <xs:complexType mixed="true"/>
- </xs:element>
- <xs:element name="event">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="description"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="1.0">
+ <xs:element name="description">
+ <xs:complexType mixed="true"/>
+ </xs:element>
+ <xs:element name="event">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="description"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
diff --git a/tests/src/XSTSHarness/regression/XERCESC-834/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-834/test.xsd
index c9624a4..4a72d58 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-834/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-834/test.xsd
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="gml" xmlns:gml="gml">
- <xsd:simpleType name="AbstractFeatureType">
- <xsd:restriction base="xsd:string"/>
- </xsd:simpleType>
- <xsd:simpleType name="AbstractFeatureCollectionType">
- <xsd:restriction base="gml:AbstractFeatureType"/>
- </xsd:simpleType>
- <xsd:element name="_Feature" type="gml:AbstractFeatureType" abstract="true"/>
- <xsd:element name="_FeatureCollection" type="gml:AbstractFeatureCollectionType" abstract="true" substitutionGroup="gml:_Feature"/>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="gml" xmlns:gml="gml">
+ <xsd:simpleType name="AbstractFeatureType">
+ <xsd:restriction base="xsd:string"/>
+ </xsd:simpleType>
+ <xsd:simpleType name="AbstractFeatureCollectionType">
+ <xsd:restriction base="gml:AbstractFeatureType"/>
+ </xsd:simpleType>
+ <xsd:element name="_Feature" type="gml:AbstractFeatureType" abstract="true"/>
+ <xsd:element name="_FeatureCollection" type="gml:AbstractFeatureCollectionType" abstract="true" substitutionGroup="gml:_Feature"/>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-840/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-840/test.xsd
index 8ccd18d..ec644e6 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-840/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-840/test.xsd
@@ -1,15 +1,15 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:attributeGroup name="PaymentCardDateGroup">
- <xsd:attribute name="random"/>
- </xsd:attributeGroup>
- <xsd:element name="user">
- <xsd:complexType>
- <xsd:attributeGroup ref="PaymentCardDateGroup">
- <xsd:annotation>
- <xsd:documentation xml:lang="en">yada yada yada</xsd:documentation>
- </xsd:annotation>
- </xsd:attributeGroup>
- </xsd:complexType>
- </xsd:element>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:attributeGroup name="PaymentCardDateGroup">
+ <xsd:attribute name="random"/>
+ </xsd:attributeGroup>
+ <xsd:element name="user">
+ <xsd:complexType>
+ <xsd:attributeGroup ref="PaymentCardDateGroup">
+ <xsd:annotation>
+ <xsd:documentation xml:lang="en">yada yada yada</xsd:documentation>
+ </xsd:annotation>
+ </xsd:attributeGroup>
+ </xsd:complexType>
+ </xsd:element>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-845/one.xml b/tests/src/XSTSHarness/regression/XERCESC-845/one.xml
index e3ac8cd..0d183cb 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-845/one.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-845/one.xml
@@ -1,3 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<mytest xmlns="one" xsi:schemaLocation="one one.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<?xml version="1.0" encoding="UTF-8"?>
+<mytest xmlns="one" xsi:schemaLocation="one one.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</mytest>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-845/one.xsd b/tests/src/XSTSHarness/regression/XERCESC-845/one.xsd
index f541aeb..e3800b7 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-845/one.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-845/one.xsd
@@ -1,19 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema targetNamespace="one" xmlns="one" xmlns:two="two" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
-
- <xs:import namespace="two" schemaLocation="two.xsd"/>
-
- <xs:simpleType name="BookName">
- <xs:restriction base="xs:string">
- <xs:maxLength value="20"/>
- </xs:restriction>
- </xs:simpleType>
-
- <xs:simpleType name="BookTitle">
- <xs:restriction base="xs:string">
- <xs:maxLength value="255"/>
- </xs:restriction>
- </xs:simpleType>
-
- <xs:element name="mytest" type="two:test"/>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema targetNamespace="one" xmlns="one" xmlns:two="two" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
+
+ <xs:import namespace="two" schemaLocation="two.xsd"/>
+
+ <xs:simpleType name="BookName">
+ <xs:restriction base="xs:string">
+ <xs:maxLength value="20"/>
+ </xs:restriction>
+ </xs:simpleType>
+
+ <xs:simpleType name="BookTitle">
+ <xs:restriction base="xs:string">
+ <xs:maxLength value="255"/>
+ </xs:restriction>
+ </xs:simpleType>
+
+ <xs:element name="mytest" type="two:test"/>
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-845/two.xsd b/tests/src/XSTSHarness/regression/XERCESC-845/two.xsd
index 966d786..706adb8 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-845/two.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-845/two.xsd
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns="two" targetNamespace="two" xmlns:one="one" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
-
- <xs:import namespace="one" schemaLocation="one.xsd"/>
-
- <xs:complexType name="Book">
- <xs:attribute name="name" type="one:BookName"/>
- </xs:complexType>
-
- <xs:complexType name="BookDetails">
- <xs:attribute name="title">
- <xs:simpleType>
- <xs:restriction base="one:BookTitle">
- <xs:minLength value="1" />
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
- </xs:complexType>
-
-
- <xs:element name="mybook" type="one:BookName"/>
-
- <xs:simpleType name="test">
- <xs:restriction base="xs:string">
- <xs:maxLength value="20"/>
- </xs:restriction>
- </xs:simpleType>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns="two" targetNamespace="two" xmlns:one="one" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
+
+ <xs:import namespace="one" schemaLocation="one.xsd"/>
+
+ <xs:complexType name="Book">
+ <xs:attribute name="name" type="one:BookName"/>
+ </xs:complexType>
+
+ <xs:complexType name="BookDetails">
+ <xs:attribute name="title">
+ <xs:simpleType>
+ <xs:restriction base="one:BookTitle">
+ <xs:minLength value="1" />
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:attribute>
+ </xs:complexType>
+
+
+ <xs:element name="mybook" type="one:BookName"/>
+
+ <xs:simpleType name="test">
+ <xs:restriction base="xs:string">
+ <xs:maxLength value="20"/>
+ </xs:restriction>
+ </xs:simpleType>
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-962/test.xsd b/tests/src/XSTSHarness/regression/XERCESC-962/test.xsd
index 73490d6..6025d00 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-962/test.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-962/test.xsd
@@ -1,5 +1,5 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="warranty" type="xsd:string"/>
- <xsd:element name="guarantee" substitutionGroup="warranty"/>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:element name="warranty" type="xsd:string"/>
+ <xsd:element name="guarantee" substitutionGroup="warranty"/>
</xsd:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-977/boolean.xsd b/tests/src/XSTSHarness/regression/XERCESC-977/boolean.xsd
index 7809135..42db85d 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-977/boolean.xsd
+++ b/tests/src/XSTSHarness/regression/XERCESC-977/boolean.xsd
@@ -1,15 +1,15 @@
-<?xml version="1.0"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <xs:element name="BooleanunionPattern" type="booleanunionPattern"/>
-
- <xs:simpleType name="booleanunion">
- <xs:union memberTypes="xs:boolean xs:string"/>
- </xs:simpleType>
-
- <xs:simpleType name="booleanunionPattern">
- <xs:restriction base="booleanunion">
- <xs:pattern value="1|true|good"/>
- </xs:restriction>
- </xs:simpleType>
+<?xml version="1.0"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <xs:element name="BooleanunionPattern" type="booleanunionPattern"/>
+
+ <xs:simpleType name="booleanunion">
+ <xs:union memberTypes="xs:boolean xs:string"/>
+ </xs:simpleType>
+
+ <xs:simpleType name="booleanunionPattern">
+ <xs:restriction base="booleanunion">
+ <xs:pattern value="1|true|good"/>
+ </xs:restriction>
+ </xs:simpleType>
</xs:schema>
\ No newline at end of file
diff --git a/tests/src/XSTSHarness/regression/XERCESC-977/test.xml b/tests/src/XSTSHarness/regression/XERCESC-977/test.xml
index 12ccd17..645a670 100644
--- a/tests/src/XSTSHarness/regression/XERCESC-977/test.xml
+++ b/tests/src/XSTSHarness/regression/XERCESC-977/test.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<BooleanunionPattern xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:noNamespaceSchemaLocation="boolean.xsd"
-xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-xsi:type="xsd:string">good</BooleanunionPattern>
+<?xml version="1.0" encoding="UTF-8"?>
+<BooleanunionPattern xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:noNamespaceSchemaLocation="boolean.xsd"
+xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+xsi:type="xsd:string">good</BooleanunionPattern>
diff --git a/tests/src/XSTSHarness/regression/Xerces.testSet b/tests/src/XSTSHarness/regression/Xerces.testSet
index dff6ce7..67fa1bd 100644
--- a/tests/src/XSTSHarness/regression/Xerces.testSet
+++ b/tests/src/XSTSHarness/regression/Xerces.testSet
@@ -1,866 +1,866 @@
-<?xml version="1.0"?>
-<testSet contributor="Xerces-C" name="XercesC-regression" xmlns="TestSuite" xmlns:xlink="http://www.w3.org/1999/xlink">
- <testGroup name="XERCESC-394">
- <annotation>
- <documentation>Failed to validate correctly when schema has <xsd:extension> and the base has an attribute</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-394"/>
- <schemaTest name="XERCESC-394">
- <schemaDocument xlink:href="./XERCESC-394/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-423">
- <annotation>
- <documentation>Problem with recursive and derived elements</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-423"/>
- <schemaTest name="XERCESC-423-1">
- <schemaDocument xlink:href="./XERCESC-423/dummy.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-423-2">
- <instanceDocument xlink:href="./XERCESC-423/dummy.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-474">
- <annotation>
- <documentation>minInclusive factet validation alters value</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-474"/>
- <schemaTest name="XERCESC-474-1">
- <schemaDocument xlink:href="./XERCESC-474/mySchema.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-474-2">
- <instanceDocument xlink:href="./XERCESC-474/myDoc.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-538">
- <annotation>
- <documentation>maxOccurs="0" is considered an error</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-538"/>
- <schemaTest name="XERCESC-538-1">
- <schemaDocument xlink:href="./XERCESC-538/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-538-2">
- <instanceDocument xlink:href="./XERCESC-538/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-607">
- <annotation>
- <documentation>Model group 'All' with minOccurs='0' reports an error</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-607"/>
- <schemaTest name="XERCESC-607">
- <schemaDocument xlink:href="./XERCESC-607/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-653">
- <annotation>
- <documentation>Schema ID validation can fail depending on declaration ordering</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-653"/>
- <schemaTest name="XERCESC-653-1">
- <schemaDocument xlink:href="./XERCESC-653/testcase.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-653-2">
- <instanceDocument xlink:href="./XERCESC-653/testcase.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-697">
- <annotation>
- <documentation>Incorrect Schema Validation Failure When Redefining Complex Type with Simple Content</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-697"/>
- <schemaTest name="XERCESC-697">
- <schemaDocument xlink:href="./XERCESC-697/redefined.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-08-10"/>
- </schemaTest>
- <instanceTest name="XERCESC-697">
- <instanceDocument xlink:href="./XERCESC-697/redefined.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-08-10"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-711">
- <annotation>
- <documentation>Validator doesn't enforce xsd:key</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-711"/>
- <schemaTest name="XERCESC-711-1">
- <schemaDocument xlink:href="./XERCESC-711/KeyTest.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-711-2">
- <instanceDocument xlink:href="./XERCESC-711/KeyTest.xml"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- <instanceTest name="XERCESC-711-3">
- <instanceDocument xlink:href="./XERCESC-711/KeyTest2.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-796">
- <annotation>
- <documentation>data from CDATA section is not passed for validation</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-796"/>
- <schemaTest name="XERCESC-796-1">
- <schemaDocument xlink:href="./XERCESC-796/sample.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-796-2">
- <instanceDocument xlink:href="./XERCESC-796/sample.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-809">
- <annotation>
- <documentation>Does implement co-occurence constraints</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-809"/>
- <schemaTest name="XERCESC-809-1">
- <schemaDocument xlink:href="./XERCESC-809/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-08-14"/>
- </schemaTest>
- <instanceTest name="XERCESC-809-2">
- <instanceDocument xlink:href="./XERCESC-809/test.xml"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2009-08-14"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-830">
- <annotation>
- <documentation>Empty complex type definition is always non-mixed even if declaration says otherwise</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-830"/>
- <schemaTest name="XERCESC-830-1">
- <schemaDocument xlink:href="./XERCESC-830/event1.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-830-2">
- <instanceDocument xlink:href="./XERCESC-830/event1.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-834">
- <annotation>
- <documentation>failure to load grammar if an abstract element is in substitutionGroup of another abstract element</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-834"/>
- <schemaTest name="XERCESC-834">
- <schemaDocument xlink:href="./XERCESC-834/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-840">
- <annotation>
- <documentation>References to attributeGroup/group definition are not allowed to have annotations</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-840"/>
- <schemaTest name="XERCESC-840">
- <schemaDocument xlink:href="./XERCESC-840/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-845">
- <annotation>
- <documentation>Cyclic import doesn't correctly handle type restrictions</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-845"/>
- <schemaTest name="XERCESC-845-1">
- <schemaDocument xlink:href="./XERCESC-845/one.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-845-2">
- <instanceDocument xlink:href="./XERCESC-845/one.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-962">
- <annotation>
- <documentation>The type of an element should depend also on the substitutionGroup attribute</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-962"/>
- <schemaTest name="XERCESC-962">
- <schemaDocument xlink:href="./XERCESC-962/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-977">
- <annotation>
- <documentation>xsi:type for union types with pattern facet doesn't work</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-977"/>
- <schemaTest name="XERCESC-977-1">
- <schemaDocument xlink:href="./XERCESC-977/boolean.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-977-2">
- <instanceDocument xlink:href="./XERCESC-977/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1051">
- <annotation>
- <documentation>Crash when maxOccurs >= 200000</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1051"/>
- <schemaTest name="XERCESC-1051-1">
- <schemaDocument xlink:href="./XERCESC-1051/schema.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-1051-2">
- <instanceDocument xlink:href="./XERCESC-1051/test.xml"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2008-07-13"/>
- </instanceTest>
- <instanceTest name="XERCESC-1051-3">
- <instanceDocument xlink:href="./XERCESC-1051/test_valid.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1237">
- <annotation>
- <documentation>xs:unique is used like xs:key</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1237"/>
- <schemaTest name="XERCESC-1237-1">
- <schemaDocument xlink:href="./XERCESC-1237/unique.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-1237-2">
- <instanceDocument xlink:href="./XERCESC-1237/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1239">
- <annotation>
- <documentation>Schema length validation error in unions</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1239"/>
- <schemaTest name="XERCESC-1239-1">
- <schemaDocument xlink:href="./XERCESC-1239/Test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-1239-2">
- <instanceDocument xlink:href="./XERCESC-1239/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1263">
- <annotation>
- <documentation>Pre-loaded grammar and xsi:type in the root element</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1263"/>
- <schemaTest name="XERCESC-1263-1">
- <schemaDocument xlink:href="./XERCESC-1263/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-11-18"/>
- </schemaTest>
- <instanceTest name="XERCESC-1263-2">
- <instanceDocument xlink:href="./XERCESC-1263/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-11-18"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1281">
- <annotation>
- <documentation>Regular expressions in schema should allow unescaped '-'</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1281"/>
- <schemaTest name="XERCESC-1281-1">
- <schemaDocument xlink:href="./XERCESC-1281/restrictionTest.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-1281-2">
- <instanceDocument xlink:href="./XERCESC-1281/rT.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1393">
- <annotation>
- <documentation>Identity constraint is not enforced on xs:anySimpleType</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1393"/>
- <schemaTest name="XERCESC-1393-1">
- <schemaDocument xlink:href="./XERCESC-1393/schema.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-03-14"/>
- </schemaTest>
- <instanceTest name="XERCESC-1393-2">
- <instanceDocument xlink:href="./XERCESC-1393/invalid.xml"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2008-03-14"/>
- </instanceTest>
- <instanceTest name="XERCESC-1393-3">
- <instanceDocument xlink:href="./XERCESC-1393/valid.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-03-14"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1419">
- <annotation>
- <documentation>Regular expressions in schema should allow unescaped '-'</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1419"/>
- <schemaTest name="XERCESC-1419-1">
- <schemaDocument xlink:href="./XERCESC-1419/pattern1.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-1419-2">
- <instanceDocument xlink:href="./XERCESC-1419/pattern1.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1512">
- <annotation>
- <documentation>Bad XS:pattern interpretation for XSD</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1512"/>
- <schemaTest name="XERCESC-1512-1">
- <schemaDocument xlink:href="./XERCESC-1512/schema.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-04-02"/>
- </schemaTest>
- <instanceTest name="XERCESC-1512-2">
- <instanceDocument xlink:href="./XERCESC-1512/data.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-04-02"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1546">
- <annotation>
- <documentation>length, maxLength, and minLength facets are applied to item instead of list when value specific via default/fixed</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1546"/>
- <schemaTest name="XERCESC-1546-1">
- <schemaDocument xlink:href="./XERCESC-1546/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-1546-2">
- <instanceDocument xlink:href="./XERCESC-1546/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1583">
- <annotation>
- <documentation>keyref are not processing with imported schema</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1583"/>
- <schemaTest name="XERCESC-1583">
- <schemaDocument xlink:href="./XERCESC-1583/keyref-main.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-07-29"/>
- </schemaTest>
- <instanceTest name="XERCESC-1583-1">
- <instanceDocument xlink:href="./XERCESC-1583/keyref.xml"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2009-07-29"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1591">
- <annotation>
- <documentation>Mishandling of recursive definition on complex content restriction</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1591"/>
- <schemaTest name="XERCESC-1591">
- <schemaDocument xlink:href="./XERCESC-1591/schema.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1592">
- <annotation>
- <documentation>Namespace handling is wrong in schema validation</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1592"/>
- <schemaTest name="XERCESC-1592-1">
- <schemaDocument xlink:href="./XERCESC-1592/MainSchema.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-1592-2">
- <instanceDocument xlink:href="./XERCESC-1592/MainSchema.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1623">
- <annotation>
- <documentation>The type reference will fail when importing a no-namespace schema</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1623"/>
- <schemaTest name="XERCESC-1623-1">
- <schemaDocument xlink:href="./XERCESC-1623/need-import-t.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-1623-2">
- <instanceDocument xlink:href="./XERCESC-1623/need-import-t.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1633">
- <annotation>
- <documentation>Using 'list' or 'union' for finalDefault in schema element causes incorrect validation errors</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1633"/>
- <schemaTest name="XERCESC-1633-1">
- <schemaDocument xlink:href="./XERCESC-1633/schema_test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- <instanceTest name="XERCESC-1633-2">
- <instanceDocument xlink:href="./XERCESC-1633/instance.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1659-1">
- <annotation>
- <documentation>Multi-import and schemaLocation ordering</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1659"/>
- <instanceTest name="XERCESC-1659-1-1">
- <instanceDocument xlink:href="./XERCESC-1659/test-1/test-users.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-11-19"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1659-2">
- <annotation>
- <documentation>Multi-import and schemaLocation ordering</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1659"/>
- <instanceTest name="XERCESC-1659-2-1">
- <instanceDocument xlink:href="./XERCESC-1659/test-2/test-users.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-11-19"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1659-3">
- <annotation>
- <documentation>Multi-import and schemaLocation ordering</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1659"/>
- <instanceTest name="XERCESC-1659-3-1">
- <instanceDocument xlink:href="./XERCESC-1659/test-3/test-users.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-11-19"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1659-4">
- <annotation>
- <documentation>Multi-import and schemaLocation ordering</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1659"/>
- <instanceTest name="XERCESC-1659-4-1">
- <instanceDocument xlink:href="./XERCESC-1659/test-4/test-users.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-11-19"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1707">
- <annotation>
- <documentation>Processing of not-declared-element with "xsi:type" under anyType element does not clear SchemaValidator::fXsiType</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1707"/>
- <schemaTest name="XERCESC-1707">
- <schemaDocument xlink:href="./XERCESC-1707/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-08-14"/>
- </schemaTest>
- <instanceTest name="XERCESC-1707-1">
- <instanceDocument xlink:href="./XERCESC-1707/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-08-14"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1714">
- <annotation>
- <documentation>xerces-c reports "Base type definition does not have any attributes" for a valid complex type restriction</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1714"/>
- <schemaTest name="XERCESC-1714">
- <schemaDocument xlink:href="./XERCESC-1714/schema.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1718">
- <annotation>
- <documentation>Invalid anonymous type definition with the name attribute is not caught in some situations</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1718"/>
- <schemaTest name="XERCESC-1718">
- <schemaDocument xlink:href="./XERCESC-1718/test.xsd"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2008-02-25"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1745">
- <annotation>
- <documentation>Inheritance by restriction does not detect a missing type from an imported schema</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1745"/>
- <schemaTest name="XERCESC-1745">
- <schemaDocument xlink:href="./XERCESC-1745/b.xsd"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2008-02-25"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1776">
- <annotation>
- <documentation>Bug in schema processing (using the "xsd:extension" for an another file) since v2.8.0</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1776"/>
- <schemaTest name="XERCESC-1776-1">
- <schemaDocument xlink:href="./XERCESC-1776/smerf.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-04-09"/>
- </schemaTest>
- <instanceTest name="XERCESC-1776-2">
- <instanceDocument xlink:href="./XERCESC-1776/smerf.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-04-09"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1777">
- <annotation>
- <documentation>Restriction checking code resolves an element from a wrong schema grammar</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1777"/>
- <schemaTest name="XERCESC-1777">
- <schemaDocument xlink:href="./XERCESC-1777/derived.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-02-13"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1787">
- <annotation>
- <documentation>Wildcard namespace prefixes in XPath are not reported as errors</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1787"/>
- <schemaTest name="XERCESC-1787">
- <schemaDocument xlink:href="./XERCESC-1787/schema.xsd"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2008-03-14"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1748">
- <annotation>
- <documentation>Registry-based URI authority validation</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1748"/>
- <schemaTest name="XERCESC-1748-1">
- <schemaDocument xlink:href="./XERCESC-1748/anyURITest.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-11-18"/>
- </schemaTest>
- <instanceTest name="XERCESC-1748-2">
- <instanceDocument xlink:href="./XERCESC-1748/anyURITest.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-11-18"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1758">
- <annotation>
- <documentation>Outdated interpretation of ##other</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1758"/>
- <schemaTest name="XERCESC-1758-1">
- <schemaDocument xlink:href="./XERCESC-1758/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-06-24"/>
- </schemaTest>
- <instanceTest name="XERCESC-1758-2">
- <instanceDocument xlink:href="./XERCESC-1758/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-06-24"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1817-1">
- <annotation>
- <documentation>Regression - Schema Error for valid Substition Group</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1817"/>
- <schemaTest name="XERCESC-1817-1-1">
- <schemaDocument xlink:href="./XERCESC-1817/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-15"/>
- </schemaTest>
- <instanceTest name="XERCESC-1817-1-2">
- <instanceDocument xlink:href="./XERCESC-1817/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-15"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1817-2">
- <annotation>
- <documentation>Regression - Schema Error for valid Substition Group</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1817"/>
- <schemaTest name="XERCESC-1817-2-1">
- <schemaDocument xlink:href="./XERCESC-1817/test2.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-15"/>
- </schemaTest>
- <instanceTest name="XERCESC-1817-2-2">
- <instanceDocument xlink:href="./XERCESC-1817/test2.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-15"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1819">
- <annotation>
- <documentation>Failure to validate valid instance</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1819"/>
- <schemaTest name="XERCESC-1819-1">
- <schemaDocument xlink:href="./XERCESC-1819/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-17"/>
- </schemaTest>
- <instanceTest name="XERCESC-1819-2">
- <instanceDocument xlink:href="./XERCESC-1819/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-17"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1822-1">
- <annotation>
- <documentation>Regression with handling of ANY</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1822"/>
- <schemaTest name="XERCESC-1822-1-1">
- <schemaDocument xlink:href="./XERCESC-1822/m3_10v39.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-17"/>
- </schemaTest>
- <instanceTest name="XERCESC-1822-1-2">
- <instanceDocument xlink:href="./XERCESC-1822/m3_10v39.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-17"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1822-2">
- <annotation>
- <documentation>Regression with handling of ANY</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1822"/>
- <schemaTest name="XERCESC-1822-2-1">
- <schemaDocument xlink:href="./XERCESC-1822/m3_10v44.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-17"/>
- </schemaTest>
- <instanceTest name="XERCESC-1822-2-2">
- <instanceDocument xlink:href="./XERCESC-1822/m3_10v44.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-07-17"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1825-1">
- <annotation>
- <documentation>Default value of QName type with non-empty prefix causes segfault</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1825"/>
- <schemaTest name="XERCESC-1825-1-1">
- <schemaDocument xlink:href="./XERCESC-1825/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-12-29"/>
- </schemaTest>
- <instanceTest name="XERCESC-1825-1-2">
- <instanceDocument xlink:href="./XERCESC-1825/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-12-29"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1825-2">
- <annotation>
- <documentation>Default value of QName type with non-empty prefix causes segfault</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1825"/>
- <schemaTest name="XERCESC-1825-2-1">
- <schemaDocument xlink:href="./XERCESC-1825/test2.xsd"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2008-12-29"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1831">
- <annotation>
- <documentation>Xerces-c can not parse instance with special chars (", < and >) in target namespace</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1831"/>
- <schemaTest name="XERCESC-1831">
- <schemaDocument xlink:href="./XERCESC-1831/ack.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-08-10"/>
- </schemaTest>
- <instanceTest name="XERCESC-1831-1">
- <instanceDocument xlink:href="./XERCESC-1831/ack.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-08-10"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1832">
- <annotation>
- <documentation>Namespace definitions attached to xs:extension/xs:restriction are not processed</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1832"/>
- <schemaTest name="XERCESC-1832">
- <schemaDocument xlink:href="./XERCESC-1832/schema11.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2008-10-01"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1878">
- <annotation>
- <documentation>Validation of xs:keys and xs:keyrefs with xpath takes too long</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1878"/>
- <schemaTest name="XERCESC-1878">
- <schemaDocument xlink:href="./XERCESC-1878/schema.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-07-28"/>
- </schemaTest>
- <instanceTest name="XERCESC-1878-1-1">
- <instanceDocument xlink:href="./XERCESC-1878/valid.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-07-28"/>
- </instanceTest>
- <instanceTest name="XERCESC-1878-1-2">
- <instanceDocument xlink:href="./XERCESC-1878/invalid.xml"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2009-07-28"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1893-1">
- <annotation>
- <documentation>Error reported when defining a complex type as an extension of an imported simple type</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1893"/>
- <schemaTest name="XERCESC-1893">
- <schemaDocument xlink:href="./XERCESC-1893/main.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-10-28"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1893-2">
- <annotation>
- <documentation>Error reported when defining a complex type as an extension of an imported simple type</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1893"/>
- <schemaTest name="XERCESC-1893-1">
- <schemaDocument xlink:href="./XERCESC-1893/included.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-10-28"/>
- </schemaTest>
- <schemaTest name="XERCESC-1893-2">
- <schemaDocument xlink:href="./XERCESC-1893/main.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2009-10-28"/>
- </schemaTest>
- </testGroup>
- <testGroup name="XERCESC-1937">
- <annotation>
- <documentation>xsi:type is not applied to root element</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1937"/>
- <schemaTest name="XERCESC-1937-1">
- <schemaDocument xlink:href="./XERCESC-1937/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2010-08-09"/>
- </schemaTest>
- <instanceTest name="XERCESC-1937-2">
- <instanceDocument xlink:href="./XERCESC-1937/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2010-08-09"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-1945">
- <annotation>
- <documentation>Whitespace in xsi:type</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1945"/>
- <schemaTest name="XERCESC-1945-1">
- <schemaDocument xlink:href="./XERCESC-1945/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2010-09-28"/>
- </schemaTest>
- <instanceTest name="XERCESC-1945-2">
- <instanceDocument xlink:href="./XERCESC-1945/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2010-09-28"/>
- </instanceTest>
- </testGroup>
- <testGroup name="XERCESC-2017">
- <annotation>
- <documentation>XPath selector with multiple matches stops matching in a subtree once one match succeeds</documentation>
- </annotation>
- <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-2017"/>
- <schemaTest name="XERCESC-2017-1">
- <schemaDocument xlink:href="./XERCESC-2017/test.xsd"/>
- <expected validity="valid"/>
- <current status="accepted" date="2013-08-18"/>
- </schemaTest>
- <instanceTest name="XERCESC-2017-2">
- <instanceDocument xlink:href="./XERCESC-2017/test.xml"/>
- <expected validity="valid"/>
- <current status="accepted" date="2013-08-18"/>
- </instanceTest>
- <instanceTest name="XERCESC-2017-3">
- <instanceDocument xlink:href="./XERCESC-2017/test2.xml"/>
- <expected validity="invalid"/>
- <current status="accepted" date="2013-08-18"/>
- </instanceTest>
- </testGroup>
-</testSet>
+<?xml version="1.0"?>
+<testSet contributor="Xerces-C" name="XercesC-regression" xmlns="TestSuite" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <testGroup name="XERCESC-394">
+ <annotation>
+ <documentation>Failed to validate correctly when schema has <xsd:extension> and the base has an attribute</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-394"/>
+ <schemaTest name="XERCESC-394">
+ <schemaDocument xlink:href="./XERCESC-394/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-423">
+ <annotation>
+ <documentation>Problem with recursive and derived elements</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-423"/>
+ <schemaTest name="XERCESC-423-1">
+ <schemaDocument xlink:href="./XERCESC-423/dummy.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-423-2">
+ <instanceDocument xlink:href="./XERCESC-423/dummy.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-474">
+ <annotation>
+ <documentation>minInclusive factet validation alters value</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-474"/>
+ <schemaTest name="XERCESC-474-1">
+ <schemaDocument xlink:href="./XERCESC-474/mySchema.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-474-2">
+ <instanceDocument xlink:href="./XERCESC-474/myDoc.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-538">
+ <annotation>
+ <documentation>maxOccurs="0" is considered an error</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-538"/>
+ <schemaTest name="XERCESC-538-1">
+ <schemaDocument xlink:href="./XERCESC-538/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-538-2">
+ <instanceDocument xlink:href="./XERCESC-538/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-607">
+ <annotation>
+ <documentation>Model group 'All' with minOccurs='0' reports an error</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-607"/>
+ <schemaTest name="XERCESC-607">
+ <schemaDocument xlink:href="./XERCESC-607/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-653">
+ <annotation>
+ <documentation>Schema ID validation can fail depending on declaration ordering</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-653"/>
+ <schemaTest name="XERCESC-653-1">
+ <schemaDocument xlink:href="./XERCESC-653/testcase.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-653-2">
+ <instanceDocument xlink:href="./XERCESC-653/testcase.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-697">
+ <annotation>
+ <documentation>Incorrect Schema Validation Failure When Redefining Complex Type with Simple Content</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-697"/>
+ <schemaTest name="XERCESC-697">
+ <schemaDocument xlink:href="./XERCESC-697/redefined.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-08-10"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-697">
+ <instanceDocument xlink:href="./XERCESC-697/redefined.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-08-10"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-711">
+ <annotation>
+ <documentation>Validator doesn't enforce xsd:key</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-711"/>
+ <schemaTest name="XERCESC-711-1">
+ <schemaDocument xlink:href="./XERCESC-711/KeyTest.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-711-2">
+ <instanceDocument xlink:href="./XERCESC-711/KeyTest.xml"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ <instanceTest name="XERCESC-711-3">
+ <instanceDocument xlink:href="./XERCESC-711/KeyTest2.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-796">
+ <annotation>
+ <documentation>data from CDATA section is not passed for validation</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-796"/>
+ <schemaTest name="XERCESC-796-1">
+ <schemaDocument xlink:href="./XERCESC-796/sample.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-796-2">
+ <instanceDocument xlink:href="./XERCESC-796/sample.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-809">
+ <annotation>
+ <documentation>Does implement co-occurence constraints</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-809"/>
+ <schemaTest name="XERCESC-809-1">
+ <schemaDocument xlink:href="./XERCESC-809/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-08-14"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-809-2">
+ <instanceDocument xlink:href="./XERCESC-809/test.xml"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2009-08-14"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-830">
+ <annotation>
+ <documentation>Empty complex type definition is always non-mixed even if declaration says otherwise</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-830"/>
+ <schemaTest name="XERCESC-830-1">
+ <schemaDocument xlink:href="./XERCESC-830/event1.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-830-2">
+ <instanceDocument xlink:href="./XERCESC-830/event1.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-834">
+ <annotation>
+ <documentation>failure to load grammar if an abstract element is in substitutionGroup of another abstract element</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-834"/>
+ <schemaTest name="XERCESC-834">
+ <schemaDocument xlink:href="./XERCESC-834/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-840">
+ <annotation>
+ <documentation>References to attributeGroup/group definition are not allowed to have annotations</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-840"/>
+ <schemaTest name="XERCESC-840">
+ <schemaDocument xlink:href="./XERCESC-840/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-845">
+ <annotation>
+ <documentation>Cyclic import doesn't correctly handle type restrictions</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-845"/>
+ <schemaTest name="XERCESC-845-1">
+ <schemaDocument xlink:href="./XERCESC-845/one.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-845-2">
+ <instanceDocument xlink:href="./XERCESC-845/one.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-962">
+ <annotation>
+ <documentation>The type of an element should depend also on the substitutionGroup attribute</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-962"/>
+ <schemaTest name="XERCESC-962">
+ <schemaDocument xlink:href="./XERCESC-962/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-977">
+ <annotation>
+ <documentation>xsi:type for union types with pattern facet doesn't work</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-977"/>
+ <schemaTest name="XERCESC-977-1">
+ <schemaDocument xlink:href="./XERCESC-977/boolean.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-977-2">
+ <instanceDocument xlink:href="./XERCESC-977/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1051">
+ <annotation>
+ <documentation>Crash when maxOccurs >= 200000</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1051"/>
+ <schemaTest name="XERCESC-1051-1">
+ <schemaDocument xlink:href="./XERCESC-1051/schema.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1051-2">
+ <instanceDocument xlink:href="./XERCESC-1051/test.xml"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2008-07-13"/>
+ </instanceTest>
+ <instanceTest name="XERCESC-1051-3">
+ <instanceDocument xlink:href="./XERCESC-1051/test_valid.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1237">
+ <annotation>
+ <documentation>xs:unique is used like xs:key</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1237"/>
+ <schemaTest name="XERCESC-1237-1">
+ <schemaDocument xlink:href="./XERCESC-1237/unique.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1237-2">
+ <instanceDocument xlink:href="./XERCESC-1237/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1239">
+ <annotation>
+ <documentation>Schema length validation error in unions</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1239"/>
+ <schemaTest name="XERCESC-1239-1">
+ <schemaDocument xlink:href="./XERCESC-1239/Test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1239-2">
+ <instanceDocument xlink:href="./XERCESC-1239/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1263">
+ <annotation>
+ <documentation>Pre-loaded grammar and xsi:type in the root element</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1263"/>
+ <schemaTest name="XERCESC-1263-1">
+ <schemaDocument xlink:href="./XERCESC-1263/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-11-18"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1263-2">
+ <instanceDocument xlink:href="./XERCESC-1263/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-11-18"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1281">
+ <annotation>
+ <documentation>Regular expressions in schema should allow unescaped '-'</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1281"/>
+ <schemaTest name="XERCESC-1281-1">
+ <schemaDocument xlink:href="./XERCESC-1281/restrictionTest.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1281-2">
+ <instanceDocument xlink:href="./XERCESC-1281/rT.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1393">
+ <annotation>
+ <documentation>Identity constraint is not enforced on xs:anySimpleType</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1393"/>
+ <schemaTest name="XERCESC-1393-1">
+ <schemaDocument xlink:href="./XERCESC-1393/schema.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-03-14"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1393-2">
+ <instanceDocument xlink:href="./XERCESC-1393/invalid.xml"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2008-03-14"/>
+ </instanceTest>
+ <instanceTest name="XERCESC-1393-3">
+ <instanceDocument xlink:href="./XERCESC-1393/valid.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-03-14"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1419">
+ <annotation>
+ <documentation>Regular expressions in schema should allow unescaped '-'</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1419"/>
+ <schemaTest name="XERCESC-1419-1">
+ <schemaDocument xlink:href="./XERCESC-1419/pattern1.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1419-2">
+ <instanceDocument xlink:href="./XERCESC-1419/pattern1.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1512">
+ <annotation>
+ <documentation>Bad XS:pattern interpretation for XSD</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1512"/>
+ <schemaTest name="XERCESC-1512-1">
+ <schemaDocument xlink:href="./XERCESC-1512/schema.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-04-02"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1512-2">
+ <instanceDocument xlink:href="./XERCESC-1512/data.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-04-02"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1546">
+ <annotation>
+ <documentation>length, maxLength, and minLength facets are applied to item instead of list when value specific via default/fixed</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1546"/>
+ <schemaTest name="XERCESC-1546-1">
+ <schemaDocument xlink:href="./XERCESC-1546/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1546-2">
+ <instanceDocument xlink:href="./XERCESC-1546/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1583">
+ <annotation>
+ <documentation>keyref are not processing with imported schema</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1583"/>
+ <schemaTest name="XERCESC-1583">
+ <schemaDocument xlink:href="./XERCESC-1583/keyref-main.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-07-29"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1583-1">
+ <instanceDocument xlink:href="./XERCESC-1583/keyref.xml"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2009-07-29"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1591">
+ <annotation>
+ <documentation>Mishandling of recursive definition on complex content restriction</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1591"/>
+ <schemaTest name="XERCESC-1591">
+ <schemaDocument xlink:href="./XERCESC-1591/schema.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1592">
+ <annotation>
+ <documentation>Namespace handling is wrong in schema validation</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1592"/>
+ <schemaTest name="XERCESC-1592-1">
+ <schemaDocument xlink:href="./XERCESC-1592/MainSchema.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1592-2">
+ <instanceDocument xlink:href="./XERCESC-1592/MainSchema.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1623">
+ <annotation>
+ <documentation>The type reference will fail when importing a no-namespace schema</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1623"/>
+ <schemaTest name="XERCESC-1623-1">
+ <schemaDocument xlink:href="./XERCESC-1623/need-import-t.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1623-2">
+ <instanceDocument xlink:href="./XERCESC-1623/need-import-t.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1633">
+ <annotation>
+ <documentation>Using 'list' or 'union' for finalDefault in schema element causes incorrect validation errors</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1633"/>
+ <schemaTest name="XERCESC-1633-1">
+ <schemaDocument xlink:href="./XERCESC-1633/schema_test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1633-2">
+ <instanceDocument xlink:href="./XERCESC-1633/instance.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1659-1">
+ <annotation>
+ <documentation>Multi-import and schemaLocation ordering</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1659"/>
+ <instanceTest name="XERCESC-1659-1-1">
+ <instanceDocument xlink:href="./XERCESC-1659/test-1/test-users.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-11-19"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1659-2">
+ <annotation>
+ <documentation>Multi-import and schemaLocation ordering</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1659"/>
+ <instanceTest name="XERCESC-1659-2-1">
+ <instanceDocument xlink:href="./XERCESC-1659/test-2/test-users.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-11-19"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1659-3">
+ <annotation>
+ <documentation>Multi-import and schemaLocation ordering</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1659"/>
+ <instanceTest name="XERCESC-1659-3-1">
+ <instanceDocument xlink:href="./XERCESC-1659/test-3/test-users.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-11-19"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1659-4">
+ <annotation>
+ <documentation>Multi-import and schemaLocation ordering</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1659"/>
+ <instanceTest name="XERCESC-1659-4-1">
+ <instanceDocument xlink:href="./XERCESC-1659/test-4/test-users.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-11-19"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1707">
+ <annotation>
+ <documentation>Processing of not-declared-element with "xsi:type" under anyType element does not clear SchemaValidator::fXsiType</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1707"/>
+ <schemaTest name="XERCESC-1707">
+ <schemaDocument xlink:href="./XERCESC-1707/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-08-14"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1707-1">
+ <instanceDocument xlink:href="./XERCESC-1707/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-08-14"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1714">
+ <annotation>
+ <documentation>xerces-c reports "Base type definition does not have any attributes" for a valid complex type restriction</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1714"/>
+ <schemaTest name="XERCESC-1714">
+ <schemaDocument xlink:href="./XERCESC-1714/schema.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1718">
+ <annotation>
+ <documentation>Invalid anonymous type definition with the name attribute is not caught in some situations</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1718"/>
+ <schemaTest name="XERCESC-1718">
+ <schemaDocument xlink:href="./XERCESC-1718/test.xsd"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2008-02-25"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1745">
+ <annotation>
+ <documentation>Inheritance by restriction does not detect a missing type from an imported schema</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1745"/>
+ <schemaTest name="XERCESC-1745">
+ <schemaDocument xlink:href="./XERCESC-1745/b.xsd"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2008-02-25"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1776">
+ <annotation>
+ <documentation>Bug in schema processing (using the "xsd:extension" for an another file) since v2.8.0</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1776"/>
+ <schemaTest name="XERCESC-1776-1">
+ <schemaDocument xlink:href="./XERCESC-1776/smerf.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-04-09"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1776-2">
+ <instanceDocument xlink:href="./XERCESC-1776/smerf.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-04-09"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1777">
+ <annotation>
+ <documentation>Restriction checking code resolves an element from a wrong schema grammar</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1777"/>
+ <schemaTest name="XERCESC-1777">
+ <schemaDocument xlink:href="./XERCESC-1777/derived.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-02-13"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1787">
+ <annotation>
+ <documentation>Wildcard namespace prefixes in XPath are not reported as errors</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1787"/>
+ <schemaTest name="XERCESC-1787">
+ <schemaDocument xlink:href="./XERCESC-1787/schema.xsd"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2008-03-14"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1748">
+ <annotation>
+ <documentation>Registry-based URI authority validation</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1748"/>
+ <schemaTest name="XERCESC-1748-1">
+ <schemaDocument xlink:href="./XERCESC-1748/anyURITest.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-11-18"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1748-2">
+ <instanceDocument xlink:href="./XERCESC-1748/anyURITest.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-11-18"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1758">
+ <annotation>
+ <documentation>Outdated interpretation of ##other</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1758"/>
+ <schemaTest name="XERCESC-1758-1">
+ <schemaDocument xlink:href="./XERCESC-1758/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-06-24"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1758-2">
+ <instanceDocument xlink:href="./XERCESC-1758/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-06-24"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1817-1">
+ <annotation>
+ <documentation>Regression - Schema Error for valid Substition Group</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1817"/>
+ <schemaTest name="XERCESC-1817-1-1">
+ <schemaDocument xlink:href="./XERCESC-1817/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-15"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1817-1-2">
+ <instanceDocument xlink:href="./XERCESC-1817/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-15"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1817-2">
+ <annotation>
+ <documentation>Regression - Schema Error for valid Substition Group</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1817"/>
+ <schemaTest name="XERCESC-1817-2-1">
+ <schemaDocument xlink:href="./XERCESC-1817/test2.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-15"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1817-2-2">
+ <instanceDocument xlink:href="./XERCESC-1817/test2.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-15"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1819">
+ <annotation>
+ <documentation>Failure to validate valid instance</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1819"/>
+ <schemaTest name="XERCESC-1819-1">
+ <schemaDocument xlink:href="./XERCESC-1819/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-17"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1819-2">
+ <instanceDocument xlink:href="./XERCESC-1819/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-17"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1822-1">
+ <annotation>
+ <documentation>Regression with handling of ANY</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1822"/>
+ <schemaTest name="XERCESC-1822-1-1">
+ <schemaDocument xlink:href="./XERCESC-1822/m3_10v39.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-17"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1822-1-2">
+ <instanceDocument xlink:href="./XERCESC-1822/m3_10v39.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-17"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1822-2">
+ <annotation>
+ <documentation>Regression with handling of ANY</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1822"/>
+ <schemaTest name="XERCESC-1822-2-1">
+ <schemaDocument xlink:href="./XERCESC-1822/m3_10v44.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-17"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1822-2-2">
+ <instanceDocument xlink:href="./XERCESC-1822/m3_10v44.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-07-17"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1825-1">
+ <annotation>
+ <documentation>Default value of QName type with non-empty prefix causes segfault</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1825"/>
+ <schemaTest name="XERCESC-1825-1-1">
+ <schemaDocument xlink:href="./XERCESC-1825/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-12-29"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1825-1-2">
+ <instanceDocument xlink:href="./XERCESC-1825/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-12-29"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1825-2">
+ <annotation>
+ <documentation>Default value of QName type with non-empty prefix causes segfault</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1825"/>
+ <schemaTest name="XERCESC-1825-2-1">
+ <schemaDocument xlink:href="./XERCESC-1825/test2.xsd"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2008-12-29"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1831">
+ <annotation>
+ <documentation>Xerces-c can not parse instance with special chars (", < and >) in target namespace</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1831"/>
+ <schemaTest name="XERCESC-1831">
+ <schemaDocument xlink:href="./XERCESC-1831/ack.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-08-10"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1831-1">
+ <instanceDocument xlink:href="./XERCESC-1831/ack.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-08-10"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1832">
+ <annotation>
+ <documentation>Namespace definitions attached to xs:extension/xs:restriction are not processed</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1832"/>
+ <schemaTest name="XERCESC-1832">
+ <schemaDocument xlink:href="./XERCESC-1832/schema11.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2008-10-01"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1878">
+ <annotation>
+ <documentation>Validation of xs:keys and xs:keyrefs with xpath takes too long</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1878"/>
+ <schemaTest name="XERCESC-1878">
+ <schemaDocument xlink:href="./XERCESC-1878/schema.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-07-28"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1878-1-1">
+ <instanceDocument xlink:href="./XERCESC-1878/valid.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-07-28"/>
+ </instanceTest>
+ <instanceTest name="XERCESC-1878-1-2">
+ <instanceDocument xlink:href="./XERCESC-1878/invalid.xml"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2009-07-28"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1893-1">
+ <annotation>
+ <documentation>Error reported when defining a complex type as an extension of an imported simple type</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1893"/>
+ <schemaTest name="XERCESC-1893">
+ <schemaDocument xlink:href="./XERCESC-1893/main.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-10-28"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1893-2">
+ <annotation>
+ <documentation>Error reported when defining a complex type as an extension of an imported simple type</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1893"/>
+ <schemaTest name="XERCESC-1893-1">
+ <schemaDocument xlink:href="./XERCESC-1893/included.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-10-28"/>
+ </schemaTest>
+ <schemaTest name="XERCESC-1893-2">
+ <schemaDocument xlink:href="./XERCESC-1893/main.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2009-10-28"/>
+ </schemaTest>
+ </testGroup>
+ <testGroup name="XERCESC-1937">
+ <annotation>
+ <documentation>xsi:type is not applied to root element</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1937"/>
+ <schemaTest name="XERCESC-1937-1">
+ <schemaDocument xlink:href="./XERCESC-1937/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2010-08-09"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1937-2">
+ <instanceDocument xlink:href="./XERCESC-1937/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2010-08-09"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-1945">
+ <annotation>
+ <documentation>Whitespace in xsi:type</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-1945"/>
+ <schemaTest name="XERCESC-1945-1">
+ <schemaDocument xlink:href="./XERCESC-1945/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2010-09-28"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-1945-2">
+ <instanceDocument xlink:href="./XERCESC-1945/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2010-09-28"/>
+ </instanceTest>
+ </testGroup>
+ <testGroup name="XERCESC-2017">
+ <annotation>
+ <documentation>XPath selector with multiple matches stops matching in a subtree once one match succeeds</documentation>
+ </annotation>
+ <documentationReference xlink:href="https://issues.apache.org/jira/browse/XERCESC-2017"/>
+ <schemaTest name="XERCESC-2017-1">
+ <schemaDocument xlink:href="./XERCESC-2017/test.xsd"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2013-08-18"/>
+ </schemaTest>
+ <instanceTest name="XERCESC-2017-2">
+ <instanceDocument xlink:href="./XERCESC-2017/test.xml"/>
+ <expected validity="valid"/>
+ <current status="accepted" date="2013-08-18"/>
+ </instanceTest>
+ <instanceTest name="XERCESC-2017-3">
+ <instanceDocument xlink:href="./XERCESC-2017/test2.xml"/>
+ <expected validity="invalid"/>
+ <current status="accepted" date="2013-08-18"/>
+ </instanceTest>
+ </testGroup>
+</testSet>
diff --git a/tests/src/XSTSHarness/regression/XercesXML.testSet b/tests/src/XSTSHarness/regression/XercesXML.testSet
index a7a2427..0aa9706 100644
--- a/tests/src/XSTSHarness/regression/XercesXML.testSet
+++ b/tests/src/XSTSHarness/regression/XercesXML.testSet
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="utf-8"?>
-<TESTSUITE>
- <TESTCASES xml:base="XERCESC-2180">
- <!-- https://issues.apache.org/jira/browse/XERCESC-2180: Assertion when scanner splits a surrogate pair across two separate buffers -->
- <TEST ID="XERCESC-2180" TYPE="invalid" URI="crash.xml"/>
- <TEST ID="XERCESC-2180" TYPE="invalid" URI="crash2.xml"/>
- </TESTCASES>
+<?xml version="1.0" encoding="utf-8"?>
+<TESTSUITE>
+ <TESTCASES xml:base="XERCESC-2180">
+ <!-- https://issues.apache.org/jira/browse/XERCESC-2180: Assertion when scanner splits a surrogate pair across two separate buffers -->
+ <TEST ID="XERCESC-2180" TYPE="invalid" URI="crash.xml"/>
+ <TEST ID="XERCESC-2180" TYPE="invalid" URI="crash2.xml"/>
+ </TESTCASES>
</TESTSUITE>
\ No newline at end of file
diff --git a/tests/src/xinclude/harness.pl b/tests/src/xinclude/harness.pl
index 82a9e17..dd53d1f 100644
--- a/tests/src/xinclude/harness.pl
+++ b/tests/src/xinclude/harness.pl
@@ -1,234 +1,234 @@
-#use strict;
-
-# usage perl harness.pl [testNum]
-# where testNum is an integer from 1 to 41
-# testNum may also be a list of integers denoting tests to be run
-# ommitting testNum will lead to all tests being run
-#
-# this harness outputs the results to the file results.html as well
-# as reporting them to stderr.
-#
-# note that the XInclude sample application must be discoverable on
-# the current PATH.
-
-#
-# Find out the platform from 'uname -s'
-#
-open(PLATFORM, "uname -s|");
-$platform = <PLATFORM>;
-chomp($platform);
-close (PLATFORM);
-
-if ($platform =~ m/Windows/i || $platform =~ m/CYGWIN/i) {
- $pathsep = "\\";
-}
-else {
- $pathsep = "/";
-}
-
-@CORRECT_TEST_RESULTS = (
- -3,
- 1, 1, 1, 1, 1, 1, 0, 1, 0, 1,
- 0, 0, 0, 0, 1, 1, 1, 0, 1, 1,
- 1, 0, 1, 0, 0, 0, 1, 1, 0, 1,
- 1, 0, 1, 1, 1, 1, 1, 1, 0, 0,
- 1
-);
-
-# private static boolean[] TEST_RESULTS = new boolean[] {
-# // one value for each test
-# true, true, true, true, true, true, false, true, false, true, // 10
-# false, false, false, false, true, true, true, false, true, true, // 20
-# true, false, true, false, false, false, true, true, false, true, // 30
-# true, false, true, true, true, true, true, true, false, false, // 40
-# true, };
-
-#no need to add one to this value since there is a dummy value in the tables
-$NUM_TESTS = $#CORRECT_TEST_RESULTS;
-
-@ACTUAL_TEST_RESULTS = (
- -3,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1
-);
-
-print "Running XInclude Tests\n";
-
-$dateAndTime = localtime();
-
-open(outfile, ">results.html");
-print outfile "<html><head><title>XInclude results generated at $dateAndTime </title>";
-print outfile "</head><body bgcolor=\"black\" text=\"white\"><center>";
-
-print outfile "<table border cellspacing=\"0\" cellpadding=\"5\"><caption align=\"bottom\">Results of XI Test Run</caption>";
-print outfile "<tr><th>Test Number</th><th>Test Input File</th><th>Generated Output File</th>";
-print outfile "<th>Reference Result File</th><th>Result</th><th>Expected Result</th><th>Test Status</th></tr>";
-
-$successes = 0;
-$correct = 0;
-$numTestsToRun = $#ARGV + 1;
-while (<@ARGV>){
- $i = $_;
- if ($i < 10) {
- $testNum = "0$i";
- } else {
- $testNum = "$i";
- }
- $input_file = "tests".$pathsep."xinclude".$pathsep."tests".$pathsep."test$testNum.xml";
- if ($CORRECT_TEST_RESULTS[$i] == 1) {
- $output_file = "tests".$pathsep."xinclude".$pathsep."written".$pathsep."test$testNum.xml";
- $expected_result_file = "tests".$pathsep."xinclude".$pathsep."cppoutput".$pathsep."test$testNum.xml";
- } else {
- $output_file = "tests".$pathsep."xinclude".$pathsep."written".$pathsep."test$testNum.txt";
- $expected_result_file = "tests".$pathsep."xinclude".$pathsep."cppoutput".$pathsep."test$testNum.txt";
- }
-
- # run the tests and apture the output
- $command = "XInclude $input_file $output_file";
- print "R[$command]\n";
- system("$command");
-
- $outcome = 0;
- if (! -e $output_file) {
- $ACTUAL_TEST_RESULTS[$i] = 0;
- # we didn't generate an output, we are correct if the test was expected to fail
- if($CORRECT_TEST_RESULTS[$i] eq 0) {
- $outcome = 1;
- }
- } else {
- $ACTUAL_TEST_RESULTS[$i] = 1;
- # we generated an output, we are correct if our result matches
- if($CORRECT_TEST_RESULTS[$i] eq 1) {
- $outcome = &compareFiles($expected_result_file, $output_file);
- }
- }
-
- print outfile "<tr bgcolor=";
- if ($outcome eq 1) {
- print outfile "green";
- } else {
- print outfile "red";
- }
-
- print outfile ">";
- #test number
- print outfile "<td>$testNum</td>";
- print outfile "<td>";
- $anchor = &createHTMLAnchor("$input_file");
- print outfile "$anchor";
- print outfile "</td><td>";
- $anchor = &createHTMLAnchor("$output_file");
- print outfile "$anchor";
- print outfile "</td><td>";
- $anchor = &createHTMLAnchor("$expected_result_file");
- print outfile "$anchor";
- print outfile "</td>";
- # actual result
- $result = (($ACTUAL_TEST_RESULTS[$i])?"true":"false");
- print outfile "<td>$result</td>";
-
- # correct result
- $result = (($CORRECT_TEST_RESULTS[$i])?"true":"false");
- print outfile "<td>$result</td>";
-
- if ($outcome eq 1) {
- $successes++;
- $result = "Passed";
- print "[test $testNum PASSED]\n";
- $correct++;
- } else {
- $result = "Failed";
- print "[test $testNum FAILED]\n";
- }
- print outfile "<td>$result</td></tr>";
-}
-
-print outfile "</table>";
-
-print "Tests Passed: $correct\n";
-$percentSucceeding = $correct / $numTestsToRun * 100.0;
-print outfile "<hr/><h2>$percentSucceeding% of tests that were run passed ($correct out of $numTestsToRun).</h2>";
-
-$shPass = 0;
-$shFail = 0;
-for ($i = 1; $i < $NUM_TESTS+1; $i++){
- if ($CORRECT_TEST_RESULTS[$i]){
- $shPass++;
- } else {
- $shFail++;
- }
-}
-
-print outfile "<h2>$shPass should pass ($successes) did</h2>";
-$failures = $NUM_TESTS - $successes;
-print outfile "<h2>$shFail should fail ($failures) did</h2>";
-
-$percentSucceeding = $correct / $NUM_TESTS * 100.0;
-print outfile "<h2>$percentSucceeding% of all available tests passed ($correct out of $NUM_TESTS).</h2>";
-
-$percentSucceeding = $numTestsToRun / $NUM_TESTS * 100.0;
-print outfile "<h2>$percentSucceeding% of all available tests were run ($numTestsToRun out of $NUM_TESTS).</h2>";
-
-print outfile "</center><hr/></body></html>";
-close(outfile);
-
-# quick and dirty but functional
-sub compareFiles
-{
- $result = 1;
- print "C[$_[0]]:[$_[1]]\n";
-
- if (! -e $_[0]) {
- print "No such file as $_[0] - cannot compare\n";
- return 0;
- }
-
- if (! -e $_[1]) {
- print "No such file as $_[1] - cannot compare\n";
- return 0;
- }
-
- open(expected, "<$_[0]");
- open(actual, "<$_[1]");
-
- #compare the files
- @expectedData = <expected>;
- @actualData = <actual>;
-
- close(expected);
- close(actual);
-
- for ($x = 0, $a = 0; $x < $#expectedData && $a < $#actualData; $x++, $a++){
- $dataLineEx = $expectedData[$x];
- $dataLineAc = $actualData[$a];
- chomp($dataLineEx);
- chomp($dataLineAc);
- if ($dataLineEx ne $dataLineAc) {
- # check if its a warning and can be ignored at this stage
- if ($dataLineEx =~ /Warning/) {
- print "probably just a warning line:\n";
- print "[$dataLineEx]\n";
- $a--
- } elsif ( $dataLineEx =~ m/^\s*$/ && $dataLineAc =~ m/^\s*$/ ) {
- $line_num = $x + 1;
- print "Line $line_num ws difference: \n[$dataLineEx] != \n[$dataLineAc]\n";
- print "probably just white space on both lines\n";
- $a--
- } else {
- $line_num = $x + 1;
- print "Line $line_num difference: \n[$dataLineEx] != \n[$dataLineAc]\n";
- print "From files: $_[0] $_[1]\n";
- return 0;
- }
- }
- }
-
- return 1;
-}
-
-sub createHTMLAnchor {
- "<a target=\"_blank\" href=\"$_[0]\">$_[0]</a>";
-}
+#use strict;
+
+# usage perl harness.pl [testNum]
+# where testNum is an integer from 1 to 41
+# testNum may also be a list of integers denoting tests to be run
+# ommitting testNum will lead to all tests being run
+#
+# this harness outputs the results to the file results.html as well
+# as reporting them to stderr.
+#
+# note that the XInclude sample application must be discoverable on
+# the current PATH.
+
+#
+# Find out the platform from 'uname -s'
+#
+open(PLATFORM, "uname -s|");
+$platform = <PLATFORM>;
+chomp($platform);
+close (PLATFORM);
+
+if ($platform =~ m/Windows/i || $platform =~ m/CYGWIN/i) {
+ $pathsep = "\\";
+}
+else {
+ $pathsep = "/";
+}
+
+@CORRECT_TEST_RESULTS = (
+ -3,
+ 1, 1, 1, 1, 1, 1, 0, 1, 0, 1,
+ 0, 0, 0, 0, 1, 1, 1, 0, 1, 1,
+ 1, 0, 1, 0, 0, 0, 1, 1, 0, 1,
+ 1, 0, 1, 1, 1, 1, 1, 1, 0, 0,
+ 1
+);
+
+# private static boolean[] TEST_RESULTS = new boolean[] {
+# // one value for each test
+# true, true, true, true, true, true, false, true, false, true, // 10
+# false, false, false, false, true, true, true, false, true, true, // 20
+# true, false, true, false, false, false, true, true, false, true, // 30
+# true, false, true, true, true, true, true, true, false, false, // 40
+# true, };
+
+#no need to add one to this value since there is a dummy value in the tables
+$NUM_TESTS = $#CORRECT_TEST_RESULTS;
+
+@ACTUAL_TEST_RESULTS = (
+ -3,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
+ -1
+);
+
+print "Running XInclude Tests\n";
+
+$dateAndTime = localtime();
+
+open(outfile, ">results.html");
+print outfile "<html><head><title>XInclude results generated at $dateAndTime </title>";
+print outfile "</head><body bgcolor=\"black\" text=\"white\"><center>";
+
+print outfile "<table border cellspacing=\"0\" cellpadding=\"5\"><caption align=\"bottom\">Results of XI Test Run</caption>";
+print outfile "<tr><th>Test Number</th><th>Test Input File</th><th>Generated Output File</th>";
+print outfile "<th>Reference Result File</th><th>Result</th><th>Expected Result</th><th>Test Status</th></tr>";
+
+$successes = 0;
+$correct = 0;
+$numTestsToRun = $#ARGV + 1;
+while (<@ARGV>){
+ $i = $_;
+ if ($i < 10) {
+ $testNum = "0$i";
+ } else {
+ $testNum = "$i";
+ }
+ $input_file = "tests".$pathsep."xinclude".$pathsep."tests".$pathsep."test$testNum.xml";
+ if ($CORRECT_TEST_RESULTS[$i] == 1) {
+ $output_file = "tests".$pathsep."xinclude".$pathsep."written".$pathsep."test$testNum.xml";
+ $expected_result_file = "tests".$pathsep."xinclude".$pathsep."cppoutput".$pathsep."test$testNum.xml";
+ } else {
+ $output_file = "tests".$pathsep."xinclude".$pathsep."written".$pathsep."test$testNum.txt";
+ $expected_result_file = "tests".$pathsep."xinclude".$pathsep."cppoutput".$pathsep."test$testNum.txt";
+ }
+
+ # run the tests and apture the output
+ $command = "XInclude $input_file $output_file";
+ print "R[$command]\n";
+ system("$command");
+
+ $outcome = 0;
+ if (! -e $output_file) {
+ $ACTUAL_TEST_RESULTS[$i] = 0;
+ # we didn't generate an output, we are correct if the test was expected to fail
+ if($CORRECT_TEST_RESULTS[$i] eq 0) {
+ $outcome = 1;
+ }
+ } else {
+ $ACTUAL_TEST_RESULTS[$i] = 1;
+ # we generated an output, we are correct if our result matches
+ if($CORRECT_TEST_RESULTS[$i] eq 1) {
+ $outcome = &compareFiles($expected_result_file, $output_file);
+ }
+ }
+
+ print outfile "<tr bgcolor=";
+ if ($outcome eq 1) {
+ print outfile "green";
+ } else {
+ print outfile "red";
+ }
+
+ print outfile ">";
+ #test number
+ print outfile "<td>$testNum</td>";
+ print outfile "<td>";
+ $anchor = &createHTMLAnchor("$input_file");
+ print outfile "$anchor";
+ print outfile "</td><td>";
+ $anchor = &createHTMLAnchor("$output_file");
+ print outfile "$anchor";
+ print outfile "</td><td>";
+ $anchor = &createHTMLAnchor("$expected_result_file");
+ print outfile "$anchor";
+ print outfile "</td>";
+ # actual result
+ $result = (($ACTUAL_TEST_RESULTS[$i])?"true":"false");
+ print outfile "<td>$result</td>";
+
+ # correct result
+ $result = (($CORRECT_TEST_RESULTS[$i])?"true":"false");
+ print outfile "<td>$result</td>";
+
+ if ($outcome eq 1) {
+ $successes++;
+ $result = "Passed";
+ print "[test $testNum PASSED]\n";
+ $correct++;
+ } else {
+ $result = "Failed";
+ print "[test $testNum FAILED]\n";
+ }
+ print outfile "<td>$result</td></tr>";
+}
+
+print outfile "</table>";
+
+print "Tests Passed: $correct\n";
+$percentSucceeding = $correct / $numTestsToRun * 100.0;
+print outfile "<hr/><h2>$percentSucceeding% of tests that were run passed ($correct out of $numTestsToRun).</h2>";
+
+$shPass = 0;
+$shFail = 0;
+for ($i = 1; $i < $NUM_TESTS+1; $i++){
+ if ($CORRECT_TEST_RESULTS[$i]){
+ $shPass++;
+ } else {
+ $shFail++;
+ }
+}
+
+print outfile "<h2>$shPass should pass ($successes) did</h2>";
+$failures = $NUM_TESTS - $successes;
+print outfile "<h2>$shFail should fail ($failures) did</h2>";
+
+$percentSucceeding = $correct / $NUM_TESTS * 100.0;
+print outfile "<h2>$percentSucceeding% of all available tests passed ($correct out of $NUM_TESTS).</h2>";
+
+$percentSucceeding = $numTestsToRun / $NUM_TESTS * 100.0;
+print outfile "<h2>$percentSucceeding% of all available tests were run ($numTestsToRun out of $NUM_TESTS).</h2>";
+
+print outfile "</center><hr/></body></html>";
+close(outfile);
+
+# quick and dirty but functional
+sub compareFiles
+{
+ $result = 1;
+ print "C[$_[0]]:[$_[1]]\n";
+
+ if (! -e $_[0]) {
+ print "No such file as $_[0] - cannot compare\n";
+ return 0;
+ }
+
+ if (! -e $_[1]) {
+ print "No such file as $_[1] - cannot compare\n";
+ return 0;
+ }
+
+ open(expected, "<$_[0]");
+ open(actual, "<$_[1]");
+
+ #compare the files
+ @expectedData = <expected>;
+ @actualData = <actual>;
+
+ close(expected);
+ close(actual);
+
+ for ($x = 0, $a = 0; $x < $#expectedData && $a < $#actualData; $x++, $a++){
+ $dataLineEx = $expectedData[$x];
+ $dataLineAc = $actualData[$a];
+ chomp($dataLineEx);
+ chomp($dataLineAc);
+ if ($dataLineEx ne $dataLineAc) {
+ # check if its a warning and can be ignored at this stage
+ if ($dataLineEx =~ /Warning/) {
+ print "probably just a warning line:\n";
+ print "[$dataLineEx]\n";
+ $a--
+ } elsif ( $dataLineEx =~ m/^\s*$/ && $dataLineAc =~ m/^\s*$/ ) {
+ $line_num = $x + 1;
+ print "Line $line_num ws difference: \n[$dataLineEx] != \n[$dataLineAc]\n";
+ print "probably just white space on both lines\n";
+ $a--
+ } else {
+ $line_num = $x + 1;
+ print "Line $line_num difference: \n[$dataLineEx] != \n[$dataLineAc]\n";
+ print "From files: $_[0] $_[1]\n";
+ return 0;
+ }
+ }
+ }
+
+ return 1;
+}
+
+sub createHTMLAnchor {
+ "<a target=\"_blank\" href=\"$_[0]\">$_[0]</a>";
+}
diff --git a/tests/src/xinclude/run.bat b/tests/src/xinclude/run.bat
index 524e02c..34c9691 100644
--- a/tests/src/xinclude/run.bat
+++ b/tests/src/xinclude/run.bat
@@ -1,14 +1,14 @@
-set PATH=../../../samples;%PATH%
-
-rem not running / current failures
-rem 1 7 9 11 12 13 14 18 19 21 22 23 29 32 34 35 36 37 38 39 40 41
-del /Q tests\xinclude\written\*
-
-if %1. NEQ . goto USEARGS
-
-perl harness.pl 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
-
-goto END
-:USEARGS
-perl harness.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
-:END
+set PATH=../../../samples;%PATH%
+
+rem not running / current failures
+rem 1 7 9 11 12 13 14 18 19 21 22 23 29 32 34 35 36 37 38 39 40 41
+del /Q tests\xinclude\written\*
+
+if %1. NEQ . goto USEARGS
+
+perl harness.pl 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
+
+goto END
+:USEARGS
+perl harness.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
+:END
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test01.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test01.xml
index 35c1d42..83d6a10 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test01.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test01.xml
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!-- This test doesn't test anything in particular. But it is an example of a
- somewhat complicated setup. --><xit:myRoot xmlns:xit="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- [Warning] test01.xml:8:87
-
- [Warning] test01.xml:11:47
-
- <child1 name="kid1" xmlns:test01="http://www.test.org/test02" xmlns:test02="http://www.test.org/TEST02"><desc>Text1</desc></child1>
-
-
- [Warning] test01.xml:22:45
-
- <child2 name="kid2"><desc>Text2</desc></child2>
-
-
- <!-- this tests a valid include -->
- <!-- tests that files included from other directories work -->[Warning] include09.xml:3:69
-<child3 name="kid3" xml:base="../included/dir/include09.xml" xmlns=""><desc>Text3</desc></child3>
-
- <!-- this tests that idrefs still work when an ID from an included file is used -->
- <select name="kid3"/>
-
- <!-- this tests when an included file has a DTD, but the base file doesn't -->
- <view sun="image" xml:base="../included/unparsed.xml"/>
-</xit:myRoot>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!-- This test doesn't test anything in particular. But it is an example of a
+ somewhat complicated setup. --><xit:myRoot xmlns:xit="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ [Warning] test01.xml:8:87
+
+ [Warning] test01.xml:11:47
+
+ <child1 name="kid1" xmlns:test01="http://www.test.org/test02" xmlns:test02="http://www.test.org/TEST02"><desc>Text1</desc></child1>
+
+
+ [Warning] test01.xml:22:45
+
+ <child2 name="kid2"><desc>Text2</desc></child2>
+
+
+ <!-- this tests a valid include -->
+ <!-- tests that files included from other directories work -->[Warning] include09.xml:3:69
+<child3 name="kid3" xml:base="../included/dir/include09.xml" xmlns=""><desc>Text3</desc></child3>
+
+ <!-- this tests that idrefs still work when an ID from an included file is used -->
+ <select name="kid3"/>
+
+ <!-- this tests when an included file has a DTD, but the base file doesn't -->
+ <view sun="image" xml:base="../included/unparsed.xml"/>
+</xit:myRoot>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test02.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test02.xml
index 1a926ad..771ecda 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test02.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test02.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that attributes from other namespaces on xi:include elements are ignored -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that attributes from other namespaces on xi:include elements are ignored -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test03.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test03.xml
index 06bd4c6..a4e4167 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test03.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test03.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that attributes from the XInclude namespace are ignored -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that attributes from the XInclude namespace are ignored -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test04.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test04.xml
index b3de003..735fc5d 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test04.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test04.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- thats that parse="xml" works -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- thats that parse="xml" works -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test05.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test05.xml
index 034b8c9..0ca3260 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test05.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test05.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that parse="text" works -->
- blah blah blah
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that parse="text" works -->
+ blah blah blah
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test06.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test06.xml
index 9e08751..e9ad382 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test06.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test06.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that parse="xml" is the default -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that parse="xml" is the default -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test08.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test08.xml
index 87100f5..5fcd8c4 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test08.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test08.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that 0 fallbacks is not a failure when the include is successful -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that 0 fallbacks is not a failure when the include is successful -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test10.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test10.xml
index 411b548..c9f1721 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test10.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test10.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that a fallback is used when the include is unsuccessful -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that a fallback is used when the include is unsuccessful -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test15.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test15.xml
index 374d267..0578cde 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test15.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test15.xml
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test that parser can be reused -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test that parser can be reused -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test16.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test16.xml
index f9946f1..fc5ab79 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test16.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test16.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- included file includes another file -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- included file includes another file -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test17.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test17.xml
index 07bb59b..e1113ed 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test17.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test17.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test that empty fallback is valid -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test that empty fallback is valid -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test19.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test19.xml
index 2710e35..8130d3c 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test19.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test19.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test including XML as text -->
- <?xml version="1.0"?>
-<elem xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test including XML as text -->
+ <?xml version="1.0"?>
+<elem xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test20.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test20.xml
index c133c45..cbb8be8 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test20.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test20.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test including file with different MIME-type as XML -->
- <elem xml:base="../included/elem.jpg" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test including file with different MIME-type as XML -->
+ <elem xml:base="../included/elem.jpg" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test21.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test21.xml
index 5ef01d1..29f5815 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test21.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test21.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test including file with different MIME-type as text -->
- <?xml version="1.0"?>
-<elem xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test including file with different MIME-type as text -->
+ <?xml version="1.0"?>
+<elem xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test23.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test23.xml
index 6bc629c..7650582 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test23.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test23.xml
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- including the same document, but as text -->
- <?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test that including the same document fails -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="test24.xml"/>
-</x>
-
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- including the same document, but as text -->
+ <?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test that including the same document fails -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="test24.xml"/>
+</x>
+
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test27.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test27.xml
index c88c963..914d62b 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test27.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test27.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE x SYSTEM "tests.dtd"><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <elem bar="xjpg"/>
- <!-- test including a document with a non-conflicting notation -->
- <elem bar="jpg" xml:base="../included/not.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE x SYSTEM "tests.dtd"><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <elem bar="xjpg"/>
+ <!-- test including a document with a non-conflicting notation -->
+ <elem bar="jpg" xml:base="../included/not.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test28.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test28.xml
index 48badc4..f0e5983 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test28.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test28.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE x SYSTEM "tests.dtd"><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <elem bar="jpg"/>
- <!-- test including a document with a duplicate notation -->
- <elem bar="jpg" xml:base="../included/not.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE x SYSTEM "tests.dtd"><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <elem bar="jpg"/>
+ <!-- test including a document with a duplicate notation -->
+ <elem bar="jpg" xml:base="../included/not.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test30.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test30.xml
index 658cab8..ae0d0a1 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test30.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test30.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE x SYSTEM "tests.dtd"><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- including document with non-conflicting unparsed entity -->
- <elem foo="ximage"/>
- <elem foo="image" xml:base="../included/ue.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE x SYSTEM "tests.dtd"><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- including document with non-conflicting unparsed entity -->
+ <elem foo="ximage"/>
+ <elem foo="image" xml:base="../included/ue.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test31.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test31.xml
index d82bc96..ced5aae 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test31.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test31.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE x SYSTEM "tests.dtd"><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- including document with duplicate unparsed entity -->
- <elem foo="image"/>
- <elem foo="image" xml:base="../included/ue.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE x SYSTEM "tests.dtd"><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- including document with duplicate unparsed entity -->
+ <elem foo="image"/>
+ <elem foo="image" xml:base="../included/ue.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test33.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test33.xml
index 99a6a2d..7b652cb 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test33.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test33.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- including document with a DTD, and unparsed entities and notations,
- when the root document doesn't have one -->
- <elem foo="image" xml:base="../included/ue.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- including document with a DTD, and unparsed entities and notations,
+ when the root document doesn't have one -->
+ <elem foo="image" xml:base="../included/ue.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test34.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test34.xml
index 73081c7..46f497f 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test34.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test34.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xml:base="../" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- using xml:base on parent element to move back a directory -->
- <elem xml:base="included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xml:base="../" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- using xml:base on parent element to move back a directory -->
+ <elem xml:base="included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test35.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test35.xml
index af16289..93ebac4 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test35.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test35.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- using xml:base on include element to move back a directory -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- using xml:base on include element to move back a directory -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test36.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test36.xml
index eb03db5..6f58269 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test36.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test36.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xml:base="../included/" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test ../tests/tests.xsd">
- <!-- using xml:base on parent element to move to the included directory -->
- <elem xml:base="elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xml:base="../included/" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test ../tests/tests.xsd">
+ <!-- using xml:base on parent element to move to the included directory -->
+ <elem xml:base="elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test37.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test37.xml
index 3be0f2f..9df28b7 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test37.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test37.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- using xml:base on include element to move to the included directory -->
- <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- using xml:base on include element to move to the included directory -->
+ <elem xml:base="../included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test38.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test38.xml
index 933ab8a..949fc5f 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test38.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test38.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xml:base="../" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- using xml:base on both parent element and include element -->
- <elem xml:base="included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xml:base="../" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- using xml:base on both parent element and include element -->
+ <elem xml:base="included/elem.xml" xmlns="http://www.schemaTest.org/xinclude-test"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/cppoutput/test41.xml b/tests/src/xinclude/tests/xinclude/cppoutput/test41.xml
index 1ba2d48..c4fe062 100644
--- a/tests/src/xinclude/tests/xinclude/cppoutput/test41.xml
+++ b/tests/src/xinclude/tests/xinclude/cppoutput/test41.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- final included element specifies an xml:base attribute, which will be
- overwritten by the new xml:base attribute -->
- <!-- redundant path structure --><elem xml:base="../included/dir/" xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xml="http://www.w3.org/XML/1998/namespace"/>
-</x>
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?><x xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- final included element specifies an xml:base attribute, which will be
+ overwritten by the new xml:base attribute -->
+ <!-- redundant path structure --><elem xml:base="../included/dir/" xmlns="http://www.schemaTest.org/xinclude-test" xmlns:xml="http://www.w3.org/XML/1998/namespace"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/included/base.xml b/tests/src/xinclude/tests/xinclude/included/base.xml
index 1151769..895c60e 100644
--- a/tests/src/xinclude/tests/xinclude/included/base.xml
+++ b/tests/src/xinclude/tests/xinclude/included/base.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
-<!-- redundant path structure -->
-<include xml:base="../included/" xmlns="http://www.w3.org/2001/XInclude"
- href="../included/elem_base.xml"/>
+<?xml version="1.0"?>
+<!-- redundant path structure -->
+<include xml:base="../included/" xmlns="http://www.w3.org/2001/XInclude"
+ href="../included/elem_base.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/dir/include09.xml b/tests/src/xinclude/tests/xinclude/included/dir/include09.xml
index 4b2f6a0..d529f58 100644
--- a/tests/src/xinclude/tests/xinclude/included/dir/include09.xml
+++ b/tests/src/xinclude/tests/xinclude/included/dir/include09.xml
@@ -1,18 +1,18 @@
-<?xml version='1.0'?>
-<!-- tests that files included from other directories work -->
-<include xmlns="http://www.w3.org/2001/XInclude" href="invalid.xml">
- <fallback>
- <child3 xmlns="" name="kid3">
- <desc>
- <include xmlns="http://www.w3.org/2001/XInclude" href="../include10.txt" parse="text">
- <fallback>
- <!-- this fallback won't be used -->
- <child4 xmlns="" name="kid4">
- <desc>Text4</desc>
- </child4>
- </fallback>
- </include>
- </desc>
- </child3>
- </fallback>
-</include>
+<?xml version='1.0'?>
+<!-- tests that files included from other directories work -->
+<include xmlns="http://www.w3.org/2001/XInclude" href="invalid.xml">
+ <fallback>
+ <child3 xmlns="" name="kid3">
+ <desc>
+ <include xmlns="http://www.w3.org/2001/XInclude" href="../include10.txt" parse="text">
+ <fallback>
+ <!-- this fallback won't be used -->
+ <child4 xmlns="" name="kid4">
+ <desc>Text4</desc>
+ </child4>
+ </fallback>
+ </include>
+ </desc>
+ </child3>
+ </fallback>
+</include>
diff --git a/tests/src/xinclude/tests/xinclude/included/elem.xml b/tests/src/xinclude/tests/xinclude/included/elem.xml
index f4e0a72..05e81da 100644
--- a/tests/src/xinclude/tests/xinclude/included/elem.xml
+++ b/tests/src/xinclude/tests/xinclude/included/elem.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0"?>
-<elem xmlns="http://www.schemaTest.org/xinclude-test"/>
+<?xml version="1.0"?>
+<elem xmlns="http://www.schemaTest.org/xinclude-test"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/elem_base.xml b/tests/src/xinclude/tests/xinclude/included/elem_base.xml
index 25da39d..822d30c 100644
--- a/tests/src/xinclude/tests/xinclude/included/elem_base.xml
+++ b/tests/src/xinclude/tests/xinclude/included/elem_base.xml
@@ -1,3 +1,3 @@
-<?xml version="1.0"?>
-<elem xmlns="http://www.schemaTest.org/xinclude-test"
- xml:base="dir/"/>
+<?xml version="1.0"?>
+<elem xmlns="http://www.schemaTest.org/xinclude-test"
+ xml:base="dir/"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/include.xml b/tests/src/xinclude/tests/xinclude/included/include.xml
index 25171d8..86b4fa6 100644
--- a/tests/src/xinclude/tests/xinclude/included/include.xml
+++ b/tests/src/xinclude/tests/xinclude/included/include.xml
@@ -1,3 +1,3 @@
-<?xml version="1.0"?>
-<include xml:base="../included/" xmlns="http://www.w3.org/2001/XInclude"
- href="elem.xml"/>
+<?xml version="1.0"?>
+<include xml:base="../included/" xmlns="http://www.w3.org/2001/XInclude"
+ href="elem.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/include01.xml b/tests/src/xinclude/tests/xinclude/included/include01.xml
index 9bb5b77..662037b 100644
--- a/tests/src/xinclude/tests/xinclude/included/include01.xml
+++ b/tests/src/xinclude/tests/xinclude/included/include01.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<xi1:include xmlns:xi1="http://www.w3.org/2001/XInclude"
- xmlns:abc="asdfasdfasdf"
- href="include02.xml"/>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<xi1:include xmlns:xi1="http://www.w3.org/2001/XInclude"
+ xmlns:abc="asdfasdfasdf"
+ href="include02.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/include02.xml b/tests/src/xinclude/tests/xinclude/included/include02.xml
index c84b31d..a4ad5d2 100644
--- a/tests/src/xinclude/tests/xinclude/included/include02.xml
+++ b/tests/src/xinclude/tests/xinclude/included/include02.xml
@@ -1,3 +1,3 @@
-<?xml version='1.0'?>
-<xi2:include xmlns:xi2="http://www.w3.org/2001/XInclude"
- xmlns:abc="asdfasdfasdf" href="include03.xml"/>
+<?xml version='1.0'?>
+<xi2:include xmlns:xi2="http://www.w3.org/2001/XInclude"
+ xmlns:abc="asdfasdfasdf" href="include03.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/include03.xml b/tests/src/xinclude/tests/xinclude/included/include03.xml
index 4fb94c2..8a1c023 100644
--- a/tests/src/xinclude/tests/xinclude/included/include03.xml
+++ b/tests/src/xinclude/tests/xinclude/included/include03.xml
@@ -1,3 +1,3 @@
-<?xml version='1.0'?>
-<xi3:include xmlns:xi3="http://www.w3.org/2001/XInclude"
- xmlns:abc="asdfasdfasdf" href="include04.xml"/>
+<?xml version='1.0'?>
+<xi3:include xmlns:xi3="http://www.w3.org/2001/XInclude"
+ xmlns:abc="asdfasdfasdf" href="include04.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/include04.xml b/tests/src/xinclude/tests/xinclude/included/include04.xml
index 079fb4f..c356e16 100644
--- a/tests/src/xinclude/tests/xinclude/included/include04.xml
+++ b/tests/src/xinclude/tests/xinclude/included/include04.xml
@@ -1,3 +1,3 @@
-<?xml version='1.0'?>
-<xi4:include xmlns:xi4="http://www.w3.org/2001/XInclude"
- xmlns:abc="asdfasdfasdf" href="include05.xml"/>
+<?xml version='1.0'?>
+<xi4:include xmlns:xi4="http://www.w3.org/2001/XInclude"
+ xmlns:abc="asdfasdfasdf" href="include05.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/include05.xml b/tests/src/xinclude/tests/xinclude/included/include05.xml
index f4a7fa7..8f0174e 100644
--- a/tests/src/xinclude/tests/xinclude/included/include05.xml
+++ b/tests/src/xinclude/tests/xinclude/included/include05.xml
@@ -1,3 +1,3 @@
-<?xml version='1.0'?>
-<xi5:include xmlns:xi5="http://www.w3.org/2001/XInclude"
- xmlns:abc="asdfasdfasdf" href="include06.xml"/>
+<?xml version='1.0'?>
+<xi5:include xmlns:xi5="http://www.w3.org/2001/XInclude"
+ xmlns:abc="asdfasdfasdf" href="include06.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/include06.xml b/tests/src/xinclude/tests/xinclude/included/include06.xml
index 6af71d4..5195a41 100644
--- a/tests/src/xinclude/tests/xinclude/included/include06.xml
+++ b/tests/src/xinclude/tests/xinclude/included/include06.xml
@@ -1,2 +1,2 @@
-<?xml version='1.0'?>
-<xi6:include xmlns:xi6="http://www.w3.org/2001/XInclude" href="include07.xml"/>
+<?xml version='1.0'?>
+<xi6:include xmlns:xi6="http://www.w3.org/2001/XInclude" href="include07.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/include07.xml b/tests/src/xinclude/tests/xinclude/included/include07.xml
index cb1f430..40853d2 100644
--- a/tests/src/xinclude/tests/xinclude/included/include07.xml
+++ b/tests/src/xinclude/tests/xinclude/included/include07.xml
@@ -1,2 +1,2 @@
-<?xml version='1.0'?>
-<xi7:include xmlns:xi7="http://www.w3.org/2001/XInclude" href="include08.xml"/>
+<?xml version='1.0'?>
+<xi7:include xmlns:xi7="http://www.w3.org/2001/XInclude" href="include08.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/include08.xml b/tests/src/xinclude/tests/xinclude/included/include08.xml
index 6d574e6..38d6b1b 100644
--- a/tests/src/xinclude/tests/xinclude/included/include08.xml
+++ b/tests/src/xinclude/tests/xinclude/included/include08.xml
@@ -1,2 +1,2 @@
-<?xml version='1.0'?>
-<xi8:include xmlns:xi8="http://www.w3.org/2001/XInclude" href="dir/include09.xml"/>
+<?xml version='1.0'?>
+<xi8:include xmlns:xi8="http://www.w3.org/2001/XInclude" href="dir/include09.xml"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/not-well-formed.xml b/tests/src/xinclude/tests/xinclude/included/not-well-formed.xml
index 956f390..6a47f3c 100644
--- a/tests/src/xinclude/tests/xinclude/included/not-well-formed.xml
+++ b/tests/src/xinclude/tests/xinclude/included/not-well-formed.xml
@@ -1 +1 @@
-<this is not XML>
+<this is not XML>
diff --git a/tests/src/xinclude/tests/xinclude/included/not.xml b/tests/src/xinclude/tests/xinclude/included/not.xml
index 64a22db..a719e52 100644
--- a/tests/src/xinclude/tests/xinclude/included/not.xml
+++ b/tests/src/xinclude/tests/xinclude/included/not.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0'?>
-<!DOCTYPE elem SYSTEM "../tests/tests.dtd">
-<elem bar="jpg"
- xmlns="http://www.schemaTest.org/xinclude-test"/>
+<?xml version='1.0'?>
+<!DOCTYPE elem SYSTEM "../tests/tests.dtd">
+<elem bar="jpg"
+ xmlns="http://www.schemaTest.org/xinclude-test"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/not2.xml b/tests/src/xinclude/tests/xinclude/included/not2.xml
index 2ed4a07..f351596 100644
--- a/tests/src/xinclude/tests/xinclude/included/not2.xml
+++ b/tests/src/xinclude/tests/xinclude/included/not2.xml
@@ -1,12 +1,12 @@
-<?xml version='1.0'?>
-<!DOCTYPE elem [
-<!ELEMENT elem EMPTY>
-<!ATTLIST elem
- xmlns CDATA #FIXED "http://www.schemaTest.org/xinclude-test"
- xml:base CDATA #IMPLIED
- foo ENTITY #IMPLIED
- bar NOTATION (jpg) #IMPLIED>
-<!NOTATION jpg SYSTEM "jpg">
-]>
-<elem bar="jpg"
- xmlns="http://www.schemaTest.org/xinclude-test"/>
+<?xml version='1.0'?>
+<!DOCTYPE elem [
+<!ELEMENT elem EMPTY>
+<!ATTLIST elem
+ xmlns CDATA #FIXED "http://www.schemaTest.org/xinclude-test"
+ xml:base CDATA #IMPLIED
+ foo ENTITY #IMPLIED
+ bar NOTATION (jpg) #IMPLIED>
+<!NOTATION jpg SYSTEM "jpg">
+]>
+<elem bar="jpg"
+ xmlns="http://www.schemaTest.org/xinclude-test"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/ue.xml b/tests/src/xinclude/tests/xinclude/included/ue.xml
index 08d5883..e2a7f5f 100644
--- a/tests/src/xinclude/tests/xinclude/included/ue.xml
+++ b/tests/src/xinclude/tests/xinclude/included/ue.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0'?>
-<!DOCTYPE elem SYSTEM "../tests/tests.dtd">
-<elem foo="image"
- xmlns="http://www.schemaTest.org/xinclude-test"/>
+<?xml version='1.0'?>
+<!DOCTYPE elem SYSTEM "../tests/tests.dtd">
+<elem foo="image"
+ xmlns="http://www.schemaTest.org/xinclude-test"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/ue2.xml b/tests/src/xinclude/tests/xinclude/included/ue2.xml
index e90c6d7..e867b4f 100644
--- a/tests/src/xinclude/tests/xinclude/included/ue2.xml
+++ b/tests/src/xinclude/tests/xinclude/included/ue2.xml
@@ -1,12 +1,12 @@
-<?xml version='1.0'?>
-<!DOCTYPE elem [
-<!ELEMENT elem EMPTY>
-<!ATTLIST elem
- xmlns CDATA #FIXED "http://www.schemaTest.org/xinclude-test"
- foo ENTITY #IMPLIED
- bar NOTATION (jpg) #IMPLIED>
-<!NOTATION jpg SYSTEM "jpg">
-<!ENTITY image SYSTEM "foobar.jpg" NDATA jpg>
-]>
-<elem foo="image"
- xmlns="http://www.schemaTest.org/xinclude-test"/>
+<?xml version='1.0'?>
+<!DOCTYPE elem [
+<!ELEMENT elem EMPTY>
+<!ATTLIST elem
+ xmlns CDATA #FIXED "http://www.schemaTest.org/xinclude-test"
+ foo ENTITY #IMPLIED
+ bar NOTATION (jpg) #IMPLIED>
+<!NOTATION jpg SYSTEM "jpg">
+<!ENTITY image SYSTEM "foobar.jpg" NDATA jpg>
+]>
+<elem foo="image"
+ xmlns="http://www.schemaTest.org/xinclude-test"/>
diff --git a/tests/src/xinclude/tests/xinclude/included/unparsed.xml b/tests/src/xinclude/tests/xinclude/included/unparsed.xml
index cb70143..8c32c12 100644
--- a/tests/src/xinclude/tests/xinclude/included/unparsed.xml
+++ b/tests/src/xinclude/tests/xinclude/included/unparsed.xml
@@ -1,7 +1,7 @@
-<?xml version='1.0'?>
-<!DOCTYPE view [
- <!ELEMENT view EMPTY>
- <!NOTATION xjpg SYSTEM "jpg">
- <!ENTITY image SYSTEM "gris.jpg" NDATA xjpg>
- <!ATTLIST view sun ENTITY #IMPLIED>]>
-<view sun="image"/>
+<?xml version='1.0'?>
+<!DOCTYPE view [
+ <!ELEMENT view EMPTY>
+ <!NOTATION xjpg SYSTEM "jpg">
+ <!ENTITY image SYSTEM "gris.jpg" NDATA xjpg>
+ <!ATTLIST view sun ENTITY #IMPLIED>]>
+<view sun="image"/>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test01.xml b/tests/src/xinclude/tests/xinclude/tests/test01.xml
index 543d2c1..d7a256f 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test01.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test01.xml
@@ -1,41 +1,41 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- This test doesn't test anything in particular. But it is an example of a
- somewhat complicated setup. -->
-<xit:myRoot xmlns:xit="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <xi:include xmlns:test01="http://www.test.org/test02" href="../included/invalid.xml">
- <!-- comment -->
- <xi:fallback xmlns:test02="http://www.test.org/test02">
- <xi:include href="../included/invalid.xml">
- <invalid1 xmlns:test03="http://www.test.org/test03">
- <invalid2>
- </invalid2>
- </invalid1>
- <xi:fallback xmlns:test02="http://www.test.org/TEST02">
- <child1 name="kid1"><desc>Text1</desc></child1>
- </xi:fallback>
- </xi:include>
- </xi:fallback>
- </xi:include>
- <xi:include href="../included/invalid.xml">
- <xi:fallback>
- <child2 name="kid2"><desc>Text2</desc></child2>
- </xi:fallback>
- </xi:include>
-
- <!-- this tests a valid include -->
- <xi:include href="../included/include01.xml" parse="xml">
- <xi:fallback>
- <!-- this should be ignored -->
- <child2>Text2</child2>
- </xi:fallback>
- </xi:include>
-
- <!-- this tests that idrefs still work when an ID from an included file is used -->
- <select name="kid3"/>
-
- <!-- this tests when an included file has a DTD, but the base file doesn't -->
- <xi:include href="../included/unparsed.xml"><xi:fallback/></xi:include>
-</xit:myRoot>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- This test doesn't test anything in particular. But it is an example of a
+ somewhat complicated setup. -->
+<xit:myRoot xmlns:xit="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <xi:include xmlns:test01="http://www.test.org/test02" href="../included/invalid.xml">
+ <!-- comment -->
+ <xi:fallback xmlns:test02="http://www.test.org/test02">
+ <xi:include href="../included/invalid.xml">
+ <invalid1 xmlns:test03="http://www.test.org/test03">
+ <invalid2>
+ </invalid2>
+ </invalid1>
+ <xi:fallback xmlns:test02="http://www.test.org/TEST02">
+ <child1 name="kid1"><desc>Text1</desc></child1>
+ </xi:fallback>
+ </xi:include>
+ </xi:fallback>
+ </xi:include>
+ <xi:include href="../included/invalid.xml">
+ <xi:fallback>
+ <child2 name="kid2"><desc>Text2</desc></child2>
+ </xi:fallback>
+ </xi:include>
+
+ <!-- this tests a valid include -->
+ <xi:include href="../included/include01.xml" parse="xml">
+ <xi:fallback>
+ <!-- this should be ignored -->
+ <child2>Text2</child2>
+ </xi:fallback>
+ </xi:include>
+
+ <!-- this tests that idrefs still work when an ID from an included file is used -->
+ <select name="kid3"/>
+
+ <!-- this tests when an included file has a DTD, but the base file doesn't -->
+ <xi:include href="../included/unparsed.xml"><xi:fallback/></xi:include>
+</xit:myRoot>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test02.xml b/tests/src/xinclude/tests/xinclude/tests/test02.xml
index 7c5aab3..6335c60 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test02.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test02.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that attributes from other namespaces on xi:include elements are ignored -->
- <xi:include foo="bar"
- parse="xml"
- href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that attributes from other namespaces on xi:include elements are ignored -->
+ <xi:include foo="bar"
+ parse="xml"
+ href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test03.xml b/tests/src/xinclude/tests/xinclude/tests/test03.xml
index 9a886db..374943e 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test03.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test03.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that attributes from the XInclude namespace are ignored -->
- <xi:include parse="xml"
- href="../included/elem.xml"
- xi:foo="bar"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that attributes from the XInclude namespace are ignored -->
+ <xi:include parse="xml"
+ href="../included/elem.xml"
+ xi:foo="bar"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test04.xml b/tests/src/xinclude/tests/xinclude/tests/test04.xml
index f347922..408646f 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test04.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test04.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- thats that parse="xml" works -->
- <xi:include parse="xml"
- href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- thats that parse="xml" works -->
+ <xi:include parse="xml"
+ href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test05.xml b/tests/src/xinclude/tests/xinclude/tests/test05.xml
index f0f2e2e..d038faa 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test05.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test05.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that parse="text" works -->
- <xi:include parse="text"
- href="../included/text.txt"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that parse="text" works -->
+ <xi:include parse="text"
+ href="../included/text.txt"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test06.xml b/tests/src/xinclude/tests/xinclude/tests/test06.xml
index 0261ba4..2bd4ecb 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test06.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test06.xml
@@ -1,8 +1,8 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that parse="xml" is the default -->
- <xi:include href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that parse="xml" is the default -->
+ <xi:include href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test07.xml b/tests/src/xinclude/tests/xinclude/tests/test07.xml
index 98db570..eed86b9 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test07.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test07.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that values for parse other than "xml" or "text" are invalid -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xxx"
- href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that values for parse other than "xml" or "text" are invalid -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xxx"
+ href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test08.xml b/tests/src/xinclude/tests/xinclude/tests/test08.xml
index d41c641..a6b8f78 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test08.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test08.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that 0 fallbacks is not a failure when the include is successful -->
- <xi:include parse="xml"
- href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that 0 fallbacks is not a failure when the include is successful -->
+ <xi:include parse="xml"
+ href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test09.xml b/tests/src/xinclude/tests/xinclude/tests/test09.xml
index 4e1d464..f31552b 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test09.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test09.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that 0 fallbacks is a failure when the include is unsuccessful -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="../included/invalid.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that 0 fallbacks is a failure when the include is unsuccessful -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="../included/invalid.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test10.xml b/tests/src/xinclude/tests/xinclude/tests/test10.xml
index a35af06..190dcfb 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test10.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test10.xml
@@ -1,13 +1,13 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that a fallback is used when the include is unsuccessful -->
- <xi:include parse="xml"
- href="../included/elem.xml">
- <xi:fallback>
- <elem/>
- </xi:fallback>
- </xi:include>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that a fallback is used when the include is unsuccessful -->
+ <xi:include parse="xml"
+ href="../included/elem.xml">
+ <xi:fallback>
+ <elem/>
+ </xi:fallback>
+ </xi:include>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test11.xml b/tests/src/xinclude/tests/xinclude/tests/test11.xml
index fc0c855..3216306 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test11.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test11.xml
@@ -1,13 +1,13 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that 2 fallbacks cause a failure when the include is successful -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="../included/elem.xml">
- <xi:fallback/>
- <xi:fallback/>
- </xi:include>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that 2 fallbacks cause a failure when the include is successful -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="../included/elem.xml">
+ <xi:fallback/>
+ <xi:fallback/>
+ </xi:include>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test12.xml b/tests/src/xinclude/tests/xinclude/tests/test12.xml
index bbbf8de..dba086c 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test12.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test12.xml
@@ -1,13 +1,13 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that 2 fallbacks cause a failure when the include is unsuccessful -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="../included/invalid.xml">
- <xi:fallback/>
- <xi:fallback/>
- </xi:include>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that 2 fallbacks cause a failure when the include is unsuccessful -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="../included/invalid.xml">
+ <xi:fallback/>
+ <xi:fallback/>
+ </xi:include>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test13.xml b/tests/src/xinclude/tests/xinclude/tests/test13.xml
index 8bc480d..9ebe8ba 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test13.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test13.xml
@@ -1,12 +1,12 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that other elements from xi namespace are not allowed when include is successful -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="../included/elem.xml">
- <xi:other/>
- </xi:include>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that other elements from xi namespace are not allowed when include is successful -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="../included/elem.xml">
+ <xi:other/>
+ </xi:include>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test14.xml b/tests/src/xinclude/tests/xinclude/tests/test14.xml
index 1bb790c..e4112b5 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test14.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test14.xml
@@ -1,12 +1,12 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that other elements from xi namespace are not allowed when include is not successful -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="../included/invalid.xml">
- <xi:other/>
- </xi:include>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that other elements from xi namespace are not allowed when include is not successful -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="../included/invalid.xml">
+ <xi:other/>
+ </xi:include>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test15.xml b/tests/src/xinclude/tests/xinclude/tests/test15.xml
index 64bdeae..254fad4 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test15.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test15.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test that parser can be reused -->
- <xi:include href="../included/elem.xml"/>
- <xi:include href="../included/elem.xml"/>
- <xi:include href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test that parser can be reused -->
+ <xi:include href="../included/elem.xml"/>
+ <xi:include href="../included/elem.xml"/>
+ <xi:include href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test16.xml b/tests/src/xinclude/tests/xinclude/tests/test16.xml
index 6313a28..216404d 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test16.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test16.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- included file includes another file -->
- <xi:include parse="xml"
- href="../included/include.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- included file includes another file -->
+ <xi:include parse="xml"
+ href="../included/include.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test17.xml b/tests/src/xinclude/tests/xinclude/tests/test17.xml
index cbb7276..a757f53 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test17.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test17.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test that empty fallback is valid -->
- <xi:include parse="xml"
- href="../included/elem.xml">
- <xi:fallback/>
- </xi:include>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test that empty fallback is valid -->
+ <xi:include parse="xml"
+ href="../included/elem.xml">
+ <xi:fallback/>
+ </xi:include>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test18.xml b/tests/src/xinclude/tests/xinclude/tests/test18.xml
index 5994be0..38d92c4 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test18.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test18.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- tests that fallback must be child of include -->
- <!-- EXPECT FAILURE -->
- <xi:fallback/>
- <xi:include parse="xml"
- href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- tests that fallback must be child of include -->
+ <!-- EXPECT FAILURE -->
+ <xi:fallback/>
+ <xi:include parse="xml"
+ href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test19.xml b/tests/src/xinclude/tests/xinclude/tests/test19.xml
index e1e23b4..0c105f8 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test19.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test19.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test including XML as text -->
- <xi:include parse="text"
- href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test including XML as text -->
+ <xi:include parse="text"
+ href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test20.xml b/tests/src/xinclude/tests/xinclude/tests/test20.xml
index 63e05f6..c9419b0 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test20.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test20.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test including file with different MIME-type as XML -->
- <xi:include parse="xml"
- href="../included/elem.jpg"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test including file with different MIME-type as XML -->
+ <xi:include parse="xml"
+ href="../included/elem.jpg"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test21.xml b/tests/src/xinclude/tests/xinclude/tests/test21.xml
index 2a3c8b0..8428d50 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test21.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test21.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test including file with different MIME-type as text -->
- <xi:include parse="text"
- href="../included/elem.jpg"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test including file with different MIME-type as text -->
+ <xi:include parse="text"
+ href="../included/elem.jpg"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test22.xml b/tests/src/xinclude/tests/xinclude/tests/test22.xml
index ec58a32..1f9931c 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test22.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test22.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- include not well formed XML -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="../included/not-well-formed.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- include not well formed XML -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="../included/not-well-formed.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test23.xml b/tests/src/xinclude/tests/xinclude/tests/test23.xml
index afe8a04..1a94f8c 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test23.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test23.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- including the same document, but as text -->
- <xi:include parse="text"
- href="test24.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- including the same document, but as text -->
+ <xi:include parse="text"
+ href="test24.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test24.xml b/tests/src/xinclude/tests/xinclude/tests/test24.xml
index 2c6cb88..1ea1b18 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test24.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test24.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test that including the same document fails -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="test24.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test that including the same document fails -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="test24.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test25.xml b/tests/src/xinclude/tests/xinclude/tests/test25.xml
index d5c73d7..02bc912 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test25.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test25.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test including a resource that isn't there, when parse="xml" -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="../included/invalid.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test including a resource that isn't there, when parse="xml" -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="../included/invalid.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test26.xml b/tests/src/xinclude/tests/xinclude/tests/test26.xml
index 2c6407e..32f7f3e 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test26.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test26.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test including a resource that isn't there, when parse="text" -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="text"
- href="../included/invalid.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test including a resource that isn't there, when parse="text" -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="text"
+ href="../included/invalid.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test27.xml b/tests/src/xinclude/tests/xinclude/tests/test27.xml
index 9d68f10..bd8e146 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test27.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test27.xml
@@ -1,11 +1,11 @@
-<?xml version='1.0'?>
-<!DOCTYPE x SYSTEM "tests.dtd">
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <elem bar="xjpg"/>
- <!-- test including a document with a non-conflicting notation -->
- <xi:include parse="xml"
- href="../included/not.xml"/>
-</x>
+<?xml version='1.0'?>
+<!DOCTYPE x SYSTEM "tests.dtd">
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <elem bar="xjpg"/>
+ <!-- test including a document with a non-conflicting notation -->
+ <xi:include parse="xml"
+ href="../included/not.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test28.xml b/tests/src/xinclude/tests/xinclude/tests/test28.xml
index 33eead0..00cac5e 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test28.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test28.xml
@@ -1,11 +1,11 @@
-<?xml version='1.0'?>
-<!DOCTYPE x SYSTEM "tests.dtd">
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <elem bar="jpg"/>
- <!-- test including a document with a duplicate notation -->
- <xi:include parse="xml"
- href="../included/not.xml"/>
-</x>
+<?xml version='1.0'?>
+<!DOCTYPE x SYSTEM "tests.dtd">
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <elem bar="jpg"/>
+ <!-- test including a document with a duplicate notation -->
+ <xi:include parse="xml"
+ href="../included/not.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test29.xml b/tests/src/xinclude/tests/xinclude/tests/test29.xml
index 2a6f193..a875fb3 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test29.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test29.xml
@@ -1,12 +1,12 @@
-<?xml version='1.0'?>
-<!DOCTYPE x SYSTEM "tests.dtd">
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <elem bar="jpg"/>
- <!-- test including a document with a conflicting notation -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="../included/not2.xml"/>
-</x>
+<?xml version='1.0'?>
+<!DOCTYPE x SYSTEM "tests.dtd">
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <elem bar="jpg"/>
+ <!-- test including a document with a conflicting notation -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="../included/not2.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test30.xml b/tests/src/xinclude/tests/xinclude/tests/test30.xml
index 1191205..d106885 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test30.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test30.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<!DOCTYPE x SYSTEM "tests.dtd">
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- including document with non-conflicting unparsed entity -->
- <elem foo="ximage"/>
- <xi:include parse="xml"
- href="../included/ue.xml"/>
-</x>
+<?xml version="1.0"?>
+<!DOCTYPE x SYSTEM "tests.dtd">
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- including document with non-conflicting unparsed entity -->
+ <elem foo="ximage"/>
+ <xi:include parse="xml"
+ href="../included/ue.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test31.xml b/tests/src/xinclude/tests/xinclude/tests/test31.xml
index 39a5fe3..0e56398 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test31.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test31.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<!DOCTYPE x SYSTEM "tests.dtd">
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- including document with duplicate unparsed entity -->
- <elem foo="image"/>
- <xi:include parse="xml"
- href="../included/ue.xml"/>
-</x>
+<?xml version="1.0"?>
+<!DOCTYPE x SYSTEM "tests.dtd">
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- including document with duplicate unparsed entity -->
+ <elem foo="image"/>
+ <xi:include parse="xml"
+ href="../included/ue.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test32.xml b/tests/src/xinclude/tests/xinclude/tests/test32.xml
index 466f069..68e22bd 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test32.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test32.xml
@@ -1,15 +1,15 @@
-<?xml version="1.0"?>
-<!DOCTYPE x SYSTEM "tests.dtd">
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- test including document with conflicting unparsed entity -->
- <!-- Note: this actually fails because of the conflicting notation; I'm not
- sure how to make a conflicting unparsed entity without having a conflicting
- notation -->
- <!-- EXPECT FAILURE -->
- <elem foo="image"/>
- <xi:include parse="xml"
- href="../included/ue2.xml"/>
-</x>
+<?xml version="1.0"?>
+<!DOCTYPE x SYSTEM "tests.dtd">
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- test including document with conflicting unparsed entity -->
+ <!-- Note: this actually fails because of the conflicting notation; I'm not
+ sure how to make a conflicting unparsed entity without having a conflicting
+ notation -->
+ <!-- EXPECT FAILURE -->
+ <elem foo="image"/>
+ <xi:include parse="xml"
+ href="../included/ue2.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test33.xml b/tests/src/xinclude/tests/xinclude/tests/test33.xml
index 1b78fcd..f6d053d 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test33.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test33.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- including document with a DTD, and unparsed entities and notations,
- when the root document doesn't have one -->
- <xi:include parse="xml"
- href="../included/ue.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- including document with a DTD, and unparsed entities and notations,
+ when the root document doesn't have one -->
+ <xi:include parse="xml"
+ href="../included/ue.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test34.xml b/tests/src/xinclude/tests/xinclude/tests/test34.xml
index 7584ca2..bb238c3 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test34.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test34.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd"
- xml:base="../">
- <!-- using xml:base on parent element to move back a directory -->
- <xi:include parse="xml"
- href="included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd"
+ xml:base="../">
+ <!-- using xml:base on parent element to move back a directory -->
+ <xi:include parse="xml"
+ href="included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test35.xml b/tests/src/xinclude/tests/xinclude/tests/test35.xml
index 3efd590..c648838 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test35.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test35.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- using xml:base on include element to move back a directory -->
- <xi:include xml:base="../"
- parse="xml"
- href="included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- using xml:base on include element to move back a directory -->
+ <xi:include xml:base="../"
+ parse="xml"
+ href="included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test36.xml b/tests/src/xinclude/tests/xinclude/tests/test36.xml
index 8cf564c..65acca9 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test36.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test36.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test ../tests/tests.xsd"
- xml:base="../included/">
- <!-- using xml:base on parent element to move to the included directory -->
- <xi:include parse="xml"
- href="elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test ../tests/tests.xsd"
+ xml:base="../included/">
+ <!-- using xml:base on parent element to move to the included directory -->
+ <xi:include parse="xml"
+ href="elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test37.xml b/tests/src/xinclude/tests/xinclude/tests/test37.xml
index 95fd240..37f141d 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test37.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test37.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- using xml:base on include element to move to the included directory -->
- <xi:include xml:base="../included/"
- parse="xml"
- href="elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- using xml:base on include element to move to the included directory -->
+ <xi:include xml:base="../included/"
+ parse="xml"
+ href="elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test38.xml b/tests/src/xinclude/tests/xinclude/tests/test38.xml
index 1c7d462..6fbe0e1 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test38.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test38.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd"
- xml:base="../">
- <!-- using xml:base on both parent element and include element -->
- <xi:include xml:base="included/"
- parse="xml"
- href="elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd"
+ xml:base="../">
+ <!-- using xml:base on both parent element and include element -->
+ <xi:include xml:base="included/"
+ parse="xml"
+ href="elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test39.xml b/tests/src/xinclude/tests/xinclude/tests/test39.xml
index 3d194a6..176937d 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test39.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test39.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd"
- xml:base="../">
- <!-- using xml:base on both parent element to move to wrong directory -->
- <!-- EXPECT FAILURE -->
- <xi:include parse="xml"
- href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd"
+ xml:base="../">
+ <!-- using xml:base on both parent element to move to wrong directory -->
+ <!-- EXPECT FAILURE -->
+ <xi:include parse="xml"
+ href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test40.xml b/tests/src/xinclude/tests/xinclude/tests/test40.xml
index c7c35e8..6b1b613 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test40.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test40.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- using xml:base on include element to move to wrong directory -->
- <!-- EXPECT FAILURE -->
- <xi:include xml:base="../"
- parse="xml"
- href="../included/elem.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- using xml:base on include element to move to wrong directory -->
+ <!-- EXPECT FAILURE -->
+ <xi:include xml:base="../"
+ parse="xml"
+ href="../included/elem.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/test41.xml b/tests/src/xinclude/tests/xinclude/tests/test41.xml
index 7d379c7..5d4ff85 100644
--- a/tests/src/xinclude/tests/xinclude/tests/test41.xml
+++ b/tests/src/xinclude/tests/xinclude/tests/test41.xml
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
-<x xmlns="http://www.schemaTest.org/xinclude-test"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
- <!-- final included element specifies an xml:base attribute, which will be
- overwritten by the new xml:base attribute -->
- <xi:include parse="xml"
- href="../included/base.xml"/>
-</x>
+<?xml version="1.0"?>
+<x xmlns="http://www.schemaTest.org/xinclude-test"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.schemaTest.org/xinclude-test tests.xsd">
+ <!-- final included element specifies an xml:base attribute, which will be
+ overwritten by the new xml:base attribute -->
+ <xi:include parse="xml"
+ href="../included/base.xml"/>
+</x>
diff --git a/tests/src/xinclude/tests/xinclude/tests/tests.dtd b/tests/src/xinclude/tests/xinclude/tests/tests.dtd
index aeb39e4..84a18c2 100644
--- a/tests/src/xinclude/tests/xinclude/tests/tests.dtd
+++ b/tests/src/xinclude/tests/xinclude/tests/tests.dtd
@@ -1,5 +1,5 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!NOTATION jpg SYSTEM "jpg">
-<!NOTATION xjpg SYSTEM "jpg">
-<!ENTITY image SYSTEM "foobar.jpg" NDATA jpg>
-<!ENTITY ximage SYSTEM "foobar.jpg" NDATA xjpg>
+<?xml version='1.0' encoding="UTF-8"?>
+<!NOTATION jpg SYSTEM "jpg">
+<!NOTATION xjpg SYSTEM "jpg">
+<!ENTITY image SYSTEM "foobar.jpg" NDATA jpg>
+<!ENTITY ximage SYSTEM "foobar.jpg" NDATA xjpg>
diff --git a/tests/src/xinclude/tests/xinclude/tests/tests.xsd b/tests/src/xinclude/tests/xinclude/tests/tests.xsd
index 61dbfe8..a961793 100644
--- a/tests/src/xinclude/tests/xinclude/tests/tests.xsd
+++ b/tests/src/xinclude/tests/xinclude/tests/tests.xsd
@@ -1,68 +1,68 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema"
- xmlns:xml="http://www.w3.org/XML/1998/namespace"
- targetNamespace="http://www.schemaTest.org/xinclude-test"
- xmlns:xit="http://www.schemaTest.org/xinclude-test">
-
-<import namespace="http://www.w3.org/XML/1998/namespace"
- schemaLocation="./xmlbase.xsd"/>
-
-<!-- used for test01.xml -->
-<complexType name="childType" mixed="true">
- <sequence>
- <element name="desc">
- <simpleType>
- <restriction base="string">
- <pattern value="Text\d"/>
- </restriction>
- </simpleType>
- </element>
- </sequence>
- <attribute name="name" type="ID"/>
- <attribute ref="xml:base"/>
-</complexType>
-
-<!-- used for test01.xml -->
-<complexType name="selectType">
- <attribute name="name" type="IDREF"/>
-</complexType>
-
-<!-- used for test01.xml -->
-<element name="myRoot">
- <complexType>
- <sequence>
- <element name="child1" type="xit:childType"/>
- <element name="child2" type="xit:childType"/>
- <element name="child3" type="xit:childType"/>
- <element name="select" type="xit:selectType"/>
- <element name="view">
- <complexType>
- <attribute ref="xml:base"/>
- <attribute name="sun" type="string"/>
- </complexType>
- </element>
- </sequence>
- </complexType>
-</element>
-
-<attribute name="foo" type="string"/>
-
-<attribute name="bar" type="string"/>
-
-<element name="elem">
- <complexType>
- <attribute name="foo" type="string"/>
- <attribute name="bar" type="string"/>
- <attribute ref="xml:base"/>
- </complexType>
-</element>
-
-<element name="x">
- <complexType mixed="true">
- <sequence>
- <element ref="xit:elem" minOccurs="0" maxOccurs="unbounded"/>
- </sequence>
- </complexType>
-</element>
-
-</schema>
+<?xml version="1.0"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:xml="http://www.w3.org/XML/1998/namespace"
+ targetNamespace="http://www.schemaTest.org/xinclude-test"
+ xmlns:xit="http://www.schemaTest.org/xinclude-test">
+
+<import namespace="http://www.w3.org/XML/1998/namespace"
+ schemaLocation="./xmlbase.xsd"/>
+
+<!-- used for test01.xml -->
+<complexType name="childType" mixed="true">
+ <sequence>
+ <element name="desc">
+ <simpleType>
+ <restriction base="string">
+ <pattern value="Text\d"/>
+ </restriction>
+ </simpleType>
+ </element>
+ </sequence>
+ <attribute name="name" type="ID"/>
+ <attribute ref="xml:base"/>
+</complexType>
+
+<!-- used for test01.xml -->
+<complexType name="selectType">
+ <attribute name="name" type="IDREF"/>
+</complexType>
+
+<!-- used for test01.xml -->
+<element name="myRoot">
+ <complexType>
+ <sequence>
+ <element name="child1" type="xit:childType"/>
+ <element name="child2" type="xit:childType"/>
+ <element name="child3" type="xit:childType"/>
+ <element name="select" type="xit:selectType"/>
+ <element name="view">
+ <complexType>
+ <attribute ref="xml:base"/>
+ <attribute name="sun" type="string"/>
+ </complexType>
+ </element>
+ </sequence>
+ </complexType>
+</element>
+
+<attribute name="foo" type="string"/>
+
+<attribute name="bar" type="string"/>
+
+<element name="elem">
+ <complexType>
+ <attribute name="foo" type="string"/>
+ <attribute name="bar" type="string"/>
+ <attribute ref="xml:base"/>
+ </complexType>
+</element>
+
+<element name="x">
+ <complexType mixed="true">
+ <sequence>
+ <element ref="xit:elem" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+</element>
+
+</schema>
diff --git a/tests/src/xinclude/tests/xinclude/tests/xmlbase.xsd b/tests/src/xinclude/tests/xinclude/tests/xmlbase.xsd
index 1bd0e34..86d1c60 100644
--- a/tests/src/xinclude/tests/xinclude/tests/xmlbase.xsd
+++ b/tests/src/xinclude/tests/xinclude/tests/xmlbase.xsd
@@ -1,12 +1,12 @@
-<?xml version="1.0"?>
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:xml="http://www.w3.org/XML/1998/namespace"
- targetNamespace="http://www.w3.org/XML/1998/namespace">
-
-<xsd:attribute name="base" type="xsd:anyURI">
- <xsd:annotation>
- <xsd:documentation>A definition for xml:base.</xsd:documentation>
- </xsd:annotation>
-</xsd:attribute>
-
-</xsd:schema>
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:xml="http://www.w3.org/XML/1998/namespace"
+ targetNamespace="http://www.w3.org/XML/1998/namespace">
+
+<xsd:attribute name="base" type="xsd:anyURI">
+ <xsd:annotation>
+ <xsd:documentation>A definition for xml:base.</xsd:documentation>
+ </xsd:annotation>
+</xsd:attribute>
+
+</xsd:schema>