Skip to content

Commit 8b32908

Browse files
committed
1 parent 84e763e commit 8b32908

File tree

49 files changed

+3072
-3044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3072
-3044
lines changed

access-rights/schema.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/access-rights" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm-ar="https://schema.ccmm.cz/access-rights" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/research-data/1.0.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm="https://schema.ccmm.cz/research-data/1.0.0" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
33
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/XML/1998/namespace"/>
44
<xs:complexType name="access_rights" sawsdl:modelReference="http://purl.org/dc/terms/RightsStatement">
55
<xs:annotation>
@@ -25,5 +25,5 @@
2525
</xs:element>
2626
</xs:sequence>
2727
</xs:complexType>
28-
<xs:element name="access_rights" type="ccmm-ar:access_rights"/>
28+
<xs:element name="access_rights" type="ccmm:access_rights"/>
2929
</xs:schema>

address/schema.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/address" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm-address="https://schema.ccmm.cz/address" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/research-data/1.0.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm="https://schema.ccmm.cz/research-data/1.0.0" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
33
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/XML/1998/namespace"/>
44
<xs:complexType name="address" sawsdl:modelReference="http://www.w3.org/ns/locn#Address">
55
<xs:annotation>
@@ -95,5 +95,5 @@
9595
</xs:element>
9696
</xs:sequence>
9797
</xs:complexType>
98-
<xs:element name="address" type="ccmm-address:address"/>
98+
<xs:element name="address" type="ccmm:address"/>
9999
</xs:schema>

agent/schema.xsd

Lines changed: 99 additions & 93 deletions
Large diffs are not rendered by default.

alternate-title-type/schema.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/alternate-title-type" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm-alttt="https://schema.ccmm.cz/alternate-title-type" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/research-data/1.0.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm="https://schema.ccmm.cz/research-data/1.0.0" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
33
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/XML/1998/namespace"/>
44
<xs:complexType name="alternate_title_type" sawsdl:modelReference="http://www.w3.org/2004/02/skos/core#Concept">
55
<xs:annotation>
@@ -25,5 +25,5 @@
2525
</xs:element>
2626
</xs:sequence>
2727
</xs:complexType>
28-
<xs:element name="alternate_title_type" type="ccmm-alttt:alternate_title_type"/>
28+
<xs:element name="alternate_title_type" type="ccmm:alternate_title_type"/>
2929
</xs:schema>

alternate-title/schema.xsd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/alternate-title" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm-alttt="https://schema.ccmm.cz/alternate-title-type" xmlns:ccmm-at="https://schema.ccmm.cz/alternate-title" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/research-data/1.0.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm="https://schema.ccmm.cz/research-data/1.0.0" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
33
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/XML/1998/namespace"/>
4-
<xs:import namespace="https://schema.ccmm.cz/alternate-title-type" schemaLocation="../alternate-title-type/schema.xsd"/>
4+
<xs:include schemaLocation="../alternate-title-type/schema.xsd"/>
55
<xs:complexType name="alternate_title" sawsdl:modelReference="https://model.ccmm.cz/vocabulary/ccmm#AlternateTitle">
66
<xs:annotation>
77
<xs:documentation xml:lang="en">
@@ -24,7 +24,7 @@
2424
</xs:simpleContent>
2525
</xs:complexType>
2626
</xs:element>
27-
<xs:element minOccurs="0" name="alternate_title_type" type="ccmm-alttt:alternate_title_type" sawsdl:modelReference="https://model.ccmm.cz/vocabulary/ccmm#hasType">
27+
<xs:element minOccurs="0" name="alternate_title_type" type="ccmm:alternate_title_type" sawsdl:modelReference="https://model.ccmm.cz/vocabulary/ccmm#hasType">
2828
<xs:annotation>
2929
<xs:documentation xml:lang="en">
3030
has alternate title type - Type of the alternate name relation.
@@ -33,5 +33,5 @@
3333
</xs:element>
3434
</xs:sequence>
3535
</xs:complexType>
36-
<xs:element name="alternate_title" type="ccmm-at:alternate_title"/>
36+
<xs:element name="alternate_title" type="ccmm:alternate_title"/>
3737
</xs:schema>

