ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Simple type List

Post new topic  Reply to topic
 Simple type List « View previous topic :: View next topic » 
Author Message
Roothless
PostPosted: Tue Jun 12, 2007 10:40 pm    Post subject: Simple type List Reply with quote

Apprentice

Joined: 11 Dec 2006
Posts: 26

HI, Can anyone explain about the difference between Repeating Element and Simple Type list?.

As per the help document i could infer they are same kind of element type with delicate differences.

Moreover SimpleTypeList appears always as string datatype[MySimpleType(xsd:string) ]. Can we change it?


Please help me

Thanks in Advance
_________________
MQ Toddler
Back to top
View user's profile Send private message
kimbert
PostPosted: Wed Jun 13, 2007 12:46 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Quote:
HI, Can anyone explain about the difference between Repeating Element and Simple Type list?

Read this : http://www.w3.org/TR/xmlschema-0/

A list is just an alternative XML notation for a repeating simple value. These examples should show the difference.

Code:
<root>
   <repeatingEl>value1</repeatingEl>
   <repeatingEl>value2</repeatingEl>
   <repeatingEl>value3</repeatingEl>
<root>


Code:
<root><listEl>value1 value2 value3</listEl></root>


Code:
<root listAttribute="value1 value2 value3" />


If you need to know any more than that you should get a book on XML Schema.

Quote:

Moreover SimpleTypeList appears always as string datatype[MySimpleType(xsd:string) ]. Can we change it?
Yes. If you use the MRM domain, and create a message set from your XML schemas, then a list will appear in the message tree as a two-level structure ( parent node plus one child node per list item ).
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Simple type List
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.