<?xml version="1.0"?> <!-- SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady> SPDX-License-Identifier: CC0-1.0 --> <!DOCTYPE Class SYSTEM "../../DTD"> <Class> <label xml:lang="en">Range Selector</label> <comment xml:lang="en"> <p> A <ref target="anno:Selector">Selector</ref> which describes an area of interest in another thing by making reference to other Selectors. </p> <p> The selection includes everything from the beginning of the <ref target="anno:hasStartSelector">start selector</ref> thru to (but not including) the beginning of the <ref target="anno:hasEndSelector">end selector</ref>. </p> </comment> <isDefinedBy> <SpecificResource source="(ANNO)" fragment="rangeselector"/> </isDefinedBy> <subClassOf> <resource name="anno:Selector"/> </subClassOf> <subClassOf> <Restriction> <onProperty> <resource name="anno:hasStartSelector"/> </onProperty> <cardinality>1</cardinality> </Restriction> </subClassOf> <subClassOf> <Restriction> <onProperty> <resource name="anno:hasEndSelector"/> </onProperty> <cardinality>1</cardinality> </Restriction> </subClassOf> </Class>