<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Delimiters</title>
	<atom:link href="http://mohsinkalam.wordpress.com/delimiters/feed/" rel="self" type="application/rss+xml" />
	<link>http://mohsinkalam.wordpress.com</link>
	<description>All About Microsoft BizTalk Server 2006 R2 EDI</description>
	<lastBuildDate>Thu, 28 Aug 2008 07:57:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nitin</title>
		<link>http://mohsinkalam.wordpress.com/delimiters/#comment-256</link>
		<dc:creator>nitin</dc:creator>
		<pubDate>Mon, 25 Aug 2008 08:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://mohsinkalam.wordpress.com/delimiters/#comment-256</guid>
		<description>Thanks buddy
nw i got ur point..
nw it is very clear as hw repetition seperator
is used..

thks once agian..tc bye
Nitin</description>
		<content:encoded><![CDATA[<p>Thanks buddy<br />
nw i got ur point..<br />
nw it is very clear as hw repetition seperator<br />
is used..</p>
<p>thks once agian..tc bye<br />
Nitin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohsin Ali</title>
		<link>http://mohsinkalam.wordpress.com/delimiters/#comment-252</link>
		<dc:creator>Mohsin Ali</dc:creator>
		<pubDate>Tue, 12 Aug 2008 09:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://mohsinkalam.wordpress.com/delimiters/#comment-252</guid>
		<description>good help brother.. keep it up.. have a nice day</description>
		<content:encoded><![CDATA[<p>good help brother.. keep it up.. have a nice day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohsin Kalam</title>
		<link>http://mohsinkalam.wordpress.com/delimiters/#comment-233</link>
		<dc:creator>Mohsin Kalam</dc:creator>
		<pubDate>Tue, 27 May 2008 23:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://mohsinkalam.wordpress.com/delimiters/#comment-233</guid>
		<description>The repetition separator is used to separate repetitions of data elements. Repetitions at Component elements are not allowed and documents containing such are suspended. Repetitions of a field is determined based on the Min/Max occurs field in the schema. 

Min Occurs = 0 -&gt; Element is optional
Min Occurs = 1 -&gt; Element is required
Min Occurs = 5, Max Occurs = 10 -&gt; Element is required and should repeat atleast 5 times but no more than 10

For X12, this field is specified as ISA11. For EDIFACT, this field is specified as UNA5.

Receive:

During document parsing, if the disassembler encounters a repetition separator in a data element, it will check to see the min occurs attribute for that field in the schema. If repetition is allowed, the document is processed fine, if not the document is suspended.

Send:

During serialization, the XML node of a data element is checked against the schema to see if it can repeat. If it can, then the Assembler applies the repetition separator for each repetition of the data element.

Here is how it looks like in EDI and XML format

Suppose we have a node in the Schema as follows

BEG01: Min Occurs = 2, Max Occurs = 4

ST*810*1234
BEG*01^01*BEG02
SE*3*1234

which will be transformed in XML during Parsing as follows


 810
 1234


 01
 01
 BEG02


 3
 1234


Hope this helps
Mohsin Kalam</description>
		<content:encoded><![CDATA[<p>The repetition separator is used to separate repetitions of data elements. Repetitions at Component elements are not allowed and documents containing such are suspended. Repetitions of a field is determined based on the Min/Max occurs field in the schema. </p>
<p>Min Occurs = 0 -&gt; Element is optional<br />
Min Occurs = 1 -&gt; Element is required<br />
Min Occurs = 5, Max Occurs = 10 -&gt; Element is required and should repeat atleast 5 times but no more than 10</p>
<p>For X12, this field is specified as ISA11. For EDIFACT, this field is specified as UNA5.</p>
<p>Receive:</p>
<p>During document parsing, if the disassembler encounters a repetition separator in a data element, it will check to see the min occurs attribute for that field in the schema. If repetition is allowed, the document is processed fine, if not the document is suspended.</p>
<p>Send:</p>
<p>During serialization, the XML node of a data element is checked against the schema to see if it can repeat. If it can, then the Assembler applies the repetition separator for each repetition of the data element.</p>
<p>Here is how it looks like in EDI and XML format</p>
<p>Suppose we have a node in the Schema as follows</p>
<p>BEG01: Min Occurs = 2, Max Occurs = 4</p>
<p>ST*810*1234<br />
BEG*01^01*BEG02<br />
SE*3*1234</p>
<p>which will be transformed in XML during Parsing as follows</p>
<p> 810<br />
 1234</p>
<p> 01<br />
 01<br />
 BEG02</p>
<p> 3<br />
 1234</p>
<p>Hope this helps<br />
Mohsin Kalam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://mohsinkalam.wordpress.com/delimiters/#comment-211</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Tue, 06 May 2008 10:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://mohsinkalam.wordpress.com/delimiters/#comment-211</guid>
		<description>Hello,

Can you plz. explain the Repetition Seperator
that is used in ISA 11 position above 4010 Version.Plz. give an ex of EDI file where it is used so that it can be clear to everyone..


thks &amp; Regards
Nitin Pandey</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Can you plz. explain the Repetition Seperator<br />
that is used in ISA 11 position above 4010 Version.Plz. give an ex of EDI file where it is used so that it can be clear to everyone..</p>
<p>thks &amp; Regards<br />
Nitin Pandey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://mohsinkalam.wordpress.com/delimiters/#comment-204</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Thu, 01 May 2008 12:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://mohsinkalam.wordpress.com/delimiters/#comment-204</guid>
		<description>Hi Mohsin..
i am still not clear on Repetition Separator on ISA 11 in 4020 version and above..
well i ma not able to get how this seperator is used in EDI File..?
Can u Give an example of EDI file in which it is used so that it will make clear..
as i m confused between ISA11 and ISA 16.
If you can give a example of EDI file then it will be very helpful..
Luking forward at ur response..
tc ..bye..</description>
		<content:encoded><![CDATA[<p>Hi Mohsin..<br />
i am still not clear on Repetition Separator on ISA 11 in 4020 version and above..<br />
well i ma not able to get how this seperator is used in EDI File..?<br />
Can u Give an example of EDI file in which it is used so that it will make clear..<br />
as i m confused between ISA11 and ISA 16.<br />
If you can give a example of EDI file then it will be very helpful..<br />
Luking forward at ur response..<br />
tc ..bye..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
