<?xml version="1.0" encoding="UTF-8"?>
<!--
  This wrapper works around a limitation in xmllint as it supports only one
  schema on the command line. Validate with "xmllint &hyph;&hyph;schema
  v2/wrapper.xsd v2/.../example.xsd &hyph;&hyph;noout"
-->
<schema elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://string.drv.de/xmlschema/string" schemaLocation="http://string.drv.de/xmlschema/string/StringMessage.xsd"/>
    <import namespace="http://string.drv.de/xmlschema/string/v2" schemaLocation="http://string.drv.de/xmlschema/string/v2/String.xsd"/>
</schema>

