data.BEAMPLACE

Location of a beam relative to the events it affects.
Module
Used by
These class-based attributes use data.BEAMPLACE
att.beamRend/@placeRecords the placement of the beam relative to the events it affects.
Allowed Values
aboveThe beam is above the events it affects.
belowThe beam is below the events it affects.
mixedThe beam is above and below the events it affects.
Declaration
<macroSpec ident="data.BEAMPLACE" module="MEI" type="dt">
<desc xml:lang="en">Location of a beam relative to the events it affects.</desc>
<content>
<valList type="closed">
<valItem ident="above">
<desc xml:lang="en">The beam is above the events it affects.</desc>
</valItem>
<valItem ident="below">
<desc xml:lang="en">The beam is below the events it affects.</desc>
</valItem>
<valItem ident="mixed">
<desc xml:lang="en">The beam is above and below the events it affects.</desc>
</valItem>
</valList>
</content>
</macroSpec>