Updated EDRM XML XSD schema now available
An updated EDRM XML XSD schema is now available for download:
- EDRM XML XSD, Jan 11 2008 version
- 17 KB
- Updated EDRM XML XSD file
- Corrects a bounding issue
During validation testing, we found there is a “bounding” on the <Tag> record within a <Review> that limits you to one <Tag> record per <Review>. That was not the intention of the schema… the group intended that you could have multiple tags contained within the same review.
The schema has been patched to address this issue.
Old:
<xs:complexType name=”ReviewType”>
<xs:sequence>
<xs:element name=”Tag” type=”TagType” minOccurs=”0″ maxOccurs=”1“/>
</xs:sequence>
<xs:attribute name=”ReviewId” type=”xs:long”/>
</xs:complexType>
<xs:complexType name=”ReviewType”>
<xs:sequence>
<xs:element name=”Tag” type=”TagType” minOccurs=”0″ maxOccurs=”unbounded“/>
</xs:sequence>
<xs:attribute name=”ReviewId” type=”xs:long”/>
</xs:complexType>
The updated schema can be dropped into the root directory of your EDRM validation tool install in place of the existing EDRM.xsd file.
Please post comments about the EDRM XML materials on the EDRM Bulletin Board (registration required) or send them to mail@edrm.net
Thank you.






