[
https://issues.apache.org/jira/browse/SHINDIG-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661915#action_12661915
]
Ian Boston commented on SHINDIG-798:
------------------------------------
:)
The XSD in the spec, was taken from Shindig.
I wrote the XSD in shindig, based on reading the spec and trying to
get the XML RPC interfaces to work
So the XSD in the spec is less mature than the written spec and less
mature than Shindig.
I would also expect the XSD to change as a result of further
collaboration with the PortablContacts crowd.
Ian
> "updated" xs:element missing from opensocial.xsd for Activity
> -------------------------------------------------------------
>
> Key: SHINDIG-798
> URL: https://issues.apache.org/jira/browse/SHINDIG-798
> Project: Shindig
> Issue Type: Bug
> Components: RESTful API (Java)
> Reporter: Chico Charlesworth
> Assignee: Ian Boston
> Fix For: trunk
>
> Attachments: fix-798-727075-bug.patch
>
>
> opensocial.xsd is missing a "updated" xs:element for Activity.
> I noticed that the XML format XSD specified in the OpenSocial Restful
> Protocol
> (http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/restful-protocol)
> is also missing the "updated" element. But I think it should definitely be
> there, since according to the OpenSocial Restful Protocol the following XML
> response is valid:
> <activity xmlns="http://ns.opensocial.org/2008/opensocial">
>
> <id>http://example.org/activities/example.org:87ead8dead6beef/self/af3778</id>
> <title><a href=\"foo\">some activity</a></title>
> <updated>2008-02-20T23:35:37.266Z</updated>
> <body>Some details for some activity</body>
> <bodyId>383777272</bodyId>
> <url>http://api.example.org/activity/feeds/.../af3778</url>
> <userId>example.org:34KJDCSKJN2HHF0DW20394</userId>
> </activity>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.