Hello there,

not sure if you know about that. Restricted lists doesn't seem to be
parsed since generateDS recognizes it as a simpleType restriction.

(from WS-BPEL 2.0)

<xsd:simpleType name="BPELVariableNames">
   <xsd:restriction>
      <xsd:simpleType>
         <xsd:list itemType="BPELVariableName"/>
      </xsd:simpleType>
      <xsd:minLength value="1"/>
   </xsd:restriction>
</xsd:simpleType>


This results into:

  File "../generateDS-1.16a/generateDS.py", line 1088, in endElement
    self.stack[-1].addChild(element)
AttributeError: SimpleTypeElement instance has no attribute 'addChild'



Cheers.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to