Inconsistent capitalization of attributes (displayname, localname)

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Component/s: Domain Model, Schema
    • None
    • Hide

      Use displayName and localName attributes in cmisProperty.
      Mention them in the domain model, with pdid.

      Show
      Use displayName and localName attributes in cmisProperty. Mention them in the domain model, with pdid.

      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).

            Assignee:
            Ethan Gur-esh (Inactive)
            Reporter:
            Florent Guillaume (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: