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] Commented: (CMIS-365) In the schemas zip, theexamples of propertyDefinitions should include more attributes



    [ http://tools.oasis-open.org/issues/browse/CMIS-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13578#action_13578 ] 

Al Brown commented on CMIS-365:
-------------------------------

fixed in 62e for defaultValue + choice
        <cmis:propertyStringDefinition>
            <cmis:id>custom-customertype</cmis:id>
            <cmis:localName>rep-custom-customertype</cmis:localName>
            <cmis:displayName>custom-customertype</cmis:displayName>
            <cmis:description>Description for custom-customertype</cmis:description>
            <cmis:propertyType>string</cmis:propertyType>
            <cmis:cardinality>single</cmis:cardinality>
            <cmis:updatability>readwrite</cmis:updatability>
            <cmis:inherited>true</cmis:inherited>
            <cmis:required>false</cmis:required>
            <cmis:queryable>true</cmis:queryable>
            <cmis:orderable>true</cmis:orderable>
            <cmis:openChoice>false</cmis:openChoice>
            <cmis:defaultValue localname="rep-custom-customertype" pdid="custom-customertype">
                <cmis:value>defaultvalue for custom-customertype</cmis:value>
            </cmis:defaultValue>
            <cmis:maxLength>128</cmis:maxLength>
            <cmis:choice displayName="Choice 1">
                <cmis:value>choice1value</cmis:value>
            </cmis:choice>
            <cmis:choice displayName="Choice 2">
                <cmis:value>choice2value</cmis:value>
            </cmis:choice>
            <cmis:choice displayName="Choice 3">
                <cmis:value>choice3value</cmis:value>
            </cmis:choice>
        </cmis:propertyStringDefinition>

> In the schemas zip, the examples of propertyDefinitions should include more attributes
> --------------------------------------------------------------------------------------
>
>                 Key: CMIS-365
>                 URL: http://tools.oasis-open.org/issues/browse/CMIS-365
>             Project: OASIS Content Management Interoperability Services (CMIS) TC
>          Issue Type: Improvement
>    Affects Versions: Draft 0.61
>            Reporter: Florent Guillaume
>            Priority: Minor
>             Fix For: Draft 0.62
>
>
> In 0.62d in the examples directory it would be nice to have at least one instance of a propertyDefinition that covers every case.
> For instance, I was looking for an example of defaultValue and didn't find one (for defaultValue, an example with a multi-valued default would be nice as well).

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