complexType cmisProperty requires local attribute definition for C# class generation

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

      .NET

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

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

            Assignee:
            Unassigned
            Reporter:
            Alpesh Patel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: