Skip to content

Commit

Permalink
MET-5999 Add dcterms created and dcterms modified to ore agreggation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeortizquan committed Jul 25, 2024
1 parent ff586b5 commit 00aaaed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/schema_xsds/ORE.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
<element ref="edm:ugc" maxOccurs="1" minOccurs="0" />
<element ref="edm:intermediateProvider" maxOccurs="unbounded" minOccurs="0"/>
<element ref="dqv:hasQualityAnnotation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="dcterms:created" minOccurs="0" maxOccurs="1"/>
<element ref="dcterms:modified" minOccurs="0" maxOccurs="1"/>
</sequence>
</extension>
</complexContent>
Expand Down

0 comments on commit 00aaaed

Please sign in to comment.