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: Minor schema error


I ran into a small error in the schema (related to an xpath issue I had).

In iCalendar.xsd we have

<!-- 3.4 iCalendar Stream -->
<xs:complexType name="IcalendarType">
<xs:sequence>
<xs:element name="vcalendar" type="xcal:VcalendarType" 
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>


What we don't have is a definition of the icalendar element. This 
resulted in my having an icalendar element in the wrong namespace.

The declaration

<xs:element name="icalendar" type="xcal:IcalendarType"/>

needs to be added.

-- 

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]