FeaturesPluginsDocs & SupportCommunityPartners

NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

bpel extension - help!!!

 
Post new topic   Reply to topic    NetBeans Forums -> SOA Users
View previous topic :: View next topic  
Author Message
devilva



Joined: 08 Oct 2009
Posts: 2

PostPosted: Tue Oct 20, 2009 7:31 pm    Post subject: bpel extension - help!!! Reply with quote

hi!!
i'm writing an xsd (see the bottom of topic)
and i want to use it into a bpel process...but when i use this tag,
the XML validator tells me:
setup must contain at least one child activity!!
do you know the meaning?

Thanks!!

----> xsd
<xsd:schema xmlns="http://enterprise.netbeans.org/bpel/esempio"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://enterprise.netbeans.org/bpel/esempio"
xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
elementFormDefault="qualified">

<xsd:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd" />
<xsd:import
namespace="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
schemaLocation="http://docs.oasis-open.org/wsbpel/2.0/OS/process/executable/ws-bpel_executable.xsd" />


<xsd:element name="setup" type="tSetup" />

<xsd:complexType name="tSetup">
<xsd:sequence>
<xsd:element name="my_element" type="tMyElement" minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>

<xsd:complexType name="tMyElement">
<xsd:attribute name="smt" type="xsd:string" use="required" />
</xsd:complexType>
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> SOA Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB