blob: 8170f4c07668f19993ba0ddc3d63b26d7143d9d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.isocat.org/ns/dcr" xmlns:dcr="http://www.isocat.org/ns/dcr" xmlns:ns1="http://www.crosswire.org/2013/TEIOSIS/namespace" xmlns:examples="http://www.tei-c.org/ns/Examples">
<xs:import namespace="http://www.crosswire.org/2013/TEIOSIS/namespace" schemaLocation="http://www.crosswire.org/OSIS/teiP5osis.2.5.0.xsd"/>
<xs:import namespace="http://www.tei-c.org/ns/Examples" schemaLocation="http://www.crosswire.org/OSIS/examples.xsd"/>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2004/10/xml.xsd"/>
<xs:attribute name="datcat">
<xs:annotation>
<xs:documentation>contains a PID (persistent identifier) that aligns the given element with the appropriate Data Category (or categories) in ISOcat.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="ns1:data.pointer"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="valueDatcat">
<xs:annotation>
<xs:documentation>contains a PID (persistent identifier) that aligns the content of the given element or the value of the given attribute with the appropriate simple Data Category (or categories) in ISOcat.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="ns1:data.pointer"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:schema>
|