Archive for January, 2008

Updated EDRM XML compliance load file now available

An updated EDRM XML compliance load file is now available for download:

The changes address some issues recently raised. There are three changes:

  1. The Tag #To fields are correctly formatted for multiple email address situations
  2. Hash codes are consistently lower case
  3. There should be no hash code errors during validation

The compliance data set does not change. Just replace the load file in the existing zip with the load file inside this zip.

The changes most likely will not affect whether anyone passes compliance.

Please post comments about the EDRM XML materials on the EDRM Bulletin Board (registration required) or send them to mail@edrm.net

Thank you.

EDRM XML Interchange Format Schema Documentation now available

The EDRM XML schema documentation is now available:

Please post comments about the EDRM XML materials on the EDRM Bulletin Board (registration required) or send them to mail@edrm.net

Thank you.

Updated EDRM XML XSD schema now available

An updated EDRM XML XSD schema is now available for download:

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. The patch is a one-field change in the “ReviewType” complex type.

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>

New:

<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>

Note: This will not affect compliance of anyone who already has successfully validated their XML using the validation tool. If you have done your implementation with the one-tag-per-review limitation you will still check out fine with the updated schema.

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.

Revised EDRM XML Validation Tool now available

A revised EDRM XML Validation Tool package is now available for download:

The revised package includes the latest EDRM XML schema.

If you downloaded the Jan. 8 package, please replace it with the Jan. 9 package.

Comments about the EDRM XML materials can be posted on the EDRM Bulletin Board (registration required) or sent to mail@edrm.net

Thank you.

EDRM XML Validation Tool now available

The EDRM XML Validation Tool is now available for download:

We welcome your comments and suggestions. Please send feedback to us at mail@edrm.net

Thank you.