Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Corrected typo. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | expected-onlymandatory |
Files: | files | file ages | folders |
SHA3-256: |
ac452581b384b4f5050f5353e5a52a33 |
User & Date: | rolf 2020-05-01 21:55:13 |
Context
2020-05-01
| ||
21:59 | #Small doc addendum. check-in: 3bc0aa5169 user: rolf tags: expected-onlymandatory | |
21:55 | Corrected typo. check-in: ac452581b3 user: rolf tags: expected-onlymandatory | |
14:12 | Corrected typo. check-in: 0248883e86 user: rolf tags: expected-onlymandatory | |
Changes
Changes to doc/schema.xml.
382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 |
<dt>NONE</dt><dd>The schema command currently doesn't recover from a validation event.</dd> <dt>MATCH_ELEMENT_START</dt><dd>Element start event, which includs looking for missing or unknown attributes.</dd> <dt>MATCH_ELEMENT_END</dt><dd>Element end event.</dd> <dt>MATCH_TEXT</dt><dd>Validating text between tags.</dd> <dt>MATCH_ATTRIBUTE_TEXT</dt><dd>Attribute text value contraint check</dd> <dt>MATCH_GLOBAL</dt><dd>Checking global IDs</dd> <dt>MATCH_DOM_KEYCONSTRAINT</dt><dd>Checking domuniqe constaint</dd> <dt>MATCH_DOM_XPATH_BOOLEAN</dt><dd>Checking domxpathboolean constaint</dd> </dl> If called with one of the possible optional arguments the command returns detail information depending on current action. <dl> <dt>name</dt><dd>Return the name of the element |
| |
382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 |
<dt>NONE</dt><dd>The schema command currently
doesn't recover from a validation event.</dd>
<dt>MATCH_ELEMENT_START</dt><dd>Element start event, which includs looking for missing or unknown attributes.</dd>
<dt>MATCH_ELEMENT_END</dt><dd>Element end event.</dd>
<dt>MATCH_TEXT</dt><dd>Validating text between tags.</dd>
<dt>MATCH_ATTRIBUTE_TEXT</dt><dd>Attribute text value contraint check</dd>
<dt>MATCH_GLOBAL</dt><dd>Checking global IDs</dd>
<dt>MATCH_DOM_KEYCONSTRAINT</dt><dd>Checking domunique constaint</dd>
<dt>MATCH_DOM_XPATH_BOOLEAN</dt><dd>Checking domxpathboolean constaint</dd>
</dl>
If called with one of the possible optional
arguments the command returns detail information
depending on current action.
<dl>
<dt>name</dt><dd>Return the name of the element
|