mapping.ent,v 1.3 2001/10/05 08:01:34 robbod Exp
An aa can have multiple mappings and they may be assertions to different arm objects. See for
example AP 214 associated_draughting_callout
Not sure how to handle this.
Some alternatives:
1) (No change to dtd) Create many <aa> tags for same aa thus <aa attribute= "att1"> but
distingushed by alt text.
<aa attribute= "att1"><alt>to ae2</alt>....</aa>
<aa attribute= "att1"><alt>to ae3</alt>....</aa>
<aa attribute= "att1">....</aa>
2) (Change to dtd) Change mapping.ent ENTITY % mapping to ELEMENT and allow more than one
per aa.
<aa attribute= "att1">
<mapping>
<alt>to ae2</alt>....</aa>
</mapping>
<mapping>
<alt>to ae3</alt>....
</mapping>
<mapping>
....
</mapping>
</aa>