Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Help needed Creating XSD for source XML
Help needed Creating XSD for source XML [message #1564095] Wed, 14 January 2015 15:53
Dipak Patel is currently offline Dipak PatelFriend
Messages: 1
Registered: January 2015
Junior Member
Hi Experts,

I need your help generating an XSD for the the following Source XML:

<n0:ActivityReplicationRequest xmlns:n0="sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:L9R:/1SAI/TAEA6801309742C723B709E:804" xmlns:soap-env="schemas.xmlsoap.org/soap/envelope/">
	<MessageHeader>
		<ID>00163E0870AB1ED4A6FC7F733E5509AC</ID>
		<UUID>00163e08-70ab-1ed4-a6fc-7f733e5509ac</UUID>
		<CreationDateTime>2015-01-14T11:53:41.88548Z</CreationDateTime>
		<SenderBusinessSystemID>AM1RP9H</SenderBusinessSystemID>
		<RecipientBusinessSystemID>com_development_crm</RecipientBusinessSystemID>
		<SenderParty>
			<InternalID schemeAgencyID="310" schemeID="BusinessSystemID">AM1RP9H</InternalID>
		</SenderParty>
		<RecipientParty>
			<InternalID schemeAgencyID="310" schemeID="BusinessSystemID">com_development_crm</InternalID>
		</RecipientParty>
	</MessageHeader>
	<ActivityReplicateRequest>
		<MessageHeader>
			<ID>00163E0870AB1ED4A6FC7F88E505E9AC</ID>
			<UUID>00163e08-70ab-1ed4-a6fc-7f88e505e9ac</UUID>
		</MessageHeader>
		<n0:PrimaryObjective xmlns:n0="sap.com/xi/AP/CustomerExtension/BYD/A1LXA">String</n0:PrimaryObjective>
	</ActivityReplicateRequest>
</n0:ActivityReplicationRequest>


In particular the bit I am struggling with is this piece of the XML:
<n0:PrimaryObjective xmlns:n0="sap.com/xi/AP/CustomerExtension/BYD/A1LXA">String</n0:PrimaryObjective>


Unfortunately I have no control of the source XML.

Thanks,
Dipak
Previous Topic:how to validate dataTime with xsd
Next Topic:XSD Validation Error
Goto Forum:
  


Current Time: Thu Apr 25 22:58:21 GMT 2024

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

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

Back to the top