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-693) CMIS RepositoryExtensions



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

Jay Brown commented on CMIS-693:
--------------------------------

Here is a starting point for what I was thinking:

We would add an optional element to cmisRepositoryInfotype like this:
...
	<xs:element name="cmisExtensions" type="cmisExtensionType" maxOccurs="unbounded" minOccurs="0" />
...
cmisExtensionType would be defined something like this:

<xs:complexType name="cmisExtensionType">

	<xs:complexContent>	

		<xs:sequence>
			<!-- id is the only mandatory field - typically will be a URN-->
			<xs:element minOccurs="1" maxOccurs="1" name="Id"

				type="xs:anyURI" />
			<!-- optional url for a site describing the extension -->
			<xs:element minOccurs="0" maxOccurs="1" name="Url"

				type="xs:anyURI" />
			<!-- optional short name for standard i.e. FooStandard -->
			<xs:element minOccurs="0" maxOccurs="1" name="CommonName"

				type="xs:string" />
			<!-- optional version label-->
			<xs:element minOccurs="0" maxOccurs="1" name="versionLabel"

				type="xs:string" />
			<xs:element minOccurs="0" maxOccurs="1" name="Description"

				type="xs:string" />

			<xs:any processContents="lax" namespace="##other" minOccurs="0"

				maxOccurs="unbounded" />

		</xs:sequence>

	</xs:complexContent>

</xs:complexType>



> CMIS Repository Extensions
> --------------------------
>
>                 Key: CMIS-693
>                 URL: http://tools.oasis-open.org/issues/browse/CMIS-693
>             Project: OASIS Content Management Interoperability Services (CMIS) TC
>          Issue Type: New Feature
>          Components: Domain Model
>    Affects Versions: V1.0
>         Environment: n/a
>            Reporter: Jay Brown
>            Priority: Minor
>             Fix For: V1.0
>
>
> As discussed in the TC meeting today. I have posted a wiki page describing the best practice for CMIS repository extensions. 
> Anyone interested, please comment. 
> Wiki page here:  http://wiki.oasis-open.org/cmis/Repository%20Extensions

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