ISSUE-481: PROV-XSD Entity complexType does not support prov:value child element

PROV-XSD Entity complexType does not support prov:value child element

State:
CLOSED
Product:
XML Serialization
Raised by:
Stephan Zednik
Opened on:
2012-08-20
Description:
The Entity complexType does not support a prov:value child element.

<xs:element name="entity" type="prov:Entity"/>
<xs:complexType name="Entity">
<xs:sequence>
<xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>

<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="prov:id"/>
</xs:complexType>

should be updated to

<xs:element name="entity" type="prov:Entity"/>
<xs:complexType name="Entity">
<xs:sequence>
<xs:element ref="prov:label" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="prov:type" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="prov:location" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="prov:value" minOccurs="0" maxOccurs="1"/>

<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="prov:id"/>
</xs:complexType>
Related Actions Items:
No related actions
Related emails:
  1. Re: PROV-ISSUE-481: PROV-XSD Entity complexType does not support prov:value child element [XML Serialization] (from zednis@rpi.edu on 2012-08-27)
  2. PROV-ISSUE-481: PROV-XSD Entity complexType does not support prov:value child element [XML Serialization] (from sysbot+tracker@w3.org on 2012-08-20)

Related notes:

Fix committed as part of https://dvcs.w3.org/hg/prov/rev/41509362b41f change set.

Stephan Zednik, 27 Aug 2012, 17:24:06

Display change log ATOM feed


Chair, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 481.html,v 1.1 2013-06-20 07:37:47 vivien Exp $