TypeInfo Fields

The TypeInfo type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDERIVATION_EXTENSION
If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the derivation by extension.
Public fieldStatic memberDERIVATION_LIST
If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the list.
Public fieldStatic memberDERIVATION_RESTRICTION
If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved.
Public fieldStatic memberDERIVATION_UNION
If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the union if simple types are involved.
See Also