W3C home > Mailing lists > Public > www-xml-schema-comments@w3.org > April to June 2000

Questio on Prefix before parameter

From: <gmacri@libero.it>
Date: Fri, 9 Jun 2000 19:00:00 +0200
To: www-xml-schema-comments@w3.org
Message-Id: <FVWCK0$IPDHr5zl_lVbNgR60lZnyfLkMZhatZLdWQNjPYQlm4x@libero.it>
 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 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 6 December 2009 18:12:47 GMT