<?xml version="1.0" encoding="UTF-8"?>
<proveedores>
    <proveedor>
        <codigo required="S" type="int(11)"/>
        <nombre required="S" type="char(50)"/>
        <direccion required="S" type="char(100)"/>
        <poblacion type="char(30)"/>
        <provincia type="char(20)"/>
        <pais defaultValue="España" type="char(30)"/>
        <cod_postal type="char(10)"/>
        <nif required="S" type="char(30)"/>
        <telefono_1 type="char(15)"/>
        <telefono_2 type="char(15)"/>
        <fax type="char(15)"/>
        <email type="char(60)"/>
        <persona_contacto type="char(30)"/>
        <observaciones type="char(255)"/>
        <forma_pago defaultValue="CONTADO" type="char(15)"/>
        <dia_pago_1 type="smallint(6)"/>
        <dia_pago_2 type="smallint(6)"/>
        <dia_pago_3 type="smallint(6)"/>
        <dto_por_defecto defaultValue="0" type="double(5,2)"/>
        <dto_pronto_pago defaultValue="0" type="double(5,2)"/>
        <divisa defaultValue="EUR" type="char(20)"/>
        <regimen_iva defaultValue="General" required="S" type="char(13)"/>
        <check_recargo_equiv defaultValue="0" type="char(1)"/>
        <serie_facturas defaultValue="A" type="char(2)"/>
        <inicio_vacaciones type="date"/>
        <fin_vacaciones type="date"/>
        <nombre_banco type="char(30)"/>
        <entidad type="char(4)"/>
        <agencia type="char(4)"/>
        <dc type="char(2)"/>
        <cuenta type="char(10)"/>
        <direccion_banco type="char(40)"/>
        <poblacion_banco type="char(30)"/>
        <provincia_banco type="char(20)"/>
        <pais_banco type="char(30)"/>
        <iban type="char(34)"/>
        <swift type="char(11)"/>
        <iva_portes defaultValue="21" type="smallint(6)"/>
        <base_rec_financiero defaultValue="Base Imponible" type="char(15)"/>
        <tipo_proveedor type="char(20)"/>
        <fecha_alta defaultValue="2026-06-13" type="date"/>
        <empresa type="int(11)"/>
        <sort_code type="char(10)"/>
        <subcuenta type="char(14)"/>
        <cuenta_compras type="char(14)"/>
        <cuenta_compras_servicios type="char(10)"/>
        <desc_iva_portes type="char(20)"/>
        <nombre_comercial type="char(40)"/>
        <cuenta_banco type="char(30)"/>
        <notas type="varchar(255)"/>
        <api_codigo_proveedor type="char(10)"/>
        <api_origen_proveedor type="char(10)"/>
    </proveedor>
</proveedores>
