Skip to content

Commit

Permalink
Update SDMXStructure.xsd
Browse files Browse the repository at this point in the history
typo correction  
#34
  • Loading branch information
dosse committed Oct 20, 2023
1 parent d94c123 commit 0e4d3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/SDMXStructure.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<xs:documentation>DataConstraints contains a collection of data constraint descriptions. The constraints may be detailed in full, or referenced from an external structure document or registry service.</xs:documentation>
</xs:annotation>
<xs:unique name="UniqueDataConstraint">
<xs:selector xpath="structure:DataConstraing"/>
<xs:selector xpath="structure:DataConstraint"/>
<xs:field xpath="@id"/>
<xs:field xpath="@agencyID"/>
<xs:field xpath="@version"/>
Expand Down Expand Up @@ -227,7 +227,7 @@
<xs:documentation>MetadataConstraints contains a collection of metadata constraint descriptions. The constraints may be detailed in full, or referenced from an external structure document or registry service.</xs:documentation>
</xs:annotation>
<xs:unique name="UniqueMetadataConstraint">
<xs:selector xpath="structure:MetadataConstraing"/>
<xs:selector xpath="structure:MetadataConstraint"/>
<xs:field xpath="@id"/>
<xs:field xpath="@agencyID"/>
<xs:field xpath="@version"/>
Expand Down

0 comments on commit 0e4d3f3

Please sign in to comment.