You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Jeehong Min <je...@parasoft.com> on 2004/04/27 22:12:48 UTC

XSComplexTypeDecl question

Sandy et al,

I have a XSComplexTypeDecl that represents the following complexType in the schema.

   <complexType
      name="ArrayOfshort">
    <complexContent>
     <restriction
       base="soapenc:Array">
      <attribute ref="soapenc:arrayType"
    wsdl:arrayType="short[]"/>
     </restriction>
    </complexContent>
   </complexType>

Is there any way to get the string "short[]" from the attribute element?

Thanks,

Jeehong Min