Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,590,036,580 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 W3C Schema)

   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>


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
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
Corel XMetaL 4 provides the only richly-customizable XML editing solutions that support dynamic validation for both DTDs and W3C Schemas.
The Schema editor supports the most recent W3C Schema draft and also allows true live editing of the Schema in the actual graphical representation via the revolutionary dynamic tree view.
Today, the Business Web Factory provides builders for constructing XML-based service calls to web services whose interfaces support SOAP and W3C Schema.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | 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.