ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » dfdl parser error

Post new topic  This topic is locked: you cannot edit posts or make replies.
 dfdl parser error « View previous topic :: View next topic » 
Author Message
anilkumarvarma
PostPosted: Sun Feb 19, 2017 3:18 am    Post subject: dfdl parser error Reply with quote

Newbie

Joined: 18 Feb 2017
Posts: 3

Code:
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0/" xmlns:ibmDfdlExtn="http://www.ibm.com/dfdl/extensions" xmlns:ibmSchExtn="http://www.ibm.com/schema/extensions" xmlns:recSepFieldsFmt="http://www.ibm.com/dfdl/RecordSeparatedFieldFormat" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://www.ibm.com/dfdl/RecordSeparatedFieldFormat" schemaLocation="IBMdefined/RecordSeparatedFieldFormat.xsd"/>
    <xsd:annotation>
      <xsd:appinfo source="http://www.ogf.org/dfdl/">
         <dfdl:format byteOrder="{$dfdl:byteOrder}" encoding="{$dfdl:encoding}" escapeSchemeRef="recSepFieldsFmt:RecordEscapeScheme" occursCountKind="fixed" ref="recSepFieldsFmt:RecordSeparatedFieldsFormat"/>
      </xsd:appinfo>
   </xsd:annotation>

   <xsd:element ibmSchExtn:docRoot="true" name="AGY_TO_RTMS_OUTBOUND">
      <xsd:complexType>
         <xsd:sequence dfdl:separator="%CR;%LF;" dfdl:separatorPosition="postfix">
                                                                                                                                                                                                                                                                                                                                 <xsd:element name="test">
          <xsd:complexType>
            <xsd:sequence dfdl:separator="">
              <xsd:element name="Reference_number_201_D10">
          <xsd:complexType>
            <xsd:sequence dfdl:initiator="201" dfdl:separator="">
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D10TRAN" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D10RFKY" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D10FKSQ" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D10RTTB" type="xsd:string"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D10RFTP" type="xsd:string"/>
              <xsd:element dfdl:length="60" dfdl:lengthKind="explicit" name="D10RFNO" type="xsd:string"/>
              <xsd:element dfdl:length="80" dfdl:lengthKind="explicit" name="D10DESC" type="xsd:string"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D10FNKY" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:terminator="%CR;%LF;" name="field1" type="xsd:string"/>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
              <xsd:element name="Charges_301_D07">
          <xsd:complexType>
            <xsd:sequence dfdl:initiator="301" dfdl:separator="">
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D07TRAN" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D07CHKY" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D07FKSQ" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07PYTB" type="xsd:string"/>
              <xsd:element dfdl:length="5" dfdl:lengthKind="explicit" name="D07PAYT" type="xsd:string"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07CHTB" type="xsd:string"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07CHGC" type="xsd:string"/>
              <xsd:element dfdl:length="1" dfdl:lengthKind="explicit" name="D07CHAS" type="xsd:string"/>
              <xsd:element dfdl:length="30" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0.###" dfdl:useNilForDefault="yes" name="D07CHGA" nillable="true">
                <xsd:simpleType>
                  <xsd:restriction base="xsd:decimal">
                    <xsd:totalDigits value="21"/>
                    <xsd:fractionDigits value="9"/>
                  </xsd:restriction>
                </xsd:simpleType>
              </xsd:element>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07CYTB" type="xsd:string"/>
              <xsd:element dfdl:length="5" dfdl:lengthKind="explicit" name="D07CHCU" type="xsd:string"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07PMTB" type="xsd:string"/>
              <xsd:element dfdl:length="35" dfdl:lengthKind="explicit" name="D07PTRM" type="xsd:string"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D06FNKY" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:terminator="%CR;%LF;" name="field1" type="xsd:string"/>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
              <xsd:element name="Reference_number_302_D10">
          <xsd:complexType>
            <xsd:sequence dfdl:initiator="302" dfdl:separator="">
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D10TRAN" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D10RFKY" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D10FKSQ" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D10RTTB" type="xsd:string"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D10RFTP" type="xsd:string"/>
              <xsd:element dfdl:length="60" dfdl:lengthKind="explicit" name="D10RFNO" type="xsd:string"/>
              <xsd:element dfdl:length="80" dfdl:lengthKind="explicit" name="D10DESC" type="xsd:string"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D10FNKY" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:terminator="%CR;%LF;" name="field1" type="xsd:string"/>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
              <xsd:element name="Charges_303_D07">
          <xsd:complexType>
            <xsd:sequence dfdl:initiator="303" dfdl:separator="">
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D07TRAN" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D07CHKY" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D07FKSQ" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07PYTB" type="xsd:string"/>
              <xsd:element dfdl:length="5" dfdl:lengthKind="explicit" name="D07PAYT" type="xsd:string"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07CHTB" type="xsd:string"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07CHGC" type="xsd:string"/>
              <xsd:element dfdl:length="1" dfdl:lengthKind="explicit" name="D07CHAS" type="xsd:string"/>
              <xsd:element dfdl:length="30" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0.###" dfdl:useNilForDefault="yes" name="D07CHGA" nillable="false">
                <xsd:simpleType>
                  <xsd:restriction base="xsd:decimal">
                    <xsd:totalDigits value="21"/>
                    <xsd:fractionDigits value="9"/>
                  </xsd:restriction>
                </xsd:simpleType>
              </xsd:element>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07CYTB" type="xsd:string"/>
              <xsd:element dfdl:length="5" dfdl:lengthKind="explicit" name="D07CHCU" type="xsd:string"/>
              <xsd:element dfdl:length="10" dfdl:lengthKind="explicit" name="D07PMTB" type="xsd:string"/>
              <xsd:element dfdl:length="35" dfdl:lengthKind="explicit" name="D07PTRM" type="xsd:string"/>
              <xsd:element dfdl:length="15" dfdl:lengthKind="explicit" dfdl:nilKind="literalValue" dfdl:nilValue="%ES;" dfdl:textNumberPattern="#0" dfdl:useNilForDefault="yes" name="D06FNKY" nillable="true" type="xsd:integer"/>
              <xsd:element dfdl:terminator="%CR;%LF;" name="field1" type="xsd:string"/>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
            </xsd:sequence>
      </xsd:complexType>
   </xsd:element>

