I don't believe there should be any "agtk" references in AccessGrid_Types.xsd. I just renamed the two in there to "tns".
In our wsdl files, we usually refer to the namespace defined in AccessGrid_Types.xsd as "agtk". Eric Ivan R. Judson wrote: > Hi Michael, > > tns: is an abbreviation for targetNamespace. > > --Ivan > > >>-----Original Message----- >>From: [email protected] [mailto:[email protected]] On Behalf >>Of Michael Braitmaier >>Sent: Friday, January 27, 2006 4:42 AM >>To: AG-DEV >>Subject: [AG-DEV] Difference between agtk: and tns: in >>Accessgrid_Types.xsd >> >>Currently working on the webservice interface of AG3 and I want to send >>a rather complex type which requires me to add a new type >>definition in the AccessGrid_Types.xsd file This type itself contains a >>member of a specific type defined in AccessGrid_Types.xsd. >>So my questions what should I use as a prefix for definig the types data >>type? tns: or agtk:? >>What is tns: standing for? With agtk: its quite clear. >> >>ATM my line looks like the following: >><xs:element name="dataContainer" nillable="true" >>type="agtk:DataDescriptionContainer"/> >> >>with DataDescriptionContainer: >> >><xs:complexType name="DataDescriptionContainer"> >> <xs:sequence> >> <xs:element name="data" type="xs:Dictionary"/> >> <xs:element name="channelid" type="xs:int"/> >> </xs:sequence> >></xs:complexType> >> >>Michael >> >>-- >>------------------ >>Dipl.-Inf. Michael Braitmaier >>HLRS - Visualization / Video Conferencing >>University of Stuttgart >>Germany >>Phone: ++49 711 685 5996 >>Fax : ++49 711 682 357 >>Website: http://www.hlrs.de/people/braitmaier/ > > >

