OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: XSchema Spec, Section 3, Draft 1 (Namespaces)

[ Lists Home | Date Index | Thread Index ]
  • From: james anderson <James.Anderson@mecomnet.de>
  • To: "Xml-Dev (E-mail)" <xml-dev@ic.ac.uk>
  • Date: Wed, 01 Jul 1998 17:38:54 +0200

you are suggesting a problem where there is none.
leave the prefix <-> namespace-region mechanism alone. it's not bothering you.

unless the purpose is to document the prefix, then the schema encoding should
take the form

<?xml version="1.0"?>
<?xml:namespace ns="http://www.purl.org/NET/XSchema/v1" prefix="XSC"?>
<?xml:namespace ns="http://simonstl.com/" prefix="NewSpace"?>
<XSC:XSchema>
  <XSC:Namespace ns="http://simonstl.com/">
    <XSC:Doc>The namespace (region) above is a total waste of time</XSC:Doc>
  </XSC:Namespace>
  <XSC:ElementDecl name="NewSpace:WasteOSpace">
    <XSC:Empty/>
  </XSC:ElementDecl>
</XSC:XSchema>

otherwise, you're encoding things which you do not mean.


Simon St.Laurent wrote:
> 
> For instance, an XSchema in the current version will begin:
> <?xml version="1.0"?>
> <?xml:namespace ns="http://www.purl.org/NET/XSchema/v1" prefix="XSC"?>
> <XSC:XSchema>
>   <XSC:Namespace ns="http://simonstl.com/" prefix="NewSpace">
>     <XSC:Doc>The namespace above is a total waste of time</XSC:Doc>
>   </XSC:Namespace>
>   <XSC:ElementDecl name="NewSpace:WasteOSpace">
>     <XSC:Empty/>
>   </XSC:ElementDecl>
> </XSC:XSchema>
> 
> The exciting document might look like:
> <?xml version="1.0"?>
> <?PI to be determined linking in XSchema?>
> <?xml:namespace ns="http://simonstl.com" prefix="SillySpace"?>
> <SillySpace:WasteOSpace/>
> 
> ...

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS