- From: <gmacri@libero.it>
- Date: Fri, 9 Jun 2000 19:00:00 +0200
- To: www-xml-schema-comments@w3.org
I have received this example: <xsd:schema xsd:targetNamespace="http://www.somewhere.org/Book" xmlns:local="http://www.somewhere.org/Book" xmlns:xsd="http://www.w3.org/1999/XMLSchema" > <element name="Book" xsd:type="local:BookType" /> <complexType name="BookType"> <element name="Title" xsd:type="string" /> ... </complexType> </xsd:schema> The prefix "xsd" that occur in the expressions :xsd:targetNamespace or xsd:type can occur before other parameters, for example name,minoccurs, maxoccurs,nullable and etc. ?
Received on Friday, 9 June 2000 13:00:41 UTC