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
CompilationSettings | XmlSchemaCompilationSettings.
Gets or sets the System.Xml.Schema.XmlSchemaCompilationSettings for the System.Xml.Schema.XmlSchemaSet. | |
[read-only] | Count | int.
Gets the number of logical XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet. |
[read-only] | GlobalAttributes | XmlSchemaObjectTable.
Gets all the global attributes in all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet. |
[read-only] | GlobalElements | XmlSchemaObjectTable.
Gets all the global elements in all the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet. |
[read-only] | GlobalTypes | XmlSchemaObjectTable.
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] | IsCompiled | bool.
Gets a value that indicates whether the XML Schema definition language (XSD) schemas in the System.Xml.Schema.XmlSchemaSet have been compiled. |
[read-only] | NameTable | System.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] | XmlResolver | System.Xml.XmlResolver.
Sets the System.Xml.XmlResolver used to resolve namespaces or locations referenced in include and import elements of a schema. |