<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.
    W3C liability, trademark and document use rules apply.

    http://www.w3.org/Consortium/Legal/ipr-notice
    http://www.w3.org/Consortium/Legal/copyright-documents

    -->
<project name="validate" default="init" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<target name="init">
<echo>TargetNamespace01</echo>
<xmlvalidate file="../../examples/6/09/TargetNamespace/TargetNamespace-TargetNamespace01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TargetNamespace/TargetNamespace.xsd"/>
</xmlvalidate>
<echo>NoTargetNamespace01</echo>
<xmlvalidate file="../../examples/6/09/NoTargetNamespace/NoTargetNamespace-NoTargetNamespace01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NoTargetNamespace/NoTargetNamespace.xsd"/>
</xmlvalidate>
<echo>QualifiedLocalElements01</echo>
<xmlvalidate file="../../examples/6/09/QualifiedLocalElements/QualifiedLocalElements-QualifiedLocalElements01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/QualifiedLocalElements/QualifiedLocalElements.xsd"/>
</xmlvalidate>
<echo>UnqualifiedLocalAttributes01</echo>
<xmlvalidate file="../../examples/6/09/UnqualifiedLocalAttributes/UnqualifiedLocalAttributes-UnqualifiedLocalAttributes01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnqualifiedLocalAttributes/UnqualifiedLocalAttributes.xsd"/>
</xmlvalidate>
<echo>SchemaVersion01</echo>
<xmlvalidate file="../../examples/6/09/SchemaVersion/SchemaVersion-SchemaVersion01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SchemaVersion/SchemaVersion.xsd"/>
</xmlvalidate>
<echo>FinalDefault01</echo>
<xmlvalidate file="../../examples/6/09/FinalDefault/FinalDefault-FinalDefault01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FinalDefault/FinalDefault.xsd"/>
</xmlvalidate>
<echo>BlockDefault01</echo>
<xmlvalidate file="../../examples/6/09/BlockDefault/BlockDefault-BlockDefault01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BlockDefault/BlockDefault.xsd"/>
</xmlvalidate>
<echo>AnySimpleTypeAttribute01</echo>
<xmlvalidate file="../../examples/6/09/AnySimpleTypeAttribute/AnySimpleTypeAttribute-AnySimpleTypeAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnySimpleTypeAttribute/AnySimpleTypeAttribute.xsd"/>
</xmlvalidate>
<echo>AnySimpleTypeAttribute02</echo>
<xmlvalidate file="../../examples/6/09/AnySimpleTypeAttribute/AnySimpleTypeAttribute-AnySimpleTypeAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnySimpleTypeAttribute/AnySimpleTypeAttribute.xsd"/>
</xmlvalidate>
<echo>AnySimpleTypeElement01</echo>
<xmlvalidate file="../../examples/6/09/AnySimpleTypeElement/AnySimpleTypeElement-AnySimpleTypeElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnySimpleTypeElement/AnySimpleTypeElement.xsd"/>
</xmlvalidate>
<echo>AnySimpleTypeElement02</echo>
<xmlvalidate file="../../examples/6/09/AnySimpleTypeElement/AnySimpleTypeElement-AnySimpleTypeElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnySimpleTypeElement/AnySimpleTypeElement.xsd"/>
</xmlvalidate>
<echo>AnyTypeElement01</echo>
<xmlvalidate file="../../examples/6/09/AnyTypeElement/AnyTypeElement-AnyTypeElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyTypeElement/AnyTypeElement.xsd"/>
</xmlvalidate>
<echo>AnyTypeElement02</echo>
<xmlvalidate file="../../examples/6/09/AnyTypeElement/AnyTypeElement-AnyTypeElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyTypeElement/AnyTypeElement.xsd"/>
</xmlvalidate>
<echo>DocumentationElement01</echo>
<xmlvalidate file="../../examples/6/09/DocumentationElement/DocumentationElement-DocumentationElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DocumentationElement/DocumentationElement.xsd"/>
</xmlvalidate>
<echo>IdentifierName02</echo>
<xmlvalidate file="../../examples/6/09/IdentifierName/IdentifierName-IdentifierName02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IdentifierName/IdentifierName.xsd"/>
</xmlvalidate>
<echo>NonIdentifierName02</echo>
<xmlvalidate file="../../examples/6/09/NonIdentifierName/NonIdentifierName-NonIdentifierName02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonIdentifierName/NonIdentifierName.xsd"/>
</xmlvalidate>
<echo>StringElement01</echo>
<xmlvalidate file="../../examples/6/09/StringElement/StringElement-StringElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/StringElement/StringElement.xsd"/>
</xmlvalidate>
<echo>StringElement02</echo>
<xmlvalidate file="../../examples/6/09/StringElement/StringElement-StringElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/StringElement/StringElement.xsd"/>
</xmlvalidate>
<echo>StringAttribute01</echo>
<xmlvalidate file="../../examples/6/09/StringAttribute/StringAttribute-StringAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/StringAttribute/StringAttribute.xsd"/>
</xmlvalidate>
<echo>StringAttribute02</echo>
<xmlvalidate file="../../examples/6/09/StringAttribute/StringAttribute-StringAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/StringAttribute/StringAttribute.xsd"/>
</xmlvalidate>
<echo>BooleanElement01</echo>
<xmlvalidate file="../../examples/6/09/BooleanElement/BooleanElement-BooleanElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BooleanElement/BooleanElement.xsd"/>
</xmlvalidate>
<echo>BooleanElement02</echo>
<xmlvalidate file="../../examples/6/09/BooleanElement/BooleanElement-BooleanElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BooleanElement/BooleanElement.xsd"/>
</xmlvalidate>
<echo>BooleanElement03</echo>
<xmlvalidate file="../../examples/6/09/BooleanElement/BooleanElement-BooleanElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BooleanElement/BooleanElement.xsd"/>
</xmlvalidate>
<echo>BooleanElement04</echo>
<xmlvalidate file="../../examples/6/09/BooleanElement/BooleanElement-BooleanElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BooleanElement/BooleanElement.xsd"/>
</xmlvalidate>
<echo>BooleanAttribute01</echo>
<xmlvalidate file="../../examples/6/09/BooleanAttribute/BooleanAttribute-BooleanAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BooleanAttribute/BooleanAttribute.xsd"/>
</xmlvalidate>
<echo>BooleanAttribute02</echo>
<xmlvalidate file="../../examples/6/09/BooleanAttribute/BooleanAttribute-BooleanAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BooleanAttribute/BooleanAttribute.xsd"/>
</xmlvalidate>
<echo>DecimalElement01</echo>
<xmlvalidate file="../../examples/6/09/DecimalElement/DecimalElement-DecimalElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalElement/DecimalElement.xsd"/>
</xmlvalidate>
<echo>DecimalElement02</echo>
<xmlvalidate file="../../examples/6/09/DecimalElement/DecimalElement-DecimalElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalElement/DecimalElement.xsd"/>
</xmlvalidate>
<echo>DecimalElement03</echo>
<xmlvalidate file="../../examples/6/09/DecimalElement/DecimalElement-DecimalElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalElement/DecimalElement.xsd"/>
</xmlvalidate>
<echo>DecimalElement04</echo>
<xmlvalidate file="../../examples/6/09/DecimalElement/DecimalElement-DecimalElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalElement/DecimalElement.xsd"/>
</xmlvalidate>
<echo>DecimalElement05</echo>
<xmlvalidate file="../../examples/6/09/DecimalElement/DecimalElement-DecimalElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalElement/DecimalElement.xsd"/>
</xmlvalidate>
<echo>DecimalElement06</echo>
<xmlvalidate file="../../examples/6/09/DecimalElement/DecimalElement-DecimalElement06.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalElement/DecimalElement.xsd"/>
</xmlvalidate>
<echo>DecimalElement07</echo>
<xmlvalidate file="../../examples/6/09/DecimalElement/DecimalElement-DecimalElement07.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalElement/DecimalElement.xsd"/>
</xmlvalidate>
<echo>DecimalAttribute01</echo>
<xmlvalidate file="../../examples/6/09/DecimalAttribute/DecimalAttribute-DecimalAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalAttribute/DecimalAttribute.xsd"/>
</xmlvalidate>
<echo>FloatElement01</echo>
<xmlvalidate file="../../examples/6/09/FloatElement/FloatElement-FloatElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FloatElement/FloatElement.xsd"/>
</xmlvalidate>
<echo>FloatElement02</echo>
<xmlvalidate file="../../examples/6/09/FloatElement/FloatElement-FloatElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FloatElement/FloatElement.xsd"/>
</xmlvalidate>
<echo>FloatElement03</echo>
<xmlvalidate file="../../examples/6/09/FloatElement/FloatElement-FloatElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FloatElement/FloatElement.xsd"/>
</xmlvalidate>
<echo>FloatElement04</echo>
<xmlvalidate file="../../examples/6/09/FloatElement/FloatElement-FloatElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FloatElement/FloatElement.xsd"/>
</xmlvalidate>
<echo>FloatElement05</echo>
<xmlvalidate file="../../examples/6/09/FloatElement/FloatElement-FloatElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FloatElement/FloatElement.xsd"/>
</xmlvalidate>
<echo>FloatAttribute01</echo>
<xmlvalidate file="../../examples/6/09/FloatAttribute/FloatAttribute-FloatAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FloatAttribute/FloatAttribute.xsd"/>
</xmlvalidate>
<echo>DoubleElement01</echo>
<xmlvalidate file="../../examples/6/09/DoubleElement/DoubleElement-DoubleElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DoubleElement/DoubleElement.xsd"/>
</xmlvalidate>
<echo>DoubleElement02</echo>
<xmlvalidate file="../../examples/6/09/DoubleElement/DoubleElement-DoubleElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DoubleElement/DoubleElement.xsd"/>
</xmlvalidate>
<echo>DoubleElement03</echo>
<xmlvalidate file="../../examples/6/09/DoubleElement/DoubleElement-DoubleElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DoubleElement/DoubleElement.xsd"/>
</xmlvalidate>
<echo>DoubleElement04</echo>
<xmlvalidate file="../../examples/6/09/DoubleElement/DoubleElement-DoubleElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DoubleElement/DoubleElement.xsd"/>
</xmlvalidate>
<echo>DoubleElement05</echo>
<xmlvalidate file="../../examples/6/09/DoubleElement/DoubleElement-DoubleElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DoubleElement/DoubleElement.xsd"/>
</xmlvalidate>
<echo>DoubleAttribute01</echo>
<xmlvalidate file="../../examples/6/09/DoubleAttribute/DoubleAttribute-DoubleAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DoubleAttribute/DoubleAttribute.xsd"/>
</xmlvalidate>
<echo>DurationElement01</echo>
<xmlvalidate file="../../examples/6/09/DurationElement/DurationElement-DurationElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DurationElement/DurationElement.xsd"/>
</xmlvalidate>
<echo>DurationElement02</echo>
<xmlvalidate file="../../examples/6/09/DurationElement/DurationElement-DurationElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DurationElement/DurationElement.xsd"/>
</xmlvalidate>
<echo>DurationElement03</echo>
<xmlvalidate file="../../examples/6/09/DurationElement/DurationElement-DurationElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DurationElement/DurationElement.xsd"/>
</xmlvalidate>
<echo>DurationElement04</echo>
<xmlvalidate file="../../examples/6/09/DurationElement/DurationElement-DurationElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DurationElement/DurationElement.xsd"/>
</xmlvalidate>
<echo>DurationAttribute01</echo>
<xmlvalidate file="../../examples/6/09/DurationAttribute/DurationAttribute-DurationAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DurationAttribute/DurationAttribute.xsd"/>
</xmlvalidate>
<echo>DateTimeElement01</echo>
<xmlvalidate file="../../examples/6/09/DateTimeElement/DateTimeElement-DateTimeElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeElement/DateTimeElement.xsd"/>
</xmlvalidate>
<echo>DateTimeElement02</echo>
<xmlvalidate file="../../examples/6/09/DateTimeElement/DateTimeElement-DateTimeElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeElement/DateTimeElement.xsd"/>
</xmlvalidate>
<echo>DateTimeElement03</echo>
<xmlvalidate file="../../examples/6/09/DateTimeElement/DateTimeElement-DateTimeElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeElement/DateTimeElement.xsd"/>
</xmlvalidate>
<echo>DateTimeElement04</echo>
<xmlvalidate file="../../examples/6/09/DateTimeElement/DateTimeElement-DateTimeElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeElement/DateTimeElement.xsd"/>
</xmlvalidate>
<echo>DateTimeElement05</echo>
<xmlvalidate file="../../examples/6/09/DateTimeElement/DateTimeElement-DateTimeElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeElement/DateTimeElement.xsd"/>
</xmlvalidate>
<echo>DateTimeElement06</echo>
<xmlvalidate file="../../examples/6/09/DateTimeElement/DateTimeElement-DateTimeElement06.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeElement/DateTimeElement.xsd"/>
</xmlvalidate>
<echo>DateTimeAttribute01</echo>
<xmlvalidate file="../../examples/6/09/DateTimeAttribute/DateTimeAttribute-DateTimeAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeAttribute/DateTimeAttribute.xsd"/>
</xmlvalidate>
<echo>DateTimeAttribute02</echo>
<xmlvalidate file="../../examples/6/09/DateTimeAttribute/DateTimeAttribute-DateTimeAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeAttribute/DateTimeAttribute.xsd"/>
</xmlvalidate>
<echo>DateTimeAttribute03</echo>
<xmlvalidate file="../../examples/6/09/DateTimeAttribute/DateTimeAttribute-DateTimeAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeAttribute/DateTimeAttribute.xsd"/>
</xmlvalidate>
<echo>DateTimeAttribute04</echo>
<xmlvalidate file="../../examples/6/09/DateTimeAttribute/DateTimeAttribute-DateTimeAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeAttribute/DateTimeAttribute.xsd"/>
</xmlvalidate>
<echo>DateTimeAttribute05</echo>
<xmlvalidate file="../../examples/6/09/DateTimeAttribute/DateTimeAttribute-DateTimeAttribute05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeAttribute/DateTimeAttribute.xsd"/>
</xmlvalidate>
<echo>DateTimeAttribute06</echo>
<xmlvalidate file="../../examples/6/09/DateTimeAttribute/DateTimeAttribute-DateTimeAttribute06.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateTimeAttribute/DateTimeAttribute.xsd"/>
</xmlvalidate>
<echo>TimeElement01</echo>
<xmlvalidate file="../../examples/6/09/TimeElement/TimeElement-TimeElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeElement/TimeElement.xsd"/>
</xmlvalidate>
<echo>TimeElement02</echo>
<xmlvalidate file="../../examples/6/09/TimeElement/TimeElement-TimeElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeElement/TimeElement.xsd"/>
</xmlvalidate>
<echo>TimeElement03</echo>
<xmlvalidate file="../../examples/6/09/TimeElement/TimeElement-TimeElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeElement/TimeElement.xsd"/>
</xmlvalidate>
<echo>TimeElement04</echo>
<xmlvalidate file="../../examples/6/09/TimeElement/TimeElement-TimeElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeElement/TimeElement.xsd"/>
</xmlvalidate>
<echo>TimeElement05</echo>
<xmlvalidate file="../../examples/6/09/TimeElement/TimeElement-TimeElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeElement/TimeElement.xsd"/>
</xmlvalidate>
<echo>TimeAttribute01</echo>
<xmlvalidate file="../../examples/6/09/TimeAttribute/TimeAttribute-TimeAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeAttribute/TimeAttribute.xsd"/>
</xmlvalidate>
<echo>TimeAttribute02</echo>
<xmlvalidate file="../../examples/6/09/TimeAttribute/TimeAttribute-TimeAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeAttribute/TimeAttribute.xsd"/>
</xmlvalidate>
<echo>TimeAttribute03</echo>
<xmlvalidate file="../../examples/6/09/TimeAttribute/TimeAttribute-TimeAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeAttribute/TimeAttribute.xsd"/>
</xmlvalidate>
<echo>TimeAttribute04</echo>
<xmlvalidate file="../../examples/6/09/TimeAttribute/TimeAttribute-TimeAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeAttribute/TimeAttribute.xsd"/>
</xmlvalidate>
<echo>TimeAttribute05</echo>
<xmlvalidate file="../../examples/6/09/TimeAttribute/TimeAttribute-TimeAttribute05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TimeAttribute/TimeAttribute.xsd"/>
</xmlvalidate>
<echo>DateElement01</echo>
<xmlvalidate file="../../examples/6/09/DateElement/DateElement-DateElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateElement/DateElement.xsd"/>
</xmlvalidate>
<echo>DateElement02</echo>
<xmlvalidate file="../../examples/6/09/DateElement/DateElement-DateElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateElement/DateElement.xsd"/>
</xmlvalidate>
<echo>DateElement03</echo>
<xmlvalidate file="../../examples/6/09/DateElement/DateElement-DateElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateElement/DateElement.xsd"/>
</xmlvalidate>
<echo>DateElement04</echo>
<xmlvalidate file="../../examples/6/09/DateElement/DateElement-DateElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateElement/DateElement.xsd"/>
</xmlvalidate>
<echo>DateElement05</echo>
<xmlvalidate file="../../examples/6/09/DateElement/DateElement-DateElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateElement/DateElement.xsd"/>
</xmlvalidate>
<echo>DateAttribute01</echo>
<xmlvalidate file="../../examples/6/09/DateAttribute/DateAttribute-DateAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateAttribute/DateAttribute.xsd"/>
</xmlvalidate>
<echo>DateAttribute02</echo>
<xmlvalidate file="../../examples/6/09/DateAttribute/DateAttribute-DateAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateAttribute/DateAttribute.xsd"/>
</xmlvalidate>
<echo>DateAttribute03</echo>
<xmlvalidate file="../../examples/6/09/DateAttribute/DateAttribute-DateAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateAttribute/DateAttribute.xsd"/>
</xmlvalidate>
<echo>DateAttribute04</echo>
<xmlvalidate file="../../examples/6/09/DateAttribute/DateAttribute-DateAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateAttribute/DateAttribute.xsd"/>
</xmlvalidate>
<echo>DateAttribute05</echo>
<xmlvalidate file="../../examples/6/09/DateAttribute/DateAttribute-DateAttribute05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateAttribute/DateAttribute.xsd"/>
</xmlvalidate>
<echo>GYearMonthElement01</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthElement/GYearMonthElement-GYearMonthElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthElement/GYearMonthElement.xsd"/>
</xmlvalidate>
<echo>GYearMonthElement02</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthElement/GYearMonthElement-GYearMonthElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthElement/GYearMonthElement.xsd"/>
</xmlvalidate>
<echo>GYearMonthElement03</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthElement/GYearMonthElement-GYearMonthElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthElement/GYearMonthElement.xsd"/>
</xmlvalidate>
<echo>GYearMonthElement04</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthElement/GYearMonthElement-GYearMonthElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthElement/GYearMonthElement.xsd"/>
</xmlvalidate>
<echo>GYearMonthElement05</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthElement/GYearMonthElement-GYearMonthElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthElement/GYearMonthElement.xsd"/>
</xmlvalidate>
<echo>GYearMonthElement06</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthElement/GYearMonthElement-GYearMonthElement06.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthElement/GYearMonthElement.xsd"/>
</xmlvalidate>
<echo>GYearMonthElement07</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthElement/GYearMonthElement-GYearMonthElement07.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthElement/GYearMonthElement.xsd"/>
</xmlvalidate>
<echo>GYearMonthAttribute01</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute-GYearMonthAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GYearMonthAttribute02</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute-GYearMonthAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GYearMonthAttribute03</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute-GYearMonthAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GYearMonthAttribute04</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute-GYearMonthAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GYearMonthAttribute05</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute-GYearMonthAttribute05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GYearMonthAttribute06</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute-GYearMonthAttribute06.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GYearMonthAttribute07</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute-GYearMonthAttribute07.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthAttribute/GYearMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GYearElement01</echo>
<xmlvalidate file="../../examples/6/09/GYearElement/GYearElement-GYearElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearElement/GYearElement.xsd"/>
</xmlvalidate>
<echo>GYearElement02</echo>
<xmlvalidate file="../../examples/6/09/GYearElement/GYearElement-GYearElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearElement/GYearElement.xsd"/>
</xmlvalidate>
<echo>GYearElement03</echo>
<xmlvalidate file="../../examples/6/09/GYearElement/GYearElement-GYearElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearElement/GYearElement.xsd"/>
</xmlvalidate>
<echo>GYearElement04</echo>
<xmlvalidate file="../../examples/6/09/GYearElement/GYearElement-GYearElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearElement/GYearElement.xsd"/>
</xmlvalidate>
<echo>GYearElement05</echo>
<xmlvalidate file="../../examples/6/09/GYearElement/GYearElement-GYearElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearElement/GYearElement.xsd"/>
</xmlvalidate>
<echo>GYearElement06</echo>
<xmlvalidate file="../../examples/6/09/GYearElement/GYearElement-GYearElement06.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearElement/GYearElement.xsd"/>
</xmlvalidate>
<echo>GYearElement07</echo>
<xmlvalidate file="../../examples/6/09/GYearElement/GYearElement-GYearElement07.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearElement/GYearElement.xsd"/>
</xmlvalidate>
<echo>GYearAttribute01</echo>
<xmlvalidate file="../../examples/6/09/GYearAttribute/GYearAttribute-GYearAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearAttribute/GYearAttribute.xsd"/>
</xmlvalidate>
<echo>GYearAttribute02</echo>
<xmlvalidate file="../../examples/6/09/GYearAttribute/GYearAttribute-GYearAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearAttribute/GYearAttribute.xsd"/>
</xmlvalidate>
<echo>GYearAttribute03</echo>
<xmlvalidate file="../../examples/6/09/GYearAttribute/GYearAttribute-GYearAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearAttribute/GYearAttribute.xsd"/>
</xmlvalidate>
<echo>GYearAttribute04</echo>
<xmlvalidate file="../../examples/6/09/GYearAttribute/GYearAttribute-GYearAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearAttribute/GYearAttribute.xsd"/>
</xmlvalidate>
<echo>GYearAttribute05</echo>
<xmlvalidate file="../../examples/6/09/GYearAttribute/GYearAttribute-GYearAttribute05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearAttribute/GYearAttribute.xsd"/>
</xmlvalidate>
<echo>GYearAttribute06</echo>
<xmlvalidate file="../../examples/6/09/GYearAttribute/GYearAttribute-GYearAttribute06.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearAttribute/GYearAttribute.xsd"/>
</xmlvalidate>
<echo>GYearAttribute07</echo>
<xmlvalidate file="../../examples/6/09/GYearAttribute/GYearAttribute-GYearAttribute07.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearAttribute/GYearAttribute.xsd"/>
</xmlvalidate>
<echo>GMonthDayElement01</echo>
<xmlvalidate file="../../examples/6/09/GMonthDayElement/GMonthDayElement-GMonthDayElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthDayElement/GMonthDayElement.xsd"/>
</xmlvalidate>
<echo>GMonthDayElement02</echo>
<xmlvalidate file="../../examples/6/09/GMonthDayElement/GMonthDayElement-GMonthDayElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthDayElement/GMonthDayElement.xsd"/>
</xmlvalidate>
<echo>GMonthDayElement03</echo>
<xmlvalidate file="../../examples/6/09/GMonthDayElement/GMonthDayElement-GMonthDayElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthDayElement/GMonthDayElement.xsd"/>
</xmlvalidate>
<echo>GMonthDayElement04</echo>
<xmlvalidate file="../../examples/6/09/GMonthDayElement/GMonthDayElement-GMonthDayElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthDayElement/GMonthDayElement.xsd"/>
</xmlvalidate>
<echo>GMonthDayAttribute01</echo>
<xmlvalidate file="../../examples/6/09/GMonthDayAttribute/GMonthDayAttribute-GMonthDayAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthDayAttribute/GMonthDayAttribute.xsd"/>
</xmlvalidate>
<echo>GMonthDayAttribute02</echo>
<xmlvalidate file="../../examples/6/09/GMonthDayAttribute/GMonthDayAttribute-GMonthDayAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthDayAttribute/GMonthDayAttribute.xsd"/>
</xmlvalidate>
<echo>GMonthDayAttribute03</echo>
<xmlvalidate file="../../examples/6/09/GMonthDayAttribute/GMonthDayAttribute-GMonthDayAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthDayAttribute/GMonthDayAttribute.xsd"/>
</xmlvalidate>
<echo>GMonthDayAttribute04</echo>
<xmlvalidate file="../../examples/6/09/GMonthDayAttribute/GMonthDayAttribute-GMonthDayAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthDayAttribute/GMonthDayAttribute.xsd"/>
</xmlvalidate>
<echo>GDayElement01</echo>
<xmlvalidate file="../../examples/6/09/GDayElement/GDayElement-GDayElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GDayElement/GDayElement.xsd"/>
</xmlvalidate>
<echo>GDayElement02</echo>
<xmlvalidate file="../../examples/6/09/GDayElement/GDayElement-GDayElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GDayElement/GDayElement.xsd"/>
</xmlvalidate>
<echo>GDayElement03</echo>
<xmlvalidate file="../../examples/6/09/GDayElement/GDayElement-GDayElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GDayElement/GDayElement.xsd"/>
</xmlvalidate>
<echo>GDayElement04</echo>
<xmlvalidate file="../../examples/6/09/GDayElement/GDayElement-GDayElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GDayElement/GDayElement.xsd"/>
</xmlvalidate>
<echo>GDayAttribute01</echo>
<xmlvalidate file="../../examples/6/09/GDayAttribute/GDayAttribute-GDayAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GDayAttribute/GDayAttribute.xsd"/>
</xmlvalidate>
<echo>GDayAttribute02</echo>
<xmlvalidate file="../../examples/6/09/GDayAttribute/GDayAttribute-GDayAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GDayAttribute/GDayAttribute.xsd"/>
</xmlvalidate>
<echo>GDayAttribute03</echo>
<xmlvalidate file="../../examples/6/09/GDayAttribute/GDayAttribute-GDayAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GDayAttribute/GDayAttribute.xsd"/>
</xmlvalidate>
<echo>GDayAttribute04</echo>
<xmlvalidate file="../../examples/6/09/GDayAttribute/GDayAttribute-GDayAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GDayAttribute/GDayAttribute.xsd"/>
</xmlvalidate>
<echo>GMonthElement01</echo>
<xmlvalidate file="../../examples/6/09/GMonthElement/GMonthElement-GMonthElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthElement/GMonthElement.xsd"/>
</xmlvalidate>
<echo>GMonthElement02</echo>
<xmlvalidate file="../../examples/6/09/GMonthElement/GMonthElement-GMonthElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthElement/GMonthElement.xsd"/>
</xmlvalidate>
<echo>GMonthElement03</echo>
<xmlvalidate file="../../examples/6/09/GMonthElement/GMonthElement-GMonthElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthElement/GMonthElement.xsd"/>
</xmlvalidate>
<echo>GMonthElement04</echo>
<xmlvalidate file="../../examples/6/09/GMonthElement/GMonthElement-GMonthElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthElement/GMonthElement.xsd"/>
</xmlvalidate>
<echo>GMonthAttribute01</echo>
<xmlvalidate file="../../examples/6/09/GMonthAttribute/GMonthAttribute-GMonthAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthAttribute/GMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GMonthAttribute02</echo>
<xmlvalidate file="../../examples/6/09/GMonthAttribute/GMonthAttribute-GMonthAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthAttribute/GMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GMonthAttribute03</echo>
<xmlvalidate file="../../examples/6/09/GMonthAttribute/GMonthAttribute-GMonthAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthAttribute/GMonthAttribute.xsd"/>
</xmlvalidate>
<echo>GMonthAttribute04</echo>
<xmlvalidate file="../../examples/6/09/GMonthAttribute/GMonthAttribute-GMonthAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthAttribute/GMonthAttribute.xsd"/>
</xmlvalidate>
<echo>HexBinaryElement01</echo>
<xmlvalidate file="../../examples/6/09/HexBinaryElement/HexBinaryElement-HexBinaryElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/HexBinaryElement/HexBinaryElement.xsd"/>
</xmlvalidate>
<echo>HexBinaryElement02</echo>
<xmlvalidate file="../../examples/6/09/HexBinaryElement/HexBinaryElement-HexBinaryElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/HexBinaryElement/HexBinaryElement.xsd"/>
</xmlvalidate>
<echo>HexBinaryAttribute01</echo>
<xmlvalidate file="../../examples/6/09/HexBinaryAttribute/HexBinaryAttribute-HexBinaryAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/HexBinaryAttribute/HexBinaryAttribute.xsd"/>
</xmlvalidate>
<echo>Base64BinaryElement01</echo>
<xmlvalidate file="../../examples/6/09/Base64BinaryElement/Base64BinaryElement-Base64BinaryElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/Base64BinaryElement/Base64BinaryElement.xsd"/>
</xmlvalidate>
<echo>Base64BinaryElement02</echo>
<xmlvalidate file="../../examples/6/09/Base64BinaryElement/Base64BinaryElement-Base64BinaryElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/Base64BinaryElement/Base64BinaryElement.xsd"/>
</xmlvalidate>
<echo>Base64BinaryElement03</echo>
<xmlvalidate file="../../examples/6/09/Base64BinaryElement/Base64BinaryElement-Base64BinaryElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/Base64BinaryElement/Base64BinaryElement.xsd"/>
</xmlvalidate>
<echo>Base64BinaryAttribute01</echo>
<xmlvalidate file="../../examples/6/09/Base64BinaryAttribute/Base64BinaryAttribute-Base64BinaryAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/Base64BinaryAttribute/Base64BinaryAttribute.xsd"/>
</xmlvalidate>
<echo>AnyURIElement01</echo>
<xmlvalidate file="../../examples/6/09/AnyURIElement/AnyURIElement-AnyURIElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyURIElement/AnyURIElement.xsd"/>
</xmlvalidate>
<echo>AnyURIAttribute01</echo>
<xmlvalidate file="../../examples/6/09/AnyURIAttribute/AnyURIAttribute-AnyURIAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyURIAttribute/AnyURIAttribute.xsd"/>
</xmlvalidate>
<echo>QNameElement01</echo>
<xmlvalidate file="../../examples/6/09/QNameElement/QNameElement-QNameElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/QNameElement/QNameElement.xsd"/>
</xmlvalidate>
<echo>QNameAttribute01</echo>
<xmlvalidate file="../../examples/6/09/QNameAttribute/QNameAttribute-QNameAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/QNameAttribute/QNameAttribute.xsd"/>
</xmlvalidate>
<echo>NormalizedStringElement01</echo>
<xmlvalidate file="../../examples/6/09/NormalizedStringElement/NormalizedStringElement-NormalizedStringElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NormalizedStringElement/NormalizedStringElement.xsd"/>
</xmlvalidate>
<echo>NormalizedStringElement02</echo>
<xmlvalidate file="../../examples/6/09/NormalizedStringElement/NormalizedStringElement-NormalizedStringElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NormalizedStringElement/NormalizedStringElement.xsd"/>
</xmlvalidate>
<echo>NormalizedStringAttribute01</echo>
<xmlvalidate file="../../examples/6/09/NormalizedStringAttribute/NormalizedStringAttribute-NormalizedStringAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NormalizedStringAttribute/NormalizedStringAttribute.xsd"/>
</xmlvalidate>
<echo>TokenElement01</echo>
<xmlvalidate file="../../examples/6/09/TokenElement/TokenElement-TokenElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TokenElement/TokenElement.xsd"/>
</xmlvalidate>
<echo>TokenAttribute01</echo>
<xmlvalidate file="../../examples/6/09/TokenAttribute/TokenAttribute-TokenAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TokenAttribute/TokenAttribute.xsd"/>
</xmlvalidate>
<echo>LanguageElement01</echo>
<xmlvalidate file="../../examples/6/09/LanguageElement/LanguageElement-LanguageElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LanguageElement/LanguageElement.xsd"/>
</xmlvalidate>
<echo>LanguageElement02</echo>
<xmlvalidate file="../../examples/6/09/LanguageElement/LanguageElement-LanguageElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LanguageElement/LanguageElement.xsd"/>
</xmlvalidate>
<echo>LanguageAttribute01</echo>
<xmlvalidate file="../../examples/6/09/LanguageAttribute/LanguageAttribute-LanguageAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LanguageAttribute/LanguageAttribute.xsd"/>
</xmlvalidate>
<echo>NMTOKENElement01</echo>
<xmlvalidate file="../../examples/6/09/NMTOKENElement/NMTOKENElement-NMTOKENElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NMTOKENElement/NMTOKENElement.xsd"/>
</xmlvalidate>
<echo>NMTOKENElement02</echo>
<xmlvalidate file="../../examples/6/09/NMTOKENElement/NMTOKENElement-NMTOKENElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NMTOKENElement/NMTOKENElement.xsd"/>
</xmlvalidate>
<echo>NMTOKENAttribute01</echo>
<xmlvalidate file="../../examples/6/09/NMTOKENAttribute/NMTOKENAttribute-NMTOKENAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NMTOKENAttribute/NMTOKENAttribute.xsd"/>
</xmlvalidate>
<echo>NMTOKENSElement01</echo>
<xmlvalidate file="../../examples/6/09/NMTOKENSElement/NMTOKENSElement-NMTOKENSElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NMTOKENSElement/NMTOKENSElement.xsd"/>
</xmlvalidate>
<echo>NMTOKENSAttribute01</echo>
<xmlvalidate file="../../examples/6/09/NMTOKENSAttribute/NMTOKENSAttribute-NMTOKENSAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NMTOKENSAttribute/NMTOKENSAttribute.xsd"/>
</xmlvalidate>
<echo>NameElement01</echo>
<xmlvalidate file="../../examples/6/09/NameElement/NameElement-NameElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NameElement/NameElement.xsd"/>
</xmlvalidate>
<echo>NameAttribute01</echo>
<xmlvalidate file="../../examples/6/09/NameAttribute/NameAttribute-NameAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NameAttribute/NameAttribute.xsd"/>
</xmlvalidate>
<echo>NCNameElement01</echo>
<xmlvalidate file="../../examples/6/09/NCNameElement/NCNameElement-NCNameElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NCNameElement/NCNameElement.xsd"/>
</xmlvalidate>
<echo>NCNameAttribute01</echo>
<xmlvalidate file="../../examples/6/09/NCNameAttribute/NCNameAttribute-NCNameAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NCNameAttribute/NCNameAttribute.xsd"/>
</xmlvalidate>
<echo>IDElement01</echo>
<xmlvalidate file="../../examples/6/09/IDElement/IDElement-IDElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IDElement/IDElement.xsd"/>
</xmlvalidate>
<echo>IDAttribute01</echo>
<xmlvalidate file="../../examples/6/09/IDAttribute/IDAttribute-IDAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IDAttribute/IDAttribute.xsd"/>
</xmlvalidate>
<echo>IDREFElement01</echo>
<xmlvalidate file="../../examples/6/09/IDREFElement/IDREFElement-IDREFElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IDREFElement/IDREFElement.xsd"/>
</xmlvalidate>
<echo>IDREFAttribute01</echo>
<xmlvalidate file="../../examples/6/09/IDREFAttribute/IDREFAttribute-IDREFAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IDREFAttribute/IDREFAttribute.xsd"/>
</xmlvalidate>
<echo>IDREFSElement01</echo>
<xmlvalidate file="../../examples/6/09/IDREFSElement/IDREFSElement-IDREFSElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IDREFSElement/IDREFSElement.xsd"/>
</xmlvalidate>
<echo>IDREFSAttribute01</echo>
<xmlvalidate file="../../examples/6/09/IDREFSAttribute/IDREFSAttribute-IDREFSAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IDREFSAttribute/IDREFSAttribute.xsd"/>
</xmlvalidate>
<echo>ENTITYElement01</echo>
<xmlvalidate file="../../examples/6/09/ENTITYElement/ENTITYElement-ENTITYElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ENTITYElement/ENTITYElement.xsd"/>
</xmlvalidate>
<echo>ENTITYAttribute01</echo>
<xmlvalidate file="../../examples/6/09/ENTITYAttribute/ENTITYAttribute-ENTITYAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ENTITYAttribute/ENTITYAttribute.xsd"/>
</xmlvalidate>
<echo>ENTITIESElement01</echo>
<xmlvalidate file="../../examples/6/09/ENTITIESElement/ENTITIESElement-ENTITIESElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ENTITIESElement/ENTITIESElement.xsd"/>
</xmlvalidate>
<echo>ENTITIESAttribute01</echo>
<xmlvalidate file="../../examples/6/09/ENTITIESAttribute/ENTITIESAttribute-ENTITIESAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ENTITIESAttribute/ENTITIESAttribute.xsd"/>
</xmlvalidate>
<echo>IntegerElement01</echo>
<xmlvalidate file="../../examples/6/09/IntegerElement/IntegerElement-IntegerElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerElement/IntegerElement.xsd"/>
</xmlvalidate>
<echo>IntegerElement02</echo>
<xmlvalidate file="../../examples/6/09/IntegerElement/IntegerElement-IntegerElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerElement/IntegerElement.xsd"/>
</xmlvalidate>
<echo>IntegerElement03</echo>
<xmlvalidate file="../../examples/6/09/IntegerElement/IntegerElement-IntegerElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerElement/IntegerElement.xsd"/>
</xmlvalidate>
<echo>IntegerElement04</echo>
<xmlvalidate file="../../examples/6/09/IntegerElement/IntegerElement-IntegerElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerElement/IntegerElement.xsd"/>
</xmlvalidate>
<echo>IntegerElement05</echo>
<xmlvalidate file="../../examples/6/09/IntegerElement/IntegerElement-IntegerElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerElement/IntegerElement.xsd"/>
</xmlvalidate>
<echo>IntegerElement06</echo>
<xmlvalidate file="../../examples/6/09/IntegerElement/IntegerElement-IntegerElement06.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerElement/IntegerElement.xsd"/>
</xmlvalidate>
<echo>IntegerElement07</echo>
<xmlvalidate file="../../examples/6/09/IntegerElement/IntegerElement-IntegerElement07.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerElement/IntegerElement.xsd"/>
</xmlvalidate>
<echo>IntegerAttribute01</echo>
<xmlvalidate file="../../examples/6/09/IntegerAttribute/IntegerAttribute-IntegerAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerAttribute/IntegerAttribute.xsd"/>
</xmlvalidate>
<echo>IntegerAttribute02</echo>
<xmlvalidate file="../../examples/6/09/IntegerAttribute/IntegerAttribute-IntegerAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerAttribute/IntegerAttribute.xsd"/>
</xmlvalidate>
<echo>IntegerAttribute03</echo>
<xmlvalidate file="../../examples/6/09/IntegerAttribute/IntegerAttribute-IntegerAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerAttribute/IntegerAttribute.xsd"/>
</xmlvalidate>
<echo>IntegerAttribute04</echo>
<xmlvalidate file="../../examples/6/09/IntegerAttribute/IntegerAttribute-IntegerAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerAttribute/IntegerAttribute.xsd"/>
</xmlvalidate>
<echo>IntegerAttribute05</echo>
<xmlvalidate file="../../examples/6/09/IntegerAttribute/IntegerAttribute-IntegerAttribute05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerAttribute/IntegerAttribute.xsd"/>
</xmlvalidate>
<echo>IntegerAttribute06</echo>
<xmlvalidate file="../../examples/6/09/IntegerAttribute/IntegerAttribute-IntegerAttribute06.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerAttribute/IntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NonPositiveIntegerElement01</echo>
<xmlvalidate file="../../examples/6/09/NonPositiveIntegerElement/NonPositiveIntegerElement-NonPositiveIntegerElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonPositiveIntegerElement/NonPositiveIntegerElement.xsd"/>
</xmlvalidate>
<echo>NonPositiveIntegerElement02</echo>
<xmlvalidate file="../../examples/6/09/NonPositiveIntegerElement/NonPositiveIntegerElement-NonPositiveIntegerElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonPositiveIntegerElement/NonPositiveIntegerElement.xsd"/>
</xmlvalidate>
<echo>NonPositiveIntegerElement03</echo>
<xmlvalidate file="../../examples/6/09/NonPositiveIntegerElement/NonPositiveIntegerElement-NonPositiveIntegerElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonPositiveIntegerElement/NonPositiveIntegerElement.xsd"/>
</xmlvalidate>
<echo>NonPositiveIntegerElement04</echo>
<xmlvalidate file="../../examples/6/09/NonPositiveIntegerElement/NonPositiveIntegerElement-NonPositiveIntegerElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonPositiveIntegerElement/NonPositiveIntegerElement.xsd"/>
</xmlvalidate>
<echo>NonPositiveIntegerAttribute01</echo>
<xmlvalidate file="../../examples/6/09/NonPositiveIntegerAttribute/NonPositiveIntegerAttribute-NonPositiveIntegerAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonPositiveIntegerAttribute/NonPositiveIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NonPositiveIntegerAttribute02</echo>
<xmlvalidate file="../../examples/6/09/NonPositiveIntegerAttribute/NonPositiveIntegerAttribute-NonPositiveIntegerAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonPositiveIntegerAttribute/NonPositiveIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NonPositiveIntegerAttribute03</echo>
<xmlvalidate file="../../examples/6/09/NonPositiveIntegerAttribute/NonPositiveIntegerAttribute-NonPositiveIntegerAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonPositiveIntegerAttribute/NonPositiveIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NonPositiveIntegerAttribute04</echo>
<xmlvalidate file="../../examples/6/09/NonPositiveIntegerAttribute/NonPositiveIntegerAttribute-NonPositiveIntegerAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonPositiveIntegerAttribute/NonPositiveIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NegativeIntegerElement01</echo>
<xmlvalidate file="../../examples/6/09/NegativeIntegerElement/NegativeIntegerElement-NegativeIntegerElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NegativeIntegerElement/NegativeIntegerElement.xsd"/>
</xmlvalidate>
<echo>NegativeIntegerElement02</echo>
<xmlvalidate file="../../examples/6/09/NegativeIntegerElement/NegativeIntegerElement-NegativeIntegerElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NegativeIntegerElement/NegativeIntegerElement.xsd"/>
</xmlvalidate>
<echo>NegativeIntegerAttribute01</echo>
<xmlvalidate file="../../examples/6/09/NegativeIntegerAttribute/NegativeIntegerAttribute-NegativeIntegerAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NegativeIntegerAttribute/NegativeIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NegativeIntegerAttribute02</echo>
<xmlvalidate file="../../examples/6/09/NegativeIntegerAttribute/NegativeIntegerAttribute-NegativeIntegerAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NegativeIntegerAttribute/NegativeIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>LongElement01</echo>
<xmlvalidate file="../../examples/6/09/LongElement/LongElement-LongElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongElement/LongElement.xsd"/>
</xmlvalidate>
<echo>LongElement02</echo>
<xmlvalidate file="../../examples/6/09/LongElement/LongElement-LongElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongElement/LongElement.xsd"/>
</xmlvalidate>
<echo>LongElement03</echo>
<xmlvalidate file="../../examples/6/09/LongElement/LongElement-LongElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongElement/LongElement.xsd"/>
</xmlvalidate>
<echo>LongElement04</echo>
<xmlvalidate file="../../examples/6/09/LongElement/LongElement-LongElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongElement/LongElement.xsd"/>
</xmlvalidate>
<echo>LongElement05</echo>
<xmlvalidate file="../../examples/6/09/LongElement/LongElement-LongElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongElement/LongElement.xsd"/>
</xmlvalidate>
<echo>LongAttribute01</echo>
<xmlvalidate file="../../examples/6/09/LongAttribute/LongAttribute-LongAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongAttribute/LongAttribute.xsd"/>
</xmlvalidate>
<echo>LongAttribute02</echo>
<xmlvalidate file="../../examples/6/09/LongAttribute/LongAttribute-LongAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongAttribute/LongAttribute.xsd"/>
</xmlvalidate>
<echo>LongAttribute03</echo>
<xmlvalidate file="../../examples/6/09/LongAttribute/LongAttribute-LongAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongAttribute/LongAttribute.xsd"/>
</xmlvalidate>
<echo>LongAttribute04</echo>
<xmlvalidate file="../../examples/6/09/LongAttribute/LongAttribute-LongAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongAttribute/LongAttribute.xsd"/>
</xmlvalidate>
<echo>LongAttribute05</echo>
<xmlvalidate file="../../examples/6/09/LongAttribute/LongAttribute-LongAttribute05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongAttribute/LongAttribute.xsd"/>
</xmlvalidate>
<echo>IntElement01</echo>
<xmlvalidate file="../../examples/6/09/IntElement/IntElement-IntElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntElement/IntElement.xsd"/>
</xmlvalidate>
<echo>IntElement02</echo>
<xmlvalidate file="../../examples/6/09/IntElement/IntElement-IntElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntElement/IntElement.xsd"/>
</xmlvalidate>
<echo>IntElement03</echo>
<xmlvalidate file="../../examples/6/09/IntElement/IntElement-IntElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntElement/IntElement.xsd"/>
</xmlvalidate>
<echo>IntElement04</echo>
<xmlvalidate file="../../examples/6/09/IntElement/IntElement-IntElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntElement/IntElement.xsd"/>
</xmlvalidate>
<echo>IntElement05</echo>
<xmlvalidate file="../../examples/6/09/IntElement/IntElement-IntElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntElement/IntElement.xsd"/>
</xmlvalidate>
<echo>IntAttribute01</echo>
<xmlvalidate file="../../examples/6/09/IntAttribute/IntAttribute-IntAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntAttribute/IntAttribute.xsd"/>
</xmlvalidate>
<echo>IntAttribute02</echo>
<xmlvalidate file="../../examples/6/09/IntAttribute/IntAttribute-IntAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntAttribute/IntAttribute.xsd"/>
</xmlvalidate>
<echo>IntAttribute03</echo>
<xmlvalidate file="../../examples/6/09/IntAttribute/IntAttribute-IntAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntAttribute/IntAttribute.xsd"/>
</xmlvalidate>
<echo>IntAttribute04</echo>
<xmlvalidate file="../../examples/6/09/IntAttribute/IntAttribute-IntAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntAttribute/IntAttribute.xsd"/>
</xmlvalidate>
<echo>IntAttribute05</echo>
<xmlvalidate file="../../examples/6/09/IntAttribute/IntAttribute-IntAttribute05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntAttribute/IntAttribute.xsd"/>
</xmlvalidate>
<echo>ShortElement01</echo>
<xmlvalidate file="../../examples/6/09/ShortElement/ShortElement-ShortElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortElement/ShortElement.xsd"/>
</xmlvalidate>
<echo>ShortElement02</echo>
<xmlvalidate file="../../examples/6/09/ShortElement/ShortElement-ShortElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortElement/ShortElement.xsd"/>
</xmlvalidate>
<echo>ShortElement03</echo>
<xmlvalidate file="../../examples/6/09/ShortElement/ShortElement-ShortElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortElement/ShortElement.xsd"/>
</xmlvalidate>
<echo>ShortElement04</echo>
<xmlvalidate file="../../examples/6/09/ShortElement/ShortElement-ShortElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortElement/ShortElement.xsd"/>
</xmlvalidate>
<echo>ShortAttribute01</echo>
<xmlvalidate file="../../examples/6/09/ShortAttribute/ShortAttribute-ShortAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortAttribute/ShortAttribute.xsd"/>
</xmlvalidate>
<echo>ShortAttribute02</echo>
<xmlvalidate file="../../examples/6/09/ShortAttribute/ShortAttribute-ShortAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortAttribute/ShortAttribute.xsd"/>
</xmlvalidate>
<echo>ShortAttribute03</echo>
<xmlvalidate file="../../examples/6/09/ShortAttribute/ShortAttribute-ShortAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortAttribute/ShortAttribute.xsd"/>
</xmlvalidate>
<echo>ShortAttribute04</echo>
<xmlvalidate file="../../examples/6/09/ShortAttribute/ShortAttribute-ShortAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortAttribute/ShortAttribute.xsd"/>
</xmlvalidate>
<echo>ByteElement01</echo>
<xmlvalidate file="../../examples/6/09/ByteElement/ByteElement-ByteElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ByteElement/ByteElement.xsd"/>
</xmlvalidate>
<echo>ByteElement02</echo>
<xmlvalidate file="../../examples/6/09/ByteElement/ByteElement-ByteElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ByteElement/ByteElement.xsd"/>
</xmlvalidate>
<echo>ByteElement03</echo>
<xmlvalidate file="../../examples/6/09/ByteElement/ByteElement-ByteElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ByteElement/ByteElement.xsd"/>
</xmlvalidate>
<echo>ByteAttribute01</echo>
<xmlvalidate file="../../examples/6/09/ByteAttribute/ByteAttribute-ByteAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ByteAttribute/ByteAttribute.xsd"/>
</xmlvalidate>
<echo>ByteAttribute02</echo>
<xmlvalidate file="../../examples/6/09/ByteAttribute/ByteAttribute-ByteAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ByteAttribute/ByteAttribute.xsd"/>
</xmlvalidate>
<echo>ByteAttribute03</echo>
<xmlvalidate file="../../examples/6/09/ByteAttribute/ByteAttribute-ByteAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ByteAttribute/ByteAttribute.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerElement01</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement-NonNegativeIntegerElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerElement02</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement-NonNegativeIntegerElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerElement03</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement-NonNegativeIntegerElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerElement04</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement-NonNegativeIntegerElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerElement05</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement-NonNegativeIntegerElement05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerElement/NonNegativeIntegerElement.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerAttribute01</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute-NonNegativeIntegerAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerAttribute02</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute-NonNegativeIntegerAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerAttribute03</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute-NonNegativeIntegerAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerAttribute04</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute-NonNegativeIntegerAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerAttribute05</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute-NonNegativeIntegerAttribute05.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerAttribute/NonNegativeIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedLongElement01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongElement/UnsignedLongElement-UnsignedLongElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongElement/UnsignedLongElement.xsd"/>
</xmlvalidate>
<echo>UnsignedLongElement02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongElement/UnsignedLongElement-UnsignedLongElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongElement/UnsignedLongElement.xsd"/>
</xmlvalidate>
<echo>UnsignedLongElement03</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongElement/UnsignedLongElement-UnsignedLongElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongElement/UnsignedLongElement.xsd"/>
</xmlvalidate>
<echo>UnsignedLongElement04</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongElement/UnsignedLongElement-UnsignedLongElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongElement/UnsignedLongElement.xsd"/>
</xmlvalidate>
<echo>UnsignedLongAttribute01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongAttribute/UnsignedLongAttribute-UnsignedLongAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongAttribute/UnsignedLongAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedLongAttribute02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongAttribute/UnsignedLongAttribute-UnsignedLongAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongAttribute/UnsignedLongAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedLongAttribute03</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongAttribute/UnsignedLongAttribute-UnsignedLongAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongAttribute/UnsignedLongAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedLongAttribute04</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongAttribute/UnsignedLongAttribute-UnsignedLongAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongAttribute/UnsignedLongAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedIntElement01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntElement/UnsignedIntElement-UnsignedIntElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntElement/UnsignedIntElement.xsd"/>
</xmlvalidate>
<echo>UnsignedIntElement02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntElement/UnsignedIntElement-UnsignedIntElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntElement/UnsignedIntElement.xsd"/>
</xmlvalidate>
<echo>UnsignedIntElement03</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntElement/UnsignedIntElement-UnsignedIntElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntElement/UnsignedIntElement.xsd"/>
</xmlvalidate>
<echo>UnsignedIntElement04</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntElement/UnsignedIntElement-UnsignedIntElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntElement/UnsignedIntElement.xsd"/>
</xmlvalidate>
<echo>UnsignedIntAttribute01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntAttribute/UnsignedIntAttribute-UnsignedIntAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntAttribute/UnsignedIntAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedIntAttribute02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntAttribute/UnsignedIntAttribute-UnsignedIntAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntAttribute/UnsignedIntAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedIntAttribute03</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntAttribute/UnsignedIntAttribute-UnsignedIntAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntAttribute/UnsignedIntAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedIntAttribute04</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntAttribute/UnsignedIntAttribute-UnsignedIntAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntAttribute/UnsignedIntAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedShortElement01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortElement/UnsignedShortElement-UnsignedShortElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortElement/UnsignedShortElement.xsd"/>
</xmlvalidate>
<echo>UnsignedShortElement02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortElement/UnsignedShortElement-UnsignedShortElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortElement/UnsignedShortElement.xsd"/>
</xmlvalidate>
<echo>UnsignedShortElement03</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortElement/UnsignedShortElement-UnsignedShortElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortElement/UnsignedShortElement.xsd"/>
</xmlvalidate>
<echo>UnsignedShortElement04</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortElement/UnsignedShortElement-UnsignedShortElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortElement/UnsignedShortElement.xsd"/>
</xmlvalidate>
<echo>UnsignedShortAttribute01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortAttribute/UnsignedShortAttribute-UnsignedShortAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortAttribute/UnsignedShortAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedShortAttribute02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortAttribute/UnsignedShortAttribute-UnsignedShortAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortAttribute/UnsignedShortAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedShortAttribute03</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortAttribute/UnsignedShortAttribute-UnsignedShortAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortAttribute/UnsignedShortAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedShortAttribute04</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortAttribute/UnsignedShortAttribute-UnsignedShortAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortAttribute/UnsignedShortAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedByteElement01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedByteElement/UnsignedByteElement-UnsignedByteElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedByteElement/UnsignedByteElement.xsd"/>
</xmlvalidate>
<echo>UnsignedByteElement02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedByteElement/UnsignedByteElement-UnsignedByteElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedByteElement/UnsignedByteElement.xsd"/>
</xmlvalidate>
<echo>UnsignedByteElement03</echo>
<xmlvalidate file="../../examples/6/09/UnsignedByteElement/UnsignedByteElement-UnsignedByteElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedByteElement/UnsignedByteElement.xsd"/>
</xmlvalidate>
<echo>UnsignedByteElement04</echo>
<xmlvalidate file="../../examples/6/09/UnsignedByteElement/UnsignedByteElement-UnsignedByteElement04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedByteElement/UnsignedByteElement.xsd"/>
</xmlvalidate>
<echo>UnsignedByteAttribute01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedByteAttribute/UnsignedByteAttribute-UnsignedByteAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedByteAttribute/UnsignedByteAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedByteAttribute02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedByteAttribute/UnsignedByteAttribute-UnsignedByteAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedByteAttribute/UnsignedByteAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedByteAttribute03</echo>
<xmlvalidate file="../../examples/6/09/UnsignedByteAttribute/UnsignedByteAttribute-UnsignedByteAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedByteAttribute/UnsignedByteAttribute.xsd"/>
</xmlvalidate>
<echo>UnsignedByteAttribute04</echo>
<xmlvalidate file="../../examples/6/09/UnsignedByteAttribute/UnsignedByteAttribute-UnsignedByteAttribute04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedByteAttribute/UnsignedByteAttribute.xsd"/>
</xmlvalidate>
<echo>PositiveIntegerElement01</echo>
<xmlvalidate file="../../examples/6/09/PositiveIntegerElement/PositiveIntegerElement-PositiveIntegerElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PositiveIntegerElement/PositiveIntegerElement.xsd"/>
</xmlvalidate>
<echo>PositiveIntegerElement02</echo>
<xmlvalidate file="../../examples/6/09/PositiveIntegerElement/PositiveIntegerElement-PositiveIntegerElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PositiveIntegerElement/PositiveIntegerElement.xsd"/>
</xmlvalidate>
<echo>PositiveIntegerElement03</echo>
<xmlvalidate file="../../examples/6/09/PositiveIntegerElement/PositiveIntegerElement-PositiveIntegerElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PositiveIntegerElement/PositiveIntegerElement.xsd"/>
</xmlvalidate>
<echo>PositiveIntegerAttribute01</echo>
<xmlvalidate file="../../examples/6/09/PositiveIntegerAttribute/PositiveIntegerAttribute-PositiveIntegerAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PositiveIntegerAttribute/PositiveIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>PositiveIntegerAttribute02</echo>
<xmlvalidate file="../../examples/6/09/PositiveIntegerAttribute/PositiveIntegerAttribute-PositiveIntegerAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PositiveIntegerAttribute/PositiveIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>PositiveIntegerAttribute03</echo>
<xmlvalidate file="../../examples/6/09/PositiveIntegerAttribute/PositiveIntegerAttribute-PositiveIntegerAttribute03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PositiveIntegerAttribute/PositiveIntegerAttribute.xsd"/>
</xmlvalidate>
<echo>GlobalSimpleType01</echo>
<xmlvalidate file="../../examples/6/09/GlobalSimpleType/GlobalSimpleType-GlobalSimpleType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalSimpleType/GlobalSimpleType.xsd"/>
</xmlvalidate>
<echo>StringEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/StringEnumerationType/StringEnumerationType-StringEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/StringEnumerationType/StringEnumerationType.xsd"/>
</xmlvalidate>
<echo>StringEnumerationType02</echo>
<xmlvalidate file="../../examples/6/09/StringEnumerationType/StringEnumerationType-StringEnumerationType02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/StringEnumerationType/StringEnumerationType.xsd"/>
</xmlvalidate>
<echo>StringEnumerationType03</echo>
<xmlvalidate file="../../examples/6/09/StringEnumerationType/StringEnumerationType-StringEnumerationType03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/StringEnumerationType/StringEnumerationType.xsd"/>
</xmlvalidate>
<echo>NMTOKENEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/NMTOKENEnumerationType/NMTOKENEnumerationType-NMTOKENEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NMTOKENEnumerationType/NMTOKENEnumerationType.xsd"/>
</xmlvalidate>
<echo>IntEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/IntEnumerationType/IntEnumerationType-IntEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntEnumerationType/IntEnumerationType.xsd"/>
</xmlvalidate>
<echo>ShortEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/ShortEnumerationType/ShortEnumerationType-ShortEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortEnumerationType/ShortEnumerationType.xsd"/>
</xmlvalidate>
<echo>LongEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/LongEnumerationType/LongEnumerationType-LongEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongEnumerationType/LongEnumerationType.xsd"/>
</xmlvalidate>
<echo>DoubleEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/DoubleEnumerationType/DoubleEnumerationType-DoubleEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DoubleEnumerationType/DoubleEnumerationType.xsd"/>
</xmlvalidate>
<echo>IntegerEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/IntegerEnumerationType/IntegerEnumerationType-IntegerEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerEnumerationType/IntegerEnumerationType.xsd"/>
</xmlvalidate>
<echo>DecimalEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/DecimalEnumerationType/DecimalEnumerationType-DecimalEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalEnumerationType/DecimalEnumerationType.xsd"/>
</xmlvalidate>
<echo>FloatEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/FloatEnumerationType/FloatEnumerationType-FloatEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FloatEnumerationType/FloatEnumerationType.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerEnumerationType/NonNegativeIntegerEnumerationType-NonNegativeIntegerEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerEnumerationType/NonNegativeIntegerEnumerationType.xsd"/>
</xmlvalidate>
<echo>PositiveIntegerEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/PositiveIntegerEnumerationType/PositiveIntegerEnumerationType-PositiveIntegerEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PositiveIntegerEnumerationType/PositiveIntegerEnumerationType.xsd"/>
</xmlvalidate>
<echo>UnsignedLongEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongEnumerationType/UnsignedLongEnumerationType-UnsignedLongEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongEnumerationType/UnsignedLongEnumerationType.xsd"/>
</xmlvalidate>
<echo>UnsignedIntEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntEnumerationType/UnsignedIntEnumerationType-UnsignedIntEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntEnumerationType/UnsignedIntEnumerationType.xsd"/>
</xmlvalidate>
<echo>UnsignedShortEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortEnumerationType/UnsignedShortEnumerationType-UnsignedShortEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortEnumerationType/UnsignedShortEnumerationType.xsd"/>
</xmlvalidate>
<echo>TokenEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/TokenEnumerationType/TokenEnumerationType-TokenEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TokenEnumerationType/TokenEnumerationType.xsd"/>
</xmlvalidate>
<echo>TokenEnumerationType02</echo>
<xmlvalidate file="../../examples/6/09/TokenEnumerationType/TokenEnumerationType-TokenEnumerationType02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TokenEnumerationType/TokenEnumerationType.xsd"/>
</xmlvalidate>
<echo>ComplexTypeSequence01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeSequence/ComplexTypeSequence-ComplexTypeSequence01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeSequence/ComplexTypeSequence.xsd"/>
</xmlvalidate>
<echo>ComplexTypeSequence02</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeSequence/ComplexTypeSequence-ComplexTypeSequence02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeSequence/ComplexTypeSequence.xsd"/>
</xmlvalidate>
<echo>ComplexTypeOnlyAttributes01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeOnlyAttributes/ComplexTypeOnlyAttributes-ComplexTypeOnlyAttributes01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeOnlyAttributes/ComplexTypeOnlyAttributes.xsd"/>
</xmlvalidate>
<echo>ComplexTypeAll01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeAll/ComplexTypeAll-ComplexTypeAll01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeAll/ComplexTypeAll.xsd"/>
</xmlvalidate>
<echo>ComplexTypeAll02</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeAll/ComplexTypeAll-ComplexTypeAll02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeAll/ComplexTypeAll.xsd"/>
</xmlvalidate>
<echo>ComplexTypeChoice01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeChoice/ComplexTypeChoice-ComplexTypeChoice01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeChoice/ComplexTypeChoice.xsd"/>
</xmlvalidate>
<echo>ComplexTypeChoice02</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeChoice/ComplexTypeChoice-ComplexTypeChoice02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeChoice/ComplexTypeChoice.xsd"/>
</xmlvalidate>
<echo>ComplexTypeChoice03</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeChoice/ComplexTypeChoice-ComplexTypeChoice03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeChoice/ComplexTypeChoice.xsd"/>
</xmlvalidate>
<echo>ComplexTypeSequenceChoice01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeSequenceChoice/ComplexTypeSequenceChoice-ComplexTypeSequenceChoice01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeSequenceChoice/ComplexTypeSequenceChoice.xsd"/>
</xmlvalidate>
<echo>ComplexTypeSequenceChoice02</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeSequenceChoice/ComplexTypeSequenceChoice-ComplexTypeSequenceChoice02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeSequenceChoice/ComplexTypeSequenceChoice.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs101</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs1/ElementMinOccurs1-ElementMinOccurs101.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs1/ElementMinOccurs1.xsd"/>
</xmlvalidate>
<echo>ElementMinOccursFinite01</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccursFinite/ElementMinOccursFinite-ElementMinOccursFinite01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccursFinite/ElementMinOccursFinite.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs2MaxOccurs201</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs2MaxOccurs2/ElementMinOccurs2MaxOccurs2-ElementMinOccurs2MaxOccurs201.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs2MaxOccurs2/ElementMinOccurs2MaxOccurs2.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs2orMore01</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs2orMore/ElementMinOccurs2orMore-ElementMinOccurs2orMore01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs2orMore/ElementMinOccurs2orMore.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs2orMore02</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs2orMore/ElementMinOccurs2orMore-ElementMinOccurs2orMore02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs2orMore/ElementMinOccurs2orMore.xsd"/>
</xmlvalidate>
<echo>ElementMaxOccurs101</echo>
<xmlvalidate file="../../examples/6/09/ElementMaxOccurs1/ElementMaxOccurs1-ElementMaxOccurs101.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMaxOccurs1/ElementMaxOccurs1.xsd"/>
</xmlvalidate>
<echo>ElementMaxOccurs102</echo>
<xmlvalidate file="../../examples/6/09/ElementMaxOccurs1/ElementMaxOccurs1-ElementMaxOccurs102.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMaxOccurs1/ElementMaxOccurs1.xsd"/>
</xmlvalidate>
<echo>ElementMaxOccursUnbounded01</echo>
<xmlvalidate file="../../examples/6/09/ElementMaxOccursUnbounded/ElementMaxOccursUnbounded-ElementMaxOccursUnbounded01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMaxOccursUnbounded/ElementMaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>ElementMaxOccursUnbounded02</echo>
<xmlvalidate file="../../examples/6/09/ElementMaxOccursUnbounded/ElementMaxOccursUnbounded-ElementMaxOccursUnbounded02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMaxOccursUnbounded/ElementMaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>ElementMaxOccursFinite01</echo>
<xmlvalidate file="../../examples/6/09/ElementMaxOccursFinite/ElementMaxOccursFinite-ElementMaxOccursFinite01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMaxOccursFinite/ElementMaxOccursFinite.xsd"/>
</xmlvalidate>
<echo>ElementMaxOccursFinite02</echo>
<xmlvalidate file="../../examples/6/09/ElementMaxOccursFinite/ElementMaxOccursFinite-ElementMaxOccursFinite02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMaxOccursFinite/ElementMaxOccursFinite.xsd"/>
</xmlvalidate>
<echo>AttributeOptional01</echo>
<xmlvalidate file="../../examples/6/09/AttributeOptional/AttributeOptional-AttributeOptional01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeOptional/AttributeOptional.xsd"/>
</xmlvalidate>
<echo>AttributeOptional02</echo>
<xmlvalidate file="../../examples/6/09/AttributeOptional/AttributeOptional-AttributeOptional02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeOptional/AttributeOptional.xsd"/>
</xmlvalidate>
<echo>AttributeRequired01</echo>
<xmlvalidate file="../../examples/6/09/AttributeRequired/AttributeRequired-AttributeRequired01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeRequired/AttributeRequired.xsd"/>
</xmlvalidate>
<echo>AttributeRequired02</echo>
<xmlvalidate file="../../examples/6/09/AttributeRequired/AttributeRequired-AttributeRequired02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeRequired/AttributeRequired.xsd"/>
</xmlvalidate>
<echo>AttributeFixed01</echo>
<xmlvalidate file="../../examples/6/09/AttributeFixed/AttributeFixed-AttributeFixed01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeFixed/AttributeFixed.xsd"/>
</xmlvalidate>
<echo>AttributeDefault01</echo>
<xmlvalidate file="../../examples/6/09/AttributeDefault/AttributeDefault-AttributeDefault01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeDefault/AttributeDefault.xsd"/>
</xmlvalidate>
<echo>AttributeDefault02</echo>
<xmlvalidate file="../../examples/6/09/AttributeDefault/AttributeDefault-AttributeDefault02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeDefault/AttributeDefault.xsd"/>
</xmlvalidate>
<echo>AttributeDefault03</echo>
<xmlvalidate file="../../examples/6/09/AttributeDefault/AttributeDefault-AttributeDefault03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeDefault/AttributeDefault.xsd"/>
</xmlvalidate>
<echo>AttributeDefault04</echo>
<xmlvalidate file="../../examples/6/09/AttributeDefault/AttributeDefault-AttributeDefault04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeDefault/AttributeDefault.xsd"/>
</xmlvalidate>
<echo>GlobalElement01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElement/GlobalElement-GlobalElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElement/GlobalElement.xsd"/>
</xmlvalidate>
<echo>GlobalElement02</echo>
<xmlvalidate file="../../examples/6/09/GlobalElement/GlobalElement-GlobalElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElement/GlobalElement.xsd"/>
</xmlvalidate>
<echo>GlobalElement03</echo>
<xmlvalidate file="../../examples/6/09/GlobalElement/GlobalElement-GlobalElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElement/GlobalElement.xsd"/>
</xmlvalidate>
<echo>GlobalElementDefault01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementDefault/GlobalElementDefault-GlobalElementDefault01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementDefault/GlobalElementDefault.xsd"/>
</xmlvalidate>
<echo>GlobalElementDefault02</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementDefault/GlobalElementDefault-GlobalElementDefault02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementDefault/GlobalElementDefault.xsd"/>
</xmlvalidate>
<echo>GlobalElementDefault03</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementDefault/GlobalElementDefault-GlobalElementDefault03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementDefault/GlobalElementDefault.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs001</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs0/ElementMinOccurs0-ElementMinOccurs001.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs0/ElementMinOccurs0.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs002</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs0/ElementMinOccurs0-ElementMinOccurs002.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs0/ElementMinOccurs0.xsd"/>
</xmlvalidate>
<echo>NillableElement01</echo>
<xmlvalidate file="../../examples/6/09/NillableElement/NillableElement-NillableElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NillableElement/NillableElement.xsd"/>
</xmlvalidate>
<echo>NillableElement02</echo>
<xmlvalidate file="../../examples/6/09/NillableElement/NillableElement-NillableElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NillableElement/NillableElement.xsd"/>
</xmlvalidate>
<echo>NillableOptionalElement01</echo>
<xmlvalidate file="../../examples/6/09/NillableOptionalElement/NillableOptionalElement-NillableOptionalElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NillableOptionalElement/NillableOptionalElement.xsd"/>
</xmlvalidate>
<echo>NillableOptionalElement02</echo>
<xmlvalidate file="../../examples/6/09/NillableOptionalElement/NillableOptionalElement-NillableOptionalElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NillableOptionalElement/NillableOptionalElement.xsd"/>
</xmlvalidate>
<echo>NillableOptionalElement03</echo>
<xmlvalidate file="../../examples/6/09/NillableOptionalElement/NillableOptionalElement-NillableOptionalElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NillableOptionalElement/NillableOptionalElement.xsd"/>
</xmlvalidate>
<echo>UnionMemberTypes01</echo>
<xmlvalidate file="../../examples/6/09/UnionMemberTypes/UnionMemberTypes-UnionMemberTypes01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnionMemberTypes/UnionMemberTypes.xsd"/>
</xmlvalidate>
<echo>UnionMemberTypes02</echo>
<xmlvalidate file="../../examples/6/09/UnionMemberTypes/UnionMemberTypes-UnionMemberTypes02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnionMemberTypes/UnionMemberTypes.xsd"/>
</xmlvalidate>
<echo>UnionDateString01</echo>
<xmlvalidate file="../../examples/6/09/UnionDateString/UnionDateString-UnionDateString01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnionDateString/UnionDateString.xsd"/>
</xmlvalidate>
<echo>UnionDateString02</echo>
<xmlvalidate file="../../examples/6/09/UnionDateString/UnionDateString-UnionDateString02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnionDateString/UnionDateString.xsd"/>
</xmlvalidate>
<echo>UnionSimpleDateString01</echo>
<xmlvalidate file="../../examples/6/09/UnionSimpleDateString/UnionSimpleDateString-UnionSimpleDateString01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnionSimpleDateString/UnionSimpleDateString.xsd"/>
</xmlvalidate>
<echo>UnionSimpleDateString02</echo>
<xmlvalidate file="../../examples/6/09/UnionSimpleDateString/UnionSimpleDateString-UnionSimpleDateString02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnionSimpleDateString/UnionSimpleDateString.xsd"/>
</xmlvalidate>
<echo>NullEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/NullEnumerationType/NullEnumerationType-NullEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NullEnumerationType/NullEnumerationType.xsd"/>
</xmlvalidate>
<echo>ElementEmptyComplexType01</echo>
<xmlvalidate file="../../examples/6/09/ElementEmptyComplexType/ElementEmptyComplexType-ElementEmptyComplexType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementEmptyComplexType/ElementEmptyComplexType.xsd"/>
</xmlvalidate>
<echo>ElementEmptySequence01</echo>
<xmlvalidate file="../../examples/6/09/ElementEmptySequence/ElementEmptySequence-ElementEmptySequence01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementEmptySequence/ElementEmptySequence.xsd"/>
</xmlvalidate>
<echo>GlobalElementSequence01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementSequence/GlobalElementSequence-GlobalElementSequence01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementSequence/GlobalElementSequence.xsd"/>
</xmlvalidate>
<echo>GlobalElementAll01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementAll/GlobalElementAll-GlobalElementAll01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementAll/GlobalElementAll.xsd"/>
</xmlvalidate>
<echo>GlobalElementAll02</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementAll/GlobalElementAll-GlobalElementAll02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementAll/GlobalElementAll.xsd"/>
</xmlvalidate>
<echo>GlobalElementChoice01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementChoice/GlobalElementChoice-GlobalElementChoice01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementChoice/GlobalElementChoice.xsd"/>
</xmlvalidate>
<echo>GlobalElementChoice02</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementChoice/GlobalElementChoice-GlobalElementChoice02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementChoice/GlobalElementChoice.xsd"/>
</xmlvalidate>
<echo>NestedSequenceElementList01</echo>
<xmlvalidate file="../../examples/6/09/NestedSequenceElementList/NestedSequenceElementList-NestedSequenceElementList01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NestedSequenceElementList/NestedSequenceElementList.xsd"/>
</xmlvalidate>
<echo>MixedContentType01</echo>
<xmlvalidate file="../../examples/6/09/MixedContentType/MixedContentType-MixedContentType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/MixedContentType/MixedContentType.xsd"/>
</xmlvalidate>
<echo>MixedContentType02</echo>
<xmlvalidate file="../../examples/6/09/MixedContentType/MixedContentType-MixedContentType02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/MixedContentType/MixedContentType.xsd"/>
</xmlvalidate>
<echo>MixedContentType03</echo>
<xmlvalidate file="../../examples/6/09/MixedContentType/MixedContentType-MixedContentType03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/MixedContentType/MixedContentType.xsd"/>
</xmlvalidate>
<echo>MixedContentType04</echo>
<xmlvalidate file="../../examples/6/09/MixedContentType/MixedContentType-MixedContentType04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/MixedContentType/MixedContentType.xsd"/>
</xmlvalidate>
<echo>StringSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/StringSimpleTypePattern/StringSimpleTypePattern-StringSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/StringSimpleTypePattern/StringSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>StringSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/StringSimpleTypePattern/StringSimpleTypePattern-StringSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/StringSimpleTypePattern/StringSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>IntSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/IntSimpleTypePattern/IntSimpleTypePattern-IntSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntSimpleTypePattern/IntSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>IntSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/IntSimpleTypePattern/IntSimpleTypePattern-IntSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntSimpleTypePattern/IntSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>IntegerSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/IntegerSimpleTypePattern/IntegerSimpleTypePattern-IntegerSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerSimpleTypePattern/IntegerSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>IntegerSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/IntegerSimpleTypePattern/IntegerSimpleTypePattern-IntegerSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/IntegerSimpleTypePattern/IntegerSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>LongSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/LongSimpleTypePattern/LongSimpleTypePattern-LongSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongSimpleTypePattern/LongSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>LongSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/LongSimpleTypePattern/LongSimpleTypePattern-LongSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LongSimpleTypePattern/LongSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>DecimalSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/DecimalSimpleTypePattern/DecimalSimpleTypePattern-DecimalSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalSimpleTypePattern/DecimalSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>DecimalSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/DecimalSimpleTypePattern/DecimalSimpleTypePattern-DecimalSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalSimpleTypePattern/DecimalSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>FloatSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/FloatSimpleTypePattern/FloatSimpleTypePattern-FloatSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FloatSimpleTypePattern/FloatSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>FloatSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/FloatSimpleTypePattern/FloatSimpleTypePattern-FloatSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/FloatSimpleTypePattern/FloatSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>DoubleSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/DoubleSimpleTypePattern/DoubleSimpleTypePattern-DoubleSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DoubleSimpleTypePattern/DoubleSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>DoubleSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/DoubleSimpleTypePattern/DoubleSimpleTypePattern-DoubleSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DoubleSimpleTypePattern/DoubleSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>ShortSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/ShortSimpleTypePattern/ShortSimpleTypePattern-ShortSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortSimpleTypePattern/ShortSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>ShortSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/ShortSimpleTypePattern/ShortSimpleTypePattern-ShortSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ShortSimpleTypePattern/ShortSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerSimpleTypePattern/NonNegativeIntegerSimpleTypePattern-NonNegativeIntegerSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerSimpleTypePattern/NonNegativeIntegerSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>NonNegativeIntegerSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/NonNegativeIntegerSimpleTypePattern/NonNegativeIntegerSimpleTypePattern-NonNegativeIntegerSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NonNegativeIntegerSimpleTypePattern/NonNegativeIntegerSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>PositiveIntegerSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/PositiveIntegerSimpleTypePattern/PositiveIntegerSimpleTypePattern-PositiveIntegerSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PositiveIntegerSimpleTypePattern/PositiveIntegerSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>PositiveIntegerSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/PositiveIntegerSimpleTypePattern/PositiveIntegerSimpleTypePattern-PositiveIntegerSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PositiveIntegerSimpleTypePattern/PositiveIntegerSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>UnsignedLongSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongSimpleTypePattern/UnsignedLongSimpleTypePattern-UnsignedLongSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongSimpleTypePattern/UnsignedLongSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>UnsignedLongSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedLongSimpleTypePattern/UnsignedLongSimpleTypePattern-UnsignedLongSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedLongSimpleTypePattern/UnsignedLongSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>UnsignedIntSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntSimpleTypePattern/UnsignedIntSimpleTypePattern-UnsignedIntSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntSimpleTypePattern/UnsignedIntSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>UnsignedIntSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedIntSimpleTypePattern/UnsignedIntSimpleTypePattern-UnsignedIntSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedIntSimpleTypePattern/UnsignedIntSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>UnsignedShortSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortSimpleTypePattern/UnsignedShortSimpleTypePattern-UnsignedShortSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortSimpleTypePattern/UnsignedShortSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>UnsignedShortSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/UnsignedShortSimpleTypePattern/UnsignedShortSimpleTypePattern-UnsignedShortSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnsignedShortSimpleTypePattern/UnsignedShortSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>DateSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/DateSimpleTypePattern/DateSimpleTypePattern-DateSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateSimpleTypePattern/DateSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>DateSimpleTypePattern02</echo>
<xmlvalidate file="../../examples/6/09/DateSimpleTypePattern/DateSimpleTypePattern-DateSimpleTypePattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DateSimpleTypePattern/DateSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>RestrictedMinInclusive01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMinInclusive/RestrictedMinInclusive-RestrictedMinInclusive01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMinInclusive/RestrictedMinInclusive.xsd"/>
</xmlvalidate>
<echo>RestrictedMinInclusive02</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMinInclusive/RestrictedMinInclusive-RestrictedMinInclusive02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMinInclusive/RestrictedMinInclusive.xsd"/>
</xmlvalidate>
<echo>RestrictedMaxInclusive01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMaxInclusive/RestrictedMaxInclusive-RestrictedMaxInclusive01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMaxInclusive/RestrictedMaxInclusive.xsd"/>
</xmlvalidate>
<echo>RestrictedMaxInclusive02</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMaxInclusive/RestrictedMaxInclusive-RestrictedMaxInclusive02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMaxInclusive/RestrictedMaxInclusive.xsd"/>
</xmlvalidate>
<echo>RestrictedMinExclusive01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMinExclusive/RestrictedMinExclusive-RestrictedMinExclusive01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMinExclusive/RestrictedMinExclusive.xsd"/>
</xmlvalidate>
<echo>RestrictedMinExclusive02</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMinExclusive/RestrictedMinExclusive-RestrictedMinExclusive02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMinExclusive/RestrictedMinExclusive.xsd"/>
</xmlvalidate>
<echo>RestrictedMaxExclusive01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMaxExclusive/RestrictedMaxExclusive-RestrictedMaxExclusive01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMaxExclusive/RestrictedMaxExclusive.xsd"/>
</xmlvalidate>
<echo>RestrictedMaxExclusive02</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMaxExclusive/RestrictedMaxExclusive-RestrictedMaxExclusive02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMaxExclusive/RestrictedMaxExclusive.xsd"/>
</xmlvalidate>
<echo>RestrictedLength01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedLength/RestrictedLength-RestrictedLength01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedLength/RestrictedLength.xsd"/>
</xmlvalidate>
<echo>RestrictedLength02</echo>
<xmlvalidate file="../../examples/6/09/RestrictedLength/RestrictedLength-RestrictedLength02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedLength/RestrictedLength.xsd"/>
</xmlvalidate>
<echo>RestrictedMaxLength01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMaxLength/RestrictedMaxLength-RestrictedMaxLength01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMaxLength/RestrictedMaxLength.xsd"/>
</xmlvalidate>
<echo>RestrictedMaxLength02</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMaxLength/RestrictedMaxLength-RestrictedMaxLength02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMaxLength/RestrictedMaxLength.xsd"/>
</xmlvalidate>
<echo>RestrictedMinLength01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMinLength/RestrictedMinLength-RestrictedMinLength01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMinLength/RestrictedMinLength.xsd"/>
</xmlvalidate>
<echo>RestrictedMinLength02</echo>
<xmlvalidate file="../../examples/6/09/RestrictedMinLength/RestrictedMinLength-RestrictedMinLength02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedMinLength/RestrictedMinLength.xsd"/>
</xmlvalidate>
<echo>AnyAttributeStrict01</echo>
<xmlvalidate file="../../examples/6/09/AnyAttributeStrict/AnyAttributeStrict-AnyAttributeStrict01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyAttributeStrict/AnyAttributeStrict.xsd"/>
</xmlvalidate>
<echo>AnyAttributeStrict02</echo>
<xmlvalidate file="../../examples/6/09/AnyAttributeStrict/AnyAttributeStrict-AnyAttributeStrict02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyAttributeStrict/AnyAttributeStrict.xsd"/>
</xmlvalidate>
<echo>AnyAttributeStrict03</echo>
<xmlvalidate file="../../examples/6/09/AnyAttributeStrict/AnyAttributeStrict-AnyAttributeStrict03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyAttributeStrict/AnyAttributeStrict.xsd"/>
</xmlvalidate>
<echo>AnyAttributeSkip01</echo>
<xmlvalidate file="../../examples/6/09/AnyAttributeSkip/AnyAttributeSkip-AnyAttributeSkip01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyAttributeSkip/AnyAttributeSkip.xsd"/>
</xmlvalidate>
<echo>AnyAttributeLax01</echo>
<xmlvalidate file="../../examples/6/09/AnyAttributeLax/AnyAttributeLax-AnyAttributeLax01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyAttributeLax/AnyAttributeLax.xsd"/>
</xmlvalidate>
<echo>ElementReference01</echo>
<xmlvalidate file="../../examples/6/09/ElementReference/ElementReference-ElementReference01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementReference/ElementReference.xsd"/>
</xmlvalidate>
<echo>AttributeReference01</echo>
<xmlvalidate file="../../examples/6/09/AttributeReference/AttributeReference-AttributeReference01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeReference/AttributeReference.xsd"/>
</xmlvalidate>
<echo>AttributeElementNameClash01</echo>
<xmlvalidate file="../../examples/6/09/AttributeElementNameClash/AttributeElementNameClash-AttributeElementNameClash01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeElementNameClash/AttributeElementNameClash.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceStrict01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceStrict/ExtendedSequenceStrict-ExtendedSequenceStrict01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceStrict/ExtendedSequenceStrict.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceStrict02</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceStrict/ExtendedSequenceStrict-ExtendedSequenceStrict02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceStrict/ExtendedSequenceStrict.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceLax01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceLax/ExtendedSequenceLax-ExtendedSequenceLax01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceLax/ExtendedSequenceLax.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceLax02</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceLax/ExtendedSequenceLax-ExtendedSequenceLax02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceLax/ExtendedSequenceLax.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceSkip01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceSkip/ExtendedSequenceSkip-ExtendedSequenceSkip01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceSkip/ExtendedSequenceSkip.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceSkip02</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceSkip/ExtendedSequenceSkip-ExtendedSequenceSkip02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceSkip/ExtendedSequenceSkip.xsd"/>
</xmlvalidate>
<echo>ElementTypeDefaultNamespace01</echo>
<xmlvalidate file="../../examples/6/09/ElementTypeDefaultNamespace/ElementTypeDefaultNamespace-ElementTypeDefaultNamespace01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementTypeDefaultNamespace/ElementTypeDefaultNamespace.xsd"/>
</xmlvalidate>
<echo>ElementTypeDefaultNamespace02</echo>
<xmlvalidate file="../../examples/6/09/ElementTypeDefaultNamespace/ElementTypeDefaultNamespace-ElementTypeDefaultNamespace02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementTypeDefaultNamespace/ElementTypeDefaultNamespace.xsd"/>
</xmlvalidate>
<echo>RestrictedStringMinLength01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedStringMinLength/RestrictedStringMinLength-RestrictedStringMinLength01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedStringMinLength/RestrictedStringMinLength.xsd"/>
</xmlvalidate>
<echo>RestrictedStringMaxLength01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedStringMaxLength/RestrictedStringMaxLength-RestrictedStringMaxLength01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedStringMaxLength/RestrictedStringMaxLength.xsd"/>
</xmlvalidate>
<echo>RestrictedStringMinMaxLength01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedStringMinMaxLength/RestrictedStringMinMaxLength-RestrictedStringMinMaxLength01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedStringMinMaxLength/RestrictedStringMinMaxLength.xsd"/>
</xmlvalidate>
<echo>BareVector01</echo>
<xmlvalidate file="../../examples/6/09/BareVector/BareVector-BareVector01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BareVector/BareVector.xsd"/>
</xmlvalidate>
<echo>BareVector02</echo>
<xmlvalidate file="../../examples/6/09/BareVector/BareVector-BareVector02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BareVector/BareVector.xsd"/>
</xmlvalidate>
<echo>BareVector03</echo>
<xmlvalidate file="../../examples/6/09/BareVector/BareVector-BareVector03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BareVector/BareVector.xsd"/>
</xmlvalidate>
<echo>BareVector04</echo>
<xmlvalidate file="../../examples/6/09/BareVector/BareVector-BareVector04.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/BareVector/BareVector.xsd"/>
</xmlvalidate>
<echo>ComplexTypeSequenceExtension01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeSequenceExtension/ComplexTypeSequenceExtension-ComplexTypeSequenceExtension01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeSequenceExtension/ComplexTypeSequenceExtension.xsd"/>
</xmlvalidate>
<echo>TypeSubstitutionUsingXsiType01</echo>
<xmlvalidate file="../../examples/6/09/TypeSubstitutionUsingXsiType/TypeSubstitutionUsingXsiType-TypeSubstitutionUsingXsiType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TypeSubstitutionUsingXsiType/TypeSubstitutionUsingXsiType.xsd"/>
</xmlvalidate>
<echo>SimpleTypeAttributes01</echo>
<xmlvalidate file="../../examples/6/09/SimpleTypeAttributes/SimpleTypeAttributes-SimpleTypeAttributes01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SimpleTypeAttributes/SimpleTypeAttributes.xsd"/>
</xmlvalidate>
<echo>ChameleonInclude01</echo>
<xmlvalidate file="../../examples/6/09/ChameleonInclude/ChameleonInclude-ChameleonInclude01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChameleonInclude/ChameleonInclude.xsd"/>
</xmlvalidate>
<echo>PrecisionDecimal01</echo>
<xmlvalidate file="../../examples/6/09/PrecisionDecimal/PrecisionDecimal-PrecisionDecimal01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PrecisionDecimal/PrecisionDecimal.xsd"/>
</xmlvalidate>
<echo>PrecisionDecimal02</echo>
<xmlvalidate file="../../examples/6/09/PrecisionDecimal/PrecisionDecimal-PrecisionDecimal02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PrecisionDecimal/PrecisionDecimal.xsd"/>
</xmlvalidate>
<echo>PrecisionDecimal03</echo>
<xmlvalidate file="../../examples/6/09/PrecisionDecimal/PrecisionDecimal-PrecisionDecimal03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/PrecisionDecimal/PrecisionDecimal.xsd"/>
</xmlvalidate>
<echo>ExtendedSimpleType01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSimpleType/ExtendedSimpleType-ExtendedSimpleType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSimpleType/ExtendedSimpleType.xsd"/>
</xmlvalidate>
<echo>SOAPEncodedArray01</echo>
<xmlvalidate file="../../examples/6/09/SOAPEncodedArray/SOAPEncodedArray-SOAPEncodedArray01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SOAPEncodedArray/SOAPEncodedArray.xsd"/>
</xmlvalidate>
<echo>SequenceMinOccurs101</echo>
<xmlvalidate file="../../examples/6/09/SequenceMinOccurs1/SequenceMinOccurs1-SequenceMinOccurs101.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMinOccurs1/SequenceMinOccurs1.xsd"/>
</xmlvalidate>
<echo>SequenceMinOccursFinite01</echo>
<xmlvalidate file="../../examples/6/09/SequenceMinOccursFinite/SequenceMinOccursFinite-SequenceMinOccursFinite01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMinOccursFinite/SequenceMinOccursFinite.xsd"/>
</xmlvalidate>
<echo>SequenceMinOccursFinite02</echo>
<xmlvalidate file="../../examples/6/09/SequenceMinOccursFinite/SequenceMinOccursFinite-SequenceMinOccursFinite02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMinOccursFinite/SequenceMinOccursFinite.xsd"/>
</xmlvalidate>
<echo>SequenceMaxOccurs101</echo>
<xmlvalidate file="../../examples/6/09/SequenceMaxOccurs1/SequenceMaxOccurs1-SequenceMaxOccurs101.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMaxOccurs1/SequenceMaxOccurs1.xsd"/>
</xmlvalidate>
<echo>SequenceMaxOccurs102</echo>
<xmlvalidate file="../../examples/6/09/SequenceMaxOccurs1/SequenceMaxOccurs1-SequenceMaxOccurs102.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMaxOccurs1/SequenceMaxOccurs1.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs0MaxOccursFinite101</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs0MaxOccursFinite/ElementMinOccurs0MaxOccursFinite-ElementMinOccurs0MaxOccursFinite101.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs0MaxOccursFinite/ElementMinOccurs0MaxOccursFinite.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs0MaxOccursFinite102</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs0MaxOccursFinite/ElementMinOccurs0MaxOccursFinite-ElementMinOccurs0MaxOccursFinite102.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs0MaxOccursFinite/ElementMinOccurs0MaxOccursFinite.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs0MaxOccursUnbounded101</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs0MaxOccursUnbounded/ElementMinOccurs0MaxOccursUnbounded-ElementMinOccurs0MaxOccursUnbounded101.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs0MaxOccursUnbounded/ElementMinOccurs0MaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs0MaxOccursUnbounded102</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs0MaxOccursUnbounded/ElementMinOccurs0MaxOccursUnbounded-ElementMinOccurs0MaxOccursUnbounded102.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs0MaxOccursUnbounded/ElementMinOccurs0MaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>SequenceMinOccurs0MaxOccursUnbounded101</echo>
<xmlvalidate file="../../examples/6/09/SequenceMinOccurs0MaxOccursUnbounded/SequenceMinOccurs0MaxOccursUnbounded-SequenceMinOccurs0MaxOccursUnbounded101.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMinOccurs0MaxOccursUnbounded/SequenceMinOccurs0MaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>SequenceMinOccurs0MaxOccursUnbounded102</echo>
<xmlvalidate file="../../examples/6/09/SequenceMinOccurs0MaxOccursUnbounded/SequenceMinOccurs0MaxOccursUnbounded-SequenceMinOccurs0MaxOccursUnbounded102.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMinOccurs0MaxOccursUnbounded/SequenceMinOccurs0MaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs1MaxOccursUnbounded101</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs1MaxOccursUnbounded/ElementMinOccurs1MaxOccursUnbounded-ElementMinOccurs1MaxOccursUnbounded101.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs1MaxOccursUnbounded/ElementMinOccurs1MaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>ElementMinOccurs1MaxOccursUnbounded102</echo>
<xmlvalidate file="../../examples/6/09/ElementMinOccurs1MaxOccursUnbounded/ElementMinOccurs1MaxOccursUnbounded-ElementMinOccurs1MaxOccursUnbounded102.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementMinOccurs1MaxOccursUnbounded/ElementMinOccurs1MaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>SequenceMinOccurs1MaxOccursUnbounded101</echo>
<xmlvalidate file="../../examples/6/09/SequenceMinOccurs1MaxOccursUnbounded/SequenceMinOccurs1MaxOccursUnbounded-SequenceMinOccurs1MaxOccursUnbounded101.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMinOccurs1MaxOccursUnbounded/SequenceMinOccurs1MaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>SequenceMinOccurs1MaxOccursUnbounded102</echo>
<xmlvalidate file="../../examples/6/09/SequenceMinOccurs1MaxOccursUnbounded/SequenceMinOccurs1MaxOccursUnbounded-SequenceMinOccurs1MaxOccursUnbounded102.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMinOccurs1MaxOccursUnbounded/SequenceMinOccurs1MaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>SequenceMaxOccursUnbounded01</echo>
<xmlvalidate file="../../examples/6/09/SequenceMaxOccursUnbounded/SequenceMaxOccursUnbounded-SequenceMaxOccursUnbounded01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMaxOccursUnbounded/SequenceMaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>SequenceMaxOccursUnbounded02</echo>
<xmlvalidate file="../../examples/6/09/SequenceMaxOccursUnbounded/SequenceMaxOccursUnbounded-SequenceMaxOccursUnbounded02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMaxOccursUnbounded/SequenceMaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>SequenceMaxOccursFinite01</echo>
<xmlvalidate file="../../examples/6/09/SequenceMaxOccursFinite/SequenceMaxOccursFinite-SequenceMaxOccursFinite01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMaxOccursFinite/SequenceMaxOccursFinite.xsd"/>
</xmlvalidate>
<echo>SequenceMaxOccursFinite02</echo>
<xmlvalidate file="../../examples/6/09/SequenceMaxOccursFinite/SequenceMaxOccursFinite-SequenceMaxOccursFinite02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMaxOccursFinite/SequenceMaxOccursFinite.xsd"/>
</xmlvalidate>
<echo>SequenceMinOccurs001</echo>
<xmlvalidate file="../../examples/6/09/SequenceMinOccurs0/SequenceMinOccurs0-SequenceMinOccurs001.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMinOccurs0/SequenceMinOccurs0.xsd"/>
</xmlvalidate>
<echo>SequenceMinOccurs002</echo>
<xmlvalidate file="../../examples/6/09/SequenceMinOccurs0/SequenceMinOccurs0-SequenceMinOccurs002.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceMinOccurs0/SequenceMinOccurs0.xsd"/>
</xmlvalidate>
<echo>SequenceSequenceElement01</echo>
<xmlvalidate file="../../examples/6/09/SequenceSequenceElement/SequenceSequenceElement-SequenceSequenceElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceSequenceElement/SequenceSequenceElement.xsd"/>
</xmlvalidate>
<echo>SequenceSequenceElement02</echo>
<xmlvalidate file="../../examples/6/09/SequenceSequenceElement/SequenceSequenceElement-SequenceSequenceElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceSequenceElement/SequenceSequenceElement.xsd"/>
</xmlvalidate>
<echo>SequenceSequenceElement03</echo>
<xmlvalidate file="../../examples/6/09/SequenceSequenceElement/SequenceSequenceElement-SequenceSequenceElement03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceSequenceElement/SequenceSequenceElement.xsd"/>
</xmlvalidate>
<echo>DecimalSimpleTypeTotalDigits01</echo>
<xmlvalidate file="../../examples/6/09/DecimalSimpleTypeTotalDigits/DecimalSimpleTypeTotalDigits-DecimalSimpleTypeTotalDigits01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalSimpleTypeTotalDigits/DecimalSimpleTypeTotalDigits.xsd"/>
</xmlvalidate>
<echo>DecimalSimpleTypeTotalDigits02</echo>
<xmlvalidate file="../../examples/6/09/DecimalSimpleTypeTotalDigits/DecimalSimpleTypeTotalDigits-DecimalSimpleTypeTotalDigits02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalSimpleTypeTotalDigits/DecimalSimpleTypeTotalDigits.xsd"/>
</xmlvalidate>
<echo>DecimalSimpleTypeFractionDigits01</echo>
<xmlvalidate file="../../examples/6/09/DecimalSimpleTypeFractionDigits/DecimalSimpleTypeFractionDigits-DecimalSimpleTypeFractionDigits01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalSimpleTypeFractionDigits/DecimalSimpleTypeFractionDigits.xsd"/>
</xmlvalidate>
<echo>DecimalSimpleTypeFractionDigits02</echo>
<xmlvalidate file="../../examples/6/09/DecimalSimpleTypeFractionDigits/DecimalSimpleTypeFractionDigits-DecimalSimpleTypeFractionDigits02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/DecimalSimpleTypeFractionDigits/DecimalSimpleTypeFractionDigits.xsd"/>
</xmlvalidate>
<echo>AttributeTypeReference01</echo>
<xmlvalidate file="../../examples/6/09/AttributeTypeReference/AttributeTypeReference-AttributeTypeReference01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeTypeReference/AttributeTypeReference.xsd"/>
</xmlvalidate>
<echo>AttributeTypeReference02</echo>
<xmlvalidate file="../../examples/6/09/AttributeTypeReference/AttributeTypeReference-AttributeTypeReference02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeTypeReference/AttributeTypeReference.xsd"/>
</xmlvalidate>
<echo>ElementTypeReference01</echo>
<xmlvalidate file="../../examples/6/09/ElementTypeReference/ElementTypeReference-ElementTypeReference01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementTypeReference/ElementTypeReference.xsd"/>
</xmlvalidate>
<echo>LocalElementComplexType01</echo>
<xmlvalidate file="../../examples/6/09/LocalElementComplexType/LocalElementComplexType-LocalElementComplexType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LocalElementComplexType/LocalElementComplexType.xsd"/>
</xmlvalidate>
<echo>IdExample01</echo>
<xmlvalidate file="../../examples/6/09/Id/Id-IdExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/Id/Id.xsd"/>
</xmlvalidate>
<echo>AttributeGroup01</echo>
<xmlvalidate file="../../examples/6/09/AttributeGroup/AttributeGroup-AttributeGroup01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeGroup/AttributeGroup.xsd"/>
</xmlvalidate>
<echo>AttributeGroup02</echo>
<xmlvalidate file="../../examples/6/09/AttributeGroup/AttributeGroup-AttributeGroup02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeGroup/AttributeGroup.xsd"/>
</xmlvalidate>
<echo>ElementFormQualified01</echo>
<xmlvalidate file="../../examples/6/09/ElementFormQualified/ElementFormQualified-ElementFormQualified01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementFormQualified/ElementFormQualified.xsd"/>
</xmlvalidate>
<echo>NotNillableElement01</echo>
<xmlvalidate file="../../examples/6/09/NotNillableElement/NotNillableElement-NotNillableElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NotNillableElement/NotNillableElement.xsd"/>
</xmlvalidate>
<echo>NotMixedExample01</echo>
<xmlvalidate file="../../examples/6/09/NotMixed/NotMixed-NotMixedExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/NotMixed/NotMixed.xsd"/>
</xmlvalidate>
<echo>AttributeFormUnqualifiedExample01</echo>
<xmlvalidate file="../../examples/6/09/AttributeFormUnqualified/AttributeFormUnqualified-AttributeFormUnqualifiedExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeFormUnqualified/AttributeFormUnqualified.xsd"/>
</xmlvalidate>
<echo>ComplexTypeConcreteExample01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeConcrete/ComplexTypeConcrete-ComplexTypeConcreteExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeConcrete/ComplexTypeConcrete.xsd"/>
</xmlvalidate>
<echo>GlobalComplexTypeExample01</echo>
<xmlvalidate file="../../examples/6/09/GlobalComplexType/GlobalComplexType-GlobalComplexTypeExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalComplexType/GlobalComplexType.xsd"/>
</xmlvalidate>
<echo>GlobalComplexTypeAbstractExample01</echo>
<xmlvalidate file="../../examples/6/09/GlobalComplexTypeAbstract/GlobalComplexTypeAbstract-GlobalComplexTypeAbstractExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalComplexTypeAbstract/GlobalComplexTypeAbstract.xsd"/>
</xmlvalidate>
<echo>GlobalElementConcreteExample01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementConcrete/GlobalElementConcrete-GlobalElementConcreteExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementConcrete/GlobalElementConcrete.xsd"/>
</xmlvalidate>
<echo>GlobalElementBlockExample01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementBlock/GlobalElementBlock-GlobalElementBlockExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementBlock/GlobalElementBlock.xsd"/>
</xmlvalidate>
<echo>GlobalElementFinalExample01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementFinal/GlobalElementFinal-GlobalElementFinalExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementFinal/GlobalElementFinal.xsd"/>
</xmlvalidate>
<echo>GlobalComplexTypeBlockExample01</echo>
<xmlvalidate file="../../examples/6/09/GlobalComplexTypeBlock/GlobalComplexTypeBlock-GlobalComplexTypeBlockExample01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalComplexTypeBlock/GlobalComplexTypeBlock.xsd"/>
</xmlvalidate>
<echo>ComplexTypeAttribute01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeAttribute/ComplexTypeAttribute-ComplexTypeAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeAttribute/ComplexTypeAttribute.xsd"/>
</xmlvalidate>
<echo>ComplexTypeAttributeExtension01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeAttributeExtension/ComplexTypeAttributeExtension-ComplexTypeAttributeExtension01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeAttributeExtension/ComplexTypeAttributeExtension.xsd"/>
</xmlvalidate>
<echo>ByteSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/ByteSimpleTypePattern/ByteSimpleTypePattern-ByteSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ByteSimpleTypePattern/ByteSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>ChoiceMaxOccursFinite01</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMaxOccursFinite/ChoiceMaxOccursFinite-ChoiceMaxOccursFinite01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMaxOccursFinite/ChoiceMaxOccursFinite.xsd"/>
</xmlvalidate>
<echo>ChoiceMaxOccursFinite02</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMaxOccursFinite/ChoiceMaxOccursFinite-ChoiceMaxOccursFinite02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMaxOccursFinite/ChoiceMaxOccursFinite.xsd"/>
</xmlvalidate>
<echo>ChoiceMaxOccursFinite03</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMaxOccursFinite/ChoiceMaxOccursFinite-ChoiceMaxOccursFinite03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMaxOccursFinite/ChoiceMaxOccursFinite.xsd"/>
</xmlvalidate>
<echo>ChoiceMaxOccursUnbounded01</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMaxOccursUnbounded/ChoiceMaxOccursUnbounded-ChoiceMaxOccursUnbounded01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMaxOccursUnbounded/ChoiceMaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>ChoiceMaxOccursUnbounded02</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMaxOccursUnbounded/ChoiceMaxOccursUnbounded-ChoiceMaxOccursUnbounded02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMaxOccursUnbounded/ChoiceMaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>ChoiceMaxOccursUnbounded03</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMaxOccursUnbounded/ChoiceMaxOccursUnbounded-ChoiceMaxOccursUnbounded03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMaxOccursUnbounded/ChoiceMaxOccursUnbounded.xsd"/>
</xmlvalidate>
<echo>ChoiceMinOccurs001</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMinOccurs0/ChoiceMinOccurs0-ChoiceMinOccurs001.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMinOccurs0/ChoiceMinOccurs0.xsd"/>
</xmlvalidate>
<echo>ChoiceMinOccurs002</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMinOccurs0/ChoiceMinOccurs0-ChoiceMinOccurs002.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMinOccurs0/ChoiceMinOccurs0.xsd"/>
</xmlvalidate>
<echo>ChoiceMinOccurs003</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMinOccurs0/ChoiceMinOccurs0-ChoiceMinOccurs003.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMinOccurs0/ChoiceMinOccurs0.xsd"/>
</xmlvalidate>
<echo>ChoiceMinOccursFinite01</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMinOccursFinite/ChoiceMinOccursFinite-ChoiceMinOccursFinite01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMinOccursFinite/ChoiceMinOccursFinite.xsd"/>
</xmlvalidate>
<echo>ChoiceMinOccursFinite02</echo>
<xmlvalidate file="../../examples/6/09/ChoiceMinOccursFinite/ChoiceMinOccursFinite-ChoiceMinOccursFinite02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceMinOccursFinite/ChoiceMinOccursFinite.xsd"/>
</xmlvalidate>
<echo>ChoiceElement01</echo>
<xmlvalidate file="../../examples/6/09/ChoiceElement/ChoiceElement-ChoiceElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceElement/ChoiceElement.xsd"/>
</xmlvalidate>
<echo>ChoiceElement02</echo>
<xmlvalidate file="../../examples/6/09/ChoiceElement/ChoiceElement-ChoiceElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceElement/ChoiceElement.xsd"/>
</xmlvalidate>
<echo>ChoiceChoice01</echo>
<xmlvalidate file="../../examples/6/09/ChoiceChoice/ChoiceChoice-ChoiceChoice01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceChoice/ChoiceChoice.xsd"/>
</xmlvalidate>
<echo>ChoiceChoice02</echo>
<xmlvalidate file="../../examples/6/09/ChoiceChoice/ChoiceChoice-ChoiceChoice02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceChoice/ChoiceChoice.xsd"/>
</xmlvalidate>
<echo>ChoiceChoice03</echo>
<xmlvalidate file="../../examples/6/09/ChoiceChoice/ChoiceChoice-ChoiceChoice03.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceChoice/ChoiceChoice.xsd"/>
</xmlvalidate>
<echo>ChoiceSequence01</echo>
<xmlvalidate file="../../examples/6/09/ChoiceSequence/ChoiceSequence-ChoiceSequence01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceSequence/ChoiceSequence.xsd"/>
</xmlvalidate>
<echo>ChoiceSequence02</echo>
<xmlvalidate file="../../examples/6/09/ChoiceSequence/ChoiceSequence-ChoiceSequence02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ChoiceSequence/ChoiceSequence.xsd"/>
</xmlvalidate>
<echo>SequenceChoice01</echo>
<xmlvalidate file="../../examples/6/09/SequenceChoice/SequenceChoice-SequenceChoice01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceChoice/SequenceChoice.xsd"/>
</xmlvalidate>
<echo>SequenceChoice02</echo>
<xmlvalidate file="../../examples/6/09/SequenceChoice/SequenceChoice-SequenceChoice02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceChoice/SequenceChoice.xsd"/>
</xmlvalidate>
<echo>ElementGroup01</echo>
<xmlvalidate file="../../examples/6/09/ElementGroup/ElementGroup-ElementGroup01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementGroup/ElementGroup.xsd"/>
</xmlvalidate>
<echo>Unique01</echo>
<xmlvalidate file="../../examples/6/09/Unique/Unique-Unique01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/Unique/Unique.xsd"/>
</xmlvalidate>
<echo>TokenSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/TokenSimpleTypePattern/TokenSimpleTypePattern-TokenSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/TokenSimpleTypePattern/TokenSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>AppinfoElement01</echo>
<xmlvalidate file="../../examples/6/09/AppinfoElement/AppinfoElement-AppinfoElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AppinfoElement/AppinfoElement.xsd"/>
</xmlvalidate>
<echo>ComplexTypeOnlyAttributeGroup01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeOnlyAttributeGroup/ComplexTypeOnlyAttributeGroup-ComplexTypeOnlyAttributeGroup01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeOnlyAttributeGroup/ComplexTypeOnlyAttributeGroup.xsd"/>
</xmlvalidate>
<echo>SubstitutionGroup01</echo>
<xmlvalidate file="../../examples/6/09/SubstitutionGroup/SubstitutionGroup-SubstitutionGroup01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SubstitutionGroup/SubstitutionGroup.xsd"/>
</xmlvalidate>
<echo>SubstitutionGroup02</echo>
<xmlvalidate file="../../examples/6/09/SubstitutionGroup/SubstitutionGroup-SubstitutionGroup02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SubstitutionGroup/SubstitutionGroup.xsd"/>
</xmlvalidate>
<echo>MaxOccurs01</echo>
<xmlvalidate file="../../examples/6/09/MaxOccurs1/MaxOccurs1-MaxOccurs01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/MaxOccurs1/MaxOccurs1.xsd"/>
</xmlvalidate>
<echo>MaxOccurs02</echo>
<xmlvalidate file="../../examples/6/09/MaxOccurs1/MaxOccurs1-MaxOccurs02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/MaxOccurs1/MaxOccurs1.xsd"/>
</xmlvalidate>
<echo>MinOccurs01</echo>
<xmlvalidate file="../../examples/6/09/MinOccurs1/MinOccurs1-MinOccurs01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/MinOccurs1/MinOccurs1.xsd"/>
</xmlvalidate>
<echo>AllElement01</echo>
<xmlvalidate file="../../examples/6/09/AllElement/AllElement-AllElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AllElement/AllElement.xsd"/>
</xmlvalidate>
<echo>ElementDefault01</echo>
<xmlvalidate file="../../examples/6/09/ElementDefault/ElementDefault-ElementDefault01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementDefault/ElementDefault.xsd"/>
</xmlvalidate>
<echo>ElementDefault02</echo>
<xmlvalidate file="../../examples/6/09/ElementDefault/ElementDefault-ElementDefault02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementDefault/ElementDefault.xsd"/>
</xmlvalidate>
<echo>List01</echo>
<xmlvalidate file="../../examples/6/09/List/List-List01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/List/List.xsd"/>
</xmlvalidate>
<echo>SequenceElement01</echo>
<xmlvalidate file="../../examples/6/09/SequenceElement/SequenceElement-SequenceElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceElement/SequenceElement.xsd"/>
</xmlvalidate>
<echo>SequenceSingleRepeatedElement01</echo>
<xmlvalidate file="../../examples/6/09/SequenceSingleRepeatedElement/SequenceSingleRepeatedElement-SequenceSingleRepeatedElement01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceSingleRepeatedElement/SequenceSingleRepeatedElement.xsd"/>
</xmlvalidate>
<echo>SequenceSingleRepeatedElement02</echo>
<xmlvalidate file="../../examples/6/09/SequenceSingleRepeatedElement/SequenceSingleRepeatedElement-SequenceSingleRepeatedElement02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceSingleRepeatedElement/SequenceSingleRepeatedElement.xsd"/>
</xmlvalidate>
<echo>AnyAttributeOtherStrict01</echo>
<xmlvalidate file="../../examples/6/09/AnyAttributeOtherStrict/AnyAttributeOtherStrict-AnyAttributeOtherStrict01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyAttributeOtherStrict/AnyAttributeOtherStrict.xsd"/>
</xmlvalidate>
<echo>AnyAttributeOtherLax01</echo>
<xmlvalidate file="../../examples/6/09/AnyAttributeOtherLax/AnyAttributeOtherLax-AnyAttributeOtherLax01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyAttributeOtherLax/AnyAttributeOtherLax.xsd"/>
</xmlvalidate>
<echo>AnyAttributeOtherSkip01</echo>
<xmlvalidate file="../../examples/6/09/AnyAttributeOtherSkip/AnyAttributeOtherSkip-AnyAttributeOtherSkip01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyAttributeOtherSkip/AnyAttributeOtherSkip.xsd"/>
</xmlvalidate>
<echo>GlobalElementAbstract01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementAbstract/GlobalElementAbstract-GlobalElementAbstract01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementAbstract/GlobalElementAbstract.xsd"/>
</xmlvalidate>
<echo>SimpleTypeEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/SimpleTypeEnumerationType/SimpleTypeEnumerationType-SimpleTypeEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SimpleTypeEnumerationType/SimpleTypeEnumerationType.xsd"/>
</xmlvalidate>
<echo>SimpleTypeEnumerationType02</echo>
<xmlvalidate file="../../examples/6/09/SimpleTypeEnumerationType/SimpleTypeEnumerationType-SimpleTypeEnumerationType02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SimpleTypeEnumerationType/SimpleTypeEnumerationType.xsd"/>
</xmlvalidate>
<echo>LanguageEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/LanguageEnumerationType/LanguageEnumerationType-LanguageEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LanguageEnumerationType/LanguageEnumerationType.xsd"/>
</xmlvalidate>
<echo>LanguageEnumerationType02</echo>
<xmlvalidate file="../../examples/6/09/LanguageEnumerationType/LanguageEnumerationType-LanguageEnumerationType02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LanguageEnumerationType/LanguageEnumerationType.xsd"/>
</xmlvalidate>
<echo>ElementReferenceUnqualified01</echo>
<xmlvalidate file="../../examples/6/09/ElementReferenceUnqualified/ElementReferenceUnqualified-ElementReferenceUnqualified01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementReferenceUnqualified/ElementReferenceUnqualified.xsd"/>
</xmlvalidate>
<echo>ElementTypeReferenceUnqualified01</echo>
<xmlvalidate file="../../examples/6/09/ElementTypeReferenceUnqualified/ElementTypeReferenceUnqualified-ElementTypeReferenceUnqualified01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementTypeReferenceUnqualified/ElementTypeReferenceUnqualified.xsd"/>
</xmlvalidate>
<echo>AttributeReferenceUnqualified01</echo>
<xmlvalidate file="../../examples/6/09/AttributeReferenceUnqualified/AttributeReferenceUnqualified-AttributeReferenceUnqualified01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeReferenceUnqualified/AttributeReferenceUnqualified.xsd"/>
</xmlvalidate>
<echo>AttributeTypeReferenceUnqualified01</echo>
<xmlvalidate file="../../examples/6/09/AttributeTypeReferenceUnqualified/AttributeTypeReferenceUnqualified-AttributeTypeReferenceUnqualified01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeTypeReferenceUnqualified/AttributeTypeReferenceUnqualified.xsd"/>
</xmlvalidate>
<echo>GlobalAttribute01</echo>
<xmlvalidate file="../../examples/6/09/GlobalAttribute/GlobalAttribute-GlobalAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalAttribute/GlobalAttribute.xsd"/>
</xmlvalidate>
<echo>GlobalAttributeSimpleType01</echo>
<xmlvalidate file="../../examples/6/09/GlobalAttributeSimpleType/GlobalAttributeSimpleType-GlobalAttributeSimpleType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalAttributeSimpleType/GlobalAttributeSimpleType.xsd"/>
</xmlvalidate>
<echo>GlobalAttributeUnqualifiedType01</echo>
<xmlvalidate file="../../examples/6/09/GlobalAttributeUnqualifiedType/GlobalAttributeUnqualifiedType-GlobalAttributeUnqualifiedType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalAttributeUnqualifiedType/GlobalAttributeUnqualifiedType.xsd"/>
</xmlvalidate>
<echo>GlobalComplexTypeEmptyExtension01</echo>
<xmlvalidate file="../../examples/6/09/GlobalComplexTypeEmptyExtension/GlobalComplexTypeEmptyExtension-GlobalComplexTypeEmptyExtension01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalComplexTypeEmptyExtension/GlobalComplexTypeEmptyExtension.xsd"/>
</xmlvalidate>
<echo>GlobalElementComplexTypeEmptyExtension01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementComplexTypeEmptyExtension/GlobalElementComplexTypeEmptyExtension-GlobalElementComplexTypeEmptyExtension01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementComplexTypeEmptyExtension/GlobalElementComplexTypeEmptyExtension.xsd"/>
</xmlvalidate>
<echo>GlobalElementComplexTypeSequenceExtension01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementComplexTypeSequenceExtension/GlobalElementComplexTypeSequenceExtension-GlobalElementComplexTypeSequenceExtension01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementComplexTypeSequenceExtension/GlobalElementComplexTypeSequenceExtension.xsd"/>
</xmlvalidate>
<echo>GlobalElementSequenceAny01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementSequenceAny/GlobalElementSequenceAny-GlobalElementSequenceAny01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementSequenceAny/GlobalElementSequenceAny.xsd"/>
</xmlvalidate>
<echo>GlobalElementSimpleType01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementSimpleType/GlobalElementSimpleType-GlobalElementSimpleType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementSimpleType/GlobalElementSimpleType.xsd"/>
</xmlvalidate>
<echo>GlobalElementSimpleType02</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementSimpleType/GlobalElementSimpleType-GlobalElementSimpleType02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementSimpleType/GlobalElementSimpleType.xsd"/>
</xmlvalidate>
<echo>GlobalElementUnqualifiedType01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementUnqualifiedType/GlobalElementUnqualifiedType-GlobalElementUnqualifiedType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementUnqualifiedType/GlobalElementUnqualifiedType.xsd"/>
</xmlvalidate>
<echo>GYearSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/GYearSimpleTypePattern/GYearSimpleTypePattern-GYearSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearSimpleTypePattern/GYearSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>GMonthSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/GMonthSimpleTypePattern/GMonthSimpleTypePattern-GMonthSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthSimpleTypePattern/GMonthSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>GDaySimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/GDaySimpleTypePattern/GDaySimpleTypePattern-GDaySimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GDaySimpleTypePattern/GDaySimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>GYearMonthSimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/GYearMonthSimpleTypePattern/GYearMonthSimpleTypePattern-GYearMonthSimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GYearMonthSimpleTypePattern/GYearMonthSimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>GMonthDaySimpleTypePattern01</echo>
<xmlvalidate file="../../examples/6/09/GMonthDaySimpleTypePattern/GMonthDaySimpleTypePattern-GMonthDaySimpleTypePattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GMonthDaySimpleTypePattern/GMonthDaySimpleTypePattern.xsd"/>
</xmlvalidate>
<echo>SimpleTypeRenamed01</echo>
<xmlvalidate file="../../examples/6/09/SimpleTypeRenamed/SimpleTypeRenamed-SimpleTypeRenamed01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SimpleTypeRenamed/SimpleTypeRenamed.xsd"/>
</xmlvalidate>
<echo>LocalElementSimpleType01</echo>
<xmlvalidate file="../../examples/6/09/LocalElementSimpleType/LocalElementSimpleType-LocalElementSimpleType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LocalElementSimpleType/LocalElementSimpleType.xsd"/>
</xmlvalidate>
<echo>LocalAttributeSimpleType01</echo>
<xmlvalidate file="../../examples/6/09/LocalAttributeSimpleType/LocalAttributeSimpleType-LocalAttributeSimpleType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LocalAttributeSimpleType/LocalAttributeSimpleType.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceStrictAny01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceStrictAny/ExtendedSequenceStrictAny-ExtendedSequenceStrictAny01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceStrictAny/ExtendedSequenceStrictAny.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceLaxAny01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceLaxAny/ExtendedSequenceLaxAny-ExtendedSequenceLaxAny01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceLaxAny/ExtendedSequenceLaxAny.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceSkipAny01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceSkipAny/ExtendedSequenceSkipAny-ExtendedSequenceSkipAny01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceSkipAny/ExtendedSequenceSkipAny.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceSkipOther01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceSkipOther/ExtendedSequenceSkipOther-ExtendedSequenceSkipOther01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceSkipOther/ExtendedSequenceSkipOther.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceLaxOther01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceLaxOther/ExtendedSequenceLaxOther-ExtendedSequenceLaxOther01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceLaxOther/ExtendedSequenceLaxOther.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceStrictOther01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceStrictOther/ExtendedSequenceStrictOther-ExtendedSequenceStrictOther01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceStrictOther/ExtendedSequenceStrictOther.xsd"/>
</xmlvalidate>
<echo>AttributeFormQualified01</echo>
<xmlvalidate file="../../examples/6/09/AttributeFormQualified/AttributeFormQualified-AttributeFormQualified01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeFormQualified/AttributeFormQualified.xsd"/>
</xmlvalidate>
<echo>ComplexTypeAnyAttribute01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeAnyAttribute/ComplexTypeAnyAttribute-ComplexTypeAnyAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeAnyAttribute/ComplexTypeAnyAttribute.xsd"/>
</xmlvalidate>
<echo>SimpleContentAnyAttributeSkip01</echo>
<xmlvalidate file="../../examples/6/09/SimpleContentAnyAttributeSkip/SimpleContentAnyAttributeSkip-SimpleContentAnyAttributeSkip01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SimpleContentAnyAttributeSkip/SimpleContentAnyAttributeSkip.xsd"/>
</xmlvalidate>
<echo>SimpleContentAnyAttributeLax01</echo>
<xmlvalidate file="../../examples/6/09/SimpleContentAnyAttributeLax/SimpleContentAnyAttributeLax-SimpleContentAnyAttributeLax01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SimpleContentAnyAttributeLax/SimpleContentAnyAttributeLax.xsd"/>
</xmlvalidate>
<echo>SimpleContentAnyAttributeStrict01</echo>
<xmlvalidate file="../../examples/6/09/SimpleContentAnyAttributeStrict/SimpleContentAnyAttributeStrict-SimpleContentAnyAttributeStrict01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SimpleContentAnyAttributeStrict/SimpleContentAnyAttributeStrict.xsd"/>
</xmlvalidate>
<echo>MixedComplexContent01</echo>
<xmlvalidate file="../../examples/6/09/MixedComplexContent/MixedComplexContent-MixedComplexContent01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/MixedComplexContent/MixedComplexContent.xsd"/>
</xmlvalidate>
<echo>ElementFormUnqualified01</echo>
<xmlvalidate file="../../examples/6/09/ElementFormUnqualified/ElementFormUnqualified-ElementFormUnqualified01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementFormUnqualified/ElementFormUnqualified.xsd"/>
</xmlvalidate>
<echo>ExtendedSimpleContent01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSimpleContent/ExtendedSimpleContent-ExtendedSimpleContent01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSimpleContent/ExtendedSimpleContent.xsd"/>
</xmlvalidate>
<echo>QualifiedLocalAttributes01</echo>
<xmlvalidate file="../../examples/6/09/QualifiedLocalAttributes/QualifiedLocalAttributes-QualifiedLocalAttributes01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/QualifiedLocalAttributes/QualifiedLocalAttributes.xsd"/>
</xmlvalidate>
<echo>UnqualifiedLocalElements01</echo>
<xmlvalidate file="../../examples/6/09/UnqualifiedLocalElements/UnqualifiedLocalElements-UnqualifiedLocalElements01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnqualifiedLocalElements/UnqualifiedLocalElements.xsd"/>
</xmlvalidate>
<echo>SequenceAnyStrict01</echo>
<xmlvalidate file="../../examples/6/09/SequenceAnyStrict/SequenceAnyStrict-SequenceAnyStrict01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceAnyStrict/SequenceAnyStrict.xsd"/>
</xmlvalidate>
<echo>UnionSimpleAndMemberTypes01</echo>
<xmlvalidate file="../../examples/6/09/UnionSimpleAndMemberTypes/UnionSimpleAndMemberTypes-UnionSimpleAndMemberTypes01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/UnionSimpleAndMemberTypes/UnionSimpleAndMemberTypes.xsd"/>
</xmlvalidate>
<echo>ElementFixed01</echo>
<xmlvalidate file="../../examples/6/09/ElementFixed/ElementFixed-ElementFixed01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementFixed/ElementFixed.xsd"/>
</xmlvalidate>
<echo>GlobalElementComplexType01</echo>
<xmlvalidate file="../../examples/6/09/GlobalElementComplexType/GlobalElementComplexType-GlobalElementComplexType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/GlobalElementComplexType/GlobalElementComplexType.xsd"/>
</xmlvalidate>
<echo>RestrictedPattern01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedPattern/RestrictedPattern-RestrictedPattern01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedPattern/RestrictedPattern.xsd"/>
</xmlvalidate>
<echo>RestrictedPattern02</echo>
<xmlvalidate file="../../examples/6/09/RestrictedPattern/RestrictedPattern-RestrictedPattern02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedPattern/RestrictedPattern.xsd"/>
</xmlvalidate>
<echo>RestrictedSimpleContent01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedSimpleContent/RestrictedSimpleContent-RestrictedSimpleContent01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedSimpleContent/RestrictedSimpleContent.xsd"/>
</xmlvalidate>
<echo>RestrictedSimpleContent02</echo>
<xmlvalidate file="../../examples/6/09/RestrictedSimpleContent/RestrictedSimpleContent-RestrictedSimpleContent02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedSimpleContent/RestrictedSimpleContent.xsd"/>
</xmlvalidate>
<echo>AttributeProhibited01</echo>
<xmlvalidate file="../../examples/6/09/AttributeProhibited/AttributeProhibited-AttributeProhibited01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeProhibited/AttributeProhibited.xsd"/>
</xmlvalidate>
<echo>ComplexTypeChoiceExtension01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeChoiceExtension/ComplexTypeChoiceExtension-ComplexTypeChoiceExtension01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeChoiceExtension/ComplexTypeChoiceExtension.xsd"/>
</xmlvalidate>
<echo>ComplexTypeChoiceExtension02</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeChoiceExtension/ComplexTypeChoiceExtension-ComplexTypeChoiceExtension02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeChoiceExtension/ComplexTypeChoiceExtension.xsd"/>
</xmlvalidate>
<echo>ComplexTypeAttributeGroupExtension01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeAttributeGroupExtension/ComplexTypeAttributeGroupExtension-ComplexTypeAttributeGroupExtension01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeAttributeGroupExtension/ComplexTypeAttributeGroupExtension.xsd"/>
</xmlvalidate>
<echo>RestrictedWhitespacePreserve01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedWhitespacePreserve/RestrictedWhitespacePreserve-RestrictedWhitespacePreserve01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedWhitespacePreserve/RestrictedWhitespacePreserve.xsd"/>
</xmlvalidate>
<echo>RestrictedWhitespaceCollapse01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedWhitespaceCollapse/RestrictedWhitespaceCollapse-RestrictedWhitespaceCollapse01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedWhitespaceCollapse/RestrictedWhitespaceCollapse.xsd"/>
</xmlvalidate>
<echo>RestrictedWhitespaceReplace01</echo>
<xmlvalidate file="../../examples/6/09/RestrictedWhitespaceReplace/RestrictedWhitespaceReplace-RestrictedWhitespaceReplace01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/RestrictedWhitespaceReplace/RestrictedWhitespaceReplace.xsd"/>
</xmlvalidate>
<echo>XmlLang01</echo>
<xmlvalidate file="../../examples/6/09/XmlLang/XmlLang-XmlLang01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/XmlLang/XmlLang.xsd"/>
</xmlvalidate>
<echo>ComplexTypeAttributeRestriction01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeAttributeRestriction/ComplexTypeAttributeRestriction-ComplexTypeAttributeRestriction01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeAttributeRestriction/ComplexTypeAttributeRestriction.xsd"/>
</xmlvalidate>
<echo>ComplexTypeSequenceRestriction01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeSequenceRestriction/ComplexTypeSequenceRestriction-ComplexTypeSequenceRestriction01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeSequenceRestriction/ComplexTypeSequenceRestriction.xsd"/>
</xmlvalidate>
<echo>LocalElementComplexTypeEmptyExtension01</echo>
<xmlvalidate file="../../examples/6/09/LocalElementComplexTypeEmptyExtension/LocalElementComplexTypeEmptyExtension-LocalElementComplexTypeEmptyExtension01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/LocalElementComplexTypeEmptyExtension/LocalElementComplexTypeEmptyExtension.xsd"/>
</xmlvalidate>
<echo>SequenceSequenceGroup01</echo>
<xmlvalidate file="../../examples/6/09/SequenceSequenceGroup/SequenceSequenceGroup-SequenceSequenceGroup01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/SequenceSequenceGroup/SequenceSequenceGroup.xsd"/>
</xmlvalidate>
<echo>MaxOccurs001</echo>
<xmlvalidate file="../../examples/6/09/MaxOccurs0/MaxOccurs0-MaxOccurs001.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/MaxOccurs0/MaxOccurs0.xsd"/>
</xmlvalidate>
<echo>AttributeGroupAnyAttribute01</echo>
<xmlvalidate file="../../examples/6/09/AttributeGroupAnyAttribute/AttributeGroupAnyAttribute-AttributeGroupAnyAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AttributeGroupAnyAttribute/AttributeGroupAnyAttribute.xsd"/>
</xmlvalidate>
<echo>ElementKey01</echo>
<xmlvalidate file="../../examples/6/09/ElementKey/ElementKey-ElementKey01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementKey/ElementKey.xsd"/>
</xmlvalidate>
<echo>AnyAttributeNamespacedFinite01</echo>
<xmlvalidate file="../../examples/6/09/AnyAttributeNamespacedFinite/AnyAttributeNamespacedFinite-AnyAttributeNamespacedFinite01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyAttributeNamespacedFinite/AnyAttributeNamespacedFinite.xsd"/>
</xmlvalidate>
<echo>AnyURIEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/AnyURIEnumerationType/AnyURIEnumerationType-AnyURIEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/AnyURIEnumerationType/AnyURIEnumerationType.xsd"/>
</xmlvalidate>
<echo>QNameEnumerationType01</echo>
<xmlvalidate file="../../examples/6/09/QNameEnumerationType/QNameEnumerationType-QNameEnumerationType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/QNameEnumerationType/QNameEnumerationType.xsd"/>
</xmlvalidate>
<echo>ComplexTypeSequenceChoiceAny01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeSequenceChoiceAny/ComplexTypeSequenceChoiceAny-ComplexTypeSequenceChoiceAny01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeSequenceChoiceAny/ComplexTypeSequenceChoiceAny.xsd"/>
</xmlvalidate>
<echo>ComplexTypeExtensionAnnotationOnly01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeExtensionAnnotationOnly/ComplexTypeExtensionAnnotationOnly-ComplexTypeExtensionAnnotationOnly01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeExtensionAnnotationOnly/ComplexTypeExtensionAnnotationOnly.xsd"/>
</xmlvalidate>
<echo>ComplexTypeFinal01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeFinal/ComplexTypeFinal-ComplexTypeFinal01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeFinal/ComplexTypeFinal.xsd"/>
</xmlvalidate>
<echo>ComplexTypeChoiceAny01</echo>
<xmlvalidate file="../../examples/6/09/ComplexTypeChoiceAny/ComplexTypeChoiceAny-ComplexTypeChoiceAny01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexTypeChoiceAny/ComplexTypeChoiceAny.xsd"/>
</xmlvalidate>
<echo>ComplexContentRestrictionAnyAttribute01</echo>
<xmlvalidate file="../../examples/6/09/ComplexContentRestrictionAnyAttribute/ComplexContentRestrictionAnyAttribute-ComplexContentRestrictionAnyAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexContentRestrictionAnyAttribute/ComplexContentRestrictionAnyAttribute.xsd"/>
</xmlvalidate>
<echo>ComplexContentExtensionAnyAttribute01</echo>
<xmlvalidate file="../../examples/6/09/ComplexContentExtensionAnyAttribute/ComplexContentExtensionAnyAttribute-ComplexContentExtensionAnyAttribute01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexContentExtensionAnyAttribute/ComplexContentExtensionAnyAttribute.xsd"/>
</xmlvalidate>
<echo>ComplexContentExtensionAnyAttribute02</echo>
<xmlvalidate file="../../examples/6/09/ComplexContentExtensionAnyAttribute/ComplexContentExtensionAnyAttribute-ComplexContentExtensionAnyAttribute02.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ComplexContentExtensionAnyAttribute/ComplexContentExtensionAnyAttribute.xsd"/>
</xmlvalidate>
<echo>ElementDefaultAnyType01</echo>
<xmlvalidate file="../../examples/6/09/ElementDefaultAnyType/ElementDefaultAnyType-ElementDefaultAnyType01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ElementDefaultAnyType/ElementDefaultAnyType.xsd"/>
</xmlvalidate>
<echo>ExtendedSequenceNamespacedFinite01</echo>
<xmlvalidate file="../../examples/6/09/ExtendedSequenceNamespacedFinite/ExtendedSequenceNamespacedFinite-ExtendedSequenceNamespacedFinite01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/ExtendedSequenceNamespacedFinite/ExtendedSequenceNamespacedFinite.xsd"/>
</xmlvalidate>
<echo>Redefine01</echo>
<xmlvalidate file="../../examples/6/09/Redefine/Redefine-Redefine01.xml" lenient="false" failonerror="false" warn="true">
<attribute name="http://apache.org/xml/features/validation/schema" value="true"/>
<attribute name="http://xml.org/sax/features/validation" value="true"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true"/>
<attribute name="http://apache.org/xml/features/validation/schema-full-checking" value="true"/>
<property name="http://apache.org/xml/properties/schema/external-schemaLocation" value="http://www.w3.org/2002/ws/databinding/examples/6/09/ file:../../examples/6/09/Redefine/Redefine.xsd"/>
</xmlvalidate>
</target>
</project>
