This commit is contained in:
perro tuerto 2023-01-25 19:38:25 -08:00
parent a43df4a6df
commit 73a4bf08f6
1 changed files with 6 additions and 29 deletions

View File

@ -107,27 +107,27 @@ Group (GRPS) structure:
## Reference
### `elementFormDefault`[^1]
### `elementFormDefault`
Indicates that any elements used by the XML instance document which were
declared in this schema must be namespace qualified.
Optional; if not present by default is `unqualified`.
### `taget_namespace`[^2]
### `taget_namespace`
Indicates that the elements defined by this schema come from the specified URL
namespace.
Optional.
### `xmlns`[^3]
### `xmlns`
Indicates that the default namespace is the specified URL.
Mandatory.
### `schemaLocation`[^4]
### `schemaLocation`
Indicates the location of the XML schema to use for that namespace.
@ -190,7 +190,7 @@ Chart:
### `datatype`
Indicates element or attribute data types.[^5]
Indicates element or attribute data types.
Only mandatory for 'simple' and 'no_elements' elements, and attributes.
@ -278,7 +278,7 @@ Optional.
Only `required` is valid as value.
### `restriction`[^6]
### `restriction`
Indicates accepted constrained values for element or attribute.
@ -392,29 +392,6 @@ Indicates schema general information.
Mandatory.
[^1]: The following explanation is practically a copy-paste from "XSD - The
`<schema>`{=html} Element", W3Schools. Cfr.
<https://www.w3schools.com/xml/schema_schema.asp>.
[^2]: The following explanation is practically a copy-paste from "XSD - The
`<schema>`{=html} Element", W3Schools. Cfr.
<https://www.w3schools.com/xml/schema_schema.asp>.
[^3]: The following explanation is practically a copy-paste from "XSD - The
`<schema>`{=html} Element", W3Schools. Cfr.
<https://www.w3schools.com/xml/schema_schema.asp>.
[^4]: The following explanation is practically a copy-paste from "XSD - The
`<schema>`{=html} Element", W3Schools. Cfr.
<https://www.w3schools.com/xml/schema_schema.asp>.
[^5]: The following explanation is practically a copy-paste from "XSD Data
Types", W3Schools. Cfr. <https://www.w3schools.com/xml/schema_intro.asp>.
[^6]: The following explanation is practically a copy-paste from "XSD
Restrictions/Facets", W3Schools. Cfr.
<https://www.w3schools.com/xml/schema_facets.asp>.
[YASD]: https://gitlab.com/amlengua/apal/esquema/-/blob/main/apal.yaml
[XSD]: https://gitlab.com/amlengua/apal/esquema/-/blob/main/apal.xsd
[Markdown]: https://gitlab.com/amlengua/apal/esquema/-/blob/main/apal.md