Class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung

  • Enclosing class:
    SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen

    public static class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Dateifolgenummer_Original" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Dateifolgenummer_Typ"/>
             <element name="Kernpruefung" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Datensatz_ID" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}DatensatzID_Typ"/>
                       <element name="Fehlercode" maxOccurs="9">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Fehlernummer" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Fehlernummer_Typ"/>
                                 <element name="Fehlertext" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Fehlertext_Typ"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>