Skip to content

Commit 7062990

Browse files
committed
Set RowDimensions, ColumnDimensions, and MergeByNames as ordered
These properties were described as ordered in their descriptions refs #1
1 parent f843677 commit 7062990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name,DataType,MinCardinality,MaxCardinality,Description,Ordered,AllowSubtypes,MinLength,MaxLength,Enumeration,Pattern,MinInclusive,MinExclusive,MaxInclusive,MaxExclusive,DeprecatedNamespace,DeprecatedElementOrAttribute,DeprecatedChoiceGroup
22
DataframeName,string,1,1,Name of the dataframe.,,,,,,,,,,,,,
33
VariableInventory,string,0,n,Variables in the dataframe in order,,,,,,,,,,,,,
4-
RowDimensions,VariableReferenceBase,0,n,An ordered list of variables used as hierarchical dimensions in a data cube or multi-index,,TRUE,,,,,,,,,,,
5-
ColumnDimensions,VariableReferenceBase,0,n,An ordered list of variables used as colum indexes in a multi-index,,TRUE,,,,,,,,,,,
4+
RowDimensions,VariableReferenceBase,0,n,An ordered list of variables used as hierarchical dimensions in a data cube or multi-index,true,true,,,,,,,,,,,
5+
ColumnDimensions,VariableReferenceBase,0,n,An ordered list of variables used as colum indexes in a multi-index,true,true,,,,,,,,,,,

CompositeTypes/MergeFileDescription/MergeFileDescription.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ KeepVariables,VariableReferenceBase,0,n,List of variables to keep,,TRUE,,,,,,,,,
99
DropVariables,VariableReferenceBase,0,n,List of variables to drop,,TRUE,,,,,,,,,,,
1010
KeepCasesCondition,ExpressionBase,0,1,Logical condition for keeping rows.,,TRUE,,,,,,,,,,,
1111
DropCasesCondition,ExpressionBase,0,1,Logical condition for dropping rows.,,TRUE,,,,,,,,,,,
12-
MergeByNames,VariableReferenceBase,0,n,An ordered list of variables used as keys in this file to be matched to the variables in the mergeByVariables property of the MergeDatasets command. This property is only used when the key variables in this file have different names than the variable names listed in the MergeDatasets command.,,TRUE,,,,,,,,,,,
12+
MergeByNames,VariableReferenceBase,0,n,An ordered list of variables used as keys in this file to be matched to the variables in the mergeByVariables property of the MergeDatasets command. This property is only used when the key variables in this file have different names than the variable names listed in the MergeDatasets command.,true,true,,,,,,,,,,,
1313
Software,string,0,1,The software package that works with the file.,,,,,,,,,,,,,
1414
FileFormat,string,0,1,The name of a file format,,,,,csv txt dat xls xlsx sav dta sas7bdat rds rdata,,,,,,,,
1515
IsCompressed,boolean,0,1,Indicates whether the file format is compressed.,,,,,,,,,,,,,

0 commit comments

Comments
 (0)