Skip to content

Commit

Permalink
MET-5556 set QualityAnnotation inside HasQualityAnnotation and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jeortizquan committed Nov 30, 2023
1 parent 3ee98ba commit ab2c2cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/schema_xsds/DQV.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@
<import namespace="http://purl.org/dc/terms/" schemaLocation="DCTERMS.xsd"/>
<import namespace="http://www.w3.org/ns/oa#" schemaLocation="OA.xsd"/>

<element name="hasQualityAnnotation" type="rdf:ResourceType">
<element name="hasQualityAnnotation">
<annotation>
<documentation>The identifier of the Quality annotation. Example:
&lt;dqv:hasQualityAnnotation/&gt;
</documentation>
</annotation>
<complexType>
<sequence minOccurs="1" maxOccurs="1">
<element ref="dqv:QualityAnnotation" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>
</element>
<element name="QualityAnnotation">
<complexType>
Expand Down

0 comments on commit ab2c2cc

Please sign in to comment.