data.BEAMPLACE

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