diff data/sample.xml @ 10:19a8a71eaa54

added test-model.xsl template for testing purpose of model.xsl working on members expansion templates
author cin
date Mon, 12 Mar 2018 02:58:34 +0300
parents d3542662cf70
children
line wrap: on
line diff
--- a/data/sample.xml	Sun Mar 11 10:27:32 2018 +0300
+++ b/data/sample.xml	Mon Mar 12 02:58:34 2018 +0300
@@ -28,7 +28,6 @@
 			<member name="Gallery"/>
 		</primaryKey>
 		<hasA name="Item" type="Item">
-			<thisKey name="ItemId" />
 			<clr:association />
 			<clr:lazy />
 		</hasA>
@@ -40,7 +39,9 @@
 	</entity>
 	
 	<entity name="Item">
-		<primaryKey name="Id" type="uuid"/>
+		<primaryKey name="Id" type="uuid">
+			<clr:autoGenerated/>
+		</primaryKey>
 		<property name="href" type="text"/>
 	</entity>
 </package>
\ No newline at end of file