XSComplexTypeDecl question again 2004-04-30 - By Jeehong Min
Any Xerces developers or users,
Can anyone answer?
Thanks,
Jeehong
----- Original Message ----- From: Jeehong Min To: xerces-j-user@(protected) Sent: Tuesday, April 27, 2004 1:12 PM Subject: 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 <!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>Any Xerces developers or users,</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Can anyone answer?</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> <DIV style="FONT: 10pt arial">----- Original Message ----- <DIV style="BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> <A title=jeehongm@(protected) href="mailto:jeehongm@(protected)">Jeehong Min</A> </DIV> <DIV><B>To:</B> <A title=xerces-j-user@(protected) href="mailto:xerces-j-user@(protected)">xerces-j-user@(protected)</A> </DIV> <DIV><B>Sent:</B> Tuesday, April 27, 2004 1:12 PM</DIV> <DIV><B>Subject:</B> XSComplexTypeDecl question</DIV></DIV> <DIV><BR></DIV> <DIV><FONT face=Arial size=2>Sandy et al,</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>I have a XSComplexTypeDecl that represents the following complexType in the schema.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2> <complexType<BR> name="ArrayOfshort"><BR> <complexContent><BR> <restriction<BR> base="soapenc:Array"><BR> <attribute ref="soapenc:arrayType"<BR> wsdl:arrayType="short[]"/><BR> </restriction><BR> </complexContent><BR> </complexType></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Is there any way to get the string "short[]" from the attribute element?</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 Min</FONT></DIV></BODY></HTML>
|
|