|  | 
 
  
    | RSS Feed - WebSphere MQ Support | RSS Feed - Message Broker Support |  
 
  
	|    |  |  
  
	| Message Broker v6 error message while creating a Message Def | « View previous topic :: View next topic » |  
  	| 
		
		
		  | Author | Message |  
		  | airazabal | 
			  
				|  Posted: Sat Mar 25, 2006 12:30 pm    Post subject: Message Broker v6 error message while creating a Message Def |   |  |  
		  | Newbie
 
 
 Joined: 17 Aug 2005Posts: 6
 
 
 | 
			  
				| I created a Message File Definition with the XSD below and I get this error message. Any ideas as to what it means? 
 XSD
 
 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
 <xs:element name="REQUEST">
 <xs:complexType>
 <xs:sequence>
 <xs:element ref="CONTROL"/>
 <xs:element ref="DIRECTORYDATA"/>
 <xs:element ref="STATUS"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 <xs:element name="CONTROL">
 <xs:complexType>
 <xs:sequence>
 <xs:element ref="ORIGINATOR"/>
 <xs:element ref="ORIGIN_DATETIME"/>
 <xs:element ref="SERVICE"/>
 <xs:element ref="FUNCTION"/>
 <xs:element ref="VERSION"/>
 <xs:element ref="DESTINATION"/>
 <xs:element ref="PERSISTENCE"/>
 <xs:element ref="REALTIME"/>
 <xs:element ref="ROUTER_MSGTIMES"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 <xs:element name="ORIGINATOR" type="xs:NCName"/>
 <xs:element name="ORIGIN_DATETIME" type="xs:string"/>
 <xs:element name="SERVICE" type="xs:NCName"/>
 <xs:element name="FUNCTION" type="xs:NCName"/>
 <xs:element name="VERSION">
 <xs:complexType/>
 </xs:element>
 <xs:element name="DESTINATION">
 <xs:complexType>
 <xs:sequence>
 <xs:element ref="INSTANCE"/>
 <xs:element ref="CLIENT"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 <xs:element name="INSTANCE" type="xs:NCName"/>
 <xs:element name="CLIENT" type="xs:integer"/>
 <xs:element name="PERSISTENCE">
 <xs:complexType/>
 </xs:element>
 <xs:element name="REALTIME">
 <xs:complexType/>
 </xs:element>
 <xs:element name="ROUTER_MSGTIMES">
 <xs:complexType>
 <xs:sequence>
 <xs:element ref="GMTMSGSTART"/>
 <xs:element ref="GMTMSGCOMPLETION"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 <xs:element name="GMTMSGSTART" type="xs:string"/>
 <xs:element name="GMTMSGCOMPLETION" type="xs:string"/>
 <xs:element name="DIRECTORYDATA">
 <xs:complexType>
 <xs:sequence>
 <xs:element ref="USERNAME"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 <xs:element name="USERNAME" type="xs:NCName"/>
 <xs:element name="STATUS">
 <xs:complexType>
 <xs:sequence>
 <xs:element ref="CODE"/>
 <xs:element ref="DESCRIPTION"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 <xs:element name="CODE" type="xs:integer"/>
 <xs:element name="DESCRIPTION" type="xs:NCName"/>
 </xs:schema>
 
 
 The full error message is:
 
 Severity	Description	Resource	In Folder	Location	Creation Time
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#ORIGIN_DATETIME'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 0	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#ORIGIN_DATETIME'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 1	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#CONTROL'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 2	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#CONTROL'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 3	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#CLIENT'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 4	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#CLIENT'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 5	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#FUNCTION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 6	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#FUNCTION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 7	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#SERVICE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 8	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#SERVICE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 9	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#REQUEST'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 10	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#REQUEST'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 11	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#INSTANCE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 12	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#INSTANCE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 13	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#PERSISTENCE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 14	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#PERSISTENCE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 15	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#ORIGINATOR'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 16	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#ORIGINATOR'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 17	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#DESTINATION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 18	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#DESTINATION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 19	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#CODE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 20	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#CODE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 21	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#DIRECTORYDATA'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 22	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#DIRECTORYDATA'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 23	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#STATUS'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 24	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#STATUS'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 25	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#VERSION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 26	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#VERSION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 27	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#ROUTER_MSGTIMES'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 28	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#ROUTER_MSGTIMES'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 29	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#USERNAME'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 30	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#USERNAME'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 31	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#DESCRIPTION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 32	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#DESCRIPTION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 33	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#GMTMSGSTART'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 34	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#GMTMSGSTART'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 35	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#GMTMSGCOMPLETION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 36	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#GMTMSGCOMPLETION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 37	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#REALTIME'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 38	25 March 2006 12:10:32
 2	A Message Set can not contain two global element declarations with the same name and (target namespace or chameleon namespace): '#REALTIME'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 39	25 March 2006 12:10:32
 2	A Message Set can not contain two global attribute group definitions with the same name and (target namespace or chameleon namespace): '#ComIbmMrmNamespaceInfo'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 40	25 March 2006 12:10:32
 2	A Message Set can not contain two global attribute group definitions with the same name and (target namespace or chameleon namespace): '#ComIbmMrmNamespaceInfo'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 41	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'VERSION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 42	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'VERSION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 43	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'PERSISTENCE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 44	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'PERSISTENCE'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 45	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'ROUTER_MSGTIMES'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 46	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'ROUTER_MSGTIMES'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 47	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'STATUS'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 48	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'STATUS'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 49	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'CONTROL'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 50	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'CONTROL'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 51	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'DESTINATION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 52	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'DESTINATION'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 53	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'REQUEST'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 54	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'REQUEST'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 55	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'REALTIME'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 56	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'REALTIME'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 57	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'DIRECTORYDATA'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 58	25 March 2006 12:10:32
 2	A Message Set can not contain two messages with the same name: 'DIRECTORYDATA'	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 59	25 March 2006 12:10:32
 2	Duplicate XML name for global elements 'CLIENT', 'CLIENT'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 60	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'CLIENT', 'CLIENT'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 61	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'CODE', 'CODE'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 62	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'CODE', 'CODE'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 63	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'CONTROL', 'CONTROL'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 64	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'CONTROL', 'CONTROL'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 65	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'DESCRIPTION', 'DESCRIPTION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 66	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'DESCRIPTION', 'DESCRIPTION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 67	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'DESTINATION', 'DESTINATION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 68	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'DESTINATION', 'DESTINATION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 69	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'DIRECTORYDATA', 'DIRECTORYDATA'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 70	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'DIRECTORYDATA', 'DIRECTORYDATA'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 71	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'FUNCTION', 'FUNCTION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 72	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'FUNCTION', 'FUNCTION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 73	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'GMTMSGCOMPLETION', 'GMTMSGCOMPLETION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 74	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'GMTMSGCOMPLETION', 'GMTMSGCOMPLETION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 75	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'GMTMSGSTART', 'GMTMSGSTART'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 76	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'GMTMSGSTART', 'GMTMSGSTART'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 77	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'INSTANCE', 'INSTANCE'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 78	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'INSTANCE', 'INSTANCE'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 79	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'ORIGIN_DATETIME', 'ORIGIN_DATETIME'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 80	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'ORIGIN_DATETIME', 'ORIGIN_DATETIME'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 81	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'ORIGINATOR', 'ORIGINATOR'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 82	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'ORIGINATOR', 'ORIGINATOR'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 83	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'PERSISTENCE', 'PERSISTENCE'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 84	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'PERSISTENCE', 'PERSISTENCE'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 85	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'REALTIME', 'REALTIME'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 86	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'REALTIME', 'REALTIME'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 87	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'REQUEST', 'REQUEST'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 88	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'REQUEST', 'REQUEST'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 89	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'ROUTER_MSGTIMES', 'ROUTER_MSGTIMES'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 90	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'ROUTER_MSGTIMES', 'ROUTER_MSGTIMES'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 91	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'SERVICE', 'SERVICE'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 92	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'SERVICE', 'SERVICE'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 93	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'STATUS', 'STATUS'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 94	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'STATUS', 'STATUS'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 95	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'USERNAME', 'USERNAME'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 96	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'USERNAME', 'USERNAME'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 97	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'VERSION', 'VERSION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 98	25 March 2006 12:10:33
 2	Duplicate XML name for global elements 'VERSION', 'VERSION'. Physical format: 'XML1'.	EAI_ESODIRECTORY_REQUEST.mxsd	Pioneer_MS/Pioneer	line 99	25 March 2006 12:10:33
 
 
 ã Copyright IBM Corp. 2001, 2002 All Rights Reserved
 |  |  
		  | Back to top |  |  
		  |  |  
		  | jefflowrey | 
			  
				|  Posted: Sat Mar 25, 2006 12:37 pm    Post subject: |   |  |  
		  | Grand Poobah
 
 
 Joined: 16 Oct 2002Posts: 19981
 
 
 | 
			  
				| Most of your elements should be local elements under the complex types. _________________
 I am *not* the model of the modern major general.
 |  |  
		  | Back to top |  |  
		  |  |  
		  | airazabal | 
			  
				|  Posted: Sat Mar 25, 2006 12:40 pm    Post subject: Local elements? |   |  |  
		  | Newbie
 
 
 Joined: 17 Aug 2005Posts: 6
 
 
 | 
			  
				| Can you give me an example? lPlease  |  |  
		  | Back to top |  |  
		  |  |  
		  | airazabal | 
			  
				|  Posted: Sun Mar 26, 2006 7:31 am    Post subject: If I do this it works! Why? |   |  |  
		  | Newbie
 
 
 Joined: 17 Aug 2005Posts: 6
 
 
 | 
			  
				| <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
 <xs:element name="MYREQUEST">
 <xs:complexType>
 <xs:sequence>
 <xs:element name="CONTROL">
 <xs:complexType>
 <xs:sequence>
 <xs:element name="ORIGINATOR" type="xs:NCName"/>
 <xs:element name="ORIGIN_DATETIME" type="xs:string"/>
 <xs:element name="SERVICE" type="xs:NCName"/>
 <xs:element name="FUNCTION" type="xs:NCName"/>
 <xs:element name="VERSION">
 <xs:complexType/>
 </xs:element>
 <xs:element name="DESTINATION">
 <xs:complexType>
 <xs:sequence>
 <xs:element name="INSTANCE" type="xs:NCName"/>
 <xs:element name="CLIENT" type="xs:integer"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 <xs:element name="PERSISTENCE">
 <xs:complexType/>
 </xs:element>
 <xs:element name="REALTIME">
 <xs:complexType/>
 </xs:element>
 <xs:element name="ROUTER_MSGTIMES">
 <xs:complexType>
 <xs:sequence>
 <xs:element name="GMTMSGSTART" type="xs:string"/>
 <xs:element name="GMTMSGCOMPLETION" type="xs:string"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 
 <xs:element name="DIRECTORYDATA">
 <xs:complexType>
 <xs:sequence>
 <xs:element name="USERNAME" type="xs:NCName"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 
 <xs:element name="STATUS">
 <xs:complexType>
 <xs:sequence>
 <xs:element name="CODE" type="xs:integer"/>
 <xs:element name="DESCRIPTION" type="xs:NCName"/>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 
 </xs:schema>
 |  |  
		  | Back to top |  |  
		  |  |  
		  |  |  |  
  
	|    |  | Page 1 of 1 |  
 
 
  
  	| 
		
		  | 
 
 | 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
 
 |  |  |  |