Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Extension Attributes
Extension Attributes [message #565307] Fri, 28 February 2003 22:43
Eclipse UserFriend
Originally posted by: dsingh.altoweb.com

Hi all,

I have a question about parsing XSD schemas that are used to describe
web service data types. I use the XSD parser to construct an instance
document and I'm having a slight problem with the following.

<xsd:complexType name="ArrayOfString">
<xsd:complexContent>
<xsd:restriction base="SOAP-ENC:Array>
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="string[]"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>

Is there a way through the API to retrieve the extenstion attributes?

Thanks

Dharminder Singh
Previous Topic:Help me plz...
Next Topic:Extension Attributes
Goto Forum:
  


Current Time: Fri Mar 29 09:20:44 GMT 2024

Powered by FUDForum. Page generated in 0.03800 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top