</xsd:schema>






this is my dfdl



this is my input
Code:
201                                             EXTRNLREF WMSREF    201612270000626                                                                                                                                                           
301                                                                      M1M       +000000000000000000575470000000          CNY                                                                             
302                                             CHGTYPE   EXTRNLREF SALE                                                                                                                                                                     
303                                                                      6         +000000000000000000034530000000                                                                                         

201                                             EXTRNLREF WMSREF    201612270000626                                                                                                                                                           
301                                                                      M1M       +000000000000000000575470000000          CNY                                                                             
302                                             CHGTYPE   EXTRNLREF SALE                                                                                                                                                                     
303                                                                      6         +000000000000000000034530000000






[code:1:07c6fa3722]********************* DFDL Parser Setup Starting *********************
Schema = /AgyToRTMS/AgyToRTMS.xsd
**********************************************************************



********************* DFDL Parser Starting *********************
Data = C:\Users\user\Desktop\New Text Document.txt
Message = AGY_TO_RTMS_OUTBOUND (/AgyToRTMS/AgyToRTMS.xsd)
****************************************************************

Feb 19, 2017, 4:46:08 PM info: Offset: 0. Parsing will start from root element 'AGY_TO_RTMS_OUTBOUND'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND), 79]

Feb 19, 2017, 4:46:08 PM info: The default value of '%LF;' was assigned to variable 'outputNewLine' in namespace 'http://www.ogf.org/dfdl/dfdl-1.0/'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = , 133]

Feb 19, 2017, 4:46:08 PM info: Offset: 0. Starting to process element 'AGY_TO_RTMS_OUTBOUND'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND), 70]

Feb 19, 2017, 4:46:08 PM info: Offset: 0. Starting to process element 'test'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test), 54]

Feb 19, 2017, 4:46:08 PM info: Offset: 0. Starting to process element 'Reference_number_201_D10'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10), 74]

Feb 19, 2017, 4:46:08 PM info: Offset: 0. Found initiator '201' for 'sequence'
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence), 55]

Feb 19, 2017, 4:46:08 PM info: Offset: 3. Starting to process element 'D10TRAN'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10TRAN), 57]

Feb 19, 2017, 4:46:08 PM info: Offset: 18. Found nil literal value for element 'D10TRAN'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10TRAN), 116]

Feb 19, 2017, 4:46:08 PM info: Offset: 18. Finished processing element 'D10TRAN'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10TRAN), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 18. Starting to process element 'D10RFKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RFKY), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 33. Found nil literal value for element 'D10RFKY'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RFKY), 116]

Feb 19, 2017, 4:46:08 PM info: Offset: 33. Finished processing element 'D10RFKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RFKY), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 33. Starting to process element 'D10FKSQ'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10FKSQ), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 48. Found nil literal value for element 'D10FKSQ'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10FKSQ), 116]

