[Commits] (morgen) Added inverse attributes
commits at osafoundation.org
commits at osafoundation.org
Wed Jan 14 10:49:54 PST 2004
Commit by: morgen
Modified files:
osaf/chandler/Chandler/repository/parcel/tests/itemparcels/items/parcel.xml 1.2 1.3
Log message:
Added inverse attributes
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/repository/parcel/tests/itemparcels/items/parcel.xml.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
Index: osaf/chandler/Chandler/repository/parcel/tests/itemparcels/items/parcel.xml
diff -u osaf/chandler/Chandler/repository/parcel/tests/itemparcels/items/parcel.xml:1.2 osaf/chandler/Chandler/repository/parcel/tests/itemparcels/items/parcel.xml:1.3
--- osaf/chandler/Chandler/repository/parcel/tests/itemparcels/items/parcel.xml:1.2 Tue Dec 30 17:01:19 2003
+++ osaf/chandler/Chandler/repository/parcel/tests/itemparcels/items/parcel.xml Wed Jan 14 10:49:23 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- $Date: 2003/12/31 01:01:19 $ -->
+<!-- $Revision: 1.3 $ -->
+<!-- $Date: 2004/01/14 18:49:23 $ -->
<!-- Copyright (c) 2003 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -25,12 +25,28 @@
<displayName>Enum Attribute</displayName>
<cardinality>single</cardinality>
<type itemref="items:TestEnumType"/>
+ <inverseAttribute itemref="items:EnumAttributeInverse"/>
+ </Attribute>
+
+ <Attribute itemName="EnumAttributeInverse">
+ <displayName>Enum Attribute Inverse</displayName>
+ <cardinality>single</cardinality>
+ <type itemref="items:TestKind"/>
+ <inverseAttribute itemref="items:EnumAttribute"/>
</Attribute>
<Attribute itemName="RefAttribute">
<displayName>Ref Attribute</displayName>
<cardinality>single</cardinality>
<type itemref="items:TestKind"/>
+ <inverseAttribute itemref="items:RefAttributeInverse"/>
+ </Attribute>
+
+ <Attribute itemName="RefAttributeInverse">
+ <displayName>Ref Attribute Inverse</displayName>
+ <cardinality>single</cardinality>
+ <type itemref="items:TestKind"/>
+ <inverseAttribute itemref="items:RefAttribute"/>
</Attribute>
<Attribute itemName="StringAttribute">
More information about the Commits
mailing list