--- 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">
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="KeyValuePair" >
- <xs:element name="entity" type="prov:EntityRef" />
+ <xs:element name="entity" type="prov:IDRef" />
<xs:element name="key" type="xs:anySimpleType" />
</xs:complexType>
</pre>
@@ -2517,7 +2517,7 @@
<pre class="schema-type">
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DictionaryMembership">
<xs:sequence>
- <xs:element name="dictionary" type="prov:EntityRef"/>
+ <xs:element name="dictionary" type="prov:IDRef"/>
<xs:element name="keyValuePair type="prov:KeyValuePair" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
@@ -2566,8 +2566,8 @@
<pre class="schema-type">
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Insertion">
<xs:sequence>
- <xs:element name="newDictionary" type="prov:EntityRef"/>
- <xs:element name="oldDictionary" type="prov:EntityRef"/>
+ <xs:element name="newDictionary" type="prov:IDRef"/>
+ <xs:element name="oldDictionary" type="prov:IDRef"/>
<xs:element name="keyValuePair type="prov:KeyValuePair" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
@@ -2624,8 +2624,8 @@
<pre class="schema-type">
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Removal">
<xs:sequence>
- <xs:element name="newDictionary" type="prov:EntityRef"/>
- <xs:element name="oldDictionary" type="prov:EntityRef"/>
+ <xs:element name="newDictionary" type="prov:IDRef"/>
+ <xs:element name="oldDictionary" type="prov:IDRef"/>
<xs:element name="key" type="xs:anySimpleType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>