The members of System.Xml.Schema.XmlSchema are listed below.
See Also: Inherited members from System.Xml.Schema.XmlSchemaObject
Initializes a new instance of the System.Xml.Schema.XmlSchema class. |
const | InstanceNamespace | string.
The XML schema instance namespace. This field is constant. |
const | Namespace | string.
The XML schema namespace. This field is constant. |
AttributeFormDefault | XmlSchemaForm.
Gets or sets the form for attributes declared in the target namespace of the schema. | |
[read-only] | AttributeGroups | XmlSchemaObjectTable.
Gets the post-schema-compilation value of all the global attribute groups in the schema. |
[read-only] | Attributes | XmlSchemaObjectTable.
Gets the post-schema-compilation value for all the attributes in the schema. |
BlockDefault | XmlSchemaDerivationMethod.
Gets or sets the blockDefault attribute which sets the default value of the block attribute on element and complex types in the targetNamespace of the schema. | |
ElementFormDefault | XmlSchemaForm.
Gets or sets the form for elements declared in the target namespace of the schema. | |
[read-only] | Elements | XmlSchemaObjectTable.
Gets the post-schema-compilation value for all the elements in the schema. |
FinalDefault | XmlSchemaDerivationMethod.
Gets or sets the finalDefault attribute which sets the default value of the final attribute on elements and complex types in the target namespace of the schema. | |
[read-only] | Groups | XmlSchemaObjectTable.
Gets the post-schema-compilation value of all the groups in the schema. |
Id | string.
Gets or sets the string ID. | |
[read-only] | Includes | XmlSchemaObjectCollection.
Gets the collection of included and imported schemas. |
[read-only] | IsCompiled | bool.
Indicates if the schema has been compiled. |
[read-only] | Items | XmlSchemaObjectCollection.
Gets the collection of schema elements in the schema and is used to add new element types at the schema element level. |
[read-only] | Notations | XmlSchemaObjectTable.
Gets the post-schema-compilation value for all notations in the schema. |
[read-only] | SchemaTypes | XmlSchemaObjectTable.
Gets the post-schema-compilation value of all schema types in the schema. |
TargetNamespace | string.
Gets or sets the Uniform Resource Identifier (URI) of the schema target namespace. | |
UnhandledAttributes | System.Xml.XmlAttribute[].
Gets and sets the qualified attributes which do not belong to the schema target namespace. | |
Version | string.
Gets or sets the version of the schema. |
Compile(ValidationEventHandler)
| ||
Compile(ValidationEventHandler, System.Xml.XmlResolver)
| ||
static | Read(System.IO.Stream, ValidationEventHandler)
| |
static | Read(System.IO.TextReader, ValidationEventHandler)
| |
static | Read(System.Xml.XmlReader, ValidationEventHandler)
| |
Write(System.IO.Stream)
| ||
Write(System.IO.TextWriter)
| ||
Write(System.Xml.XmlWriter)
| ||
Write(System.IO.Stream, System.Xml.XmlNamespaceManager)
| ||
Write(System.IO.TextWriter, System.Xml.XmlNamespaceManager)
| ||
Write(System.Xml.XmlWriter, System.Xml.XmlNamespaceManager)
|