OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis message

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


Subject: [OASIS Issue Tracker] Created: (CMIS-319) There should be just onedefault value


There should be just one default value
--------------------------------------

                 Key: CMIS-319
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-319
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
          Components: Schema
    Affects Versions: Draft 0.62
            Reporter: Florian Mueller


The schema defines default values in property definition types like this (string property type example):
<xs:element minOccurs="0" maxOccurs="unbounded" name="defaultValue" type="cmis:cmisChoiceStringType" />

This implies that a property definition type could have multiple default values which doesn't make sense. It should be: 
<xs:element minOccurs="0" maxOccurs="1" name="defaultValue" type="cmis:cmisChoiceStringType" />


Apart from that, cmisChoiceStringType defines some attributes and a hierarchy that don't apply to a default value. Shouldn't it be a simple value/list?


-- 
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]