tags:

views:

42

answers:

1
+3  Q: 

Schema of an XSD?

I'm looking for the Schema document on basis of which an XSD is created. I need this because I want to transform an XML to XSD using XSL.

+1  A: 

It's right here: http://www.w3.org/2001/XMLSchema.xsd

Note that your browser might not display it exactly as it is stored, so you may want to use View Source.

lavinio