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-569) allowedSourceTypes andallowedTargetTypes are required in Schema


allowedSourceTypes and allowedTargetTypes are required in Schema
----------------------------------------------------------------

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


CMIS-Core.xsd:

	<xs:complexType name="cmisTypeRelationshipDefinitionType">
		<xs:complexContent>
			<xs:extension base="cmis:cmisTypeDefinitionType">
				<xs:sequence>
					<xs:element name="allowedSourceTypes" type="xs:string"
						minOccurs="1" maxOccurs="unbounded" />
					<xs:element name="allowedTargetTypes" type="xs:string"
						minOccurs="1" maxOccurs="unbounded" />
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>

However, part 1 (2.6.1.1) states:

allowedSourceTypes : If this attribute is "not set", then the source object MAY be of any type.
allowedTargetTypes : If this attribute is "not set", then the target object MAY be of any type.

Note: minOccurs was "0" in previous versions of the spec. I can't find a JIRA issue relating to the change.

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