[
Lists Home |
Date Index |
Thread Index
]
- To: "Murali Mani" <mani@CS.UCLA.EDU>,<xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] Question regarding PSVI..
- From: "Dare Obasanjo" <dareo@microsoft.com>
- Date: Tue, 28 May 2002 16:52:39 -0700
- Thread-index: AcIGoErK0Vz2O1YGSg6CfUflZ3lQ0wAABGQA
- Thread-topic: [xml-dev] Question regarding PSVI..
Appendix C2 of the W3C XML Schema recommendation describes the
contributions to the Post-Schema-Validation Infoset (PSVI). Which are
basicaly additions to an XML document's infoset made after it has been
validated.
http://www.w3.org/TR/xmlschema-1/#outcomes
IBM's proposal describes requirements for an API for manipulating W3C
XML Schema components which is not related.
PS: To properly describe the PSVI for your document, I'd need an
actually schema with targetNamespaces, defaults, schema locations and
the whole hog.
--
PITHY WORDS OF WISDOM
If two wrongs don't make a right, try three.
This posting is provided "AS IS" with no warranties, and confers no
rights.
> -----Original Message-----
> From: Murali Mani [mailto:mani@CS.UCLA.EDU]
> Sent: Tuesday, May 28, 2002 4:34 PM
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] Question regarding PSVI..
>
>
>
> I had a question regarding PSVI - post schema validation
> infoset. I was looking for this, and I found the following,
> please let me know if my understandings are correct..
>
> XML Infoset -- This is the basic infoset recommendation. This
> is for any well-formed XML document, it there is a schema
> (they say DTD) associated with that document, this info set
> just says that this schema is associated with that document.
>
> XML Schema Infoset -
> http://www.research.ibm.com/XML/schema/WD-XML-Schema-Infoset-A
PI-Req.htm
This seems to provide an interface for querying and modifying XML
Schema.
Post Schema Validation Infoset - I did not really find information
regarding this. I am looking for a short tutorial for this, such as
where they expect this will be used, and also how PSVI works.
For example, let us consider a simple schema to see how PSVI works.
Book -> book (Title)
Title -> title (String)
and the document
<book><title>Intro to XML</title></book>
what is the PSVI for the above document?
thanks and regards - murali.
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|