/Kevin Ott/:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="type">
<xs:sequence>
<xs:element name="string" type="xs:string"/>
<xs:element ref="xs:schema"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
You must have:
<xs:import namespace="http://www.w3.org/2001/XMLSchema" />
the least. Then I don't know if Xerces will automatically resolve a
location for the XML Schema namespace - you might need to supply
'location' attribute in addition.
--
Stanimir
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]