Revision 4f6006440f085c84bda5c2676d5dfbe27b06440a authored by sabine seifert on 24 September 2022, 13:15:56 UTC, committed by sabine seifert on 24 September 2022, 13:15:56 UTC
1 parent f19599e
Raw File
w3cdatatypes.xql
declare namespace xs="http://www.w3.org/2001/XMLSchema";
<w3cdataList>
{
for $t in collection("/db/TEI")//xs:schema//xs:simpleType[@name]
order by $t/@name
return
<w3cdataType>{data($t/@name)}</w3cdataType>
}
</w3cdataList>
back to top