tDOM

Check-in [a5c850a58e]
Login

Check-in [a5c850a58e]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Minor work on the documentation.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | wip
Files: files | file ages | folders
SHA3-256: a5c850a58ed7156afcbab23ab1985d66d7aee75dec86f21465041b1fb30b489d
User & Date: rolf 2019-10-05 00:06:55
Context
2019-10-05
00:16
More minor doc tweaking. check-in: 43e20be75b user: rolf tags: wip
00:06
Minor work on the documentation. check-in: a5c850a58e user: rolf tags: wip
2019-10-04
16:13
More correct handling of interleave content particle in validation state introspection. check-in: 4c3f653e15 user: rolf tags: wip
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to doc/schema.xml.

369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
    particle specified by the command is expected. The valid values
    for a <m>quant</m> argument are:</p>

    <optlist>
      <optdef>
        <optname>!</optname>
        <desc>The content particle must occur exactly once in valid
        documents. This is the default, if a quantifier is
        omitted.</desc>
      </optdef>
    
      <optdef>
        <optname>?</optname>
        <desc>The content particle must occur at most once in valid
        documents.</desc>
      </optdef>







<
|







369
370
371
372
373
374
375

376
377
378
379
380
381
382
383
    particle specified by the command is expected. The valid values
    for a <m>quant</m> argument are:</p>

    <optlist>
      <optdef>
        <optname>!</optname>
        <desc>The content particle must occur exactly once in valid

        documents.</desc>
      </optdef>
    
      <optdef>
        <optname>?</optname>
        <desc>The content particle must occur at most once in valid
        documents.</desc>
      </optdef>
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
            as last argument. This call must return a valid tcl list,
            which elements are tested..</dd>
        </dl>
        <p>The default in case no split type argument is given is
        <m>whitespace</m>.</p></desc>
      </commanddef>
      <commanddef>
        <command><cmd>id <m>?keySpace?</m></cmd></command>
        <desc>This text constraint command marks the text as a
        document wide ID (to be referenced by an idref). Every ID
        value within a document must be unique. It isn't an error if
        the ID isn't actually referenced within the document. The
        optional argument <m>keySpace</m> does all this for a named
        key space. The key space "" (the empty sting) is another key
        space as the <m>id</m> command without keySpace
        argument.</desc>
      </commanddef>
      <commanddef>
        <command><cmd>idref <m>?keySpace?</m></cmd></command>
        <desc>This text constraint command expects the text to be a
        reference to an ID within the document. The referenced ID may
        be later in the document, that the reference. Several
        references within the document to one ID are possible.</desc>
      </commanddef>
      <commanddef>
        <command><cmd>base64</cmd></command>







|










|







545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
            as last argument. This call must return a valid tcl list,
            which elements are tested..</dd>
        </dl>
        <p>The default in case no split type argument is given is
        <m>whitespace</m>.</p></desc>
      </commanddef>
      <commanddef>
        <command><cmd>id</cmd> <m>?keySpace?</m></command>
        <desc>This text constraint command marks the text as a
        document wide ID (to be referenced by an idref). Every ID
        value within a document must be unique. It isn't an error if
        the ID isn't actually referenced within the document. The
        optional argument <m>keySpace</m> does all this for a named
        key space. The key space "" (the empty sting) is another key
        space as the <m>id</m> command without keySpace
        argument.</desc>
      </commanddef>
      <commanddef>
        <command><cmd>idref</cmd> <m>?keySpace?</m></command>
        <desc>This text constraint command expects the text to be a
        reference to an ID within the document. The referenced ID may
        be later in the document, that the reference. Several
        references within the document to one ID are possible.</desc>
      </commanddef>
      <commanddef>
        <command><cmd>base64</cmd></command>