<?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">X�Path Selector</label> <comment xml:lang="en"> <p> A <ref target="anno:Selector">Selector</ref> which describes an area of interest in another thing using an X�Path selector string, its <ref target="rdf:value">value</ref>. </p> </comment> <isDefinedBy> <SpecificResource source="(ANNO)" fragment="xpathselector"/> </isDefinedBy> <subClassOf> <resource name="anno:Selector"/> </subClassOf> <subClassOf> <Restriction> <onProperty> <resource name="rdf:value"/> </onProperty> <cardinality>1</cardinality> </Restriction> </subClassOf> <subClassOf> <Restriction> <onProperty> <resource name="rdf:value"/> </onProperty> <allValuesFrom> <resource name="xsd:string"/> </allValuesFrom> </Restriction> </subClassOf> </Class>