xsd:string required?

Would it be legal for me to rewrite the following schema:

<xsd:schema xmlns:xsd="http://www.w3.org/1999/XMLSchema">
  <xsd:complexType name="Name">
    <xsd:element name="First" type="xsd:string"/>
    <xsd:element name="Last"  type="xsd:string"/>
  </xsd:complexType>
</xsd:schema>

as:

<BOB:schema xmlns:BOB="http://www.w3.org/1999/XMLSchema">
  <BOB:complexType name="Name">
    <BOB:element name="First" type="BOB:string"/>
    <BOB:element name="Last"  type="BOB:string"/>
  </BOB:complexType>
</BOB:schema>

if I was suitably pervserse!?


Get your own zoom email - click here - http://www.zoom.co.uk/

Received on Friday, 21 July 2000 08:47:03 UTC