Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,812,282,594 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

W3C XML Schema
(redirected from XML Schema (W3C))

   Also found in: Wikipedia 0.03 sec.

W3C XML Schema

An XML schema from the W3C. It is a superset of DTD, which is the standard SGML schema. Unlike DTD, W3C XML Schema is written in XML syntax, which although more verbose than DTD, can be created with any XML tools. Following is an example of W3C XML Schema statements that define first and last name, followed by tags in actual use within the document. The xsd prefix is defined elsewhere in the schema to refer to the XML namespace that is being used. For information, visit www.w3.org/XML/Schema. W3C XML Schema is informally known as "XSD." See XML schema, XML repository, DTD, XQuery and XML.

  Schema for the Tags
  <xsd:element name="firstName" type="xsd:string"/>
  <xsd:element name="lastName" type="xsd:string"/>


  Actual Tags in Use
  <firstName>Pat</firstName>
  <lastName>Jones</lastName>



How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.