Skip to content

Commit

Permalink
Merge pull request #194 from VisLab/develop
Browse files Browse the repository at this point in the history
Added requireChild to Delay and Duration
  • Loading branch information
VisLab authored May 24, 2024
2 parents ba9a445 + d8d1a82 commit 897b4e9
Show file tree
Hide file tree
Showing 7 changed files with 1,348 additions and 1,342 deletions.
4 changes: 2 additions & 2 deletions standard_schema/prerelease/HED8.3.0.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -727,9 +727,9 @@ Each term in this vocabulary has a human-readable description and may include ad
****** Width <nowiki>{hedId=HED_0012686} [The extent or measurement of something from side to side.]</nowiki>
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits, hedId=HED_0012687}</nowiki>
**** Temporal-value <nowiki>{hedId=HED_0012688} [A characteristic of or relating to time or limited by time.]</nowiki>
***** Delay <nowiki>{topLevelTagGroup, reserved, relatedTag=Duration, hedId=HED_0012689} [The time at which an event start time is delayed from the current onset time. This tag defines the start time of an event of temporal extent and may be used with the Duration tag.]</nowiki>
***** Delay <nowiki>{topLevelTagGroup, reserved, requireChild, relatedTag=Duration, hedId=HED_0012689} [The time at which an event start time is delayed from the current onset time. This tag defines the start time of an event of temporal extent and may be used with the Duration tag.]</nowiki>
****** <nowiki># {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012690}</nowiki>
***** Duration <nowiki>{topLevelTagGroup, reserved, relatedTag=Delay, hedId=HED_0012691} [The period of time during which an event occurs. This tag defines the end time of an event of temporal extent and may be used with the Delay tag.]</nowiki>
***** Duration <nowiki>{topLevelTagGroup, reserved, requireChild, relatedTag=Delay, hedId=HED_0012691} [The period of time during which an event occurs. This tag defines the end time of an event of temporal extent and may be used with the Delay tag.]</nowiki>
****** <nowiki># {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012692}</nowiki>
***** Time-interval <nowiki>{hedId=HED_0012693} [The period of time separating two instances, events, or occurrences.]</nowiki>
****** <nowiki># {takesValue, valueClass=numericClass, unitClass=timeUnits, hedId=HED_0012694}</nowiki>
Expand Down
8 changes: 7 additions & 1 deletion standard_schema/prerelease/HED8.3.0.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<HED version="8.3.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">
<HED xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="8.3.0" xsi:noNamespaceSchemaLocation="https://github.com/hed-standard/hed-specification/raw/master/hedxml/HED8.0.0.xsd">
<prologue>The HED standard schema is a hierarchically-organized vocabulary for annotating events and experimental structure. HED annotations consist of comma-separated tags drawn from this vocabulary. This vocabulary can be augmented by terms drawn from specialized library schema.

Each term in this vocabulary has a human-readable description and may include additional attributes that give additional properties or that specify how tools should treat the tag during analysis. The meaning of these attributes is described in the Additional schema properties section.</prologue>
Expand Down Expand Up @@ -6534,6 +6534,9 @@ Each term in this vocabulary has a human-readable description and may include ad
<attribute>
<name>reserved</name>
</attribute>
<attribute>
<name>requireChild</name>
</attribute>
<attribute>
<name>relatedTag</name>
<value>Duration</value>
Expand Down Expand Up @@ -6570,6 +6573,9 @@ Each term in this vocabulary has a human-readable description and may include ad
<attribute>
<name>reserved</name>
</attribute>
<attribute>
<name>requireChild</name>
</attribute>
<attribute>
<name>relatedTag</name>
<value>Delay</value>
Expand Down
Loading

0 comments on commit 897b4e9

Please sign in to comment.