Class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen

  • Enclosing class:
    SVTOAG.SendungsBody.Verarbeitungsergebnis

    public static class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen
    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">
           <choice>
             <element name="Parser_Fehler">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Fehlertext_Parser" type="{http://www.gkv-datenaustausch.de/Grundsaetze_Technik/XML/Basistypen_Simple}Langtext_Typ"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Dateifehler">
               <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="Fehlercode">
                         <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>
             <element name="Datensatzabweisung">
               <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>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>