data.FLAGFORM.mensural

Form of the flag.
Module
Used by
These class-based attributes use data.FLAGFORM.mensural
att.stem.vis/@flag.formEncodes the form of the flag using the values provided by the data.FLAGFORM.mensural datatype.
Allowed Values
straightFlag is a straight horizontal line.
angledFlag is a straight line at an angle.
curledFlag is curled.
flaredFlag is flared.
extendedFlag looks extended.
hookedFlag is hooked-form.
Remarks

Declaration
<macroSpec ident="data.FLAGFORM.mensural" module="MEI.mensural" type="dt">
<desc xml:lang="en">Form of the flag.</desc>
<content>
<valList type="closed">
<valItem ident="straight">
<desc xml:lang="en">Flag is a straight horizontal line.</desc>
</valItem>
<valItem ident="angled">
<desc xml:lang="en">Flag is a straight line at an angle.</desc>
</valItem>
<valItem ident="curled">
<desc xml:lang="en">Flag is curled.</desc>
</valItem>
<valItem ident="flared">
<desc xml:lang="en">Flag is flared.</desc>
</valItem>
<valItem ident="extended">
<desc xml:lang="en">Flag looks extended.</desc>
</valItem>
<valItem ident="hooked">
<desc xml:lang="en">Flag is hooked-form.</desc>
</valItem>
</valList>
</content>
<remarks xml:lang="en">
<p>
<!-- TODO: Add samples for all values here -->
<!--<graphic url="ExampleImages/accid-20100510.png" height="50%" width="50%"/>-->
</p>
</remarks>
</macroSpec>