- From: Stephan Zednik <zednis@rpi.edu>
- Date: Thu, 28 Mar 2013 12:00:09 -0600
- To: Tom De Nies <tom.denies@ugent.be>
- Cc: Provenance Working Group <public-prov-wg@w3.org>
- Message-Id: <89A2D722-50F0-42A4-9E19-7BDDFF0C9D04@rpi.edu>
Thanks. I will update the examples in eg-44-xml-dict to reflect the name change from keyValuePair to keyEntityPair --Stephan On Mar 28, 2013, at 10:56 AM, Tom De Nies <tom.denies@ugent.be> wrote: > Hi Stephan, > > FYI, I've made some changes to the dictionary schema, regarding the name change from KeyValuePair to KeyEntityPair. > > I've also implemented your suggestions regarding attributes and ids (as they weren't pushed yet): > > <!-- Insertion --> > <xs:complexType name="Insertion"> > <xs:sequence> > <xs:element name="newDictionary" type="prov:IDRef"/> > <xs:element name="oldDictionary" type="prov:IDRef"/> > <xs:element name="keyEntityPair" type="prov:KeyEntityPair" maxOccurs="unbounded"/> > <!-- prov attributes --> > <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/> > <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/> > <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> > </xs:sequence> > <xs:attribute ref="prov:id"/> > </xs:complexType> > > <xs:element name="derivedByInsertionFrom" type="prov:Insertion" substitutionGroup="prov:internalElement"/> > > <!-- Removal --> > <xs:complexType name="Removal"> > <xs:sequence> > <xs:element name="newDictionary" type="prov:IDRef"/> > <xs:element name="oldDictionary" type="prov:IDRef"/> > <xs:element name="key" type="xs:anySimpleType" maxOccurs="unbounded" /> > <!-- prov attributes --> > <xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/> > <xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/> > <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> > </xs:sequence> > <xs:attribute ref="prov:id"/> > </xs:complexType> > > > Regards, > Tom >
Received on Thursday, 28 March 2013 18:00:22 UTC