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-392) Query.xml does not complywith schema


Query.xml does not comply with schema
-------------------------------------

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


Query is now defined as follows...

	<xs:complexType name="cmisQueryType">
		<xs:sequence>
                        ....

			<xs:any maxOccurs="unbounded" minOccurs="1" namespace="##other"
				processContents="lax" />
		</xs:sequence>
		<xs:attributeGroup ref="cmis:cmisUndefinedAttribute" />
	</xs:complexType>

Which means a foreign element is now required in the cmis query document, but this shouldn't be required. I'm not sure why any foreign markup is required in the query document.

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