System.Xml.Schema.XmlSchemaSet: Property Members

The properties of System.Xml.Schema.XmlSchemaSet are listed below. For a list of all members, see the XmlSchemaSet Members list.

See Also: Inherited members from System.Object

Public Properties

CompilationSettingsXmlSchemaCompilationSettings.

Gets or sets the System.Xml.Schema.XmlSchemaCompilationSettings for the System.Xml.Schema.XmlSchemaSet.

[read-only]
Countint.

Gets the number of logical XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet.

[read-only]
GlobalAttributesXmlSchemaObjectTable.

Gets all the global attributes in all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet.

[read-only]
GlobalElementsXmlSchemaObjectTable.

Gets all the global elements in all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet.

[read-only]
GlobalTypesXmlSchemaObjectTable.

Gets all of the global simple and complex types in all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet.

[read-only]
IsCompiledbool.

Gets a value that indicates whether the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet have been compiled.

[read-only]
NameTableSystem.Xml.XmlNameTable.

Gets the default System.Xml.XmlNameTable used by the System.Xml.Schema.XmlSchemaSet when loading new XML Schema definition language (XSD) schemas.

[write-only]
XmlResolverSystem.Xml.XmlResolver.

Sets the System.Xml.XmlResolver used to resolve namespaces or locations referenced in include and import elements of a schema.