This commit is contained in:
perro tuerto 2023-01-25 19:35:58 -08:00
parent f2d4a3e6df
commit a43df4a6df
1 changed files with 5 additions and 5 deletions

View File

@ -107,27 +107,27 @@ Group (GRPS) structure:
## Reference ## Reference
### `elementFormDefault`[^1] {#elementformdefault1} ### `elementFormDefault`[^1]
Indicates that any elements used by the XML instance document which were Indicates that any elements used by the XML instance document which were
declared in this schema must be namespace qualified. declared in this schema must be namespace qualified.
Optional; if not present by default is `unqualified`. Optional; if not present by default is `unqualified`.
### `taget_namespace`[^2] {#taget_namespace1} ### `taget_namespace`[^2]
Indicates that the elements defined by this schema come from the specified URL Indicates that the elements defined by this schema come from the specified URL
namespace. namespace.
Optional. Optional.
### `xmlns`[^3] {#xmlns1} ### `xmlns`[^3]
Indicates that the default namespace is the specified URL. Indicates that the default namespace is the specified URL.
Mandatory. Mandatory.
### `schemaLocation`[^4] {#schemalocation1} ### `schemaLocation`[^4]
Indicates the location of the XML schema to use for that namespace. Indicates the location of the XML schema to use for that namespace.
@ -278,7 +278,7 @@ Optional.
Only `required` is valid as value. Only `required` is valid as value.
### `restriction`[^6] {#restriction3} ### `restriction`[^6]
Indicates accepted constrained values for element or attribute. Indicates accepted constrained values for element or attribute.