blob: 3f0245ad642d06da6d1a1c3282fd9ad10a49e054 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:ta="http://www.foobar.com/outer"
xmlns:imported="http://www.foobar.com/imported"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.foobar.com/outer"
elementFormDefault="qualified">
<xs:import schemaLocation="CompleteEnumeration_importedSchema.xsd"
namespace="http://www.foobar.com/imported" />
<xs:element name="report">
<xs:complexType>
<xs:sequence>
<xs:element name="someParams" type="imported:OptionalParametersType"
minOccurs="1" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>