I get this:
<xsd:element name="Name" type="xsd:string" />
I would like to know how can I define an element as
mandatory in the datawindow, and get the following result:
<xsd:element name="Name" type="xsd:string" nillable="false"
minOccurs="1" maxOccurs="1" />
Best regards,
Joana Carvalho
Did you try changing the properties of the field in the datawindow painter
(on the Edit tab, check the box next to 'Required') to required?
Paul
<Joana Carvalho> wrote in message
news:4b13d32f.7b6...@sybase.com...
I am somewhat green in this area. Can I ask you what you are trying to
achieve? It seems like you are trying to create a schema and or web
service? Would not creating a webservice target (I use PB 11.2) generate a
WSDL that specificies what is required and what is not?
If you are simply saving data in XML format, the datawindow itself should
enforce what is required befor you invoke the save, no?
Paul
<Joana Carvalho> wrote in message
news:4b14eca7.438...@sybase.com...