-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
10,095 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"""This file was generated by xsdata, v24.3.1, on 2024-04-05 08:28:03 | ||
Generator: DataclassGenerator | ||
See: https://xsdata.readthedocs.io/ | ||
""" | ||
# nothing here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"""This file was generated by xsdata, v24.3.1, on 2024-04-05 08:28:03 | ||
Generator: DataclassGenerator | ||
See: https://xsdata.readthedocs.io/ | ||
""" | ||
# nothing here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
"""This file was generated by xsdata, v24.3.1, on 2024-04-05 08:28:03 | ||
Generator: DataclassGenerator | ||
See: https://xsdata.readthedocs.io/ | ||
""" | ||
from nfelib.nfcom.bindings.v1_0.cons_sit_nfcom_tipos_basico_v1_00 import ( | ||
ProcEventoNfcomVersao, | ||
ProtNfcomVersao, | ||
TconsSitNfcom, | ||
TretConsSitNfcom, | ||
) | ||
from nfelib.nfcom.bindings.v1_0.cons_sit_nfcom_v1_00 import ConsSitNfcom | ||
from nfelib.nfcom.bindings.v1_0.cons_stat_serv_nfcom_tipos_basico_v1_00 import ( | ||
TconsStatServ, | ||
TretConsStatServ, | ||
) | ||
from nfelib.nfcom.bindings.v1_0.cons_stat_serv_nfcom_v1_00 import ( | ||
ConsStatServNfcom, | ||
) | ||
from nfelib.nfcom.bindings.v1_0.ev_canc_nfcom_v1_00 import ( | ||
EvCancNfcom, | ||
EvCancNfcomDescEvento, | ||
) | ||
from nfelib.nfcom.bindings.v1_0.evento_nfcom_tipos_basico_v1_00 import ( | ||
Tevento, | ||
TprocEvento, | ||
TretEvento, | ||
) | ||
from nfelib.nfcom.bindings.v1_0.evento_nfcom_v1_00 import EventoNfcom | ||
from nfelib.nfcom.bindings.v1_0.nfcom_tipos_basico_v1_00 import ( | ||
CofinsCst, | ||
GProcRefIndDevolucao, | ||
Icms00Cst, | ||
Icms20Cst, | ||
Icms40Cst, | ||
Icms51Cst, | ||
Icms90Cst, | ||
IcmssnCst, | ||
IcmssnIndSn, | ||
IdeIndCessaoMeiosRede, | ||
IdeIndNotaEntrada, | ||
IdeIndPrePago, | ||
ImpostoIndSemCst, | ||
PisCst, | ||
ProdIndDevolucao, | ||
Tassinante, | ||
Tcrt, | ||
TempresaSoft, | ||
TendeDest, | ||
TendeEmi, | ||
Tendereco, | ||
TenviNfcom, | ||
TfatNfcom, | ||
TfinNfcom, | ||
Timp, | ||
TindIedest, | ||
TmodNfpapel, | ||
TmotSub, | ||
Tnfcom, | ||
Tprocesso, | ||
TprotNfcom, | ||
TrespTec, | ||
Tressarcimento, | ||
TretEnviNfcom, | ||
TretNfcom, | ||
TtpEmis, | ||
TumedItem, | ||
Tutilizacao, | ||
) | ||
from nfelib.nfcom.bindings.v1_0.nfcom_v1_00 import Nfcom | ||
from nfelib.nfcom.bindings.v1_0.proc_evento_nfcom_v1_00 import ProcEventoNfcom | ||
from nfelib.nfcom.bindings.v1_0.proc_nfcom_v1_00 import NfcomProc | ||
from nfelib.nfcom.bindings.v1_0.ret_cons_sit_nfcom_v1_00 import RetConsSitNfcom | ||
from nfelib.nfcom.bindings.v1_0.ret_cons_stat_serv_nfcom_v1_00 import ( | ||
RetConsStatServNfcom, | ||
) | ||
from nfelib.nfcom.bindings.v1_0.ret_evento_nfcom_v1_00 import RetEventoNfcom | ||
from nfelib.nfcom.bindings.v1_0.ret_nfcom_v1_00 import RetNfcom | ||
from nfelib.nfcom.bindings.v1_0.tipos_geral_nfcom_v1_00 import ( | ||
Tamb, | ||
TcodUfIbge, | ||
TcorgaoIbge, | ||
TmodNfcom, | ||
Tuf, | ||
) | ||
from nfelib.nfcom.bindings.v1_0.xmldsig_core_schema_v1_01 import ( | ||
KeyInfoType, | ||
ReferenceType, | ||
Signature, | ||
SignatureType, | ||
SignatureValueType, | ||
SignedInfoType, | ||
TransformsType, | ||
TransformType, | ||
TtransformUri, | ||
X509DataType, | ||
) | ||
|
||
__all__ = [ | ||
"TconsSitNfcom", | ||
"TretConsSitNfcom", | ||
"ProcEventoNfcomVersao", | ||
"ProtNfcomVersao", | ||
"ConsSitNfcom", | ||
"TconsStatServ", | ||
"TretConsStatServ", | ||
"ConsStatServNfcom", | ||
"EvCancNfcom", | ||
"EvCancNfcomDescEvento", | ||
"Tevento", | ||
"TprocEvento", | ||
"TretEvento", | ||
"EventoNfcom", | ||
"CofinsCst", | ||
"Icms00Cst", | ||
"Icms20Cst", | ||
"Icms40Cst", | ||
"Icms51Cst", | ||
"Icms90Cst", | ||
"IcmssnCst", | ||
"IcmssnIndSn", | ||
"PisCst", | ||
"Tassinante", | ||
"Tcrt", | ||
"TempresaSoft", | ||
"TendeDest", | ||
"TendeEmi", | ||
"Tendereco", | ||
"TenviNfcom", | ||
"TfatNfcom", | ||
"TfinNfcom", | ||
"Timp", | ||
"TindIedest", | ||
"TmodNfpapel", | ||
"TmotSub", | ||
"Tnfcom", | ||
"Tprocesso", | ||
"TprotNfcom", | ||
"TrespTec", | ||
"Tressarcimento", | ||
"TretEnviNfcom", | ||
"TretNfcom", | ||
"TumedItem", | ||
"Tutilizacao", | ||
"TtpEmis", | ||
"GProcRefIndDevolucao", | ||
"IdeIndCessaoMeiosRede", | ||
"IdeIndNotaEntrada", | ||
"IdeIndPrePago", | ||
"ImpostoIndSemCst", | ||
"ProdIndDevolucao", | ||
"Nfcom", | ||
"ProcEventoNfcom", | ||
"NfcomProc", | ||
"RetConsSitNfcom", | ||
"RetConsStatServNfcom", | ||
"RetEventoNfcom", | ||
"RetNfcom", | ||
"Tamb", | ||
"TcorgaoIbge", | ||
"TcodUfIbge", | ||
"TmodNfcom", | ||
"Tuf", | ||
"KeyInfoType", | ||
"ReferenceType", | ||
"Signature", | ||
"SignatureType", | ||
"SignatureValueType", | ||
"SignedInfoType", | ||
"TtransformUri", | ||
"TransformType", | ||
"TransformsType", | ||
"X509DataType", | ||
] |
Oops, something went wrong.