|
|
|
@ -24,8 +24,8 @@ if pyxb.__version__ != _PyXBVersion: |
|
|
|
raise pyxb.PyXBVersionError(_PyXBVersion) |
|
|
|
|
|
|
|
# Import bindings for namespaces imported into schema |
|
|
|
import _tipos as _ImportedBinding__tipos |
|
|
|
import _dsig as _ImportedBinding__dsig |
|
|
|
from pynfe.utils.nfse.ginfes import _tipos as _ImportedBinding__tipos |
|
|
|
from pynfe.utils.nfse.ginfes import _dsig as _ImportedBinding__dsig |
|
|
|
import pyxb.binding.datatypes |
|
|
|
|
|
|
|
# NOTE: All namespace declarations are reserved within the binding |
|
|
|
@ -88,25 +88,25 @@ class CTD_ANON (pyxb.binding.basis.complexTypeDefinition): |
|
|
|
_ElementMap = {} |
|
|
|
_AttributeMap = {} |
|
|
|
# Base type is pyxb.binding.datatypes.anyType |
|
|
|
|
|
|
|
|
|
|
|
# Element {http://www.ginfes.com.br/servico_consultar_situacao_lote_rps_envio_v03.xsd}Prestador uses Python identifier Prestador |
|
|
|
__Prestador = pyxb.binding.content.ElementDeclaration(pyxb.namespace.ExpandedName(Namespace, 'Prestador'), 'Prestador', '__httpwww_ginfes_com_brservico_consultar_situacao_lote_rps_envio_v03_xsd_CTD_ANON_httpwww_ginfes_com_brservico_consultar_situacao_lote_rps_envio_v03_xsdPrestador', False, pyxb.utils.utility.Location('/home/leonardo/Downloads/xsd ginfes/servico_consultar_situacao_lote_rps_envio_v03.xsd', 10, 4), ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Prestador = property(__Prestador.value, __Prestador.set, None, None) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Element {http://www.ginfes.com.br/servico_consultar_situacao_lote_rps_envio_v03.xsd}Protocolo uses Python identifier Protocolo |
|
|
|
__Protocolo = pyxb.binding.content.ElementDeclaration(pyxb.namespace.ExpandedName(Namespace, 'Protocolo'), 'Protocolo', '__httpwww_ginfes_com_brservico_consultar_situacao_lote_rps_envio_v03_xsd_CTD_ANON_httpwww_ginfes_com_brservico_consultar_situacao_lote_rps_envio_v03_xsdProtocolo', False, pyxb.utils.utility.Location('/home/leonardo/Downloads/xsd ginfes/servico_consultar_situacao_lote_rps_envio_v03.xsd', 11, 4), ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Protocolo = property(__Protocolo.value, __Protocolo.set, None, None) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Element {http://www.w3.org/2000/09/xmldsig#}Signature uses Python identifier Signature |
|
|
|
__Signature = pyxb.binding.content.ElementDeclaration(pyxb.namespace.ExpandedName(_Namespace_dsig, 'Signature'), 'Signature', '__httpwww_ginfes_com_brservico_consultar_situacao_lote_rps_envio_v03_xsd_CTD_ANON_httpwww_w3_org200009xmldsigSignature', False, pyxb.utils.utility.Location('/home/leonardo/Downloads/xsd ginfes/xmldsig-core-schema20020212_v03.xsd', 41, 0), ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signature = property(__Signature.value, __Signature.set, None, None) |
|
|
|
|
|
|
|
_ElementMap.update({ |
|
|
|
@ -115,7 +115,7 @@ class CTD_ANON (pyxb.binding.basis.complexTypeDefinition): |
|
|
|
__Signature.name() : __Signature |
|
|
|
}) |
|
|
|
_AttributeMap.update({ |
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
@ -168,4 +168,3 @@ def _BuildAutomaton (): |
|
|
|
st_2._set_transitionSet(transitions) |
|
|
|
return fac.Automaton(states, counters, False, containing_state=None) |
|
|
|
CTD_ANON._Automaton = _BuildAutomaton() |
|
|
|
|