Feb 19, 2017, 4:46:08 PM info: Offset: 48. Finished processing element 'D10FKSQ'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10FKSQ), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 48. Starting to process element 'D10RTTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RTTB), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 48. Found fixed length value: 'EXTRNLREF' for element 'D10RTTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RTTB), 80]

Feb 19, 2017, 4:46:08 PM info: Offset: 58. Finished processing element 'D10RTTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RTTB), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 58. Starting to process element 'D10RFTP'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RFTP), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 58. Found fixed length value: 'WMSREF' for element 'D10RFTP'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RFTP), 77]

Feb 19, 2017, 4:46:08 PM info: Offset: 68. Finished processing element 'D10RFTP'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RFTP), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 68. Starting to process element 'D10RFNO'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RFNO), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 68. Found fixed length value: '201612270000626' for element 'D10RFNO'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RFNO), 86]

Feb 19, 2017, 4:46:08 PM info: Offset: 128. Finished processing element 'D10RFNO'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10RFNO), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 128. Starting to process element 'D10DESC'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10DESC), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 128. Found fixed length value: '' for element 'D10DESC'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10DESC), 72]

Feb 19, 2017, 4:46:08 PM info: Offset: 208. Finished processing element 'D10DESC'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10DESC), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 208. Starting to process element 'D10FNKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10FNKY), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 223. Found nil literal value for element 'D10FNKY'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10FNKY), 117]

Feb 19, 2017, 4:46:08 PM info: Offset: 223. Finished processing element 'D10FNKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::D10FNKY), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 223. Starting to process element 'field1'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::field1), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 223. Found delimited value: '' for element 'field1'. The delimiter was '%CR;%LF;'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::field1), 99]

Feb 19, 2017, 4:46:08 PM info: Offset: 238. Found terminator '%CR;%LF;' for 'field1'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::field1), 62]

Feb 19, 2017, 4:46:08 PM info: Offset: 240. Finished processing element 'field1'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10/type::0/model::sequence/schemaElement::field1), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 240. Finished processing element 'Reference_number_201_D10'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_201_D10), 76]

Feb 19, 2017, 4:46:08 PM info: Offset: 240. Starting to process element 'Charges_301_D07'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07), 67]

Feb 19, 2017, 4:46:08 PM info: Offset: 240. Found initiator '301' for 'sequence'
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence), 57]

Feb 19, 2017, 4:46:08 PM info: Offset: 243. Starting to process element 'D07TRAN'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07TRAN), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 258. Found nil literal value for element 'D07TRAN'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07TRAN), 117]

Feb 19, 2017, 4:46:08 PM info: Offset: 258. Finished processing element 'D07TRAN'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07TRAN), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 258. Starting to process element 'D07CHKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHKY), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 273. Found nil literal value for element 'D07CHKY'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHKY), 117]

Feb 19, 2017, 4:46:08 PM info: Offset: 273. Finished processing element 'D07CHKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHKY), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 273. Starting to process element 'D07FKSQ'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07FKSQ), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 288. Found nil literal value for element 'D07FKSQ'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07FKSQ), 117]

Feb 19, 2017, 4:46:08 PM info: Offset: 288. Finished processing element 'D07FKSQ'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07FKSQ), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 288. Starting to process element 'D07PYTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PYTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 288. Found fixed length value: '' for element 'D07PYTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PYTB), 72]

Feb 19, 2017, 4:46:08 PM info: Offset: 298. Finished processing element 'D07PYTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PYTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 298. Starting to process element 'D07PAYT'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PAYT), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 298. Found fixed length value: '' for element 'D07PAYT'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PAYT), 72]

Feb 19, 2017, 4:46:08 PM info: Offset: 303. Finished processing element 'D07PAYT'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PAYT), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 303. Starting to process element 'D07CHTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 303. Found fixed length value: '' for element 'D07CHTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHTB), 72]

Feb 19, 2017, 4:46:08 PM info: Offset: 313. Finished processing element 'D07CHTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 313. Starting to process element 'D07CHGC'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHGC), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 313. Found fixed length value: 'M1M' for element 'D07CHGC'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHGC), 75]

Feb 19, 2017, 4:46:08 PM info: Offset: 323. Finished processing element 'D07CHGC'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHGC), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 323. Starting to process element 'D07CHAS'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHAS), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 323. Found fixed length value: '+' for element 'D07CHAS'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHAS), 73]

Feb 19, 2017, 4:46:08 PM info: Offset: 324. Finished processing element 'D07CHAS'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHAS), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 324. Starting to process element 'D07CHGA'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHGA), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 354. The simple content region of element 'D07CHGA' does not match the literal nil value.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHGA), 105]

Feb 19, 2017, 4:46:08 PM info: Offset: 324. Found fixed length value: '000000000000000000575470000000' for element 'D07CHGA'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHGA), 102]

