diff options
| author | Edwin Török <edwin@etorok.net> | 2023-12-17 16:07:31 +0000 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-17 10:07:10 -0800 |
| commit | 8fc8a857e29ba63d3a73414020f83d39f8e22bd6 (patch) | |
| tree | 2a920b5b1f915e6d79005b30e2ba5b148f21faea /tools/update-lua-module-docs.lua | |
| parent | 7b5808292cef7edd50c5084c2f7b5016ec5e9775 (diff) | |
reference.docx: fix validation error on doNotTrackMoves
```
{
"Description": "The element has unexpected child element 'http://schemas.openxmlformats.org/wordprocessingml/2006/main:doNotTrackMoves'.",
"Path": {
"NamespacesDefinitions": [
"xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\""
],
"Namespaces": {
},
"XPath": "/w:settings[1]",
"PartUri": "/word/settings.xml"
},
"Id": "Sch_UnexpectedElementContentExpectingComplex",
"ErrorType": "Schema"
}
```
According to `wml.xsd` the order is:
```
<xsd:complexType name="CT_Settings">
<xsd:sequence>
<xsd:element name="doNotTrackMoves" type="CT_OnOff" minOccurs="0"/>
[...]
<xsd:element name="footnotePr" type="CT_FtnDocProps" minOccurs="0"/>
```
Signed-off-by: Edwin Török <edwin@etorok.net>
Diffstat (limited to 'tools/update-lua-module-docs.lua')
0 files changed, 0 insertions, 0 deletions
