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-458) Small change toTZID


Small change to TZID
--------------------

                 Key: WSCALENDAR-458
                 URL: http://tools.oasis-open.org/issues/browse/WSCALENDAR-458
             Project: OASIS Web Services Calendar (WS-Calendar) TC
          Issue Type: Improvement
            Reporter: Toby Considine
            Assignee: Toby Considine
            Priority: Minor


From: Mike Douglass <douglm@rpi.edu> 
To: "ws-calendar@lists.oasis-open.org" <ws-calendar@lists.oasis-open.org> 
Date: Wed, 13 Jul 2011 11:35:37 -0400 

--------------------------------------------------------------------------------

  I realized I'd not dealt with the problem of TZID which occurs as a 
parameter and a property.

This necessitates a small change to iCalendar-props.xsd from

<xs:complexType name="ArrayOfProperties">
<xs:sequence>
<xs:element ref="xcal:baseProperty" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>

to

<xs:complexType name="ArrayOfProperties">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="xcal:baseProperty"/>
<xs:element name="tzid" type="xcal:TextPropertyType"/>
</xs:choice>
</xs:sequence>
</xs:complexType>


This seems to work fine but I need to do some more testing.



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