Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xsd-dev] Newbie Q: <xsd:any ... >


Darryl,

Please use the newgroup for questions rather than the mailing list.   XSDPrototypicalSchema should have an example of how to construct pretty much anything.  The example for this is in:

http://download.eclipse.org/technology/xsd/javadoc/org/eclipse/xsd/util/XSDPrototypicalSchema.html#initializeSimpleRecursiveModelGroupDefinition()


Ed Merks/Toronto/IBM@IBMCA
mailto: merks@xxxxxxxxxx
905-413-3265  (t/l 969)




"Darryl O'Donnell" <dodonn@xxxxxxxxx>
Sent by: xsd-dev-admin@xxxxxxxxxxx

06/25/2004 05:12 AM

Please respond to
xsd-dev

To
xsd-dev@xxxxxxxxxxx
cc
Subject
[xsd-dev] Newbie Q: <xsd:any ... >





Hi all -
I want to great the following bit of xsd schema with
the xsd apis:

<xsd:complexType name="myType">
   <xsd:sequence>
     <xsd:any minOccurs="1" maxOccurs="1" />
   </xsd:sequence>
 </xsd:complexType>

I understand how to generate complex types and
sequences - however what's the code snippet for
<xsd:any> ? Is this possible with eclipse xsd? I've
had no luck with the dicumentation so darr...

Any help appreciated!
D.





                                 
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail
_______________________________________________
xsd-dev mailing list
xsd-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/xsd-dev


Back to the top