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] (WSCALENDAR-458) Small change to TZID


     [ https://tools.oasis-open.org/issues/browse/WSCALENDAR-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Toby Considine updated WSCALENDAR-458:
--------------------------------------

    Component/s: spec

> Small change to TZID
> --------------------
>
>                 Key: WSCALENDAR-458
>                 URL: https://tools.oasis-open.org/issues/browse/WSCALENDAR-458
>             Project: OASIS Web Services Calendar (WS-Calendar) TC
>          Issue Type: Improvement
>          Components: spec
>         Environment: Mike Douglass
>            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 was sent by Atlassian JIRA
(v6.2.2#6258)


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