1\name{schema-class}
2\docType{class}
3\alias{ExternalReference-class}
4\alias{SchemaAttributeGroupTable-class}
5\alias{SchemaAttributeTable-class}
6\alias{SchemaElementTable-class}
7\alias{SchemaNotationTable-class}
8\alias{SchemaTypeTable-class}
9\alias{libxmlTypeTable-class}
10\alias{xmlSchemaAttributeGroupRef-class}
11\alias{xmlSchemaAttributeRef-class}
12\alias{xmlSchemaElementRef-class}
13\alias{xmlSchemaNotationRef-class}
14\alias{xmlSchemaRef-class}
15\alias{xmlSchemaTypeRef-class}
16\alias{names,xmlSchemaRef-method}
17\alias{$,xmlSchemaRef-method}
18
19\alias{names,libxmlTypeTable-method}
20\alias{$,libxmlTypeTable-method}
21\alias{$<-,libxmlTypeTable-method}
22\alias{coerce,libxmlTypeTable,list-method}
23
24\alias{show,XMLSchemaValidationResults-method}
25
26
27\title{Classes for working with XML Schema}
28
29\description{
30 These are classes used when working with XML schema
31and using them to validate a document or querying the
32schema for its elements.
33The basic representation is an external/native object stored in the
34\code{ref} slot.
35}
36%\section{Slots}{ \describe{}}
37%\section{Methods}{}
38
39\seealso{
40\code{\link{xmlSchemaValidate}}
41}
42\keyword{classes}
43