3 SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
 
   4 SPDX-License-Identifier: CC0-1.0
 
   6 <!DOCTYPE Class SYSTEM "../../DTD">
 
   8         <label xml:lang="en">Data Position Selector</label>
 
   9         <comment xml:lang="en">
 
  11                         A <ref target="anno:Selector">Selector</ref> which describes an area of interest in another thing using <ref target="anno:start">start</ref> and <ref target="anno:end">end</ref> values, interpreted as positions in a byte stream.
 
  14                         Position 0 is the position preceding the first byte, position 1 is the position after the first byte but before the second, and so on.
 
  18                 <SpecificResource source="(ANNO)" fragment="datapositionselector"/>
 
  21                 <resource name="anno:Selector"/>
 
  26                                 <resource name="anno:start"/>
 
  28                         <cardinality>1</cardinality>
 
  34                                 <resource name="anno:end"/>
 
  36                         <cardinality>1</cardinality>