HedKey

class HedKey[source]

Known property and attribute names.

Notes

  • These names should match the attribute values in the XML/wiki.

Methods

hed.schema.hed_schema_constants.HedKey.__init__()

Attributes

hed.schema.hed_schema_constants.HedKey.AllowedCharacter

hed.schema.hed_schema_constants.HedKey.BoolProperty

hed.schema.hed_schema_constants.HedKey.ConversionFactor

hed.schema.hed_schema_constants.HedKey.DefaultUnits

hed.schema.hed_schema_constants.HedKey.DeprecatedFrom

hed.schema.hed_schema_constants.HedKey.ElementProperty

hed.schema.hed_schema_constants.HedKey.ExtensionAllowed

hed.schema.hed_schema_constants.HedKey.InLibrary

hed.schema.hed_schema_constants.HedKey.IsInheritedProperty

hed.schema.hed_schema_constants.HedKey.Recommended

hed.schema.hed_schema_constants.HedKey.RelatedTag

hed.schema.hed_schema_constants.HedKey.RequireChild

hed.schema.hed_schema_constants.HedKey.Required

hed.schema.hed_schema_constants.HedKey.Rooted

hed.schema.hed_schema_constants.HedKey.SIUnit

hed.schema.hed_schema_constants.HedKey.SIUnitModifier

hed.schema.hed_schema_constants.HedKey.SIUnitSymbolModifier

hed.schema.hed_schema_constants.HedKey.SuggestedTag

hed.schema.hed_schema_constants.HedKey.TagGroup

hed.schema.hed_schema_constants.HedKey.TakesValue

hed.schema.hed_schema_constants.HedKey.TopLevelTagGroup

hed.schema.hed_schema_constants.HedKey.Unique

hed.schema.hed_schema_constants.HedKey.UnitClass

hed.schema.hed_schema_constants.HedKey.UnitClassProperty

hed.schema.hed_schema_constants.HedKey.UnitModifierProperty

hed.schema.hed_schema_constants.HedKey.UnitPrefix

hed.schema.hed_schema_constants.HedKey.UnitProperty

hed.schema.hed_schema_constants.HedKey.UnitSymbol

hed.schema.hed_schema_constants.HedKey.ValueClass

hed.schema.hed_schema_constants.HedKey.ValueClassProperty

HedKey.__init__()
HedKey.AllowedCharacter = 'allowedCharacter'
HedKey.BoolProperty = 'boolProperty'
HedKey.ConversionFactor = 'conversionFactor'
HedKey.DefaultUnits = 'defaultUnits'
HedKey.DeprecatedFrom = 'deprecatedFrom'
HedKey.ElementProperty = 'elementProperty'
HedKey.ExtensionAllowed = 'extensionAllowed'
HedKey.InLibrary = 'inLibrary'
HedKey.IsInheritedProperty = 'isInheritedProperty'
HedKey.Recommended = 'recommended'
HedKey.RelatedTag = 'relatedTag'
HedKey.RequireChild = 'requireChild'
HedKey.Required = 'required'
HedKey.Rooted = 'rooted'
HedKey.SIUnit = 'SIUnit'
HedKey.SIUnitModifier = 'SIUnitModifier'
HedKey.SIUnitSymbolModifier = 'SIUnitSymbolModifier'
HedKey.SuggestedTag = 'suggestedTag'
HedKey.TagGroup = 'tagGroup'
HedKey.TakesValue = 'takesValue'
HedKey.TopLevelTagGroup = 'topLevelTagGroup'
HedKey.Unique = 'unique'
HedKey.UnitClass = 'unitClass'
HedKey.UnitClassProperty = 'unitClassProperty'
HedKey.UnitModifierProperty = 'unitModifierProperty'
HedKey.UnitPrefix = 'unitPrefix'
HedKey.UnitProperty = 'unitProperty'
HedKey.UnitSymbol = 'unitSymbol'
HedKey.ValueClass = 'valueClass'
HedKey.ValueClassProperty = 'valueClassProperty'