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-411) Inconsistentcapitalization of attributes (displayname, localname)


Inconsistent capitalization of attributes (displayname, localname)
------------------------------------------------------------------

                 Key: CMIS-411
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-411
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
          Components: Domain Model, Schema
    Affects Versions: Draft 0.62
            Reporter: Florent Guillaume
            Assignee: Ethan Gur-esh
            Priority: Minor


The schema has:

>        <xs:complexType name="cmisProperty">
>                <xs:attribute name="localname" use="optional" />
>                <xs:attribute name="displayname" use="optional" />

But:

>        <xs:complexType name="cmisChoice">
>                <xs:attribute name="displayName" use="required" />
And:
>        <xs:complexType name="cmisPropertyDefinitionType">
>                <xs:sequence>
>                        <xs:element name="localName" type="xs:string" minOccurs="1" maxOccurs="1" />

The capitalization should probably be the same in both cases (camelCase).

Also they are not introduced in the domain model (not sure where), (nor is pdid either, whose capitalisation and name is weird as well).



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