Skip to content

Commit

Permalink
Update SDMXStructureConstraint.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 4dc6a46 commit d94c123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/SDMXStructureConstraint.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<xs:complexType name="DataConstraintType">
<xs:annotation>
<xs:documentation>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").</xs:documentation>
<xs:documentation>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").</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DataConstraintBaseType">
Expand Down

0 comments on commit d94c123

Please sign in to comment.