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] Created: (WSCALENDAR-220) Schema Error inRecurType


Schema Error in RecurType
-------------------------

                 Key: WSCALENDAR-220
                 URL: http://tools.oasis-open.org/issues/browse/WSCALENDAR-220
             Project: OASIS Web Services Calendar (WS-Calendar) TC
          Issue Type: Bug
          Components: schema
    Affects Versions: pr02
         Environment: Toby Considine
            Reporter: Toby Considine
            Assignee: Toby Considine


in icalendar-valtypes, lines 46-50

			<xs:element name="freq" type="xcal:FreqRecurType"/>
			<xs:sequence>
				<xs:choice minOccurs="0">
					<xs:element ref="xcal:until"/>
					<xs:element ref="xcal:count"/>
				</xs:choice>
			</xs:sequence>

choice has minoccurs (element is optional). It should also have maxoccurs=1

From rfc5545, page 37

                     ; The UNTIL or COUNT rule parts are OPTIONAL,
                       ; but they MUST NOT occur in the same 'recur'



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


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