Skip to content
Snippets Groups Projects
Commit 0149e170 authored by Jörg Sachse's avatar Jörg Sachse
Browse files
parents 0b961f5f f5c7686d
No related branches found
No related tags found
No related merge requests found
Pipeline #3315 failed
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
################### ###################
*.bin *.bin
*.com *.com
!*.com/
*.class *.class
*.dll *.dll
*.exe *.exe
......
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://www.w3.org/TR/xlink" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/TR/xlink" elementFormDefault="qualified">
<!-- global attributes -->
<attribute name="href" type="anyURI"/>
<attribute name="role" type="string"/>
<attribute name="arcrole" type="string"/>
<attribute name="title" type="string" />
<attribute name="show">
<simpleType>
<restriction base="string">
<enumeration value="new" />
<enumeration value="replace" />
<enumeration value="embed" />
<enumeration value="other" />
<enumeration value="none" />
</restriction>
</simpleType>
</attribute>
<attribute name="actuate">
<simpleType>
<restriction base="string">
<enumeration value="onLoad" />
<enumeration value="onRequest" />
<enumeration value="other" />
<enumeration value="none" />
</restriction>
</simpleType>
</attribute>
<attribute name="label" type="string" />
<attribute name="from" type="string" />
<attribute name="to" type="string" />
<attributeGroup name="simpleLink">
<attribute name="type" type="string" fixed="simple" form="qualified" />
<attribute ref="xlink:href" use="optional" />
<attribute ref="xlink:role" use="optional" />
<attribute ref="xlink:arcrole" use="optional" />
<attribute ref="xlink:title" use="optional" />
<attribute ref="xlink:show" use="optional" />
<attribute ref="xlink:actuate" use="optional" />
</attributeGroup>
<attributeGroup name="extendedLink">
<attribute name="type" type="string" fixed="extended" form="qualified" />
<attribute ref="xlink:role" use="optional" />
<attribute ref="xlink:title" use="optional" />
</attributeGroup>
<attributeGroup name="locatorLink">
<attribute name="type" type="string" fixed="locator" form="qualified" />
<attribute ref="xlink:href" use="required" />
<attribute ref="xlink:role" use="optional" />
<attribute ref="xlink:title" use="optional" />
<attribute ref="xlink:label" use="optional" />
</attributeGroup>
<attributeGroup name="arcLink">
<attribute name="type" type="string" fixed="arc" form="qualified" />
<attribute ref="xlink:arcrole" use="optional" />
<attribute ref="xlink:title" use="optional" />
<attribute ref="xlink:show" use="optional" />
<attribute ref="xlink:actuate" use="optional" />
<attribute ref="xlink:from" use="optional" />
<attribute ref="xlink:to" use="optional" />
</attributeGroup>
<attributeGroup name="resourceLink">
<attribute name="type" type="string" fixed="resource" form="qualified" />
<attribute ref="xlink:role" use="optional" />
<attribute ref="xlink:title" use="optional" />
<attribute ref="xlink:label" use="optional" />
</attributeGroup>
<attributeGroup name="titleLink">
<attribute name="type" type="string" fixed="title" form="qualified" />
</attributeGroup>
<attributeGroup name="emptyLink">
<attribute name="type" type="string" fixed="none" form="qualified" />
</attributeGroup>
</schema>
...@@ -21,9 +21,9 @@ local_jhove_xsds: ...@@ -21,9 +21,9 @@ local_jhove_xsds:
- { dir: "{{ xsd_base_path }}dublincore.org/schemas/xmls/qdc/", filename: "dcmitype.xsd" } - { dir: "{{ xsd_base_path }}dublincore.org/schemas/xmls/qdc/", filename: "dcmitype.xsd" }
- { dir: "{{ xsd_base_path }}dublincore.org/schemas/xmls/qdc/", filename: "dcterms.xsd" } - { dir: "{{ xsd_base_path }}dublincore.org/schemas/xmls/qdc/", filename: "dcterms.xsd" }
- { dir: "{{ xsd_base_path }}dublincore.org/schemas/xmls/qdc/", filename: "dc.xsd" } - { dir: "{{ xsd_base_path }}dublincore.org/schemas/xmls/qdc/", filename: "dc.xsd" }
# - { dir: "{{ xsd_base_path }}schema.ccs-gmbh.com/", filename: "alto-1-2.xsd" } - { dir: "{{ xsd_base_path }}schema.ccs-gmbh.com/", filename: "alto-1-2.xsd" }
# - { dir: "{{ xsd_base_path }}schema.ccs-gmbh.com/", filename: "mets-metae.xsd" } - { dir: "{{ xsd_base_path }}schema.ccs-gmbh.com/", filename: "mets-metae.xsd" }
# - { dir: "{{ xsd_base_path }}schema.ccs-gmbh.com/", filename: "xlink.xsd" } - { dir: "{{ xsd_base_path }}schema.ccs-gmbh.com/", filename: "xlink.xsd" }
- { dir: "{{ xsd_base_path }}slubarchiv.slub-dresden.de/slubarchiv/standards/rights/", filename: "rights1.xsd" } - { dir: "{{ xsd_base_path }}slubarchiv.slub-dresden.de/slubarchiv/standards/rights/", filename: "rights1.xsd" }
- { dir: "{{ xsd_base_path }}tei-c.org/release/xml/tei/custom/schema/xsd/", filename: "tei_all_dcr.xsd" } - { dir: "{{ xsd_base_path }}tei-c.org/release/xml/tei/custom/schema/xsd/", filename: "tei_all_dcr.xsd" }
- { dir: "{{ xsd_base_path }}tei-c.org/release/xml/tei/custom/schema/xsd/", filename: "tei_all_teix.xsd" } - { dir: "{{ xsd_base_path }}tei-c.org/release/xml/tei/custom/schema/xsd/", filename: "tei_all_teix.xsd" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment