Skip to content

Commit 9a6b5fd

Browse files
authored
Merge pull request #57 from DanSmith/master
Update to latest COGS version
2 parents 9999f25 + 7b920c9 commit 9a6b5fd

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/ci-pull_request.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Install .NET 6
17+
- name: Install .NET 9
1818
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: '6.0.x'
20+
dotnet-version: '9.0.x'
2121

2222
- name: Install cogs dotnet tool
2323
run: dotnet tool install --global --add-source https://ci.appveyor.com/nuget/cogs/ cogs
@@ -48,6 +48,7 @@ jobs:
4848
xcopy ddi-lifecycle-all-outputs\json ddi-lifecycle\json /E /I
4949
xcopy ddi-lifecycle-all-outputs\owl ddi-lifecycle\rdf /E /I
5050
xcopy ddi-lifecycle-all-outputs\uml ddi-lifecycle\uml /E /I
51+
xcopy ddi-lifecycle-all-outputs\dctap ddi-lifecycle\dctap /E /I
5152
ren ddi-lifecycle ddi-lifecycle-${{env.SHORT_SHA}}
5253
ren ddi-lifecycle-all-outputs ddi-lifecycle-all-outputs-${{env.SHORT_SHA}}
5354
7z a -tzip "ddi-lifecycle-all-outputs-${{env.SHORT_SHA}}.zip" "ddi-lifecycle-all-outputs-${{ENV.SHORT_SHA}}\*"

.github/workflows/ci-push-master.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20-
- name: Install .NET 6
20+
- name: Install .NET 9
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: '6.0.x'
23+
dotnet-version: '9.0.x'
2424

2525
- name: Install cogs dotnet tool
2626
run: dotnet tool install --global --add-source https://ci.appveyor.com/nuget/cogs/ cogs
@@ -51,6 +51,7 @@ jobs:
5151
xcopy ddi-lifecycle-all-outputs\json ddi-lifecycle\json /E /I
5252
xcopy ddi-lifecycle-all-outputs\owl ddi-lifecycle\rdf /E /I
5353
xcopy ddi-lifecycle-all-outputs\uml ddi-lifecycle\uml /E /I
54+
xcopy ddi-lifecycle-all-outputs\dctap ddi-lifecycle\dctap /E /I
5455
ren ddi-lifecycle ddi-lifecycle-${{env.SHORT_SHA}}
5556
ren ddi-lifecycle-all-outputs ddi-lifecycle-all-outputs-${{env.SHORT_SHA}}
5657
7z a -tzip "ddi-lifecycle-all-outputs-${{env.SHORT_SHA}}.zip" "ddi-lifecycle-all-outputs-${{ENV.SHORT_SHA}}\*"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Name,DataType,MinCardinality,MaxCardinality,Description,Ordered,AllowSubtypes,MinLength,MaxLength,Enumeration,Pattern,MinInclusive,MinExclusive,MaxInclusive,MaxExclusive,DeprecatedNamespace,DeprecatedElementOrAttribute,DeprecatedChoiceGroup
2-
LimitArrayIndex,string,0,1,"When the InParameter represents an array of items, this attribute specifies the index identification of the items within the zero-based array which should be treated as input parameters. If not specified, the full array is treated as the input parameter.",,,,,,\c+,,,,,,a,
2+
LimitArrayIndex,string,0,1,"When the InParameter represents an array of items, this attribute specifies the index identification of the items within the zero-based array which should be treated as input parameters. If not specified, the full array is treated as the input parameter.",,,,,,,,,,,,a,

CompositeTypes/RepresentationType/RepresentationType.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
RecommendedDataType,CodeValueType,0,1,"This field provides the recommended treatment of the data within an application. The value should come from a controlled vocabulary - recommended values include the set found in W3C XML Schema Part 2, but excluding string sub-types, QNAME, and NOTATION. The DDI Alliance has provided a controlled vocabulary (DataType) to support this element at http://www.ddialliance.org/controlled-vocabularies.",,,,,,,,,,,ddi:reusable:3_3,e,
33
GenericOutputFormat,CodeValueType,0,1,This field provides a recommended generic treatment of the data for display by an application. The value should come from a controlled vocabulary.,,,,,,,,,,,ddi:reusable:3_3,e,
44
MeasurementUnit,CodeValueType,0,1,"Records the measurement unit, for example, 'km', 'miles', etc. Supports the use of a controlled vocabulary.",,,,,,,,,,,ddi:reusable:3_3,e,
5-
MissingValue,string,0,1,"List the values used to represent missing data. Use of MissingValuesReference is preferred. If this content does not match the values provided in the MissingValuesReference, the content of the MissingValuesReference overrides the content of this attribute.",,,,,,\c+,,,,,,a,
5+
MissingValue,string,0,1,"List the values used to represent missing data. Use of MissingValuesReference is preferred. If this content does not match the values provided in the MissingValuesReference, the content of the MissingValuesReference overrides the content of this attribute.",,,,,,,,,,,,a,
66
BlankIsMissingValue,boolean,0,1,When value is true a blank or empty variable content should be treated as a missing value. Use of MissingValuesReference is preferred.,,,,,,,,,,,,a,
77
ClassificationLevelCode,CodeValueType,0,1,"Indicates the type of relationship, nominal, ordinal, interval, ratio, or continuous. Use where appropriate for the representation type.",,,,,Nominal Ordinal Interval Ratio Continuous,,,,,,,a,

0 commit comments

Comments
 (0)