PSVI
From Wikipedia, the free encyclopedia
This article or section is in need of attention from an expert on the subject. WikiProject Technology or the Technology Portal may be able to help recruit one. |
This article does not cite any references or sources. (July 2007) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
PSVI is an acronym for Post-Schema-Validation Infoset, a term used in XML parsing.
Main article: XML Schema
Briefly, an XML schema assigns an identifiable type to each element. Validating an XML document against this schema produces a Post Schema Validation Infoset, PSVI for short, where each element, attribute and in general, any node of the XML document has assigned the type from XML schema. Schema-aware applications using schema parsers and APIs can make use of the types of elements.