notes on a proposal for Relationship definition in parcel xml
replaces two Attribute definitions (bidirectional relationship where each lists the other as inverse attribute):
<Relationship>
<attribute itsName="foo" cardinality="single" type="fooType" displayName="Foo">
<attribute itsName="bar" cardinality="list" type="barType" displayName="Bar">
<issues/>
<examples/>
</Relationship>
or
<Relationship>
<issues/>
<examples/>
<Attribute itsName="foo">
<type/>
<cardinality/>
<initialValue/>
</Attribute>
<Attribute itsName="bar">
<type/>
<cardinality/>
<initialValue/>
</Attribute>
</Relationship>
Actually creates a relationship item:
--
KatieCappsParlante - 10 May 2004