OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

regrep message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [regrep] [Issue-13] Problem with ObjectRefType use inAuditableEvent/AffectedObjects


Farrukh Najmi wrote:
>
> FYI...
>
> <http://wxforge.wx.ll.mit.edu:8080/jira/browse/REGREPTC-13>
>

The fix that seems to work is to make ObjectRefType extend 
ExtensibleObjectType instead of IdentifiableType and add id attribute to 
it as follows:

  <complexType name="ObjectRefType">
    <annotation>
      <documentation xml:lang="en">
          Represents a reference to a RegistryObjectType instance.
      </documentation>
    </annotation>
    <complexContent>
-      <extension base="tns:IdentifiableType">
+      <extension base="tns:ExtensibleObjectType">
+        <attribute name="id" type="string" use="required"/>
       </extension>
    </complexContent>
  </complexType>

Please let me know if you have any issues with this change ASAP. Thanks.


-- 
Regards,
Farrukh Najmi

Web: http://www.wellfleetsoftware.com




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]