Trouble Validating Flatfile Schema

Home Page Forums BizTalk 2004 – BizTalk 2010 Trouble Validating Flatfile Schema Trouble Validating Flatfile Schema

#14828

I am building a schema for a Flat File.

A portion of the Flat File looks like this:

Value A,,Value B
Value A,,Value C

When I set the source of this schema and Validate Instance, I get an XML output that looks like this:
<MySchema>
<Detail>
<A>Value A</A>
<C>Value C</C>
</Detail>
</MySchema>

I want <B></B> in the XML, missing data or not.

I also get an error message:
C:\\Documents and Settings\\nk\\Local Settings\\Temp\\_SchemaData\\Test_Native_output.xml: error BEC2004: The element ‘Detail’ has invalid child element ‘C’. List of possible elements expected: ‘B’.