Class UBAG.AngabenDienstleister

  • Enclosing class:
    UBAG

    public static class UBAG.AngabenDienstleister
    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="Name" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Name_DL_Typ"/>
             <element name="Anschrift_Dienstleister">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Strasse" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Strasse_DL_Typ" minOccurs="0"/>
                       <element name="Hausnummer" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Hausnummer_DL_Typ" minOccurs="0"/>
                       <element name="Postfach" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Postfach_DL_Typ" minOccurs="0"/>
                       <element name="Postleitzahl">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Postleitzahl_Stp">
                             <maxLength value="10"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Ort">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Ort_Stp">
                             <maxLength value="34"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Laenderkennzeichen" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Laenderkennzeichen_Stp" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Kontaktdaten">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Name_Ansprechpartner" type="{http://www.gkv-datenaustausch.de/XMLSchema/UB_Basistypen/1.0}Name_Stp"/>
                       <element name="Telefon_Ansprechpartner" type="{SV-Basis://XMLSchema/1.0}Rufnummer_Stp"/>
                       <element name="EMail_Ansprechpartner">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Text_256_Stp">
                             <maxLength value="70"/>
                             <minLength value="1"/>
                           </restriction>
                         </simpleType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Vollmacht" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>