Next in thread → Next in month →

RE: [xml-dev] what is the difference between "xs" and "xsd" for XML schema?

From
Chiusano Joseph <>
To
Howard Dong <>,
Date
2005-02-13T16:39:00Z
ID
<>
Thread
RE: [xml-dev] what is the difference between "xs" and "xsd" for XML schema?
Nothing - it's a namespace prefix (a label) that is a means for a parser
to associate schema constructs (elements, data types, etc.) with
namespace identifiers. This alleviates the need for the namespace
identifier to be used throughout a schema in each place in which it
would be required with that approach, which can be unwieldy - and would
also require numerious updates in the schema should the namespace
identifier be changed for whatever reason.

xs and xsd are very frequently used as prefixes for the W3C Schema
namespace, and so I would personally recommend that you use one of them
(which one probably does not matter), for familiarity purposes.
Otherwise there is no technical need to use these specific prefixes.

Kind Regards,
Joseph Chiusano
Booz Allen Hamilton
Strategy and Technology Consultants to the World
 

> -----Original Message-----
> From: Howard Dong [mailto:] 
> Sent: Saturday, February 12, 2005 5:49 PM
> To: 
> Subject: [xml-dev] what is the difference between "xs" and 
> "xsd" for XML schema?
> 
> when reading XML Schema Part 1: strcucture and XML Schema 
> Part 2: Datatypes Second Edition, I did not figure out the 
> difference between using "xs" and "xsd", thanks for your help.
> 
> --howard
> 
> 
> 
> --------------------------------
> Howard Dong
> Cogent Systems.
> Phone: (626)799-8090 ext 516
> Fax:  (626 )799 8996
> --------------------------------
> 
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org 
> <http://www.xml.org>, an initiative of OASIS 
> <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
> 
>
Next in thread → Next in month →