SelectDimensionType ------------------- For each dimension in the grid define the applicable values as "all values", a "specific value" or a range. If a rangeMinimum or rangeMaximum is provided without the other, the assumption is unbounded for the object not included. Properties ~~~~~~~~~~ .. csv-table:: :header: "Name","Type","","Description" :widths: 15,10,5,100 "Rank","`nonNegativeInteger `_","1..1","The rank value of the dimension for which the selection criteria apply." "AllValues","`boolean `_","0..1","If set to ""true"" applies to the full set of dimension values. If set to ""false"" use specificValue, rangeMinimum and rangeMaximum as appropriate to define the subset of values needed." "SpecificValue","`string `_","0..1","May contain a single value or a delimited array of values." "RangeMinimum","`string `_","0..1","The inclusive minimum value of the range. Use when the values or subset of values are ordered and contiguous and may be expressed as a range." "RangeMaximum","`string `_","0..1","The inclusive maximum value of the range. Use when the values or subset of values are ordered and contiguous and may be expressed as a range." Relationships ~~~~~~~~~~~~~ The following identified item types reference this type. .. container:: image |stub| .. |stub| image:: ../../images/SelectDimensionType.svg