From d94c1234ca1e7d23204aa63218ab76fdd6a89575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Doss=C3=A9?= Date: Fri, 20 Oct 2023 11:17:56 +0200 Subject: [PATCH] Update SDMXStructureConstraint.xsd typo correction https://github.com/sdmx-twg/sdmx-ml/issues/34 --- schemas/SDMXStructureConstraint.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/SDMXStructureConstraint.xsd b/schemas/SDMXStructureConstraint.xsd index 91ba143..0bdc503 100644 --- a/schemas/SDMXStructureConstraint.xsd +++ b/schemas/SDMXStructureConstraint.xsd @@ -74,7 +74,7 @@ - DataConstraintType defines the structure of a data constraint. A data constraint can specify either the available set of keys (DataKeySet) or set of component values (CubeRegion) in a data source, or the allowable keys that can be constructed from a data structure definition. Multiple such constraints may be present for a constrained artefact. For instance, there may be a constraing that specifies the values allowed for the data source (role is "Allowed") which can be used for validation or for constructing a partial code list, whilst another constraing can specify the actual content of a data source (role is "Actual"). + DataConstraintType defines the structure of a data constraint. A data constraint can specify either the available set of keys (DataKeySet) or set of component values (CubeRegion) in a data source, or the allowable keys that can be constructed from a data structure definition. Multiple such constraints may be present for a constrained artefact. For instance, there may be a constraint that specifies the values allowed for the data source (role is "Allowed") which can be used for validation or for constructing a partial code list, whilst another constraint can specify the actual content of a data source (role is "Actual").