Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[xsd-dev] Re: 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 documentation so far...

Any help appreciated!
D.



	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


Back to the top