The properties of System.Xml.Schema.XmlSchema are listed below. For a list of all members, see the XmlSchema Members list.
See Also: Inherited members from System.Xml.Schema.XmlSchemaObject
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. |