2

I have spent hours and hours searching for resources to learn about Post-Schema-Validation Infoset of XML but no luck. May I know where could I get some tutorials or reference regarding this topic?

Thanks!

Ryzal Yusoff
  • 957
  • 2
  • 22
  • 49

1 Answers1

3

The Post-Schema-Validation Infoset (PSVI) expresses an XML document in terms of a data model consisting of the name, structure, and type information used during validation.

Definition of the PSVI in XSD 1.1 :

We refer to the augmented infoset which results from conformant processing as defined in this specification as the post-schema-validation infoset, or PSVI.

Tutorials / Overviews:

References:

Ludovic Kuty
  • 4,868
  • 3
  • 28
  • 42
kjhughes
  • 106,133
  • 27
  • 181
  • 240