I'm using the covast 837P schema and coming up with an error I'm not sure about... the error is: Output validation error: The element 'TS837Q1_2010AA' in namespace 'http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q1' has invalid child element 'TS837Q1_2010AA_NM1_BillingProviderName' in namespace 'http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/ TS837Q1'. List of possible elements expected: 'TS837Q1_2010AA_N3_BillingProviderAddress' in namespace 'http:// schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q1'. C:\Documents and Settings\Administrator\Local Settings\Temp \2\FlatToNSOedi_output.xml ther thing that I am seeing is that it says that N3(Billing Provider Address) is expected. There is data going to these nodes (I tried constant values as well) - but to no avail. Am I looking at the wrong thing? thanks, Stu
It means that you are creating the element 2010AA NM1 segment in error. I would 'guess' that you are creating more than one NM1 segment in the 2010AA loop, because it states that it is expecting the N3 segment. Eric http://blog.biztalk-info.com "stuforman" wrote in message news:cea22cae-ec15-4d3b-a757-7781b917a04c@27g2000hsf.googlegroups.com... > I'm using the covast 837P schema and coming up with an error I'm not > sure about... > > the error is: > > Output validation error: The element 'TS837Q1_2010AA' in namespace > 'http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q1' has > invalid child element 'TS837Q1_2010AA_NM1_BillingProviderName' in > namespace 'http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/ > TS837Q1'. List of possible elements expected: > 'TS837Q1_2010AA_N3_BillingProviderAddress' in namespace 'http:// > schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q1'. C:\Documents > and Settings\Administrator\Local Settings\Temp > \2\FlatToNSOedi_output.xml > > ther thing that I am seeing is that it says that N3(Billing Provider > Address) is expected. There is data going to these nodes (I tried > constant values as well) - but to no avail. > > Am I looking at the wrong thing? > > thanks, > > Stu
On Jul 8, 12:40 am, "Eric Stott" <ericst...@nospam.nospam> wrote: > It means that you are creating the element 2010AA NM1 segment in error. I > would 'guess' that you are creating more than one NM1 segment in the 2010AA > loop, because it states that it is expecting the N3 segment. > > Erichttp://blog.biztalk-info.com > > "stuforman" wrote in message > > news:cea22cae-ec15-4d3b-a757-7781b917a04c@27g2000hsf.googlegroups.com... > > > > > I'm using the covast 837P schema and coming up with an error I'm not > > sure about... > > > the error is: > > > Output validation error: The element 'TS837Q1_2010AA' in namespace > > 'http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q1'has > > invalid child element 'TS837Q1_2010AA_NM1_BillingProviderName' in > > namespace 'http://schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/ > > TS837Q1'. List of possible elements expected: > > 'TS837Q1_2010AA_N3_BillingProviderAddress' in namespace 'http:// > > schemas.wpc-edi.com/X12/ISOMORPH/HIPAA/4010A1/TS837Q1'. C:\Documents > > and Settings\Administrator\Local Settings\Temp > > \2\FlatToNSOedi_output.xml > > > ther thing that I am seeing is that it says that N3(Billing Provider > > Address) is expected. There is data going to these nodes (I tried > > constant values as well) - but to no avail. > > > Am I looking at the wrong thing? > > > thanks, > > > Stu- Hide quoted text - > > - Show quoted text - thanks Eric - i'll check it out. Stu