XmlSchema Properties
.NET Framework 4.5
The XmlSchema type exposes the following members.
| Name | Description | |
|---|---|---|
|
AttributeFormDefault | Gets or sets the form for attributes declared in the target namespace of the schema. |
|
AttributeGroups | Gets the post-schema-compilation value of all the global attribute groups in the schema. |
|
Attributes | Gets the post-schema-compilation value for all the attributes in the schema. |
|
BlockDefault | 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 | Gets or sets the form for elements declared in the target namespace of the schema. |
|
Elements | Gets the post-schema-compilation value for all the elements in the schema. |
|
FinalDefault | 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. |
|
Groups | Gets the post-schema-compilation value of all the groups in the schema. |
|
Id | Gets or sets the string ID. |
|
Includes | Gets the collection of included and imported schemas. |
|
IsCompiled | Indicates if the schema has been compiled. |
|
Items | Gets the collection of schema elements in the schema and is used to add new element types at the schema element level. |
|
LineNumber | Gets or sets the line number in the file to which the schema element refers. (Inherited from XmlSchemaObject.) |
|
LinePosition | Gets or sets the line position in the file to which the schema element refers. (Inherited from XmlSchemaObject.) |
|
Namespaces | Gets or sets the XmlSerializerNamespaces to use with this schema object. (Inherited from XmlSchemaObject.) |
|
Notations | Gets the post-schema-compilation value for all notations in the schema. |
|
Parent | Gets or sets the parent of this XmlSchemaObject. (Inherited from XmlSchemaObject.) |
|
SchemaTypes | Gets the post-schema-compilation value of all schema types in the schema. |
|
SourceUri | Gets or sets the source location for the file that loaded the schema. (Inherited from XmlSchemaObject.) |
|
TargetNamespace | Gets or sets the Uniform Resource Identifier (URI) of the schema target namespace. |
|
UnhandledAttributes | Gets and sets the qualified attributes which do not belong to the schema target namespace. |
|
Version | Gets or sets the version of the schema. |