[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Piece-wise verification

  • From: Paul Prescod <papresco@t...>
  • To: xml-dev <xml-dev@i...>
  • Date: Mon, 01 Jun 1998 09:09:44 -0400

piece wise
Presume XSchema rules are similar to XSL rules, and are of the form:

<XSchema:Rule>
  <!-- Pattern -->

  <!-- Constraint -->
  <XSchema:ContentModel>
  ...
  </Schema:ContentModel>
</XSchema:Rule>

Patterns would be very simple in the first version. (e.g. just the element
type name) Later versions could be aligned with XSL so that that code
could be reused. Constraints would also be simple and get more and more
advanced with subsequent versions.

Here is a definition of piece-wise verification:

An attribute is verifiable if it matches the pattern in some rule. If it
does, the attribute verifies if its value conforms to the attribute value
type in the rule.

An element is verifiable if it matches the pattern in some rule. If it
does, the element locally verifies if its verifiable attributes verify and
its content matches its content model. Example (DTD syntax, for now):

<!ELEMENT FOO (BAR,BAZ)>

<FOO A="J"><BAR></BAR><BAZ/></FOO>

An element verifies if it locally verifies and each of its sub-elements
either recursively verifies or is not verifiable. (note: by default,
verification is recursive, but some sub-elements could be undeclared)

<!ELEMENT FOO (BAR,BAZ)>
<!ELEMENT BAR (#PCDATA)>
<!ELEMENT BAZ EMPTY>
<FOO A="J"><BAR B="G"></BAR><BAZ/></FOO>

An element completely verifies if it locally verifies and each of its
attributes and sub-elements is verifiable and verifies.

<!ELEMENT FOO (BAR,BAZ)>
<!ATTLIST FOO A CDATA #IMPLIED>
<!ELEMENT BAR (#PCDATA)>
<!ATTLIST BAR B CDATA #IMPLIED>
<!ELEMENT BAZ EMPTY>
<FOO A="J"><BAR B="G"></BAR><BAZ/></FOO>

An XML document verifies if its root element verifies and completely
verifies if its root element completely verifies.

<?xml version="1.0"?>
<!ELEMENT FOO (BAR,BAZ)>
<!ATTLIST FOO A CDATA #IMPLIED>
<!ELEMENT BAR (#PCDATA)>
<!ATTLIST BAR B CDATA #IMPLIED>
<!ELEMENT BAZ EMPTY>
<FOO A="J"><BAR B="G"></BAR><BAZ/></FOO>

 Paul Prescod  - http://itrc.uwaterloo.ca/~papresco

Three things it is far better that only you should know:
How much you're paid, the schedule pad, and what is just for show


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.