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: Small schema change


  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.



-- 

Mike Douglass                           douglm@rpi.edu
Senior Systems Programmer
Communication&  Collaboration Technologies      518 276 6780(voice) 2809
(fax)
Rensselaer Polytechnic Institute 110 8th Street, Troy, NY 12180



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