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-663) localName for typedefinition is optional according to domain model but is required accordingto core.xsd schema


localName for type definition is optional according to domain model but is required according to core.xsd schema
----------------------------------------------------------------------------------------------------------------

                 Key: CMIS-663
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-663
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
          Components: Domain Model
    Affects Versions: Committee Draft 05
            Reporter: Martin Hermes


The attribute localName of an object-type definition is optional according to the domain model:
localName                    String (optional)

But according to the core.xsd schema it is required:

<xs:complexType name="cmisTypeDefinitionType">
		<xs:sequence>
			...
			<xs:element name="localName" type="xs:string" minOccurs="1"
				maxOccurs="1" />


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