diff --git a/vocabularies/Hierarchy.json b/vocabularies/Hierarchy.json index d042e8266..3a64cd40f 100644 --- a/vocabularies/Hierarchy.json +++ b/vocabularies/Hierarchy.json @@ -47,11 +47,11 @@ "@Core.Description": "Drill state of an entry", "@Validation.AllowedValues": [ { "Value": "expanded", "@Core.Description": "The entry precedes entries from deeper aggregation levels" }, + { "Value": "leaf", "@Core.Description": "The entry belongs to the deepest aggregation level" }, { "Value": "collapsed", - "@Core.Description": "The entry belongs to the highest non-expanded aggregation level, but not the deepest" - }, - { "Value": "leaf", "@Core.Description": "The entry belongs to the deepest aggregation level" } + "@Core.Description": "The entry belongs to the highest non-expanded aggregation level, but is not a leaf" + } ] }, "DistanceFromRoot": { diff --git a/vocabularies/Hierarchy.md b/vocabularies/Hierarchy.md index d90b1ca00..c90af60e6 100644 --- a/vocabularies/Hierarchy.md +++ b/vocabularies/Hierarchy.md @@ -101,7 +101,7 @@ The properties in this complex type contain information about Property|Type|Description :-------|:---|:---------- [LimitedDescendantCount](./Hierarchy.xml#L58:~:text=Allowed values:
[expanded](./Hierarchy.xml#L65)
The entry precedes entries from deeper aggregation levels
[collapsed](./Hierarchy.xml#L69)
The entry belongs to the highest non-expanded aggregation level, but not the deepest
[leaf](./Hierarchy.xml#L73)
The entry belongs to the deepest aggregation level +[DrillState](./Hierarchy.xml#L61:~:text=Allowed values:
[expanded](./Hierarchy.xml#L65)
The entry precedes entries from deeper aggregation levels
[leaf](./Hierarchy.xml#L69)
The entry belongs to the deepest aggregation level
[collapsed](./Hierarchy.xml#L73)
The entry belongs to the highest non-expanded aggregation level, but is not a leaf [DistanceFromRoot](./Hierarchy.xml#L80:~:text= diff --git a/vocabularies/Hierarchy.xml b/vocabularies/Hierarchy.xml index cc4212237..17108c70e 100644 --- a/vocabularies/Hierarchy.xml +++ b/vocabularies/Hierarchy.xml @@ -66,14 +66,14 @@ - - - - + + + +