Fixed IDref (instead of EntityRef) in Dictionary.html
authorSam Coppens <sam.coppens@ugent.be>
Tue, 29 Jan 2013 16:48:01 +0100
changeset 5455 f39187ed5490
parent 5454 9ea01a8d78e6
child 5456 d4bb1838c7e2
Fixed IDref (instead of EntityRef) in Dictionary.html
dictionary/prov-dictionary.html
--- a/dictionary/prov-dictionary.html	Tue Jan 29 16:19:27 2013 +0100
+++ b/dictionary/prov-dictionary.html	Tue Jan 29 16:48:01 2013 +0100
@@ -2480,7 +2480,7 @@
 <p>Key-value pairs are used to identify the members of a dictionary.</p>
 <pre class="schema-type">
 &lt;xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="KeyValuePair"  &gt;
-  &lt;xs:element name="entity" type="prov:EntityRef" /&gt;
+  &lt;xs:element name="entity" type="prov:IDRef" /&gt;
   &lt;xs:element name="key" type="xs:anySimpleType" /&gt;
 &lt;/xs:complexType&gt;
 </pre>
@@ -2517,7 +2517,7 @@
 <pre class="schema-type">
 &lt;xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DictionaryMembership"&gt;
   &lt;xs:sequence&gt;
-    &lt;xs:element name="dictionary" type="prov:EntityRef"/&gt;
+    &lt;xs:element name="dictionary" type="prov:IDRef"/&gt;
 	&lt;xs:element name="keyValuePair type="prov:KeyValuePair" maxOccurs="unbounded"/&gt;
   &lt;/xs:sequence&gt;
 &lt;/xs:complexType&gt;
@@ -2566,8 +2566,8 @@
 <pre class="schema-type">
 &lt;xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Insertion"&gt;
   &lt;xs:sequence&gt;
-    &lt;xs:element name="newDictionary" type="prov:EntityRef"/&gt;
-    &lt;xs:element name="oldDictionary" type="prov:EntityRef"/&gt;
+    &lt;xs:element name="newDictionary" type="prov:IDRef"/&gt;
+    &lt;xs:element name="oldDictionary" type="prov:IDRef"/&gt;
 	&lt;xs:element name="keyValuePair type="prov:KeyValuePair" maxOccurs="unbounded"/&gt;
   &lt;/xs:sequence&gt;
 &lt;/xs:complexType&gt;
@@ -2624,8 +2624,8 @@
 <pre class="schema-type">
 &lt;xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Removal"&gt;
   &lt;xs:sequence&gt;
-    &lt;xs:element name="newDictionary" type="prov:EntityRef"/&gt;
-    &lt;xs:element name="oldDictionary" type="prov:EntityRef"/&gt;
+    &lt;xs:element name="newDictionary" type="prov:IDRef"/&gt;
+    &lt;xs:element name="oldDictionary" type="prov:IDRef"/&gt;
     &lt;xs:element name="key" type="xs:anySimpleType" maxOccurs="unbounded" /&gt;
   &lt;/xs:sequence&gt;
 &lt;/xs:complexType&gt;