← Prev in month ← Prev in thread

importing XML schema

From
Prasad G S K <>
To
xml-dev <>
Date
2003-04-14T14:11:03Z
ID
<342F6DED4DF4D511AA5A00B0D079FEE3023819EE@MAYA>
Thread
importing XML schema
Can I import XML schema into my XSD file as given below?

<xs:import namespace="http://www.w3.org/2001/XMLSchema"/>
<xs:complexType name="MyType">
	<xs:sequence>
		<xs:element ref="xs:restriction" minOccurs="1" />
	</xs:sequence>
</xs:complexType>

Regars,
GSK
← Prev in month ← Prev in thread