[Cosmo-dev] sharing update 12/19
Brian Moseley
bcm at osafoundation.org
Wed Dec 20 08:41:23 PST 2006
On 12/20/06, Morgen Sagen <morgen at osafoundation.org> wrote:
> Here is an example of what my serializer code now understands. I
> took bcm's sample and moved each record's uuid attribute into a sub-
> element (since for each record, the uuid is just another field, that
> also happens to be part of the primary key). I left the recordset
> uuid attribute as is because in truly does represent all records
> corresponding to a specific item. Also, I split LobType into
> BlobType and ClobType as bcm and I discussed on IRC. I also dropped
> the GMT offset from the datetime field because I think we agreed that
> datetime fields will be expressed in GMT, right?
i'm ok with uuid as sub-element. for datetimes, append "Z", which is
the canonical representation of utc (see
<http://www.w3.org/TR/xmlschema-2/#dateTime> for the rules of
timezones with xsd:dateTime values) . everything else looks good
except that you changed triageStatusChanged to triage_status_changed;
underscores aren't xml convention ;)
More information about the cosmo-dev
mailing list