Defines the root element of a schema. A schema document contains representations for a collection of schema components, e.g. type definitions and element declarations, which have a common target namespace. See more info at http://www.w3.org/TR/xmlschema-1/#element-schema.
By default it displays the targetNamespace property when rendered.
| Property Name | Description | Possible Values |
|---|---|---|
| Target Namespace | The schema target namespace. | Any URI |
| Element Form Default | Determining whether local element declarations will be namespace-qualified by default. | qualified, unqualified, [Empty]. Default value is unqualified. |
| Attribute Form Default | Determining whether local attribute declarations will be namespace-qualified by default. | qualified, unqualified, [Empty]. Default value is unqualified. |
| Block Default | Default value of the block attribute of xs:element and xs:complexType. | #all, extension, restriction, substitution, restriction extension, restriction substitution, extension substitution, restriction extension substitution, [Empty] |
| Final Default | Default value of the final attribute of xs:element and xs:complexType. | #all, restriction, extension, restriction extension, [Empty] |
| Version | Schema version | Any token |
| ID | The schema id | Any ID |
| Component | The edited component name. | Not editable property. |
| SystemID | The schema system id | Not editable property. |