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
 

Reply via email to