ws-calendar — archive
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
— [Date Index]
| [Thread Index]
| [Month Index]
| [List Home]
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
[email protected]
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]
| [Month Index]
| [List Home]