Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,899,358,804 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
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.01 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>


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

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
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.