Class TCTe.InfCte.InfCTeNorm.InfCteSub.TomaICMS

java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.InfCteSub.TomaICMS
Enclosing class:
TCTe.InfCte.InfCTeNorm.InfCteSub

public static class TCTe.InfCte.InfCTeNorm.InfCteSub.TomaICMS extends Object

Classe Java de anonymous complex type.

O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.

 <complexType>
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
                 <element name="refNFe" type="{http://www.portalfiscal.inf.br/cte}TChNFe"/>
                 <element name="refNF">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <choice>
                                         <element name="CNPJ" type="{http://www.portalfiscal.inf.br/cte}TCnpj"/>
                                         <element name="CPF" type="{http://www.portalfiscal.inf.br/cte}TCpf"/>
                                   </choice>
                                   <element name="mod" type="{http://www.portalfiscal.inf.br/cte}TModDoc"/>
                                   <element name="serie" type="{http://www.portalfiscal.inf.br/cte}TSerie"/>
                                   <element name="subserie" type="{http://www.portalfiscal.inf.br/cte}TSerie" minOccurs="0"/>
                                   <element name="nro">
                                         <simpleType>
                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                 <whiteSpace value="preserve"/>
                                                 <pattern value="[0-9]{1,6}"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="valor" type="{http://www.portalfiscal.inf.br/cte}TDec_1302"/>
                                   <element name="dEmi" type="{http://www.portalfiscal.inf.br/cte}TData"/>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="refCte" type="{http://www.portalfiscal.inf.br/cte}TChNFe"/>
           </choice>
         </restriction>
   </complexContent>
 </complexType>