Feb 19, 2017, 4:46:08 PM info: Offset: 354. The simple content region of element 'D07CHGA' was converted to logical value '575470000000'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHGA), 117]

Feb 19, 2017, 4:46:08 PM info: Offset: 354. Finished processing element 'D07CHGA'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHGA), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 354. Starting to process element 'D07CYTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CYTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 354. Found fixed length value: '' for element 'D07CYTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CYTB), 72]

Feb 19, 2017, 4:46:08 PM info: Offset: 364. Finished processing element 'D07CYTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CYTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 364. Starting to process element 'D07CHCU'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHCU), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 364. Found fixed length value: 'CNY' for element 'D07CHCU'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHCU), 75]

Feb 19, 2017, 4:46:08 PM info: Offset: 369. Finished processing element 'D07CHCU'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07CHCU), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 369. Starting to process element 'D07PMTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PMTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 369. Found fixed length value: '' for element 'D07PMTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PMTB), 72]

Feb 19, 2017, 4:46:08 PM info: Offset: 379. Finished processing element 'D07PMTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PMTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 379. Starting to process element 'D07PTRM'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PTRM), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 379. Found fixed length value: '' for element 'D07PTRM'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PTRM), 72]

Feb 19, 2017, 4:46:08 PM info: Offset: 414. Finished processing element 'D07PTRM'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D07PTRM), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 414. Starting to process element 'D06FNKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D06FNKY), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 429. Found nil literal value for element 'D06FNKY'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D06FNKY), 117]

Feb 19, 2017, 4:46:08 PM info: Offset: 429. Finished processing element 'D06FNKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::D06FNKY), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 429. Starting to process element 'field1'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::field1), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 429. Found delimited value: '' for element 'field1'. The delimiter was '%CR;%LF;'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::field1), 99]

Feb 19, 2017, 4:46:08 PM info: Offset: 444. Found terminator '%CR;%LF;' for 'field1'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::field1), 62]

Feb 19, 2017, 4:46:08 PM info: Offset: 446. Finished processing element 'field1'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07/type::0/model::sequence/schemaElement::field1), 58]

Feb 19, 2017, 4:46:08 PM info: Offset: 446. Finished processing element 'Charges_301_D07'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Charges_301_D07), 67]

Feb 19, 2017, 4:46:08 PM info: Offset: 446. Starting to process element 'Reference_number_302_D10'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10), 76]

Feb 19, 2017, 4:46:08 PM info: Offset: 446. Found initiator '302' for 'sequence'
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence), 57]

Feb 19, 2017, 4:46:08 PM info: Offset: 449. Starting to process element 'D10TRAN'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10TRAN), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 464. Found nil literal value for element 'D10TRAN'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10TRAN), 117]

Feb 19, 2017, 4:46:08 PM info: Offset: 464. Finished processing element 'D10TRAN'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10TRAN), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 464. Starting to process element 'D10RFKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10RFKY), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 479. Found nil literal value for element 'D10RFKY'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10RFKY), 117]

Feb 19, 2017, 4:46:08 PM info: Offset: 479. Finished processing element 'D10RFKY'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10RFKY), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 479. Starting to process element 'D10FKSQ'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10FKSQ), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 494. Found nil literal value for element 'D10FKSQ'. The value of the element will be reported as nil.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10FKSQ), 117]

Feb 19, 2017, 4:46:08 PM info: Offset: 494. Finished processing element 'D10FKSQ'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10FKSQ), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 494. Starting to process element 'D10RTTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10RTTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 494. Found fixed length value: 'CHGTYPE' for element 'D10RTTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10RTTB), 79]

Feb 19, 2017, 4:46:08 PM info: Offset: 504. Finished processing element 'D10RTTB'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10RTTB), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 504. Starting to process element 'D10RFTP'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10RFTP), 59]

Feb 19, 2017, 4:46:08 PM info: Offset: 504. Found fixed length value: 'EXTRNLREF' for element 'D10RFTP'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/type::0/model::sequence/schemaElement::D10RFTP), 81]

Feb 19, 2017, 4:46:08 PM info: Offset: 514. Finished processing element 'D10RFTP'.
[dfdl = /AgyToRTMS/AgyToRTMS.xsd, scd = #xscd(/schemaElement::AGY_TO_RTMS_OUTBOUND/type::0/model::sequence/schemaElement::test/type::0/model::sequence/schemaElement::Reference_number_302_D10/
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Feb 21, 2017 5:23 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Don't double post - we consider it rude.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  This topic is locked: you cannot edit posts or make replies. Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » dfdl parser error
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.