diff --git a/prelease/CHANGES.md b/CHANGELOG.md
similarity index 90%
rename from prelease/CHANGES.md
rename to CHANGELOG.md
index 8a2a4784..edccda8e 100644
--- a/prelease/CHANGES.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
+#CHANGELOG for HED schema
-## Corrections for 8.1.0
-
+## Changes for HED 8.1.0 Released 5/23/2022
* `{suggestedTag=Attribute/Sensory}` changed to `{suggestedTag=Sensory-presentation}` (correction).
* `{suggestedTag=Attribute/Sensory}` changed to `{suggestedTag=Sensory-presentation}` (correction).
@@ -36,4 +36,6 @@
* Added `Property/Sensory-property/Sensory-attribute/Auditory-attribute/Sound-volume` (tag addition).
* Added `Property/Data-property/Data-value/Categorical-value/Categorical-level-value/Large`
and `Property/Data-property/Data-value/Categorical-value/Categorical-level-value/Small`.
-* Corrected some description format for items under `Categorical-level-value`.
+* Corrected some descriptions for items under `Categorical-level-value`.
+* Added electricPotentialUnits and magneticFieldUnits for EEG and MEG signals respectively.
+* Small punctuation corrections.
diff --git a/CHANGES_ACCEPTED.md b/CHANGES_ACCEPTED.md
new file mode 100644
index 00000000..254a61c3
--- /dev/null
+++ b/CHANGES_ACCEPTED.md
@@ -0,0 +1,99 @@
+## Changes to HED that were proposed and accepted.
+
+
+### Changes for version 8.1.0
+
+
+
+#### Add Body between Anatomical-item and Body-part
+Then we can annotate right hand as `(Hand, (Right-side-of, Body))`.
+
+Should the recommended way to annotate right hand be:
+(Hand, (Right-side-of, Body))
+(Hand, (Right-side-of, Human-agent))
+(Hand, (Right-side-of, (Human-agent, Torso)))
+
+**Response**: Added `Item/Object/Anatomical-item/Body` at the same level as `Body-part` instead of moving `Body-part` under `Body` because `Body-part` is not a `Body` so that would violate the "is-a".
+
+
+
+
+#### Add numericClass attribute (* indicates should consider unit class too)
+- `Property/Agent-property/Agent-trait/Age/#`
+- `Property/Data-property/Data-resolution/Printer-resolution/#`
+- `Property/Data-property/Data-value/Spatiotemporal-value/Rate-of-change/Sampling-rate/#`
+- `Property/Data-property/Data-value/Spatiotemporal-value/Rate-of-change/Refresh-rate/#`
+- `Property/Data-property/Data-value/Spatiotemporal-value/Spatial-value/Angle/#`
+
+**Response**: Added to version 8.1.0.
+
+
+
+
+#### Addition of a conversionFactor
+
+Proposed (@MichaelJachan) add schema attribute `conversionFactor` which takes a value
+(i.e. does not have `boolProperty`). This attribute is associated with unit classes
+that are not SIUnits and gives the multiplicative conversion factor between the
+specified units and the default units. (Suggest adding to version 8.1. @VisLab).
+
+**Response**: Added in version 8.10.
+
+
+
+#### unitClasses and Units
+- Add *euro* as a currency unit.
+
+**Response**: Added but did not provide conversion factor to dollars.
+
+
+
+#### Weights and volumes
+
+- Add `weightUnits` and reorganize `volumeUnits`.
+- Deal with grams
+
+**Response**: Added `weightUnits` and simplified `volumeUnits` but did not resolve the difference between mass and weight.
+
+
+
+#### Typos/corrections
+This section lists typos or other errors that should be fixed.
+
+- Correct the word between in `**** Fraction [A numerical value betwee 0 and 1.]`
+- Rename `labelClass` to `nameClass` in `Property/Informational-property/Parameter/Parameter-label/#`
+- Rename `labelClass` to `nameClass` in `Property/Sensory-property/Sensory-attribute/auditory-attribute/Timbre/#`
+- The description of `topLevelTagGroup` schema attribute to mention that only one tag with the `topLevelTagGroup` attribute can appear in the same tag group.
+
+**Response**: These have been fixed in 8.1.0.
+
+
+
+#### Suggested additions
+This section suggests listed additions to the HED tags.
+
+- Add tag `Data-property/Data-marker/Data-break-marker`.
+
+**Response**: Added `Data-property/Data-marker/Data-break-marker`.
+
+- Add `Distracted` to `Agent-emotional-state` since some experiments are designed with
+distractions and surveys may assess the participant's degree of distraction.
+(source @monique2208).
+
+**Response**: Added to `Agent-cognitive-state` rather than `Agent-emotional-state` as
+`Property/Agent-property/Agent-cognitive-state/Distracted`.
+
+- Add Arrow to 2D-shape since arrow is a common 2D-shape used in experiments
+(source @monique2208).
+
+**Response**: Added `Item\Object\Man-made-object\Geometric-object\2D-shape\Arrow`.
+
+- Need a way to tag that the participant is finished --- like an OK or Done
+(Source @monique2208).
+
+**Response**: Added `Property/Task-property/Task-action-type/Done-indication` and `Property/Task-property/Task-action-type/Ready-indication`.
+
+- Add `Sound-volume/#` to allow specification of a numerical value. Loudness can be
+grouped with qualitative attributes such as `High` (@ Scott Makeig).
+
+**Response**: Added `Property/Sensory-property/Sensory-attribute/Auditory-attribute/Sound-volume`.
diff --git a/PROPOSED.md b/PROPOSED.md
index a947ed2c..7d86db22 100644
--- a/PROPOSED.md
+++ b/PROPOSED.md
@@ -1,109 +1,8 @@
-## Proposed modifications for HED schema
+## Proposed modifications for future releases of the HED schema
-This is a record of proposed changes/corrections to the HED schema for future release. As suggestions reach consensus they will be moved to this document.
+This is a record of proposed changes/corrections to the HED schema for future release. As suggestions reach consensus they will be incorporated into the prerelease version.
-### Changes included in version 8.1.0
-
-
-
-#### Add Body between Anatomical-item and Body-part
-Then we can annotate right hand as `(Hand, (Right-side-of, Body))`.
-
-Should the recommended way to annotate right hand be:
-(Hand, (Right-side-of, Body))
-(Hand, (Right-side-of, Human-agent))
-(Hand, (Right-side-of, (Human-agent, Torso)))
-
-**Response**: Added `Item/Object/Anatomical-item/Body` at the same level as `Body-part` instead of moving `Body-part` under `Body` because `Body-part` is not a `Body` so that would violate the "is-a".
-
-
-
-
-#### Add numericClass attribute (* indicates should consider unit class too)
-- `Property/Agent-property/Agent-trait/Age/#`
-- `Property/Data-property/Data-resolution/Printer-resolution/#`
-- `Property/Data-property/Data-value/Spatiotemporal-value/Rate-of-change/Sampling-rate/#`
-- `Property/Data-property/Data-value/Spatiotemporal-value/Rate-of-change/Refresh-rate/#`
-- `Property/Data-property/Data-value/Spatiotemporal-value/Spatial-value/Angle/#`
-
-**Response**: Added to version 8.1.0.
-
-
-
-
-#### Addition of a conversionFactor
-
-Proposed (@MichaelJachan) add schema attribute `conversionFactor` which takes a value
-(i.e. does not have `boolProperty`). This attribute is associated with unit classes
-that are not SIUnits and gives the multiplicative conversion factor between the
-specified units and the default units. (Suggest adding to version 8.1. @VisLab).
-
-**Response**: Added in version 8.10.
-
-
-
-#### unitClasses and Units
-- Add *euro* as a currency unit.
-
-**Response**: Added but did not provide conversion factor to dollars.
-
-
-
-#### Weights and volumes
-
-- Add `weightUnits` and reorganize `volumeUnits`.
-- Deal with grams
-
-**Response**: Added `weightUnits` and simplified `volumeUnits` but did not resolve the difference between mass and weight.
-
-
-
-#### Typos/corrections
-This section lists typos or other errors that should be fixed.
-
-- Correct the word between in `**** Fraction [A numerical value betwee 0 and 1.]`
-- Rename `labelClass` to `nameClass` in `Property/Informational-property/Parameter/Parameter-label/#`
-- Rename `labelClass` to `nameClass` in `Property/Sensory-property/Sensory-attribute/auditory-attribute/Timbre/#`
-- The description of `topLevelTagGroup` schema attribute to mention that only one tag with the `topLevelTagGroup` attribute can appear in the same tag group.
-
-**Response**: These have been fixed in 8.1.0.
-
-
-
-#### Suggested additions
-This section suggests listed additions to the HED tags.
-
-- Add tag `Data-property/Data-marker/Data-break-marker`.
-
-**Response**: Added `Data-property/Data-marker/Data-break-marker`.
-
-- Add `Distracted` to `Agent-emotional-state` since some experiments are designed with
-distractions and surveys may assess the participant's degree of distraction.
-(source @monique2208).
-
-**Response**: Added to `Agent-cognitive-state` rather than `Agent-emotional-state` as
-`Property/Agent-property/Agent-cognitive-state/Distracted`.
-
-- Add Arrow to 2D-shape since arrow is a common 2D-shape used in experiments
-(source @monique2208).
-
-**Response**: Added `Item\Object\Man-made-object\Geometric-object\2D-shape\Arrow`.
-
-- Need a way to tag that the participant is finished --- like an OK or Done
-(Source @monique2208).
-
-**Response**: Added `Property/Task-property/Task-action-type/Done-indication` and `Property/Task-property/Task-action-type/Ready-indication`.
-
-- Add `Sound-volume/#` to allow specification of a numerical value. Loudness can be
-grouped with qualitative attributes such as `High` (@ Scott Makeig).
-
-**Response**: Added `Property/Sensory-property/Sensory-attribute/Auditory-attribute/Sound-volume`.
-
-----------------------------------------------------------------------------------------
-
-### Proposed changes deferred for later versions
-
#### Add Action-imperative
diff --git a/README.md b/README.md
index 31069dac..e3cdc39d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Hierarchical Event Descriptors (HED)
-### HED-3G (HED schema version 8.0.0) has been officially released
+### HED schema version 8.1.0 was released 5/23/2022.
**Note** This repository is primarily for managing the HED vocabulary. If you just
want to annotate your data, please visit the [**HED organization**](https://www.hedtags.org) website. The full HED specification is available at the
diff --git a/prelease/HED8.1.0.mediawiki b/hedwiki/HED8.1.0.mediawiki
similarity index 90%
rename from prelease/HED8.1.0.mediawiki
rename to hedwiki/HED8.1.0.mediawiki
index 1e6a515c..13ace264 100644
--- a/prelease/HED8.1.0.mediawiki
+++ b/hedwiki/HED8.1.0.mediawiki
@@ -1,7 +1,7 @@
HED version="8.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://github.com/hed-standard/hed-specification/raw/master/hedxml/HED8.0.0.xsd"
'''Prologue'''
-This schema is the first official release that includes an xsd and requires unit class, unit modifier, value class, schema attribute and property sections.
+This schema includes an xsd and requires unit class, unit modifier, value class, schema attribute and property sections.
!# start schema
@@ -392,7 +392,7 @@ This schema is the first official release that includes an xsd and requires unit
*** Vocalized-sound [Musical sound produced by vocal cords in a biological agent.]
** Named-animal-sound [A sound recognizable as being associated with particular animals.]
*** Barking [Sharp explosive cries like sounds made by certain animals, especially a dog, fox, or seal.]
-*** Bleating [Wavering cries like sounds made by a sheep, goat, or calf. ]
+*** Bleating [Wavering cries like sounds made by a sheep, goat, or calf.]
*** Crowing [Loud shrill sounds characteristic of roosters.]
*** Chirping [Short, sharp, high-pitched noises like sounds made by small birds or an insects.]
*** Growling [Low guttural sounds like those that made in the throat by a hostile dog or other animal.]
@@ -465,7 +465,7 @@ This schema is the first official release that includes an xsd and requires unit
**** On-treadmill [Ambulation on an exercise apparatus with an endless moving belt to support moving in place.]
**** Prone [Positioned in a recumbent body position whereby the person lies on its stomach and faces downward.]
**** Sitting [In a seated position.]
-**** Standing [Assuming or maintaining an erect upright position. ]
+**** Standing [Assuming or maintaining an erect upright position.]
**** Seated-with-chin-rest [Using a device that supports the chin and head.]
** Agent-task-role [The function or part that is ascribed to an agent in performing the task.]
*** Experiment-actor [An agent who plays a predetermined role to create the experiment scenario.]
@@ -781,7 +781,7 @@ This schema is the first official release that includes an xsd and requires unit
****** # {takesValue, valueClass=numericClass, unitClass=timeUnits}
***** Sound-envelope-decay [The time taken for the subsequent run down from the attack level to the designated sustain level.]
****** # {takesValue, valueClass=numericClass, unitClass=timeUnits}
-***** Sound-envelope-release [The time taken for the level to decay from the sustain level to zero after the key is released]
+***** Sound-envelope-release [The time taken for the level to decay from the sustain level to zero after the key is released.]
****** # {takesValue, valueClass=numericClass, unitClass=timeUnits}
***** Sound-envelope-sustain [The time taken for the main sequence of the sound duration, until the key is released.]
****** # {takesValue, valueClass=numericClass, unitClass=timeUnits}
@@ -807,178 +807,178 @@ This schema is the first official release that includes an xsd and requires unit
*** Vestibular-attribute [Pertaining to the sense of balance or body position.]
*** Visual-attribute [Pertaining to the sense of sight.]
**** Color [The appearance of objects (or light sources) described in terms of perception of their hue and lightness (or brightness) and saturation.]
-***** CSS-color [One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values, check: https://www.w3schools.com/colors/colors_groups.asp]
-****** Blue-color [CSS color group]
-******* CadetBlue [CSS-color 0x5F9EA0]
-******* SteelBlue [CSS-color 0x4682B4]
-******* LightSteelBlue [CSS-color 0xB0C4DE]
-******* LightBlue [CSS-color 0xADD8E6]
-******* PowderBlue [CSS-color 0xB0E0E6]
-******* LightSkyBlue [CSS-color 0x87CEFA]
-******* SkyBlue [CSS-color 0x87CEEB]
-******* CornflowerBlue [CSS-color 0x6495ED]
-******* DeepSkyBlue [CSS-color 0x00BFFF]
-******* DodgerBlue [CSS-color 0x1E90FF]
-******* RoyalBlue [CSS-color 0x4169E1]
-******* Blue [CSS-color 0x0000FF]
-******* MediumBlue [CSS-color 0x0000CD]
-******* DarkBlue [CSS-color 0x00008B]
-******* Navy [CSS-color 0x000080]
-******* MidnightBlue [CSS-color 0x191970]
-****** Brown-color [CSS color group]
-******* Cornsilk [CSS-color 0xFFF8DC]
-******* BlanchedAlmond [CSS-color 0xFFEBCD]
-******* Bisque [CSS-color 0xFFE4C4]
-******* NavajoWhite [CSS-color 0xFFDEAD]
-******* Wheat [CSS-color 0xF5DEB3]
-******* BurlyWood [CSS-color 0xDEB887]
-******* Tan [CSS-color 0xD2B48C]
-******* RosyBrown [CSS-color 0xBC8F8F]
-******* SandyBrown [CSS-color 0xF4A460]
-******* GoldenRod [CSS-color 0xDAA520]
-******* DarkGoldenRod [CSS-color 0xB8860B]
-******* Peru [CSS-color 0xCD853F]
-******* Chocolate [CSS-color 0xD2691E]
-******* Olive [CSS-color 0x808000]
-******* SaddleBrown [CSS-color 0x8B4513]
-******* Sienna [CSS-color 0xA0522D]
-******* Brown [CSS-color 0xA52A2A]
-******* Maroon [CSS-color 0x800000]
-****** Cyan-color [CSS color group]
-******* Aqua [CSS-color 0x00FFFF]
-******* Cyan [CSS-color 0x00FFFF]
-******* LightCyan [CSS-color 0xE0FFFF]
-******* PaleTurquoise [CSS-color 0xAFEEEE]
-******* Aquamarine [CSS-color 0x7FFFD4]
-******* Turquoise [CSS-color 0x40E0D0]
-******* MediumTurquoise [CSS-color 0x48D1CC]
-******* DarkTurquoise [CSS-color 0x00CED1]
-****** Green-color [CSS color group]
-******* GreenYellow [CSS-color 0xADFF2F]
-******* Chartreuse [CSS-color 0x7FFF00]
-******* LawnGreen [CSS-color 0x7CFC00]
-******* Lime [CSS-color 0x00FF00]
-******* LimeGreen [CSS-color 0x32CD32]
-******* PaleGreen [CSS-color 0x98FB98]
-******* LightGreen [CSS-color 0x90EE90]
-******* MediumSpringGreen [CSS-color 0x00FA9A]
-******* SpringGreen [CSS-color 0x00FF7F]
-******* MediumSeaGreen [CSS-color 0x3CB371]
-******* SeaGreen [CSS-color 0x2E8B57]
-******* ForestGreen [CSS-color 0x228B22]
-******* Green [CSS-color 0x008000]
-******* DarkGreen [CSS-color 0x006400]
-******* YellowGreen [CSS-color 0x9ACD32]
-******* OliveDrab [CSS-color 0x6B8E23]
-******* DarkOliveGreen [CSS-color 0x556B2F]
-******* MediumAquaMarine [CSS-color 0x66CDAA]
-******* DarkSeaGreen [CSS-color 0x8FBC8F]
-******* LightSeaGreen [CSS-color 0x20B2AA]
-******* DarkCyan [CSS-color 0x008B8B]
-******* Teal [CSS-color 0x008080]
-****** Gray-color [CSS color group]
-******* Gainsboro [CSS-color 0xDCDCDC]
-******* LightGray [CSS-color 0xD3D3D3]
-******* Silver [CSS-color 0xC0C0C0]
-******* DarkGray [CSS-color 0xA9A9A9]
-******* DimGray [CSS-color 0x696969]
-******* Gray [CSS-color 0x808080]
-******* LightSlateGray [CSS-color 0x778899]
-******* SlateGray [CSS-color 0x708090]
-******* DarkSlateGray [CSS-color 0x2F4F4F]
-******* Black [CSS-color 0x000000]
-****** Orange-color [CSS color group]
-******* Orange [CSS-color 0xFFA500]
-******* DarkOrange [CSS-color 0xFF8C00]
-******* Coral [CSS-color 0xFF7F50]
-******* Tomato [CSS-color 0xFF6347]
-******* OrangeRed [CSS-color 0xFF4500]
-****** Pink-color [CSS color group]
-******* Pink [CSS-color 0xFFC0CB]
-******* LightPink [CSS-color 0xFFB6C1]
-******* HotPink [CSS-color 0xFF69B4]
-******* DeepPink [CSS-color 0xFF1493]
-******* PaleVioletRed [CSS-color 0xDB7093]
-******* MediumVioletRed [CSS-color 0xC71585]
-****** Purple-color [CSS color group]
-******* Lavender [CSS-color 0xE6E6FA]
-******* Thistle [CSS-color 0xD8BFD8]
-******* Plum [CSS-color 0xDDA0DD]
-******* Orchid [CSS-color 0xDA70D6]
-******* Violet [CSS-color 0xEE82EE]
-******* Fuchsia [CSS-color 0xFF00FF]
-******* Magenta [CSS-color 0xFF00FF]
-******* MediumOrchid [CSS-color 0xBA55D3]
-******* DarkOrchid [CSS-color 0x9932CC]
-******* DarkViolet [CSS-color 0x9400D3]
-******* BlueViolet [CSS-color 0x8A2BE2]
-******* DarkMagenta [CSS-color 0x8B008B]
-******* Purple [CSS-color 0x800080]
-******* MediumPurple [CSS-color 0x9370DB]
-******* MediumSlateBlue [CSS-color 0x7B68EE]
-******* SlateBlue [CSS-color 0x6A5ACD]
-******* DarkSlateBlue [CSS-color 0x483D8B]
-******* RebeccaPurple [CSS-color 0x663399]
-******* Indigo [CSS-color 0x4B0082]
-****** Red-color [CSS color group]
-******* LightSalmon [CSS-color 0xFFA07A]
-******* Salmon [CSS-color 0xFA8072]
-******* DarkSalmon [CSS-color 0xE9967A]
-******* LightCoral [CSS-color 0xF08080]
-******* IndianRed [CSS-color 0xCD5C5C]
-******* Crimson [CSS-color 0xDC143C]
-******* Red [CSS-color 0xFF0000]
-******* FireBrick [CSS-color 0xB22222]
-******* DarkRed [CSS-color 0x8B0000]
-****** Yellow-color [CSS color group]
-******* Gold [CSS-color 0xFFD700]
-******* Yellow [CSS-color 0xFFFF00]
-******* LightYellow [CSS-color 0xFFFFE0]
-******* LemonChiffon [CSS-color 0xFFFACD]
-******* LightGoldenRodYellow [CSS-color 0xFAFAD2]
-******* PapayaWhip [CSS-color 0xFFEFD5]
-******* Moccasin [CSS-color 0xFFE4B5]
-******* PeachPuff [CSS-color 0xFFDAB9]
-******* PaleGoldenRod [CSS-color 0xEEE8AA]
-******* Khaki [CSS-color 0xF0E68C]
-******* DarkKhaki [CSS-color 0xBDB76B]
-****** White-color [CSS color group]
-******* White [CSS-color 0xFFFFFF]
-******* Snow [CSS-color 0xFFFAFA]
-******* HoneyDew [CSS-color 0xF0FFF0]
-******* MintCream [CSS-color 0xF5FFFA]
-******* Azure [CSS-color 0xF0FFFF]
-******* AliceBlue [CSS-color 0xF0F8FF]
-******* GhostWhite [CSS-color 0xF8F8FF]
-******* WhiteSmoke [CSS-color 0xF5F5F5]
-******* SeaShell [CSS-color 0xFFF5EE]
-******* Beige [CSS-color 0xF5F5DC]
-******* OldLace [CSS-color 0xFDF5E6]
-******* FloralWhite [CSS-color 0xFFFAF0]
-******* Ivory [CSS-color 0xFFFFF0]
-******* AntiqueWhite [CSS-color 0xFAEBD7]
-******* Linen [CSS-color 0xFAF0E6]
-******* LavenderBlush [CSS-color 0xFFF0F5]
-******* MistyRose [CSS-color 0xFFE4E1]
+***** CSS-color [One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values, check: https://www.w3schools.com/colors/colors_groups.asp.]
+****** Blue-color [CSS color group.]
+******* CadetBlue [CSS-color 0x5F9EA0.]
+******* SteelBlue [CSS-color 0x4682B4.]
+******* LightSteelBlue [CSS-color 0xB0C4DE.]
+******* LightBlue [CSS-color 0xADD8E6.]
+******* PowderBlue [CSS-color 0xB0E0E6.]
+******* LightSkyBlue [CSS-color 0x87CEFA.]
+******* SkyBlue [CSS-color 0x87CEEB.]
+******* CornflowerBlue [CSS-color 0x6495ED.]
+******* DeepSkyBlue [CSS-color 0x00BFFF.]
+******* DodgerBlue [CSS-color 0x1E90FF.]
+******* RoyalBlue [CSS-color 0x4169E1.]
+******* Blue [CSS-color 0x0000FF.]
+******* MediumBlue [CSS-color 0x0000CD.]
+******* DarkBlue [CSS-color 0x00008B.]
+******* Navy [CSS-color 0x000080.]
+******* MidnightBlue [CSS-color 0x191970.]
+****** Brown-color [CSS color group.]
+******* Cornsilk [CSS-color 0xFFF8DC.]
+******* BlanchedAlmond [CSS-color 0xFFEBCD.]
+******* Bisque [CSS-color 0xFFE4C4.]
+******* NavajoWhite [CSS-color 0xFFDEAD.]
+******* Wheat [CSS-color 0xF5DEB3.]
+******* BurlyWood [CSS-color 0xDEB887.]
+******* Tan [CSS-color 0xD2B48C.]
+******* RosyBrown [CSS-color 0xBC8F8F.]
+******* SandyBrown [CSS-color 0xF4A460.]
+******* GoldenRod [CSS-color 0xDAA520.]
+******* DarkGoldenRod [CSS-color 0xB8860B.]
+******* Peru [CSS-color 0xCD853F.]
+******* Chocolate [CSS-color 0xD2691E.]
+******* Olive [CSS-color 0x808000.]
+******* SaddleBrown [CSS-color 0x8B4513.]
+******* Sienna [CSS-color 0xA0522D.]
+******* Brown [CSS-color 0xA52A2A.]
+******* Maroon [CSS-color 0x800000.]
+****** Cyan-color [CSS color group.]
+******* Aqua [CSS-color 0x00FFFF.]
+******* Cyan [CSS-color 0x00FFFF.]
+******* LightCyan [CSS-color 0xE0FFFF.]
+******* PaleTurquoise [CSS-color 0xAFEEEE.]
+******* Aquamarine [CSS-color 0x7FFFD4.]
+******* Turquoise [CSS-color 0x40E0D0.]
+******* MediumTurquoise [CSS-color 0x48D1CC.]
+******* DarkTurquoise [CSS-color 0x00CED1.]
+****** Green-color [CSS color group.]
+******* GreenYellow [CSS-color 0xADFF2F.]
+******* Chartreuse [CSS-color 0x7FFF00.]
+******* LawnGreen [CSS-color 0x7CFC00.]
+******* Lime [CSS-color 0x00FF00.]
+******* LimeGreen [CSS-color 0x32CD32.]
+******* PaleGreen [CSS-color 0x98FB98.]
+******* LightGreen [CSS-color 0x90EE90.]
+******* MediumSpringGreen [CSS-color 0x00FA9A.]
+******* SpringGreen [CSS-color 0x00FF7F.]
+******* MediumSeaGreen [CSS-color 0x3CB371.]
+******* SeaGreen [CSS-color 0x2E8B57.]
+******* ForestGreen [CSS-color 0x228B22.]
+******* Green [CSS-color 0x008000.]
+******* DarkGreen [CSS-color 0x006400.]
+******* YellowGreen [CSS-color 0x9ACD32.]
+******* OliveDrab [CSS-color 0x6B8E23.]
+******* DarkOliveGreen [CSS-color 0x556B2F.]
+******* MediumAquaMarine [CSS-color 0x66CDAA.]
+******* DarkSeaGreen [CSS-color 0x8FBC8F.]
+******* LightSeaGreen [CSS-color 0x20B2AA.]
+******* DarkCyan [CSS-color 0x008B8B.]
+******* Teal [CSS-color 0x008080.]
+****** Gray-color [CSS color group.]
+******* Gainsboro [CSS-color 0xDCDCDC.]
+******* LightGray [CSS-color 0xD3D3D3.]
+******* Silver [CSS-color 0xC0C0C0.]
+******* DarkGray [CSS-color 0xA9A9A9.]
+******* DimGray [CSS-color 0x696969.]
+******* Gray [CSS-color 0x808080.]
+******* LightSlateGray [CSS-color 0x778899.]
+******* SlateGray [CSS-color 0x708090.]
+******* DarkSlateGray [CSS-color 0x2F4F4F.]
+******* Black [CSS-color 0x000000.]
+****** Orange-color [CSS color group.]
+******* Orange [CSS-color 0xFFA500.]
+******* DarkOrange [CSS-color 0xFF8C00.]
+******* Coral [CSS-color 0xFF7F50.]
+******* Tomato [CSS-color 0xFF6347.]
+******* OrangeRed [CSS-color 0xFF4500.]
+****** Pink-color [CSS color group.]
+******* Pink [CSS-color 0xFFC0CB.]
+******* LightPink [CSS-color 0xFFB6C1.]
+******* HotPink [CSS-color 0xFF69B4.]
+******* DeepPink [CSS-color 0xFF1493.]
+******* PaleVioletRed [CSS-color 0xDB7093.]
+******* MediumVioletRed [CSS-color 0xC71585.]
+****** Purple-color [CSS color group.]
+******* Lavender [CSS-color 0xE6E6FA.]
+******* Thistle [CSS-color 0xD8BFD8.]
+******* Plum [CSS-color 0xDDA0DD.]
+******* Orchid [CSS-color 0xDA70D6.]
+******* Violet [CSS-color 0xEE82EE.]
+******* Fuchsia [CSS-color 0xFF00FF.]
+******* Magenta [CSS-color 0xFF00FF.]
+******* MediumOrchid [CSS-color 0xBA55D3.]
+******* DarkOrchid [CSS-color 0x9932CC.]
+******* DarkViolet [CSS-color 0x9400D3.]
+******* BlueViolet [CSS-color 0x8A2BE2.]
+******* DarkMagenta [CSS-color 0x8B008B.]
+******* Purple [CSS-color 0x800080.]
+******* MediumPurple [CSS-color 0x9370DB.]
+******* MediumSlateBlue [CSS-color 0x7B68EE.]
+******* SlateBlue [CSS-color 0x6A5ACD.]
+******* DarkSlateBlue [CSS-color 0x483D8B.]
+******* RebeccaPurple [CSS-color 0x663399.]
+******* Indigo [CSS-color 0x4B0082.]
+****** Red-color [CSS color group.]
+******* LightSalmon [CSS-color 0xFFA07A.]
+******* Salmon [CSS-color 0xFA8072.]
+******* DarkSalmon [CSS-color 0xE9967A.]
+******* LightCoral [CSS-color 0xF08080.]
+******* IndianRed [CSS-color 0xCD5C5C.]
+******* Crimson [CSS-color 0xDC143C.]
+******* Red [CSS-color 0xFF0000.]
+******* FireBrick [CSS-color 0xB22222.]
+******* DarkRed [CSS-color 0x8B0000.]
+****** Yellow-color [CSS color group.]
+******* Gold [CSS-color 0xFFD700.]
+******* Yellow [CSS-color 0xFFFF00.]
+******* LightYellow [CSS-color 0xFFFFE0.]
+******* LemonChiffon [CSS-color 0xFFFACD.]
+******* LightGoldenRodYellow [CSS-color 0xFAFAD2.]
+******* PapayaWhip [CSS-color 0xFFEFD5.]
+******* Moccasin [CSS-color 0xFFE4B5.]
+******* PeachPuff [CSS-color 0xFFDAB9.]
+******* PaleGoldenRod [CSS-color 0xEEE8AA.]
+******* Khaki [CSS-color 0xF0E68C.]
+******* DarkKhaki [CSS-color 0xBDB76B.]
+****** White-color [CSS color group.]
+******* White [CSS-color 0xFFFFFF.]
+******* Snow [CSS-color 0xFFFAFA.]
+******* HoneyDew [CSS-color 0xF0FFF0.]
+******* MintCream [CSS-color 0xF5FFFA.]
+******* Azure [CSS-color 0xF0FFFF.]
+******* AliceBlue [CSS-color 0xF0F8FF.]
+******* GhostWhite [CSS-color 0xF8F8FF.]
+******* WhiteSmoke [CSS-color 0xF5F5F5.]
+******* SeaShell [CSS-color 0xFFF5EE.]
+******* Beige [CSS-color 0xF5F5DC.]
+******* OldLace [CSS-color 0xFDF5E6.]
+******* FloralWhite [CSS-color 0xFFFAF0.]
+******* Ivory [CSS-color 0xFFFFF0.]
+******* AntiqueWhite [CSS-color 0xFAEBD7.]
+******* Linen [CSS-color 0xFAF0E6.]
+******* LavenderBlush [CSS-color 0xFFF0F5.]
+******* MistyRose [CSS-color 0xFFE4E1.]
***** Color-shade [A slight degree of difference between colors, especially with regard to how light or dark it is or as distinguished from one nearly like it.]
****** Dark-shade [A color tone not reflecting much light.]
****** Light-shade [A color tone reflecting more light.]
***** Grayscale [Using a color map composed of shades of gray, varying from black at the weakest intensity to white at the strongest.]
-****** # {takesValue, valueClass=numericClass} [White intensity between 0 and 1]
+****** # {takesValue, valueClass=numericClass} [White intensity between 0 and 1.]
***** HSV-color [A color representation that models how colors appear under light.]
****** Hue [Attribute of a visual sensation according to which an area appears to be similar to one of the perceived colors.]
-******* # {takesValue, valueClass=numericClass} [Angular value between 0 and 360]
+******* # {takesValue, valueClass=numericClass} [Angular value between 0 and 360.]
****** Saturation [Colorfulness of a stimulus relative to its own brightness.]
-******* # {takesValue, valueClass=numericClass} [B value of RGB between 0 and 1]
+******* # {takesValue, valueClass=numericClass} [B value of RGB between 0 and 1.]
****** HSV-value [An attribute of a visual sensation according to which an area appears to emit more or less light.]
******* # {takesValue, valueClass=numericClass}
***** RGB-color [A color from the RGB schema.]
****** RGB-red [The red component.]
-******* # {takesValue, valueClass=numericClass} [R value of RGB between 0 and 1]
+******* # {takesValue, valueClass=numericClass} [R value of RGB between 0 and 1.]
****** RGB-blue [The blue component.]
-******* # {takesValue, valueClass=numericClass} [B value of RGB between 0 and 1]
+******* # {takesValue, valueClass=numericClass} [B value of RGB between 0 and 1.]
****** RGB-green [The green component.]
-******* # {takesValue, valueClass=numericClass} [G value of RGB between 0 and 1]
+******* # {takesValue, valueClass=numericClass} [G value of RGB between 0 and 1.]
**** Luminance [A quality that exists by virtue of the luminous intensity per unit area projected in a given direction.]
**** Opacity [A measure of impenetrability to light.]
** Sensory-presentation [The entity has a sensory manifestation.]
@@ -1155,6 +1155,9 @@ This schema is the first official release that includes an xsd and requires unit
** $ {unitPrefix, unitSymbol, conversionFactor=1.0}
** euro
** point
+* electricPotentialUnits {defaultUnits=uv}
+** v {SIUnit, unitSymbol, conversionFactor=0.000001}
+** Volt {SIUnit, conversionFactor=0.000001}
* frequencyUnits {defaultUnits=Hz}
** hertz {SIUnit, conversionFactor=1.0}
** Hz {SIUnit, unitSymbol, conversionFactor=1.0}
@@ -1164,6 +1167,9 @@ This schema is the first official release that includes an xsd and requires unit
** cd {SIUnit, unitSymbol}[Units used to express light intensity.]
* jerkUnits {defaultUnits=m-per-s^3}
** m-per-s^3 {unitSymbol, conversionFactor=1.0}
+* magneticFieldUnits {defaultUnits=fT}[Units used to magnetic field intensity.]
+** tesla {SIUnit, conversionFactor=10^-15}
+** T {SIUnit, unitSymbol, conversionFactor=10^-15}
* memorySizeUnits {defaultUnits=B}
** byte {SIUnit, conversionFactor=1.0}
** B {SIUnit, unitSymbol, conversionFactor=1.0}
@@ -1196,46 +1202,46 @@ This schema is the first official release that includes an xsd and requires unit
'''Unit modifiers''' [Unit multiples and submultiples.]
-* deca {SIUnitModifier, conversionFactor=10.0} [SI unit multiple representing 10^1]
-* da {SIUnitSymbolModifier, conversionFactor=10.0} [SI unit multiple representing 10^1]
-* hecto {SIUnitModifier, conversionFactor=100.0} [SI unit multiple representing 10^2]
-* h {SIUnitSymbolModifier, conversionFactor=100.0} [SI unit multiple representing 10^2]
-* kilo {SIUnitModifier, conversionFactor=1000.0} [SI unit multiple representing 10^3]
-* k {SIUnitSymbolModifier, conversionFactor=1000.0} [SI unit multiple representing 10^3]
-* mega {SIUnitModifier, conversionFactor=10^6} [SI unit multiple representing 10^6]
-* M {SIUnitSymbolModifier, conversionFactor=10^6} [SI unit multiple representing 10^6]
-* giga {SIUnitModifier, conversionFactor=10^9} [SI unit multiple representing 10^9]
-* G {SIUnitSymbolModifier, conversionFactor=10^9} [SI unit multiple representing 10^9]
-* tera {SIUnitModifier, conversionFactor=10^12} [SI unit multiple representing 10^12]
-* T {SIUnitSymbolModifier, conversionFactor=10^12} [SI unit multiple representing 10^12]
-* peta {SIUnitModifier, conversionFactor=10^15} [SI unit multiple representing 10^15]
-* P {SIUnitSymbolModifier, conversionFactor=10^15} [SI unit multiple representing 10^15]
-* exa {SIUnitModifier, conversionFactor=10^18} [SI unit multiple representing 10^18]
-* E {SIUnitSymbolModifier, conversionFactor=10^18} [SI unit multiple representing 10^18]
-* zetta {SIUnitModifier, conversionFactor=10^21} [SI unit multiple representing 10^21]
-* Z {SIUnitSymbolModifier, conversionFactor=10^21} [SI unit multiple representing 10^21]
-* yotta {SIUnitModifier, conversionFactor=10^24} [SI unit multiple representing 10^24]
-* Y {SIUnitSymbolModifier, conversionFactor=10^24} [SI unit multiple representing 10^24]
-* deci {SIUnitModifier, conversionFactor=0.1}[SI unit submultiple representing 10^-1]
-* d {SIUnitSymbolModifier, conversionFactor=0.1} [SI unit submultiple representing 10^-1]
-* centi {SIUnitModifier, conversionFactor=0.01} [SI unit submultiple representing 10^-2]
-* c {SIUnitSymbolModifier, conversionFactor=0.01} [SI unit submultiple representing 10^-2]
-* milli {SIUnitModifier, conversionFactor=0.001} [SI unit submultiple representing 10^-3]
-* m {SIUnitSymbolModifier, conversionFactor=0.001} [SI unit submultiple representing 10^-3]
-* micro {SIUnitModifier, conversionFactor=10^-6} [SI unit submultiple representing 10^-6]
-* u {SIUnitSymbolModifier, conversionFactor=10^-6} [SI unit submultiple representing 10^-6]
-* nano {SIUnitModifier, conversionFactor=10^-9} [SI unit submultiple representing 10^-9]
-* n {SIUnitSymbolModifier, conversionFactor=10^-9} [SI unit submultiple representing 10^-9]
-* pico {SIUnitModifier, conversionFactor=10^-12} [SI unit submultiple representing 10^-12]
-* p {SIUnitSymbolModifier, conversionFactor=10^-12} [SI unit submultiple representing 10^-12]
-* femto {SIUnitModifier, conversionFactor=10^-15} [SI unit submultiple representing 10^-15]
-* f {SIUnitSymbolModifier, conversionFactor=10^-15} [SI unit submultiple representing 10^-15]
-* atto {SIUnitModifier, conversionFactor=10^-18} [SI unit submultiple representing 10^-18]
-* a {SIUnitSymbolModifier, conversionFactor=10^-18} [SI unit submultiple representing 10^-18]
-* zepto {SIUnitModifier, conversionFactor=10^-21} [SI unit submultiple representing 10^-21]
-* z {SIUnitSymbolModifier, conversionFactor=10^-21} [SI unit submultiple representing 10^-21]
-* yocto {SIUnitModifier, conversionFactor=10^-24} [SI unit submultiple representing 10^-24]
-* y {SIUnitSymbolModifier, conversionFactor=10^-24} [SI unit submultiple representing 10^-24]
+* deca {SIUnitModifier, conversionFactor=10.0} [SI unit multiple representing 10^1.]
+* da {SIUnitSymbolModifier, conversionFactor=10.0} [SI unit multiple representing 10^1.]
+* hecto {SIUnitModifier, conversionFactor=100.0} [SI unit multiple representing 10^2.]
+* h {SIUnitSymbolModifier, conversionFactor=100.0} [SI unit multiple representing 10^2.]
+* kilo {SIUnitModifier, conversionFactor=1000.0} [SI unit multiple representing 10^3.]
+* k {SIUnitSymbolModifier, conversionFactor=1000.0} [SI unit multiple representing 10^3.]
+* mega {SIUnitModifier, conversionFactor=10^6} [SI unit multiple representing 10^6.]
+* M {SIUnitSymbolModifier, conversionFactor=10^6} [SI unit multiple representing 10^6.]
+* giga {SIUnitModifier, conversionFactor=10^9} [SI unit multiple representing 10^9.]
+* G {SIUnitSymbolModifier, conversionFactor=10^9} [SI unit multiple representing 10^9.]
+* tera {SIUnitModifier, conversionFactor=10^12} [SI unit multiple representing 10^12.]
+* T {SIUnitSymbolModifier, conversionFactor=10^12} [SI unit multiple representing 10^12.]
+* peta {SIUnitModifier, conversionFactor=10^15} [SI unit multiple representing 10^15.]
+* P {SIUnitSymbolModifier, conversionFactor=10^15} [SI unit multiple representing 10^15.]
+* exa {SIUnitModifier, conversionFactor=10^18} [SI unit multiple representing 10^18.]
+* E {SIUnitSymbolModifier, conversionFactor=10^18} [SI unit multiple representing 10^18.]
+* zetta {SIUnitModifier, conversionFactor=10^21} [SI unit multiple representing 10^21.]
+* Z {SIUnitSymbolModifier, conversionFactor=10^21} [SI unit multiple representing 10^21.]
+* yotta {SIUnitModifier, conversionFactor=10^24} [SI unit multiple representing 10^24.]
+* Y {SIUnitSymbolModifier, conversionFactor=10^24} [SI unit multiple representing 10^24.]
+* deci {SIUnitModifier, conversionFactor=0.1}[SI unit submultiple representing 10^-1.]
+* d {SIUnitSymbolModifier, conversionFactor=0.1} [SI unit submultiple representing 10^-1.]
+* centi {SIUnitModifier, conversionFactor=0.01} [SI unit submultiple representing 10^-2.]
+* c {SIUnitSymbolModifier, conversionFactor=0.01} [SI unit submultiple representing 10^-2.]
+* milli {SIUnitModifier, conversionFactor=0.001} [SI unit submultiple representing 10^-3.]
+* m {SIUnitSymbolModifier, conversionFactor=0.001} [SI unit submultiple representing 10^-3.]
+* micro {SIUnitModifier, conversionFactor=10^-6} [SI unit submultiple representing 10^-6.]
+* u {SIUnitSymbolModifier, conversionFactor=10^-6} [SI unit submultiple representing 10^-6.]
+* nano {SIUnitModifier, conversionFactor=10^-9} [SI unit submultiple representing 10^-9.]
+* n {SIUnitSymbolModifier, conversionFactor=10^-9} [SI unit submultiple representing 10^-9.]
+* pico {SIUnitModifier, conversionFactor=10^-12} [SI unit submultiple representing 10^-12.]
+* p {SIUnitSymbolModifier, conversionFactor=10^-12} [SI unit submultiple representing 10^-12.]
+* femto {SIUnitModifier, conversionFactor=10^-15} [SI unit submultiple representing 10^-15.]
+* f {SIUnitSymbolModifier, conversionFactor=10^-15} [SI unit submultiple representing 10^-15.]
+* atto {SIUnitModifier, conversionFactor=10^-18} [SI unit submultiple representing 10^-18.]
+* a {SIUnitSymbolModifier, conversionFactor=10^-18} [SI unit submultiple representing 10^-18.]
+* zepto {SIUnitModifier, conversionFactor=10^-21} [SI unit submultiple representing 10^-21.]
+* z {SIUnitSymbolModifier, conversionFactor=10^-21} [SI unit submultiple representing 10^-21.]
+* yocto {SIUnitModifier, conversionFactor=10^-24} [SI unit submultiple representing 10^-24.]
+* y {SIUnitSymbolModifier, conversionFactor=10^-24} [SI unit submultiple representing 10^-24.]
'''Value classes''' [Specification of the rules for the values provided by users.]
diff --git a/prelease/HED8.1.0.xml b/hedxml/HED8.1.0.xml
similarity index 95%
rename from prelease/HED8.1.0.xml
rename to hedxml/HED8.1.0.xml
index 3b072d17..f5b7cfc4 100644
--- a/prelease/HED8.1.0.xml
+++ b/hedxml/HED8.1.0.xml
@@ -1,6 +1,6 @@
- This schema is the first official release that includes an xsd and requires unit class, unit modifier, value class, schema attribute and property sections.
+ This schema includes an xsd and requires unit class, unit modifier, value class, schema attribute and property sections.
@@ -4181,7 +4181,7 @@
Sound-envelope-release
- The time taken for the level to decay from the sustain level to zero after the key is released
+ The time taken for the level to decay from the sustain level to zero after the key is released.
#
@@ -4321,613 +4321,613 @@
The appearance of objects (or light sources) described in terms of perception of their hue and lightness (or brightness) and saturation.
CSS-color
- One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values, check: https://www.w3schools.com/colors/colors_groups.asp
+ One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values, check: https://www.w3schools.com/colors/colors_groups.asp.
Blue-color
- CSS color group
+ CSS color group.
CadetBlue
- CSS-color 0x5F9EA0
+ CSS-color 0x5F9EA0.
SteelBlue
- CSS-color 0x4682B4
+ CSS-color 0x4682B4.
LightSteelBlue
- CSS-color 0xB0C4DE
+ CSS-color 0xB0C4DE.
LightBlue
- CSS-color 0xADD8E6
+ CSS-color 0xADD8E6.
PowderBlue
- CSS-color 0xB0E0E6
+ CSS-color 0xB0E0E6.
LightSkyBlue
- CSS-color 0x87CEFA
+ CSS-color 0x87CEFA.
SkyBlue
- CSS-color 0x87CEEB
+ CSS-color 0x87CEEB.
CornflowerBlue
- CSS-color 0x6495ED
+ CSS-color 0x6495ED.
DeepSkyBlue
- CSS-color 0x00BFFF
+ CSS-color 0x00BFFF.
DodgerBlue
- CSS-color 0x1E90FF
+ CSS-color 0x1E90FF.
RoyalBlue
- CSS-color 0x4169E1
+ CSS-color 0x4169E1.
Blue
- CSS-color 0x0000FF
+ CSS-color 0x0000FF.
MediumBlue
- CSS-color 0x0000CD
+ CSS-color 0x0000CD.
DarkBlue
- CSS-color 0x00008B
+ CSS-color 0x00008B.
Navy
- CSS-color 0x000080
+ CSS-color 0x000080.
MidnightBlue
- CSS-color 0x191970
+ CSS-color 0x191970.
Brown-color
- CSS color group
+ CSS color group.
Cornsilk
- CSS-color 0xFFF8DC
+ CSS-color 0xFFF8DC.
BlanchedAlmond
- CSS-color 0xFFEBCD
+ CSS-color 0xFFEBCD.
Bisque
- CSS-color 0xFFE4C4
+ CSS-color 0xFFE4C4.
NavajoWhite
- CSS-color 0xFFDEAD
+ CSS-color 0xFFDEAD.
Wheat
- CSS-color 0xF5DEB3
+ CSS-color 0xF5DEB3.
BurlyWood
- CSS-color 0xDEB887
+ CSS-color 0xDEB887.
Tan
- CSS-color 0xD2B48C
+ CSS-color 0xD2B48C.
RosyBrown
- CSS-color 0xBC8F8F
+ CSS-color 0xBC8F8F.
SandyBrown
- CSS-color 0xF4A460
+ CSS-color 0xF4A460.
GoldenRod
- CSS-color 0xDAA520
+ CSS-color 0xDAA520.
DarkGoldenRod
- CSS-color 0xB8860B
+ CSS-color 0xB8860B.
Peru
- CSS-color 0xCD853F
+ CSS-color 0xCD853F.
Chocolate
- CSS-color 0xD2691E
+ CSS-color 0xD2691E.
Olive
- CSS-color 0x808000
+ CSS-color 0x808000.
SaddleBrown
- CSS-color 0x8B4513
+ CSS-color 0x8B4513.
Sienna
- CSS-color 0xA0522D
+ CSS-color 0xA0522D.
Brown
- CSS-color 0xA52A2A
+ CSS-color 0xA52A2A.
Maroon
- CSS-color 0x800000
+ CSS-color 0x800000.
Cyan-color
- CSS color group
+ CSS color group.
Aqua
- CSS-color 0x00FFFF
+ CSS-color 0x00FFFF.
Cyan
- CSS-color 0x00FFFF
+ CSS-color 0x00FFFF.
LightCyan
- CSS-color 0xE0FFFF
+ CSS-color 0xE0FFFF.
PaleTurquoise
- CSS-color 0xAFEEEE
+ CSS-color 0xAFEEEE.
Aquamarine
- CSS-color 0x7FFFD4
+ CSS-color 0x7FFFD4.
Turquoise
- CSS-color 0x40E0D0
+ CSS-color 0x40E0D0.
MediumTurquoise
- CSS-color 0x48D1CC
+ CSS-color 0x48D1CC.
DarkTurquoise
- CSS-color 0x00CED1
+ CSS-color 0x00CED1.
Green-color
- CSS color group
+ CSS color group.
GreenYellow
- CSS-color 0xADFF2F
+ CSS-color 0xADFF2F.
Chartreuse
- CSS-color 0x7FFF00
+ CSS-color 0x7FFF00.
LawnGreen
- CSS-color 0x7CFC00
+ CSS-color 0x7CFC00.
Lime
- CSS-color 0x00FF00
+ CSS-color 0x00FF00.
LimeGreen
- CSS-color 0x32CD32
+ CSS-color 0x32CD32.
PaleGreen
- CSS-color 0x98FB98
+ CSS-color 0x98FB98.
LightGreen
- CSS-color 0x90EE90
+ CSS-color 0x90EE90.
MediumSpringGreen
- CSS-color 0x00FA9A
+ CSS-color 0x00FA9A.
SpringGreen
- CSS-color 0x00FF7F
+ CSS-color 0x00FF7F.
MediumSeaGreen
- CSS-color 0x3CB371
+ CSS-color 0x3CB371.
SeaGreen
- CSS-color 0x2E8B57
+ CSS-color 0x2E8B57.
ForestGreen
- CSS-color 0x228B22
+ CSS-color 0x228B22.
Green
- CSS-color 0x008000
+ CSS-color 0x008000.
DarkGreen
- CSS-color 0x006400
+ CSS-color 0x006400.
YellowGreen
- CSS-color 0x9ACD32
+ CSS-color 0x9ACD32.
OliveDrab
- CSS-color 0x6B8E23
+ CSS-color 0x6B8E23.
DarkOliveGreen
- CSS-color 0x556B2F
+ CSS-color 0x556B2F.
MediumAquaMarine
- CSS-color 0x66CDAA
+ CSS-color 0x66CDAA.
DarkSeaGreen
- CSS-color 0x8FBC8F
+ CSS-color 0x8FBC8F.
LightSeaGreen
- CSS-color 0x20B2AA
+ CSS-color 0x20B2AA.
DarkCyan
- CSS-color 0x008B8B
+ CSS-color 0x008B8B.
Teal
- CSS-color 0x008080
+ CSS-color 0x008080.
Gray-color
- CSS color group
+ CSS color group.
Gainsboro
- CSS-color 0xDCDCDC
+ CSS-color 0xDCDCDC.
LightGray
- CSS-color 0xD3D3D3
+ CSS-color 0xD3D3D3.
Silver
- CSS-color 0xC0C0C0
+ CSS-color 0xC0C0C0.
DarkGray
- CSS-color 0xA9A9A9
+ CSS-color 0xA9A9A9.
DimGray
- CSS-color 0x696969
+ CSS-color 0x696969.
Gray
- CSS-color 0x808080
+ CSS-color 0x808080.
LightSlateGray
- CSS-color 0x778899
+ CSS-color 0x778899.
SlateGray
- CSS-color 0x708090
+ CSS-color 0x708090.
DarkSlateGray
- CSS-color 0x2F4F4F
+ CSS-color 0x2F4F4F.
Black
- CSS-color 0x000000
+ CSS-color 0x000000.
Orange-color
- CSS color group
+ CSS color group.
Orange
- CSS-color 0xFFA500
+ CSS-color 0xFFA500.
DarkOrange
- CSS-color 0xFF8C00
+ CSS-color 0xFF8C00.
Coral
- CSS-color 0xFF7F50
+ CSS-color 0xFF7F50.
Tomato
- CSS-color 0xFF6347
+ CSS-color 0xFF6347.
OrangeRed
- CSS-color 0xFF4500
+ CSS-color 0xFF4500.
Pink-color
- CSS color group
+ CSS color group.
Pink
- CSS-color 0xFFC0CB
+ CSS-color 0xFFC0CB.
LightPink
- CSS-color 0xFFB6C1
+ CSS-color 0xFFB6C1.
HotPink
- CSS-color 0xFF69B4
+ CSS-color 0xFF69B4.
DeepPink
- CSS-color 0xFF1493
+ CSS-color 0xFF1493.
PaleVioletRed
- CSS-color 0xDB7093
+ CSS-color 0xDB7093.
MediumVioletRed
- CSS-color 0xC71585
+ CSS-color 0xC71585.
Purple-color
- CSS color group
+ CSS color group.
Lavender
- CSS-color 0xE6E6FA
+ CSS-color 0xE6E6FA.
Thistle
- CSS-color 0xD8BFD8
+ CSS-color 0xD8BFD8.
Plum
- CSS-color 0xDDA0DD
+ CSS-color 0xDDA0DD.
Orchid
- CSS-color 0xDA70D6
+ CSS-color 0xDA70D6.
Violet
- CSS-color 0xEE82EE
+ CSS-color 0xEE82EE.
Fuchsia
- CSS-color 0xFF00FF
+ CSS-color 0xFF00FF.
Magenta
- CSS-color 0xFF00FF
+ CSS-color 0xFF00FF.
MediumOrchid
- CSS-color 0xBA55D3
+ CSS-color 0xBA55D3.
DarkOrchid
- CSS-color 0x9932CC
+ CSS-color 0x9932CC.
DarkViolet
- CSS-color 0x9400D3
+ CSS-color 0x9400D3.
BlueViolet
- CSS-color 0x8A2BE2
+ CSS-color 0x8A2BE2.
DarkMagenta
- CSS-color 0x8B008B
+ CSS-color 0x8B008B.
Purple
- CSS-color 0x800080
+ CSS-color 0x800080.
MediumPurple
- CSS-color 0x9370DB
+ CSS-color 0x9370DB.
MediumSlateBlue
- CSS-color 0x7B68EE
+ CSS-color 0x7B68EE.
SlateBlue
- CSS-color 0x6A5ACD
+ CSS-color 0x6A5ACD.
DarkSlateBlue
- CSS-color 0x483D8B
+ CSS-color 0x483D8B.
RebeccaPurple
- CSS-color 0x663399
+ CSS-color 0x663399.
Indigo
- CSS-color 0x4B0082
+ CSS-color 0x4B0082.
Red-color
- CSS color group
+ CSS color group.
LightSalmon
- CSS-color 0xFFA07A
+ CSS-color 0xFFA07A.
Salmon
- CSS-color 0xFA8072
+ CSS-color 0xFA8072.
DarkSalmon
- CSS-color 0xE9967A
+ CSS-color 0xE9967A.
LightCoral
- CSS-color 0xF08080
+ CSS-color 0xF08080.
IndianRed
- CSS-color 0xCD5C5C
+ CSS-color 0xCD5C5C.
Crimson
- CSS-color 0xDC143C
+ CSS-color 0xDC143C.
Red
- CSS-color 0xFF0000
+ CSS-color 0xFF0000.
FireBrick
- CSS-color 0xB22222
+ CSS-color 0xB22222.
DarkRed
- CSS-color 0x8B0000
+ CSS-color 0x8B0000.
Yellow-color
- CSS color group
+ CSS color group.
Gold
- CSS-color 0xFFD700
+ CSS-color 0xFFD700.
Yellow
- CSS-color 0xFFFF00
+ CSS-color 0xFFFF00.
LightYellow
- CSS-color 0xFFFFE0
+ CSS-color 0xFFFFE0.
LemonChiffon
- CSS-color 0xFFFACD
+ CSS-color 0xFFFACD.
LightGoldenRodYellow
- CSS-color 0xFAFAD2
+ CSS-color 0xFAFAD2.
PapayaWhip
- CSS-color 0xFFEFD5
+ CSS-color 0xFFEFD5.
Moccasin
- CSS-color 0xFFE4B5
+ CSS-color 0xFFE4B5.
PeachPuff
- CSS-color 0xFFDAB9
+ CSS-color 0xFFDAB9.
PaleGoldenRod
- CSS-color 0xEEE8AA
+ CSS-color 0xEEE8AA.
Khaki
- CSS-color 0xF0E68C
+ CSS-color 0xF0E68C.
DarkKhaki
- CSS-color 0xBDB76B
+ CSS-color 0xBDB76B.
White-color
- CSS color group
+ CSS color group.
White
- CSS-color 0xFFFFFF
+ CSS-color 0xFFFFFF.
Snow
- CSS-color 0xFFFAFA
+ CSS-color 0xFFFAFA.
HoneyDew
- CSS-color 0xF0FFF0
+ CSS-color 0xF0FFF0.
MintCream
- CSS-color 0xF5FFFA
+ CSS-color 0xF5FFFA.
Azure
- CSS-color 0xF0FFFF
+ CSS-color 0xF0FFFF.
AliceBlue
- CSS-color 0xF0F8FF
+ CSS-color 0xF0F8FF.
GhostWhite
- CSS-color 0xF8F8FF
+ CSS-color 0xF8F8FF.
WhiteSmoke
- CSS-color 0xF5F5F5
+ CSS-color 0xF5F5F5.
SeaShell
- CSS-color 0xFFF5EE
+ CSS-color 0xFFF5EE.
Beige
- CSS-color 0xF5F5DC
+ CSS-color 0xF5F5DC.
OldLace
- CSS-color 0xFDF5E6
+ CSS-color 0xFDF5E6.
FloralWhite
- CSS-color 0xFFFAF0
+ CSS-color 0xFFFAF0.
Ivory
- CSS-color 0xFFFFF0
+ CSS-color 0xFFFFF0.
AntiqueWhite
- CSS-color 0xFAEBD7
+ CSS-color 0xFAEBD7.
Linen
- CSS-color 0xFAF0E6
+ CSS-color 0xFAF0E6.
LavenderBlush
- CSS-color 0xFFF0F5
+ CSS-color 0xFFF0F5.
MistyRose
- CSS-color 0xFFE4E1
+ CSS-color 0xFFE4E1.
@@ -4948,7 +4948,7 @@
Using a color map composed of shades of gray, varying from black at the weakest intensity to white at the strongest.
#
- White intensity between 0 and 1
+ White intensity between 0 and 1.
takesValue
@@ -4966,7 +4966,7 @@
Attribute of a visual sensation according to which an area appears to be similar to one of the perceived colors.
#
- Angular value between 0 and 360
+ Angular value between 0 and 360.
takesValue
@@ -4981,7 +4981,7 @@
Colorfulness of a stimulus relative to its own brightness.
#
- B value of RGB between 0 and 1
+ B value of RGB between 0 and 1.
takesValue
@@ -5014,7 +5014,7 @@
The red component.
#
- R value of RGB between 0 and 1
+ R value of RGB between 0 and 1.
takesValue
@@ -5029,7 +5029,7 @@
The blue component.
#
- B value of RGB between 0 and 1
+ B value of RGB between 0 and 1.
takesValue
@@ -5044,7 +5044,7 @@
The green component.
#
- G value of RGB between 0 and 1
+ G value of RGB between 0 and 1.
takesValue
@@ -5976,6 +5976,36 @@
point
+
+ electricPotentialUnits
+
+ defaultUnits
+ uv
+
+
+ v
+
+ SIUnit
+
+
+ unitSymbol
+
+
+ conversionFactor
+ 0.000001
+
+
+
+ Volt
+
+ SIUnit
+
+
+ conversionFactor
+ 0.000001
+
+
+
frequencyUnits
@@ -6058,6 +6088,37 @@
+
+ magneticFieldUnits
+ Units used to magnetic field intensity.
+
+ defaultUnits
+ fT
+
+
+ tesla
+
+ SIUnit
+
+
+ conversionFactor
+ 10^-15
+
+
+
+ T
+
+ SIUnit
+
+
+ unitSymbol
+
+
+ conversionFactor
+ 10^-15
+
+
+
memorySizeUnits
@@ -6325,7 +6386,7 @@
deca
- SI unit multiple representing 10^1
+ SI unit multiple representing 10^1.
SIUnitModifier
@@ -6336,7 +6397,7 @@
da
- SI unit multiple representing 10^1
+ SI unit multiple representing 10^1.
SIUnitSymbolModifier
@@ -6347,7 +6408,7 @@
hecto
- SI unit multiple representing 10^2
+ SI unit multiple representing 10^2.
SIUnitModifier
@@ -6358,7 +6419,7 @@
h
- SI unit multiple representing 10^2
+ SI unit multiple representing 10^2.
SIUnitSymbolModifier
@@ -6369,7 +6430,7 @@
kilo
- SI unit multiple representing 10^3
+ SI unit multiple representing 10^3.
SIUnitModifier
@@ -6380,7 +6441,7 @@
k
- SI unit multiple representing 10^3
+ SI unit multiple representing 10^3.
SIUnitSymbolModifier
@@ -6391,7 +6452,7 @@
mega
- SI unit multiple representing 10^6
+ SI unit multiple representing 10^6.
SIUnitModifier
@@ -6402,7 +6463,7 @@
M
- SI unit multiple representing 10^6
+ SI unit multiple representing 10^6.
SIUnitSymbolModifier
@@ -6413,7 +6474,7 @@
giga
- SI unit multiple representing 10^9
+ SI unit multiple representing 10^9.
SIUnitModifier
@@ -6424,7 +6485,7 @@
G
- SI unit multiple representing 10^9
+ SI unit multiple representing 10^9.
SIUnitSymbolModifier
@@ -6435,7 +6496,7 @@
tera
- SI unit multiple representing 10^12
+ SI unit multiple representing 10^12.
SIUnitModifier
@@ -6446,7 +6507,7 @@
T
- SI unit multiple representing 10^12
+ SI unit multiple representing 10^12.
SIUnitSymbolModifier
@@ -6457,7 +6518,7 @@
peta
- SI unit multiple representing 10^15
+ SI unit multiple representing 10^15.
SIUnitModifier
@@ -6468,7 +6529,7 @@
P
- SI unit multiple representing 10^15
+ SI unit multiple representing 10^15.
SIUnitSymbolModifier
@@ -6479,7 +6540,7 @@
exa
- SI unit multiple representing 10^18
+ SI unit multiple representing 10^18.
SIUnitModifier
@@ -6490,7 +6551,7 @@
E
- SI unit multiple representing 10^18
+ SI unit multiple representing 10^18.
SIUnitSymbolModifier
@@ -6501,7 +6562,7 @@
zetta
- SI unit multiple representing 10^21
+ SI unit multiple representing 10^21.
SIUnitModifier
@@ -6512,7 +6573,7 @@
Z
- SI unit multiple representing 10^21
+ SI unit multiple representing 10^21.
SIUnitSymbolModifier
@@ -6523,7 +6584,7 @@
yotta
- SI unit multiple representing 10^24
+ SI unit multiple representing 10^24.
SIUnitModifier
@@ -6534,7 +6595,7 @@
Y
- SI unit multiple representing 10^24
+ SI unit multiple representing 10^24.
SIUnitSymbolModifier
@@ -6545,7 +6606,7 @@
deci
- SI unit submultiple representing 10^-1
+ SI unit submultiple representing 10^-1.
SIUnitModifier
@@ -6556,7 +6617,7 @@
d
- SI unit submultiple representing 10^-1
+ SI unit submultiple representing 10^-1.
SIUnitSymbolModifier
@@ -6567,7 +6628,7 @@
centi
- SI unit submultiple representing 10^-2
+ SI unit submultiple representing 10^-2.
SIUnitModifier
@@ -6578,7 +6639,7 @@
c
- SI unit submultiple representing 10^-2
+ SI unit submultiple representing 10^-2.
SIUnitSymbolModifier
@@ -6589,7 +6650,7 @@
milli
- SI unit submultiple representing 10^-3
+ SI unit submultiple representing 10^-3.
SIUnitModifier
@@ -6600,7 +6661,7 @@
m
- SI unit submultiple representing 10^-3
+ SI unit submultiple representing 10^-3.
SIUnitSymbolModifier
@@ -6611,7 +6672,7 @@
micro
- SI unit submultiple representing 10^-6
+ SI unit submultiple representing 10^-6.
SIUnitModifier
@@ -6622,7 +6683,7 @@
u
- SI unit submultiple representing 10^-6
+ SI unit submultiple representing 10^-6.
SIUnitSymbolModifier
@@ -6633,7 +6694,7 @@
nano
- SI unit submultiple representing 10^-9
+ SI unit submultiple representing 10^-9.
SIUnitModifier
@@ -6644,7 +6705,7 @@
n
- SI unit submultiple representing 10^-9
+ SI unit submultiple representing 10^-9.
SIUnitSymbolModifier
@@ -6655,7 +6716,7 @@
pico
- SI unit submultiple representing 10^-12
+ SI unit submultiple representing 10^-12.
SIUnitModifier
@@ -6666,7 +6727,7 @@
p
- SI unit submultiple representing 10^-12
+ SI unit submultiple representing 10^-12.
SIUnitSymbolModifier
@@ -6677,7 +6738,7 @@
femto
- SI unit submultiple representing 10^-15
+ SI unit submultiple representing 10^-15.
SIUnitModifier
@@ -6688,7 +6749,7 @@
f
- SI unit submultiple representing 10^-15
+ SI unit submultiple representing 10^-15.
SIUnitSymbolModifier
@@ -6699,7 +6760,7 @@
atto
- SI unit submultiple representing 10^-18
+ SI unit submultiple representing 10^-18.
SIUnitModifier
@@ -6710,7 +6771,7 @@
a
- SI unit submultiple representing 10^-18
+ SI unit submultiple representing 10^-18.
SIUnitSymbolModifier
@@ -6721,7 +6782,7 @@
zepto
- SI unit submultiple representing 10^-21
+ SI unit submultiple representing 10^-21.
SIUnitModifier
@@ -6732,7 +6793,7 @@
z
- SI unit submultiple representing 10^-21
+ SI unit submultiple representing 10^-21.
SIUnitSymbolModifier
@@ -6743,7 +6804,7 @@
yocto
- SI unit submultiple representing 10^-24
+ SI unit submultiple representing 10^-24.
SIUnitModifier
@@ -6754,7 +6815,7 @@
y
- SI unit submultiple representing 10^-24
+ SI unit submultiple representing 10^-24.
SIUnitSymbolModifier
diff --git a/hedxml/HEDLatest.xml b/hedxml/HEDLatest.xml
index 87eec607..f5b7cfc4 100644
--- a/hedxml/HEDLatest.xml
+++ b/hedxml/HEDLatest.xml
@@ -1,6 +1,7 @@
-
- This schema is the first official release that includes an xsd and requires unit class, unit modifier, value class, schema attribute and property sections.
+
+ This schema includes an xsd and requires unit class, unit modifier, value class, schema attribute and property sections.
+
@@ -16,7 +17,7 @@
suggestedTag
Task-event-role
- Attribute/Sensory
+ Sensory-presentation
@@ -315,7 +316,7 @@
Move
- Move in a specified direction or manner; change position or posture.
+ Move in a specified direction or manner. Change position or posture.
Breathe
Inhale or exhale during respiration.
@@ -460,7 +461,7 @@
Burp
- Noisily release air from the stomach through the mouth; belch.
+ Noisily release air from the stomach through the mouth. Belch.
Chew
@@ -612,7 +613,7 @@
Release
- Make available; set free.
+ Make available or set free.
Retract
@@ -806,6 +807,10 @@
Anatomical-item
A biological structure, system, fluid or other substance excluding single molecular entities.
+
+ Body
+ The biological structure representing an organism.
+
Body-part
Any part of an organism.
@@ -1021,11 +1026,11 @@
An entity related to a systematic means of communicating by the use of sounds, symbols, or gestures.
suggestedTag
- Attribute/Sensory
+ Sensory-presentation
Character
- A hieroglyphic character or symbol; a pictograph.
+ A mark or symbol used in writing.
Clause
@@ -1033,7 +1038,7 @@
Glyph
- A hieroglyphic character or symbol; a pictograph.
+ A hieroglyphic character, symbol, or pictograph.
Nonword
@@ -1070,10 +1075,10 @@
Object
- Something perceptible by one or more of the senses, especially by vision or touch; a material thing.
+ Something perceptible by one or more of the senses, especially by vision or touch. A material thing.
suggestedTag
- Attribute/Sensory
+ Sensory-presentation
Geometric-object
@@ -1093,6 +1098,10 @@
2D-shape
A planar, two-dimensional shape.
+
+ Arrow
+ A shape with a pointed end indicating direction.
+
Clockface
The dial face of a clock. A location identifier based on clockface numbering or anatomic subregion.
@@ -1419,6 +1428,10 @@
Notebook
A book for notes or memoranda.
+
+ Questionnaire
+ A document consisting of questions and possibly responses, depending on whether it has been filled out.
+
Furnishing
@@ -1487,7 +1500,7 @@
Any record of an imaging event whether physical or electronic.
Cartoon
- A type of illustration, sometimes animated, typically in a non-realistic or semi-realistic style. The specific meaning has evolved over time, but the modern usage usually refers to either: an image or series of images intended for satire, caricature, or humor; or a motion picture that relies on a sequence of illustrations for its animation.
+ A type of illustration, sometimes animated, typically in a non-realistic or semi-realistic style. The specific meaning has evolved over time, but the modern usage usually refers to either an image or series of images intended for satire, caricature, or humor. A motion picture that relies on a sequence of illustrations for its animation.
Drawing
@@ -1620,7 +1633,7 @@
Sound
- Mechanical vibrations transmitted by an elastic medium; something that can be heard.
+ Mechanical vibrations transmitted by an elastic medium. Something that can be heard.
Environmental-sound
Sounds occuring in the environment. An accumulation of noise pollution that occurs outside. This noise can be caused by transport, industrial, and recreational activities.
@@ -1765,6 +1778,10 @@
Attentive
Concentrating and focusing mental energy on the task or surroundings.
+
+ Distracted
+ Lacking in concentration because of being preoccupied.
+
Awake
In a non sleeping state.
@@ -2015,6 +2032,10 @@
takesValue
+
+ valueClass
+ numericClass
+
@@ -2095,6 +2116,10 @@
Data-marker
An indicator placed to mark something.
+
+ Data-break-marker
+ An indicator place to indicate a gap in the data.
+
Temporal-marker
An indicator placed at a particular time in the data.
@@ -2137,6 +2162,10 @@
takesValue
+
+ valueClass
+ numericClass
+
@@ -2147,6 +2176,10 @@
takesValue
+
+ valueClass
+ numericClass
+
@@ -2157,6 +2190,10 @@
takesValue
+
+ valueClass
+ numericClass
+
@@ -2167,6 +2204,10 @@
takesValue
+
+ valueClass
+ numericClass
+
@@ -2177,6 +2218,10 @@
takesValue
+
+ valueClass
+ numericClass
+
@@ -2187,6 +2232,10 @@
takesValue
+
+ valueClass
+ numericClass
+
@@ -2237,7 +2286,7 @@
Free from error. Especially conforming to fact or truth.
relatedTag
- Incorrect
+ Wrong
@@ -2266,7 +2315,7 @@
Invalid
- Not true because based on erroneous information or unsound reasoning or not conforming to the correct format or specifications.
+ Not allowed or not conforming to the correct format or specifications.
relatedTag
Valid
@@ -2308,7 +2357,7 @@
Wrong
- Not accurate, correct, or appropriate.
+ Inaccurate or not correct.
relatedTag
Correct
@@ -2328,7 +2377,7 @@
Asymmetrical
- Lacking symmetry or having parts that fail to correspond to one another in shape, size, or arrangement; lacking symmetry.
+ Lacking symmetry or having parts that fail to correspond to one another in shape, size, or arrangement.
relatedTag
Symmetrical
@@ -2368,7 +2417,7 @@
Disordered
- Not neatly arranged; confused and untidy. A structural quality in which the parts of an object are non-rigid.
+ Not neatly arranged. Confused and untidy. A structural quality in which the parts of an object are non-rigid.
relatedTag
Ordered
@@ -2385,7 +2434,7 @@
Famous
- A person who has a high degree of recognition by the general population for his or her success or accomplishments; a famous person.
+ A person who has a high degree of recognition by the general population for his or her success or accomplishments. A famous person.
relatedTag
Familiar
@@ -2426,7 +2475,7 @@
Normal
- Being approximately average or within certain limits; conforming with or constituting a norm or standard or level or type or social norm.
+ Being approximately average or within certain limits. Conforming with or constituting a norm or standard or level or type or social norm.
relatedTag
Abnormal
@@ -2434,7 +2483,7 @@
Ordered
- Conforming to a logical or comprehensible arrangement of separate elements; a condition of regular or proper arrangement.
+ Conforming to a logical or comprehensible arrangement of separate elements.
relatedTag
Disordered
@@ -2450,7 +2499,7 @@
Symmetrical
- Made up of exactly similar parts facing each other or around an axis; showing symmetry.
+ Made up of exactly similar parts facing each other or around an axis. Showing aspects of symmetry.
relatedTag
Asymmetrical
@@ -2495,7 +2544,7 @@
Categorical values based on dividing a continuous variable into levels such as high and low.
Cold
- Characterized by an absence of heat.
+ Having an absence of heat.
relatedTag
Hot
@@ -2511,7 +2560,7 @@
High
- Having an elevated level or position or degree; having a greater than normal in degree or intensity or amount.
+ Having a greater than normal degree, intensity, or amount.
relatedTag
Low
@@ -2520,15 +2569,23 @@
Hot
- Characterized by an excess of heat.
+ Having an excess of heat.
relatedTag
Cold
+
+ Large
+ Having a great extent such as in physical dimensions, period of time, amplitude or frequency.
+
+ relatedTag
+ Small
+
+
Liminal
- Situated at a sensory threshold; barely perceptible or capable of eliciting a response.
+ Situated at a sensory threshold that is barely perceptible or capable of eliciting a response.
relatedTag
Subliminal
@@ -2537,7 +2594,7 @@
Loud
- Characterizing a perceived high intensity of sound.
+ Having a perceived high intensity of sound.
relatedTag
Quiet
@@ -2545,7 +2602,7 @@
Low
- A minimum level or position or degree; less than normal in degree, intensity or amount.
+ Less than normal in degree, intensity or amount.
relatedTag
High
@@ -2600,6 +2657,14 @@
Deep
+
+ Small
+ Having a small extent such as in physical dimensions, period of time, amplitude or frequency.
+
+ relatedTag
+ Large
+
+
Smooth
Having a surface free from bumps, ridges, or irregularities.
@@ -2610,7 +2675,7 @@
Subliminal
- Situated below a sensory threshold; imperceptible or not capable of eliciting a response.
+ Situated below a sensory threshold that is imperceptible or not capable of eliciting a response.
relatedTag
Liminal
@@ -2619,7 +2684,7 @@
Supraliminal
- Situated above a sensory threshold; perceptible or capable of eliciting a response.
+ Situated above a sensory threshold that is perceptible or capable of eliciting a response.
relatedTag
Liminal
@@ -2675,6 +2740,10 @@
Horizontally-oriented
Oriented parallel to or in the plane of the horizon.
+
+ relatedTag
+ Vertically-oriented
+
Leftward
@@ -2688,7 +2757,7 @@
Oblique
- Slanting or inclined in direction or course or position; neither parallel nor perpendicular nor right-angular.
+ Slanting or inclined in direction, course, or position that is neither parallel nor perpendicular nor right-angular.
relatedTag
Rotated
@@ -2721,6 +2790,10 @@
Vertically-oriented
Oriented perpendicular to the plane of the horizon.
+
+ relatedTag
+ Horizontally-oriented
+
@@ -2735,14 +2808,32 @@
takesValue
+
+ valueClass
+ numericClass
+
unitClass
weightUnits
+
+
+
+ Temperature
+ A measure of hot or cold based on the average kinetic energy of the atoms or molecules in the system.
+
+ #
+
+ takesValue
+
valueClass
numericClass
+
+ unitClass
+ temperatureUnits
+
@@ -2751,7 +2842,7 @@
Something capable of being estimated or expressed with numeric values.
Fraction
- A numerical value betwee 0 and 1.
+ A numerical value between 0 and 1.
#
@@ -2766,6 +2857,30 @@
Item-count
The integer count of something which is usually grouped with the entity it is counting. (Item-count/3, A) indicates that 3 of A have occurred up to this point.
+
+ #
+
+ takesValue
+
+
+ valueClass
+ numericClass
+
+
+
+
+ Item-index
+ The index of an item in a collection, sequence or other structure. (A (Item-index/3, B)) means that A is item number 3 in B.
+
+ #
+
+ takesValue
+
+
+ valueClass
+ numericClass
+
+
Item-interval
@@ -2971,14 +3086,14 @@
takesValue
-
- unitClass
- accelerationUnits
-
valueClass
numericClass
+
+ unitClass
+ accelerationUnits
+
@@ -2989,14 +3104,14 @@
takesValue
-
- unitClass
- frequencyUnits
-
valueClass
numericClass
+
+ unitClass
+ frequencyUnits
+
@@ -3007,14 +3122,14 @@
takesValue
-
- unitClass
- jerkUnits
-
valueClass
numericClass
+
+ unitClass
+ jerkUnits
+
@@ -3053,14 +3168,14 @@
takesValue
-
- unitClass
- speedUnits
-
valueClass
numericClass
+
+ unitClass
+ speedUnits
+
@@ -3071,14 +3186,14 @@
takesValue
-
- unitClass
- frequencyUnits
-
valueClass
numericClass
+
+ unitClass
+ frequencyUnits
+
@@ -3088,15 +3203,15 @@
Angle
The amount of inclination of one line to another or the plane of one object to another.
-
- unitClass
- angleUnits
-
#
takesValue
+
+ unitClass
+ angleUnits
+
valueClass
numericClass
@@ -3111,14 +3226,14 @@
takesValue
-
- unitClass
- physicalLengthUnits
-
valueClass
numericClass
+
+ unitClass
+ physicalLengthUnits
+
@@ -3132,14 +3247,14 @@
takesValue
-
- unitClass
- physicalLengthUnits
-
valueClass
numericClass
+
+ unitClass
+ physicalLengthUnits
+
@@ -3150,14 +3265,14 @@
takesValue
-
- unitClass
- physicalLengthUnits
-
valueClass
numericClass
+
+ unitClass
+ physicalLengthUnits
+
@@ -3168,14 +3283,14 @@
takesValue
-
- unitClass
- physicalLengthUnits
-
valueClass
numericClass
+
+ unitClass
+ physicalLengthUnits
+
@@ -3190,14 +3305,14 @@
takesValue
-
- unitClass
- areaUnits
-
valueClass
numericClass
+
+ unitClass
+ areaUnits
+
@@ -3208,14 +3323,14 @@
takesValue
-
- unitClass
- physicalLengthUnits
-
valueClass
numericClass
+
+ unitClass
+ physicalLengthUnits
+
@@ -3226,14 +3341,14 @@
takesValue
-
- unitClass
- physicalLengthUnits
-
valueClass
numericClass
+
+ unitClass
+ physicalLengthUnits
+
@@ -3244,32 +3359,32 @@
takesValue
-
- unitClass
- physicalLengthUnits
-
valueClass
numericClass
+
+ unitClass
+ physicalLengthUnits
+
Height
- The vertical measurement or distance from the base to the top of an object; the vertical dimension of extension.
+ The vertical measurement or distance from the base to the top of an object.
#
takesValue
-
- unitClass
- physicalLengthUnits
-
valueClass
numericClass
+
+ unitClass
+ physicalLengthUnits
+
@@ -3280,14 +3395,14 @@
takesValue
-
- unitClass
- volumeUnits
-
valueClass
numericClass
+
+ unitClass
+ volumeUnits
+
@@ -3297,20 +3412,20 @@
A characteristic of or relating to time or limited by time.
Delay
- Time during which some action is awaited; inactivity resulting in something being put off until a later time.
+ Time during which some action is awaited.
#
takesValue
-
- unitClass
- timeUnits
-
valueClass
numericClass
+
+ unitClass
+ timeUnits
+
@@ -3321,14 +3436,14 @@
takesValue
-
- unitClass
- timeUnits
-
valueClass
numericClass
+
+ unitClass
+ timeUnits
+
@@ -3339,14 +3454,14 @@
takesValue
-
- unitClass
- timeUnits
-
valueClass
numericClass
+
+ unitClass
+ timeUnits
+
@@ -3357,14 +3472,14 @@
takesValue
-
- unitClass
- timeUnits
-
valueClass
numericClass
+
+ unitClass
+ timeUnits
+
@@ -3450,7 +3565,7 @@
Random
- Governed by or depending on chance; lacking any definite plan or order or purpose.
+ Governed by or depending on chance. Lacking any definite plan or order or purpose.
relatedTag
Deterministic
@@ -3548,7 +3663,7 @@
Sloped-terrain
- Tracts of land arranged in a sloping position; inclined.
+ Tracts of land arranged in a sloping or inclined position.
Uneven-terrain
@@ -3598,7 +3713,7 @@
Label
- A string of 20 or fewer characters identifying something. Labels usually refer to general classes of things while IDs refer to specific instances. A term that is associated with some entity. A brief description given for purposes of identification; an identifying or descriptive marker that is attached to an object.
+ A string of 20 or fewer characters identifying something. Labels usually refer to general classes of things while IDs refer to specific instances. A term that is associated with some entity. A brief description given for purposes of identification. An identifying or descriptive marker that is attached to an object.
requireChild
@@ -3615,7 +3730,7 @@
Metadata
- Data about data; information that describes another set of data.
+ Data about data. Information that describes another set of data.
CogAtlas
The Cognitive Atlas ID number of something.
@@ -3740,7 +3855,7 @@
valueClass
- labelClass
+ nameClass
@@ -4003,6 +4118,7 @@
valueClass
numericClass
+ nameClass
@@ -4014,14 +4130,14 @@
takesValue
-
- unitClass
- frequencyUnits
-
valueClass
numericClass
+
+ unitClass
+ frequencyUnits
+
@@ -4035,15 +4151,15 @@
takesValue
-
- unitClass
- timeUnits
-
valueClass
numericClass
-
+
+ unitClass
+ timeUnits
+
+
Sound-envelope-decay
@@ -4053,32 +4169,32 @@
takesValue
-
- unitClass
- timeUnits
-
valueClass
numericClass
+
+ unitClass
+ timeUnits
+
Sound-envelope-release
- The time taken for the level to decay from the sustain level to zero after the key is released
+ The time taken for the level to decay from the sustain level to zero after the key is released.
#
takesValue
-
- unitClass
- timeUnits
-
valueClass
numericClass
+
+ unitClass
+ timeUnits
+
@@ -4089,14 +4205,14 @@
takesValue
-
- unitClass
- timeUnits
-
valueClass
numericClass
+
+ unitClass
+ timeUnits
+
@@ -4110,7 +4226,25 @@
valueClass
- labelClass
+ nameClass
+
+
+
+
+ Sound-volume
+ The sound pressure level (SPL) usually the ratio to a reference signal estimated as the lower bound of hearing.
+
+ #
+
+ takesValue
+
+
+ valueClass
+ numericClass
+
+
+ unitClass
+ intensityUnits
@@ -4187,613 +4321,613 @@
The appearance of objects (or light sources) described in terms of perception of their hue and lightness (or brightness) and saturation.
CSS-color
- One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values, check: https://www.w3schools.com/colors/colors_groups.asp
+ One of 140 colors supported by all browsers. For more details such as the color RGB or HEX values, check: https://www.w3schools.com/colors/colors_groups.asp.
Blue-color
- CSS color group
+ CSS color group.
CadetBlue
- CSS-color 0x5F9EA0
+ CSS-color 0x5F9EA0.
SteelBlue
- CSS-color 0x4682B4
+ CSS-color 0x4682B4.
LightSteelBlue
- CSS-color 0xB0C4DE
+ CSS-color 0xB0C4DE.
LightBlue
- CSS-color 0xADD8E6
+ CSS-color 0xADD8E6.
PowderBlue
- CSS-color 0xB0E0E6
+ CSS-color 0xB0E0E6.
LightSkyBlue
- CSS-color 0x87CEFA
+ CSS-color 0x87CEFA.
SkyBlue
- CSS-color 0x87CEEB
+ CSS-color 0x87CEEB.
CornflowerBlue
- CSS-color 0x6495ED
+ CSS-color 0x6495ED.
DeepSkyBlue
- CSS-color 0x00BFFF
+ CSS-color 0x00BFFF.
DodgerBlue
- CSS-color 0x1E90FF
+ CSS-color 0x1E90FF.
RoyalBlue
- CSS-color 0x4169E1
+ CSS-color 0x4169E1.
Blue
- CSS-color 0x0000FF
+ CSS-color 0x0000FF.
MediumBlue
- CSS-color 0x0000CD
+ CSS-color 0x0000CD.
DarkBlue
- CSS-color 0x00008B
+ CSS-color 0x00008B.
Navy
- CSS-color 0x000080
+ CSS-color 0x000080.
MidnightBlue
- CSS-color 0x191970
+ CSS-color 0x191970.
Brown-color
- CSS color group
+ CSS color group.
Cornsilk
- CSS-color 0xFFF8DC
+ CSS-color 0xFFF8DC.
BlanchedAlmond
- CSS-color 0xFFEBCD
+ CSS-color 0xFFEBCD.
Bisque
- CSS-color 0xFFE4C4
+ CSS-color 0xFFE4C4.
NavajoWhite
- CSS-color 0xFFDEAD
+ CSS-color 0xFFDEAD.
Wheat
- CSS-color 0xF5DEB3
+ CSS-color 0xF5DEB3.
BurlyWood
- CSS-color 0xDEB887
+ CSS-color 0xDEB887.
Tan
- CSS-color 0xD2B48C
+ CSS-color 0xD2B48C.
RosyBrown
- CSS-color 0xBC8F8F
+ CSS-color 0xBC8F8F.
SandyBrown
- CSS-color 0xF4A460
+ CSS-color 0xF4A460.
GoldenRod
- CSS-color 0xDAA520
+ CSS-color 0xDAA520.
DarkGoldenRod
- CSS-color 0xB8860B
+ CSS-color 0xB8860B.
Peru
- CSS-color 0xCD853F
+ CSS-color 0xCD853F.
Chocolate
- CSS-color 0xD2691E
+ CSS-color 0xD2691E.
Olive
- CSS-color 0x808000
+ CSS-color 0x808000.
SaddleBrown
- CSS-color 0x8B4513
+ CSS-color 0x8B4513.
Sienna
- CSS-color 0xA0522D
+ CSS-color 0xA0522D.
Brown
- CSS-color 0xA52A2A
+ CSS-color 0xA52A2A.
Maroon
- CSS-color 0x800000
+ CSS-color 0x800000.
Cyan-color
- CSS color group
+ CSS color group.
Aqua
- CSS-color 0x00FFFF
+ CSS-color 0x00FFFF.
Cyan
- CSS-color 0x00FFFF
+ CSS-color 0x00FFFF.
LightCyan
- CSS-color 0xE0FFFF
+ CSS-color 0xE0FFFF.
PaleTurquoise
- CSS-color 0xAFEEEE
+ CSS-color 0xAFEEEE.
Aquamarine
- CSS-color 0x7FFFD4
+ CSS-color 0x7FFFD4.
Turquoise
- CSS-color 0x40E0D0
+ CSS-color 0x40E0D0.
MediumTurquoise
- CSS-color 0x48D1CC
+ CSS-color 0x48D1CC.
DarkTurquoise
- CSS-color 0x00CED1
+ CSS-color 0x00CED1.
Green-color
- CSS color group
+ CSS color group.
GreenYellow
- CSS-color 0xADFF2F
+ CSS-color 0xADFF2F.
Chartreuse
- CSS-color 0x7FFF00
+ CSS-color 0x7FFF00.
LawnGreen
- CSS-color 0x7CFC00
+ CSS-color 0x7CFC00.
Lime
- CSS-color 0x00FF00
+ CSS-color 0x00FF00.
LimeGreen
- CSS-color 0x32CD32
+ CSS-color 0x32CD32.
PaleGreen
- CSS-color 0x98FB98
+ CSS-color 0x98FB98.
LightGreen
- CSS-color 0x90EE90
+ CSS-color 0x90EE90.
MediumSpringGreen
- CSS-color 0x00FA9A
+ CSS-color 0x00FA9A.
SpringGreen
- CSS-color 0x00FF7F
+ CSS-color 0x00FF7F.
MediumSeaGreen
- CSS-color 0x3CB371
+ CSS-color 0x3CB371.
SeaGreen
- CSS-color 0x2E8B57
+ CSS-color 0x2E8B57.
ForestGreen
- CSS-color 0x228B22
+ CSS-color 0x228B22.
Green
- CSS-color 0x008000
+ CSS-color 0x008000.
DarkGreen
- CSS-color 0x006400
+ CSS-color 0x006400.
YellowGreen
- CSS-color 0x9ACD32
+ CSS-color 0x9ACD32.
OliveDrab
- CSS-color 0x6B8E23
+ CSS-color 0x6B8E23.
DarkOliveGreen
- CSS-color 0x556B2F
+ CSS-color 0x556B2F.
MediumAquaMarine
- CSS-color 0x66CDAA
+ CSS-color 0x66CDAA.
DarkSeaGreen
- CSS-color 0x8FBC8F
+ CSS-color 0x8FBC8F.
LightSeaGreen
- CSS-color 0x20B2AA
+ CSS-color 0x20B2AA.
DarkCyan
- CSS-color 0x008B8B
+ CSS-color 0x008B8B.
Teal
- CSS-color 0x008080
+ CSS-color 0x008080.
Gray-color
- CSS color group
+ CSS color group.
Gainsboro
- CSS-color 0xDCDCDC
+ CSS-color 0xDCDCDC.
LightGray
- CSS-color 0xD3D3D3
+ CSS-color 0xD3D3D3.
Silver
- CSS-color 0xC0C0C0
+ CSS-color 0xC0C0C0.
DarkGray
- CSS-color 0xA9A9A9
+ CSS-color 0xA9A9A9.
DimGray
- CSS-color 0x696969
+ CSS-color 0x696969.
Gray
- CSS-color 0x808080
+ CSS-color 0x808080.
LightSlateGray
- CSS-color 0x778899
+ CSS-color 0x778899.
SlateGray
- CSS-color 0x708090
+ CSS-color 0x708090.
DarkSlateGray
- CSS-color 0x2F4F4F
+ CSS-color 0x2F4F4F.
Black
- CSS-color 0x000000
+ CSS-color 0x000000.
Orange-color
- CSS color group
+ CSS color group.
Orange
- CSS-color 0xFFA500
+ CSS-color 0xFFA500.
DarkOrange
- CSS-color 0xFF8C00
+ CSS-color 0xFF8C00.
Coral
- CSS-color 0xFF7F50
+ CSS-color 0xFF7F50.
Tomato
- CSS-color 0xFF6347
+ CSS-color 0xFF6347.
OrangeRed
- CSS-color 0xFF4500
+ CSS-color 0xFF4500.
Pink-color
- CSS color group
+ CSS color group.
Pink
- CSS-color 0xFFC0CB
+ CSS-color 0xFFC0CB.
LightPink
- CSS-color 0xFFB6C1
+ CSS-color 0xFFB6C1.
HotPink
- CSS-color 0xFF69B4
+ CSS-color 0xFF69B4.
DeepPink
- CSS-color 0xFF1493
+ CSS-color 0xFF1493.
PaleVioletRed
- CSS-color 0xDB7093
+ CSS-color 0xDB7093.
MediumVioletRed
- CSS-color 0xC71585
+ CSS-color 0xC71585.
Purple-color
- CSS color group
+ CSS color group.
Lavender
- CSS-color 0xE6E6FA
+ CSS-color 0xE6E6FA.
Thistle
- CSS-color 0xD8BFD8
+ CSS-color 0xD8BFD8.
Plum
- CSS-color 0xDDA0DD
+ CSS-color 0xDDA0DD.
Orchid
- CSS-color 0xDA70D6
+ CSS-color 0xDA70D6.
Violet
- CSS-color 0xEE82EE
+ CSS-color 0xEE82EE.
Fuchsia
- CSS-color 0xFF00FF
+ CSS-color 0xFF00FF.
Magenta
- CSS-color 0xFF00FF
+ CSS-color 0xFF00FF.
MediumOrchid
- CSS-color 0xBA55D3
+ CSS-color 0xBA55D3.
DarkOrchid
- CSS-color 0x9932CC
+ CSS-color 0x9932CC.
DarkViolet
- CSS-color 0x9400D3
+ CSS-color 0x9400D3.
BlueViolet
- CSS-color 0x8A2BE2
+ CSS-color 0x8A2BE2.
DarkMagenta
- CSS-color 0x8B008B
+ CSS-color 0x8B008B.
Purple
- CSS-color 0x800080
+ CSS-color 0x800080.
MediumPurple
- CSS-color 0x9370DB
+ CSS-color 0x9370DB.
MediumSlateBlue
- CSS-color 0x7B68EE
+ CSS-color 0x7B68EE.
SlateBlue
- CSS-color 0x6A5ACD
+ CSS-color 0x6A5ACD.
DarkSlateBlue
- CSS-color 0x483D8B
+ CSS-color 0x483D8B.
RebeccaPurple
- CSS-color 0x663399
+ CSS-color 0x663399.
Indigo
- CSS-color 0x4B0082
+ CSS-color 0x4B0082.
Red-color
- CSS color group
+ CSS color group.
LightSalmon
- CSS-color 0xFFA07A
+ CSS-color 0xFFA07A.
Salmon
- CSS-color 0xFA8072
+ CSS-color 0xFA8072.
DarkSalmon
- CSS-color 0xE9967A
+ CSS-color 0xE9967A.
LightCoral
- CSS-color 0xF08080
+ CSS-color 0xF08080.
IndianRed
- CSS-color 0xCD5C5C
+ CSS-color 0xCD5C5C.
Crimson
- CSS-color 0xDC143C
+ CSS-color 0xDC143C.
Red
- CSS-color 0xFF0000
+ CSS-color 0xFF0000.
FireBrick
- CSS-color 0xB22222
+ CSS-color 0xB22222.
DarkRed
- CSS-color 0x8B0000
+ CSS-color 0x8B0000.
Yellow-color
- CSS color group
+ CSS color group.
Gold
- CSS-color 0xFFD700
+ CSS-color 0xFFD700.
Yellow
- CSS-color 0xFFFF00
+ CSS-color 0xFFFF00.
LightYellow
- CSS-color 0xFFFFE0
+ CSS-color 0xFFFFE0.
LemonChiffon
- CSS-color 0xFFFACD
+ CSS-color 0xFFFACD.
LightGoldenRodYellow
- CSS-color 0xFAFAD2
+ CSS-color 0xFAFAD2.
PapayaWhip
- CSS-color 0xFFEFD5
+ CSS-color 0xFFEFD5.
Moccasin
- CSS-color 0xFFE4B5
+ CSS-color 0xFFE4B5.
PeachPuff
- CSS-color 0xFFDAB9
+ CSS-color 0xFFDAB9.
PaleGoldenRod
- CSS-color 0xEEE8AA
+ CSS-color 0xEEE8AA.
Khaki
- CSS-color 0xF0E68C
+ CSS-color 0xF0E68C.
DarkKhaki
- CSS-color 0xBDB76B
+ CSS-color 0xBDB76B.
White-color
- CSS color group
+ CSS color group.
White
- CSS-color 0xFFFFFF
+ CSS-color 0xFFFFFF.
Snow
- CSS-color 0xFFFAFA
+ CSS-color 0xFFFAFA.
HoneyDew
- CSS-color 0xF0FFF0
+ CSS-color 0xF0FFF0.
MintCream
- CSS-color 0xF5FFFA
+ CSS-color 0xF5FFFA.
Azure
- CSS-color 0xF0FFFF
+ CSS-color 0xF0FFFF.
AliceBlue
- CSS-color 0xF0F8FF
+ CSS-color 0xF0F8FF.
GhostWhite
- CSS-color 0xF8F8FF
+ CSS-color 0xF8F8FF.
WhiteSmoke
- CSS-color 0xF5F5F5
+ CSS-color 0xF5F5F5.
SeaShell
- CSS-color 0xFFF5EE
+ CSS-color 0xFFF5EE.
Beige
- CSS-color 0xF5F5DC
+ CSS-color 0xF5F5DC.
OldLace
- CSS-color 0xFDF5E6
+ CSS-color 0xFDF5E6.
FloralWhite
- CSS-color 0xFFFAF0
+ CSS-color 0xFFFAF0.
Ivory
- CSS-color 0xFFFFF0
+ CSS-color 0xFFFFF0.
AntiqueWhite
- CSS-color 0xFAEBD7
+ CSS-color 0xFAEBD7.
Linen
- CSS-color 0xFAF0E6
+ CSS-color 0xFAF0E6.
LavenderBlush
- CSS-color 0xFFF0F5
+ CSS-color 0xFFF0F5.
MistyRose
- CSS-color 0xFFE4E1
+ CSS-color 0xFFE4E1.
@@ -4814,7 +4948,7 @@
Using a color map composed of shades of gray, varying from black at the weakest intensity to white at the strongest.
#
- White intensity between 0 and 1
+ White intensity between 0 and 1.
takesValue
@@ -4832,7 +4966,7 @@
Attribute of a visual sensation according to which an area appears to be similar to one of the perceived colors.
#
- Angular value between 0 and 360
+ Angular value between 0 and 360.
takesValue
@@ -4847,7 +4981,7 @@
Colorfulness of a stimulus relative to its own brightness.
#
- B value of RGB between 0 and 1
+ B value of RGB between 0 and 1.
takesValue
@@ -4859,7 +4993,7 @@
HSV-value
- AAttribute of a visual sensation according to which an area appears to emit more or less light.
+ An attribute of a visual sensation according to which an area appears to emit more or less light.
#
@@ -4880,7 +5014,7 @@
The red component.
#
- R value of RGB between 0 and 1
+ R value of RGB between 0 and 1.
takesValue
@@ -4895,7 +5029,7 @@
The blue component.
#
- B value of RGB between 0 and 1
+ B value of RGB between 0 and 1.
takesValue
@@ -4910,7 +5044,7 @@
The green component.
#
- G value of RGB between 0 and 1
+ G value of RGB between 0 and 1.
takesValue
@@ -5132,7 +5266,7 @@
Incidental
- Usually associated with a sensory event intended to give instructions to the participant about the task or behavior.
+ A sensory or other type of event that is unrelated to the task or experiment.
Instructional
@@ -5177,7 +5311,15 @@
Correction
- An action offering an improvement to replace a mistake; setting right; something substituted for an error.
+ An action offering an improvement to replace a mistake or error.
+
+
+ Done-indication
+ An action that indicates that the participant has completed this step in the task.
+
+ relatedTag
+ Ready-indication
+
Incorrect-action
@@ -5231,6 +5373,14 @@
Miss
+
+ Ready-indication
+ An action that indicates that the participant is ready to perform the next step in the task.
+
+ relatedTag
+ Done-indication
+
+
Task-relationship
@@ -5309,7 +5459,7 @@
Novel
- Having no previous example or precedent or parallel; of a kind not seen before.
+ Having no previous example or precedent or parallel.
Oddball
@@ -5341,7 +5491,7 @@
Query
- A sentence of inquiry that asks for a reply; a request for information (as in a formal request to a database or search engine or in interrogating a subject for an answer).
+ A sentence of inquiry that asks for a reply.
Reward
@@ -5357,7 +5507,7 @@
Target
- Something fixed as a goal or point of examination; something to point at; a destination. Something an agent is looking for.
+ Something fixed as a goal, destination, or point of examination.
Threat
@@ -5389,36 +5539,39 @@
Relation
Concerns the way in which two or more people or things are connected.
+
+ extensionAllowed
+
Comparative-relation
- Something considered in comparison to something else.
+ Something considered in comparison to something else. The first argument is the focus.
Approximately-equal-to
- (A (Approximately-equal-to B)) indicates that A and B have almost the same value. Here A and B could refer to sizes, orders, positions or other quantities.
+ (A, (Approximately-equal-to, B)) indicates that A and B have almost the same value. Here A and B could refer to sizes, orders, positions or other quantities.
Less-than
- (A (Less-than B)) indicates that A is smaller than B. Here A and B could refer to sizes, orders, positions or other quantities.
+ (A, (Less-than, B)) indicates that A is smaller than B. Here A and B could refer to sizes, orders, positions or other quantities.
Less-than-or-equal-to
- (A (Less-than-or-equal-to B)) indicates that the relative size or order of A is smaller than or equal to B.
+ (A, (Less-than-or-equal-to, B)) indicates that the relative size or order of A is smaller than or equal to B.
Greater-than
- (A (Greater-than B)) indicates that the relative size or order of A is bigger than that of B.
+ (A, (Greater-than, B)) indicates that the relative size or order of A is bigger than that of B.
Greater-than-or-equal-to
- (A (Greater-than-or-equal-to B)) indicates that the relative size or order of A is bigger than or the same as that of B.
+ (A, (Greater-than-or-equal-to, B)) indicates that the relative size or order of A is bigger than or the same as that of B.
Equal-to
- (A (Equal-to B)) indicates that the size or order of A is the same as that of B.
+ (A, (Equal-to, B)) indicates that the size or order of A is the same as that of B.
Not-equal-to
- (A (Not-equal-to B)) indicates that the size or order of A is not the same as that of B.
+ (A, (Not-equal-to, B)) indicates that the size or order of A is not the same as that of B.
@@ -5426,51 +5579,63 @@
Indicates two items are related in some way.
Belongs-to
- (A (Belongs-to B)) indicates that A is a member of B.
+ (A, (Belongs-to, B)) indicates that A is a member of B.
Connected-to
- (A (Connected-to) B) indicates that A is related to B in some respect, usually through a direct link.
+ (A, (Connected-to, B)) indicates that A is related to B in some respect, usually through a direct link.
Contained-in
- (A (Contained-in B)) indicates that A is completely inside of B.
+ (A, (Contained-in, B)) indicates that A is completely inside of B.
Described-by
- (A (Described-by B)) indicates that B provides information about A.
+ (A, (Described-by, B)) indicates that B provides information about A.
From-to
- (A (From-to B)) indicates a directional relation from A to B. A is considered the source.
+ (A, (From-to, B)) indicates a directional relation from A to B. A is considered the source.
Group-of
- (A (Group-of B)) indicates A is a group of items of type B.
+ (A, (Group-of, B)) indicates A is a group of items of type B.
Implied-by
- (A (Implied-by B)) indicates B is suggested by A.
+ (A, (Implied-by, B)) indicates B is suggested by A.
+
+
+ Includes
+ (A, (Includes, B)) indicates that A has B as a member or part.
Interacts-with
- (A (Interacts-with B)) indicates A and B interact, possibly reciprocally.
+ (A, (Interacts-with, B)) indicates A and B interact, possibly reciprocally.
Member-of
- (A (Member-of B)) indicates A is a member of group B.
+ (A, (Member-of, B)) indicates A is a member of group B.
Part-of
- (A (Part-of B)) indicates A is a part of the whole B.
+ (A, (Part-of, B)) indicates A is a part of the whole B.
Performed-by
- (A (Performed-by B)) Indicates that ction or procedure A was carried out by agent B.
+ (A, (Performed-by, B)) indicates that the action or procedure A was carried out by agent B.
+
+
+ Performed-using
+ A, (Performed-using, B)) indicates that the action or procedure A was accomplished using B.
Related-to
- (A (Relative-to B)) indicates A is a part of the whole B.
+ (A, (Related-to, B)) indicates A has some relationship to B.
+
+
+ Unrelated-to
+ (A, (Unrelated-to, B)) indicates that A is not related to B. For example, A is not related to Task.
@@ -5478,11 +5643,11 @@
A relationship indicating direction of change.
Away-from
- Go away from a place or object.
+ (A, (Away-from, B)) indicates that A is going or has moved away from B. The meaning depends on A and B.
Towards
- Moving in the direction of. A relation binding a relational quality or disposition to the relevant type of entity
+ (A, (Towards, B)) indicates that A is going to or has moved to B. The meaning depends on A and B.
@@ -5490,43 +5655,43 @@
Indicating information about position.
Above
- (A (Adjacent-to B)) means A is in a place or position that is higher than B.
+ (A, (Above, B)) means A is in a place or position that is higher than B.
Across-from
- (A (Across-from B)) means A is on the opposite side of something from B.
+ (A, (Across-from, B)) means A is on the opposite side of something from B.
Adjacent-to
- (A (Adjacent-to B)) indicates that A is next to B in time or space.
+ (A, (Adjacent-to, B)) indicates that A is next to B in time or space.
Ahead-of
- (A (Ahead-of B)) indicates that A is further forward in time or space in B.
+ (A, (Ahead-of, B)) indicates that A is further forward in time or space in B.
Around
- (A (Around B)) means A is in or near the present place or situation of B.
+ (A, (Around, B)) means A is in or near the present place or situation of B.
Behind
- (A (Behind B)) means A is at or to the far side of B, typically so as to be hidden by it.
+ (A, (Behind, B)) means A is at or to the far side of B, typically so as to be hidden by it.
Below
- (A (Below B)) means A is in a place or position that is lower than the position of B.
+ (A, (Below, B)) means A is in a place or position that is lower than the position of B.
Between
- (A (Between, (B, C))) means A is in the space or interval separating B and C.
+ (A, (Between, (B, C))) means A is in the space or interval separating B and C.
Bilateral-to
- (A (Bilateral B)) means A is on both sides of B or affects both sides of B.
+ (A, (Bilateral, B)) means A is on both sides of B or affects both sides of B.
Bottom-edge-of
- (A (Bottom-edge-of B)) means A is on the bottom most part or or near the boundary of B.
+ (A, (Bottom-edge-of, B)) means A is on the bottom most part or or near the boundary of B.
relatedTag
Left-edge-of
@@ -5536,27 +5701,27 @@
Boundary-of
- (A (Boundary-of B)) means A is on or part of the edge or boundary of B.
+ (A, (Boundary-of, B)) means A is on or part of the edge or boundary of B.
Center-of
- (A (Center-of B)) means A is at a point or or in an area that is approximately central within B.
+ (A, (Center-of, B)) means A is at a point or or in an area that is approximately central within B.
Close-to
- (A (Close-to B)) means A is at a small distance from or is located near in space to B.
+ (A, (Close-to, B)) means A is at a small distance from or is located near in space to B.
Far-from
- (A (Far-from B)) means A is at a large distance from or is not located near in space to B.
+ (A, (Far-from, B)) means A is at a large distance from or is not located near in space to B.
In-front-of
- (A (In-front-of B)) means A is in a position just ahead or at the front part of B, potentially partially blocking B from view.
+ (A, (In-front-of, B)) means A is in a position just ahead or at the front part of B, potentially partially blocking B from view.
Left-edge-of
- (A (Left-edge-of B)) means A is located on the left side of B on or near the boundary of B.
+ (A, (Left-edge-of, B)) means A is located on the left side of B on or near the boundary of B.
relatedTag
Bottom-edge-of
@@ -5566,7 +5731,7 @@
Left-side-of
- (A (Left-side-of B)) means A is located on the left side of B usually as part of B.
+ (A, (Left-side-of, B)) means A is located on the left side of B usually as part of B.
relatedTag
Right-side-of
@@ -5574,31 +5739,35 @@
Lower-left-of
- (A (Lower-left-of B)) means A is situated on the lower left part of B. This relation is often used to specify qualitative information about screen position.
+ (A, (Lower-left-of, B)) means A is situated on the lower left part of B. This relation is often used to specify qualitative information about screen position.
relatedTag
Lower-right-of
+ Upper-left-of
+ Upper-right-of
Lower-right-of
- (A (Lower-right-of B)) means A is situated on the lower right part of B. This relation is often used to specify qualitative information about screen position.
+ (A, (Lower-right-of, B)) means A is situated on the lower right part of B. This relation is often used to specify qualitative information about screen position.
relatedTag
Upper-left-of
+ Upper-left-of
+ Lower-right-of
Outside-of
- (A (Outside-of B)) means A is located in the space around but not including B.
+ (A, (Outside-of, B)) means A is located in the space around but not including B.
Over
- (A (over B)) means A above is above B so as to cover or protect or A extends over the a general area as from a from a vantage point.
+ (A, (Over, B)) means A above is above B so as to cover or protect or A extends over the a general area as from a from a vantage point.
Right-edge-of
- (A (Right-edge-of B)) means A is located on the right side of B on or near the boundary of B.
+ (A, (Right-edge-of, B)) means A is located on the right side of B on or near the boundary of B.
relatedTag
Bottom-edge-of
@@ -5608,7 +5777,7 @@
Right-side-of
- (A (Right-side-of B)) means A is located on the right side of B usually as part of B.
+ (A, (Right-side-of, B)) means A is located on the right side of B usually as part of B.
relatedTag
Left-side-of
@@ -5616,15 +5785,15 @@
To-left-of
- (A (To-left-of B)) means A is located on or directed toward the side to the west of B when B is facing north. This term is used when A is not part of B.
+ (A, (To-left-of, B)) means A is located on or directed toward the side to the west of B when B is facing north. This term is used when A is not part of B.
To-right-of
- (A (To-right-of B)) means A is located on or directed toward the side to the east of B when B is facing north. This term is used when A is not part of B.
+ (A, (To-right-of, B)) means A is located on or directed toward the side to the east of B when B is facing north. This term is used when A is not part of B.
Top-edge-of
- (A (Top-edge-of B)) means A is on the uppermost part or or near the boundary of B.
+ (A, (Top-edge-of, B)) means A is on the uppermost part or or near the boundary of B.
relatedTag
Left-edge-of
@@ -5634,31 +5803,35 @@
Top-of
- (A (Top-of B)) means A is on the uppermost part, side, or surface of B.
-
-
- Underneath
- (A (Underneath B)) means A is situated directly below and may be concealed by B.
+ (A, (Top-of, B)) means A is on the uppermost part, side, or surface of B.
Upper-left-of
- (A (Upper-left-of B)) means A is situated on the upper left part of B. This relation is often used to specify qualitative information about screen position.
+ (A, (Upper-left-of, B)) means A is situated on the upper left part of B. This relation is often used to specify qualitative information about screen position.
relatedTag
Lower-left-of
+ Lower-right-of
+ Upper-right-of
Upper-right-of
- (A (Upper-right-of B)) means A is situated on the upper right part of B. This relation is often used to specify qualitative information about screen position.
+ (A, (Upper-right-of, B)) means A is situated on the upper right part of B. This relation is often used to specify qualitative information about screen position.
relatedTag
Lower-left-of
+ Upper-left-of
+ Lower-right-of
+
+ Underneath
+ (A, (Underneath, B)) means A is situated directly below and may be concealed by B.
+
Within
- (A (Within B)) means A is on the inside of or contained in B.
+ (A, (Within, B)) means A is on the inside of or contained in B.
@@ -5666,27 +5839,27 @@
Any relationship which includes a temporal or time-based component.
After
- (A After B) means A happens at a time subsequent to a reference time related to B.
+ (A, (After B)) means A happens at a time subsequent to a reference time related to B.
Asynchronous-with
- (A Asynchronous-with B) means A happens at times not occurring at the same time or having the same period or phase as B.
+ (A, (Asynchronous-with, B)) means A happens at times not occurring at the same time or having the same period or phase as B.
Before
- (A Before B) means A happens at a time earlier in time or order than B.
+ (A, (Before B)) means A happens at a time earlier in time or order than B.
During
- (A During B) means A happens at some point in a given period of time in which B is ongoing.
+ (A, (During, B)) means A happens at some point in a given period of time in which B is ongoing.
Synchronous-with
- (A Synchronous-with B) means A happens at occurs at the same time or rate as B.
+ (A, (Synchronous-with, B)) means A happens at occurs at the same time or rate as B.
Waiting-for
- (A Waiting-for B) means A pauses for something to happen in B.
+ (A, (Waiting-for, B)) means A pauses for something to happen in B.
@@ -5706,6 +5879,10 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
@@ -5719,6 +5896,10 @@
SIUnit
+
+ conversionFactor
+ 1.0
+
rad
@@ -5728,9 +5909,17 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
degree
+
+ conversionFactor
+ 0.0174533
+
@@ -5747,6 +5936,10 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
@@ -5758,6 +5951,10 @@
dollar
+
+ conversionFactor
+ 1.0
+
$
@@ -5767,11 +5964,48 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
+
+
+ euro
point
+
+ electricPotentialUnits
+
+ defaultUnits
+ uv
+
+
+ v
+
+ SIUnit
+
+
+ unitSymbol
+
+
+ conversionFactor
+ 0.000001
+
+
+
+ Volt
+
+ SIUnit
+
+
+ conversionFactor
+ 0.000001
+
+
+
frequencyUnits
@@ -5783,6 +6017,10 @@
SIUnit
+
+ conversionFactor
+ 1.0
+
Hz
@@ -5792,6 +6030,10 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
@@ -5802,10 +6044,14 @@
dB
- Intensity expressed as ratio to a threshold. Often used for sound intensity.
+ Intensity expressed as ratio to a threshold. May be used for sound intensity.
unitSymbol
+
+ conversionFactor
+ 1.0
+
candela
@@ -5836,6 +6082,41 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
+
+
+
+ magneticFieldUnits
+ Units used to magnetic field intensity.
+
+ defaultUnits
+ fT
+
+
+ tesla
+
+ SIUnit
+
+
+ conversionFactor
+ 10^-15
+
+
+
+ T
+
+ SIUnit
+
+
+ unitSymbol
+
+
+ conversionFactor
+ 10^-15
+
@@ -5849,6 +6130,10 @@
SIUnit
+
+ conversionFactor
+ 1.0
+
B
@@ -5858,6 +6143,10 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
@@ -5868,15 +6157,27 @@
foot
+
+ conversionFactor
+ 0.3048
+
inch
+
+ conversionFactor
+ 0.0254
+
metre
SIUnit
+
+ conversionFactor
+ 1.0
+
m
@@ -5886,9 +6187,17 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
mile
+
+ conversionFactor
+ 1609.34
+
@@ -5905,18 +6214,56 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
mph
unitSymbol
+
+ conversionFactor
+ 0.44704
+
kph
unitSymbol
+
+ conversionFactor
+ 0.277778
+
+
+
+
+ temperatureUnits
+
+ degree Celsius
+
+ SIUnit
+
+
+ conversionFactor
+ 1.0
+
+
+
+ oC
+
+ SIUnit
+
+
+ unitSymbol
+
+
+ conversionFactor
+ 1.0
+
@@ -5930,6 +6277,10 @@
SIUnit
+
+ conversionFactor
+ 1.0
+
s
@@ -5939,68 +6290,95 @@
unitSymbol
+
+ conversionFactor
+ 1.0
+
day
+
+ conversionFactor
+ 86400
+
minute
+
+ conversionFactor
+ 60
+
hour
Should be in 24-hour format.
+
+ conversionFactor
+ 3600
+
- weightUnits
+ volumeUnits
defaultUnits
- g
+ m^3
- g
+ m^3
SIUnit
unitSymbol
+
+ conversionFactor
+ 1.0
+
+
+
+ weightUnits
+
+ defaultUnits
+ g
+
- gram
+ g
SIUnit
+
+ unitSymbol
+
+
+ conversionFactor
+ 1.0
+
- g
+ gram
SIUnit
- unitSymbol
+ conversionFactor
+ 1.0
pound
+
+ conversionFactor
+ 453.592
+
lb
-
-
-
- volumeUnits
-
- defaultUnits
- m^3
-
-
- m^3
-
- SIUnit
-
- unitSymbol
+ conversionFactor
+ 453.592
@@ -6008,283 +6386,443 @@
deca
- SI unit multiple representing 10^1
+ SI unit multiple representing 10^1.
SIUnitModifier
+
+ conversionFactor
+ 10.0
+
da
- SI unit multiple representing 10^1
+ SI unit multiple representing 10^1.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10.0
+
hecto
- SI unit multiple representing 10^2
+ SI unit multiple representing 10^2.
SIUnitModifier
+
+ conversionFactor
+ 100.0
+
h
- SI unit multiple representing 10^2
+ SI unit multiple representing 10^2.
SIUnitSymbolModifier
+
+ conversionFactor
+ 100.0
+
kilo
- SI unit multiple representing 10^3
+ SI unit multiple representing 10^3.
SIUnitModifier
+
+ conversionFactor
+ 1000.0
+
k
- SI unit multiple representing 10^3
+ SI unit multiple representing 10^3.
SIUnitSymbolModifier
+
+ conversionFactor
+ 1000.0
+
mega
- SI unit multiple representing 10^6
+ SI unit multiple representing 10^6.
SIUnitModifier
+
+ conversionFactor
+ 10^6
+
M
- SI unit multiple representing 10^6
+ SI unit multiple representing 10^6.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^6
+
giga
- SI unit multiple representing 10^9
+ SI unit multiple representing 10^9.
SIUnitModifier
+
+ conversionFactor
+ 10^9
+
G
- SI unit multiple representing 10^9
+ SI unit multiple representing 10^9.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^9
+
tera
- SI unit multiple representing 10^12
+ SI unit multiple representing 10^12.
SIUnitModifier
+
+ conversionFactor
+ 10^12
+
T
- SI unit multiple representing 10^12
+ SI unit multiple representing 10^12.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^12
+
peta
- SI unit multiple representing 10^15
+ SI unit multiple representing 10^15.
SIUnitModifier
+
+ conversionFactor
+ 10^15
+
P
- SI unit multiple representing 10^15
+ SI unit multiple representing 10^15.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^15
+
exa
- SI unit multiple representing 10^18
+ SI unit multiple representing 10^18.
SIUnitModifier
+
+ conversionFactor
+ 10^18
+
E
- SI unit multiple representing 10^18
+ SI unit multiple representing 10^18.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^18
+
zetta
- SI unit multiple representing 10^21
+ SI unit multiple representing 10^21.
SIUnitModifier
+
+ conversionFactor
+ 10^21
+
Z
- SI unit multiple representing 10^21
+ SI unit multiple representing 10^21.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^21
+
yotta
- SI unit multiple representing 10^24
+ SI unit multiple representing 10^24.
SIUnitModifier
+
+ conversionFactor
+ 10^24
+
Y
- SI unit multiple representing 10^24
+ SI unit multiple representing 10^24.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^24
+
deci
- SI unit submultiple representing 10^-1
+ SI unit submultiple representing 10^-1.
SIUnitModifier
+
+ conversionFactor
+ 0.1
+
d
- SI unit submultiple representing 10^-1
+ SI unit submultiple representing 10^-1.
SIUnitSymbolModifier
+
+ conversionFactor
+ 0.1
+
centi
- SI unit submultiple representing 10^-2
+ SI unit submultiple representing 10^-2.
SIUnitModifier
+
+ conversionFactor
+ 0.01
+
c
- SI unit submultiple representing 10^-2
+ SI unit submultiple representing 10^-2.
SIUnitSymbolModifier
+
+ conversionFactor
+ 0.01
+
milli
- SI unit submultiple representing 10^-3
+ SI unit submultiple representing 10^-3.
SIUnitModifier
+
+ conversionFactor
+ 0.001
+
m
- SI unit submultiple representing 10^-3
+ SI unit submultiple representing 10^-3.
SIUnitSymbolModifier
+
+ conversionFactor
+ 0.001
+
micro
- SI unit submultiple representing 10^-6
+ SI unit submultiple representing 10^-6.
SIUnitModifier
+
+ conversionFactor
+ 10^-6
+
u
- SI unit submultiple representing 10^-6
+ SI unit submultiple representing 10^-6.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^-6
+
nano
- SI unit submultiple representing 10^-9
+ SI unit submultiple representing 10^-9.
SIUnitModifier
+
+ conversionFactor
+ 10^-9
+
n
- SI unit submultiple representing 10^-9
+ SI unit submultiple representing 10^-9.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^-9
+
pico
- SI unit submultiple representing 10^-12
+ SI unit submultiple representing 10^-12.
SIUnitModifier
+
+ conversionFactor
+ 10^-12
+
p
- SI unit submultiple representing 10^-12
+ SI unit submultiple representing 10^-12.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^-12
+
femto
- SI unit submultiple representing 10^-15
+ SI unit submultiple representing 10^-15.
SIUnitModifier
+
+ conversionFactor
+ 10^-15
+
f
- SI unit submultiple representing 10^-15
+ SI unit submultiple representing 10^-15.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^-15
+
atto
- SI unit submultiple representing 10^-18
+ SI unit submultiple representing 10^-18.
SIUnitModifier
+
+ conversionFactor
+ 10^-18
+
a
- SI unit submultiple representing 10^-18
+ SI unit submultiple representing 10^-18.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^-18
+
zepto
- SI unit submultiple representing 10^-21
+ SI unit submultiple representing 10^-21.
SIUnitModifier
+
+ conversionFactor
+ 10^-21
+
z
- SI unit submultiple representing 10^-21
+ SI unit submultiple representing 10^-21.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^-21
+
yocto
- SI unit submultiple representing 10^-24
+ SI unit submultiple representing 10^-24.
SIUnitModifier
+
+ conversionFactor
+ 10^-24
+
y
- SI unit submultiple representing 10^-24
+ SI unit submultiple representing 10^-24.
SIUnitSymbolModifier
+
+ conversionFactor
+ 10^-24
+
@@ -6345,7 +6883,7 @@
+
-
:
- ;allowedCharacter
+ ;
.
/
(
@@ -6366,6 +6904,16 @@
valueClassProperty
+
+ conversionFactor
+ The multiplicative factor to multiply these units to convert to default units.
+
+ unitProperty
+
+
+ unitModifierProperty
+
+
defaultUnits
A schema attribute of unit classes specifying the default units to use if the placeholder has a unit class but the substituted value has no units.
@@ -6455,7 +7003,7 @@
topLevelTagGroup
- A schema attribute indicating that this tag (or its descendants) can only appear in a top-level tag group.
+ A schema attribute indicating that this tag (or its descendants) can only appear in a top-level tag group. A tag group can have at most one tag with this attribute.
boolProperty
@@ -6519,5 +7067,6 @@
This is an updated version of the schema format. The properties are now part of the schema. The schema attributes are designed to be checked in software rather than hard-coded. The schema attributes, themselves have properties.
+