"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



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>&lt;a href=\"foo\"&gt;some activity&lt;/a&gt;</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.

Reply via email to