← Prev in month ← Prev in thread
Next in thread → Next in month →

Minor schema error

From
Michael Douglass
Date
2011-02-22T21:28:00+00:00
ID
Thread
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

Senior Systems Programmer Communication&  Collaboration Technologies
518 276 6780(voice) 2809 (fax)

Rensselaer Polytechnic Institute 110 8th Street,
Troy, NY 12180
← Prev in month ← Prev in thread
Next in thread → Next in month →