OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ws-calendar message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (WSCALENDAR-418)iCalendar-wscal-extensions - Gluons and Intervals are recursive


iCalendar-wscal-extensions - Gluons and Intervals are recursive
---------------------------------------------------------------

                 Key: WSCALENDAR-418
                 URL: http://tools.oasis-open.org/issues/browse/WSCALENDAR-418
             Project: OASIS Web Services Calendar (WS-Calendar) TC
          Issue Type: Bug
          Components: spec
    Affects Versions: pr02
         Environment: Marty Burns
            Reporter: Toby Considine
            Assignee: Toby Considine


"In the text, gluons and intervals are presented as linear sequences with references. The schema shows all wscal components as recursive allowning infinite nesting. It might make sense to choose how the actual schedules are composed. If text is right, then an interval should not be able to contain a gluon.


For example, this is valid according to the schema:
<?xml version=""1.0"" encoding=""UTF-8""?>
<xcal:gluon xsi:schemaLocation=""urn:ietf:params:xml:ns:icalendar-2.0 iCalendar-wscal-extensions.xsd"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""; xmlns:xcal=""urn:ietf:params:xml:ns:icalendar-2.0"">
 <xcal:properties/>
 <xcal:components>
  <xcal:gluon>
   <xcal:properties></xcal:properties>
   <xcal:components>
    <xcal:interval>
     <xcal:properties></xcal:properties>
     <xcal:components></xcal:components>
    </xcal:interval>
   </xcal:components>
  </xcal:gluon>
 </xcal:components>
</xcal:gluon>"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]