application-profile/schema.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/application-profile" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm-ap="https://schema.ccmm.cz/application-profile" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/research-data/1.0.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm="https://schema.ccmm.cz/research-data/1.0.0" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
33
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/XML/1998/namespace"/>
44
<xs:complexType name="application_profile" sawsdl:modelReference="http://purl.org/dc/terms/Standard">
55
<xs:annotation>
@@ -25,5 +25,5 @@
2525
</xs:element>
2626
</xs:sequence>
2727
</xs:complexType>
28-
<xs:element name="application_profile" type="ccmm-ap:application_profile"/>
28+
<xs:element name="application_profile" type="ccmm:application_profile"/>
2929
</xs:schema>

checksum-algorithm/schema.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="unqualified" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/research-data/1.0.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm="https://schema.ccmm.cz/research-data/1.0.0" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
33
<xs:complexType name="checksum_algorithm" sawsdl:modelReference="http://spdx.org/rdf/terms#ChecksumAlgorithm">
44
<xs:annotation>
55
<xs:documentation xml:lang="en">
@@ -10,5 +10,5 @@
1010
<xs:element name="iri" type="xs:anyURI"/>
1111
</xs:sequence>
1212
</xs:complexType>
13-
<xs:element name="checksum_algorithm" type="checksum_algorithm"/>
13+
<xs:element name="checksum_algorithm" type="ccmm:checksum_algorithm"/>
1414
</xs:schema>

checksum/schema.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/checksum" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm-checksum="https://schema.ccmm.cz/checksum" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/research-data/1.0.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm="https://schema.ccmm.cz/research-data/1.0.0" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
33
<xs:complexType name="checksum" sawsdl:modelReference="http://spdx.org/rdf/terms#Checksum">
44
<xs:annotation>
55
<xs:documentation xml:lang="en">
@@ -24,5 +24,5 @@
2424
</xs:element>
2525
</xs:sequence>
2626
</xs:complexType>
27-
<xs:element name="checksum" type="ccmm-checksum:checksum"/>
27+
<xs:element name="checksum" type="ccmm:checksum"/>
2828
</xs:schema>

contact-details/schema.xsd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/contact-details" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm-address="https://schema.ccmm.cz/address" xmlns:ccmm-cd="https://schema.ccmm.cz/contact-details" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
3-
<xs:import namespace="https://schema.ccmm.cz/address" schemaLocation="../address/schema.xsd"/>
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1" elementFormDefault="qualified" targetNamespace="https://schema.ccmm.cz/research-data/1.0.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:ccmm="https://schema.ccmm.cz/research-data/1.0.0" xmlns:sawsdl="http://www.w3.org/ns/sawsdl">
3+
<xs:include schemaLocation="../address/schema.xsd"/>
44
<xs:complexType name="contact_details" sawsdl:modelReference="https://model.ccmm.cz/vocabulary/ccmm#ContactDetails">
55
<xs:annotation>
66
<xs:documentation xml:lang="en">
@@ -30,7 +30,7 @@
3030
</xs:documentation>
3131
</xs:annotation>
3232
</xs:element>
33-
<xs:element minOccurs="0" maxOccurs="unbounded" name="address" type="ccmm-address:address" sawsdl:modelReference="http://www.w3.org/2006/vcard/ns#hasAddress">
33+
<xs:element minOccurs="0" maxOccurs="unbounded" name="address" type="ccmm:address" sawsdl:modelReference="http://www.w3.org/2006/vcard/ns#hasAddress">
3434
<xs:annotation>
3535
<xs:documentation xml:lang="en">
3636
has address - To specify the components of the delivery address for the object
@@ -39,5 +39,5 @@
3939
</xs:element>
4040
</xs:sequence>
4141
</xs:complexType>
42-
<xs:element name="contact_details" type="ccmm-cd:contact_details"/>
42+
<xs:element name="contact_details" type="ccmm:contact_details"/>
4343
</xs:schema>

cs/d19697d9-b1fe-427a-874b-0a537119a6e7.svg

Lines changed: 58 additions & 58 deletions
Loading

0 commit comments

Comments
 (0)