Username:

Password:

Pages: [1] 2 3 4

Author Topic: What is an XML Schema?  (Read 3718 times)

malinhardly

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
What is an XML Schema?
« on: August 25, 2010, 10:40:05 PM »
XML Schemas facilitate the creation of significantly complex data structures. Essentially, the XSD files themselves are simple files which would be legible to any basic programmer. There are various XSD Editors on the market at present, the most obscure, yet well known is Microsoft Word. MS Word allows basic XML Editing, exporting, and even inclusion of XSDL Schema files so that you can check whether your document conforms to the correct standards.

rockmartinn24

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: What is an XML Schema?
« Reply #1 on: August 27, 2010, 05:16:34 AM »
An XML schema describes the structure of an XML document. XML Schema is an XML-based alternative to DTD.An XML schema describes the structure of an XML document. XML Schema is also called XML Schema Definition.

rmartin345

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is an XML Schema?
« Reply #2 on: August 30, 2010, 09:13:31 PM »
XML Schema is an XML-based alternative to DTD.It describes the structure of an XML document.An XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type,

princedlight

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: What is an XML Schema?
« Reply #3 on: September 14, 2010, 05:08:53 AM »
An XML Schema Is a description of a type of XML document Typically Expressed in terms of constraints on the structure and content of documents Of That Type, Above and Beyond the basic syntactical constraints Imposed by XML itself.
Logged

sindwocbeery

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: What is an XML Schema?
« Reply #4 on: November 03, 2010, 07:41:21 AM »
The purpose of an XML Schema is to define the legal building blocks of an XML document, just like a DTD.

An XML Schema:
1.defines elements that can appear in a document
2. defines attributes that can appear in a document
3.defines which elements are child elements
4.defines the order of child elements
5.defines the number of child elements
Logged

billwatsonn

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: What is an XML Schema?
« Reply #5 on: November 20, 2010, 06:59:17 AM »
XML Schema's facilitate the creation of significantly complex data structures. An XML schema describes the structure of an XML document. XML Schema is an XML-based alternative to DTD.

alfiealvins

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: What is an XML Schema?
« Reply #6 on: November 29, 2010, 02:51:33 PM »
XML schema describes the structure and content type of documents .It does not contain actual data.
Many programming languages use XML schema to find content type.
Logged

eddieanton

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: What is an XML Schema?
« Reply #7 on: December 18, 2010, 04:30:18 AM »
XML Schema definition language, XSDL in the implementation file for the XML data structure rules. Schema definition language, to ensure that each object in the XML document meets the predefined structure, described in the document XSDL. XML editor and enter the model will usually use it to help you create the content in the first place.
Logged

nellnilly

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is an XML Schema?
« Reply #8 on: December 23, 2010, 08:58:01 AM »
The XML schema is a description of the XML document, typically expressed as constraints on the structure and content of documents of this type, beyond the basic syntactic constraints of XML itself.XML Schema language is refer to as XML Schema Definition(XSD).An XML Schema:
- XML Schema defines whether an element is empty or can include text
- XML Schema defines data types for elements and attributes
- XML Schema defines default and fixed values for elements and attributes
« Last Edit: December 23, 2010, 09:00:21 AM by nellnilly »
Logged

lennonmichael

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: What is an XML Schema?
« Reply #9 on: December 23, 2010, 11:39:20 PM »
Schema Definition Language XML is the standard language for all current schemes XML documents and data. XML schema definition that defines the structure and data types for XML documents. An XML schema defines elements, attributes and data types according to the World Wide Web Consortium XML Schema

Logged

Santosbulus

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 38
Re: What is an XML Schema?
« Reply #10 on: December 27, 2010, 12:26:14 AM »
An XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntax constraints imposed by XML itself. An XML schema provides a view of the document type at a relatively high level of abstraction.

arnoldarta

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: What is an XML Schema?
« Reply #11 on: December 31, 2010, 03:15:32 PM »
XML Schema Definition (XSD) is the common language of the planes of all documents and XML data. On May 2, 2001, the World Wide Web Consortium (W3C) has released version 1.0 XSD format. Later that same year, Microsoft released MSXML 4.0 with support for XSD format.

peterpiper1987

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 2
Re: What is an XML Schema?
« Reply #12 on: January 07, 2011, 12:01:41 AM »
We can easily say XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure. We can use it as a blueprint for an XML document.  Really I want to know more about it. I need some help.

stevesmillers

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is an XML Schema?
« Reply #13 on: January 08, 2011, 06:32:57 AM »
XML model is a description of XML document type, usually beyond the structure and the restrictions imposed by XML itself, the basic syntax of the type of restrictions on content of the document said.

davidspears

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is an XML Schema?
« Reply #14 on: January 20, 2011, 03:57:07 PM »
XML Schema is a description of an XML document type, usually expressed in terms of restrictions on the structure and content of such documents beyond the limitations imposed by the basic syntax of XML. An XML schema provides a view of the type of document to a relatively high level of abstraction.
Logged
Pages: [1] 2 3 4