Uploaded image for project: 'OASIS Content Management Interoperability Services (CMIS) TC'
  1. OASIS Content Management Interoperability Services (CMIS) TC
  2. CMIS-277

complexType cmisProperty requires local attribute definition for C# class generation

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Schema
    • Labels:
      None
    • Environment:

      .NET

    • Proposal:
      Hide

      <xs:complexType name="cmisProperty">
      <xs:attribute name="name" type="xs:string" /> <!-- ektron -->
      <!-<xs:attribute ref="cmis:name" use="required" />->
      <xs:attributeGroup ref="cmis:cmisUndefinedAttribute" />
      </xs:complexType>

      Show
      <xs:complexType name="cmisProperty"> <xs:attribute name="name" type="xs:string" /> <!-- ektron --> <!- <xs:attribute ref="cmis:name" use="required" /> -> <xs:attributeGroup ref="cmis:cmisUndefinedAttribute" /> </xs:complexType>

      Description

      .NET could not generate a C# class from the CMIS-Core.xsd for cmisProperty because it referenced a global attribute.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              ddomeny Alpesh Patel (Inactive)
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: