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

[OASIS Issue Tracker] Updated: (CMIS-614) Schema: cmis:cmisPropertycomplex type and its descendants restricts extension elements as children

From
OASIS Issues Tracker <>
Date
2009-12-19T01:12:17+00:00
ID
1550160613.20201261185135735.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Updated: (CMIS-614) Schema: cmis:cmisPropertycomplex type and its descendants restricts extension elements as children
[ http://tools.oasis-open.org/issues/browse/CMIS-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ethan Gur-esh updated CMIS-614:
-------------------------------

    Assignee: Al Brown

> Schema: cmis:cmisProperty complex type and its descendants restricts extension elements as children
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CMIS-614
>                 URL: http://tools.oasis-open.org/issues/browse/CMIS-614
>             Project: OASIS Content Management Interoperability Services (CMIS) TC
>          Issue Type: Bug
>          Components: Schema
>    Affects Versions: Committee Draft 04
>            Reporter: Derek Carr
>            Assignee: Al Brown
>            Priority: Minor
>
> The cmis:cmisProperty complex type and its descendants restricts a providers ability to return extended information elements as children of this element.  This is useful when vendors want to provide additional information associated with a property and its value that is best modeled as extension elements.
> For example, if a provider has a string property that represents a user, they may want to support the following in order to embed information about the user:
>         <cmis:propertyString propertyDefinitionId="cmis:createdBy" localName="cmis_createdBy" displayName="Created By">
>           <cmis:value>John Doe</cmis:value>
>           <directory:displayName>John Doe<directory:displayName>
>           <directory:principal>jdoe<directory:principal>
>           <directory:mail><directory:mail>
>         </cmis:propertyString>
> The cmis:cmisProperty extended elements do support cmis:cmisUndefinedAttribute attribute group.  
> They provide more flexibility and support <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/> as a valid child element.

-- 
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
← Prev in month ← Prev in thread
Next in thread → Next in month →