  | |  | XSComplexTypeDecl 's restriction value | XSComplexTypeDecl 's restriction value 2004-03-01 - By Jeehong Min
I have a XSComplexTypeDecl object representing the following complexType
<complexType name="ArrayOfDouble"> <complexContent> <restriction base="soapenc:Array"> <attribute ref="soapenc:arrayType" wsdl:arrayType="ns11:Double_1[]"/> </restriction> </complexContent> </complexType>
My question is: How do I get to the qname of the restriction base attribute? How do I get to the attribute element?
I've tried the baseType (via getBaseType method) as well as the XSParticle (via getParticle method) until I got to the XSWildcardDecl, all to no avail.
Thanks,
Jeehong
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2800.1106" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>I have a XSComplexTypeDecl object representing the following complexType</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2> <complexType<BR> name="ArrayOfDouble"><BR> <complexContent><BR> <restriction<BR> base="soapenc:Array"><BR> <attribute ref="soapenc:arrayType"<BR> wsdl:arrayType="ns11:Double_1[]"/><BR> </restriction><BR> </complexContent><BR> </complexType></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>My question is: How do I get to the qname of the restriction base attribute? How do I get to the attribute element?</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>I've tried the baseType (via getBaseType method) as well as the XSParticle (via getParticle method) until I got to the XSWildcardDecl, all to no avail.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Thanks,</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Jeehong</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>
|
|
 |