Class TCTeOS.InfCte.InfCTeNorm.InfCteSub

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

public static class TCTeOS.InfCte.InfCTeNorm.InfCteSub 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">
           <sequence>
                 <element name="chCte">
                   <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           <pattern value="[0-9]{44}"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <choice>
                   <element name="refCteAnu">
                         <simpleType>
                           <restriction base="{http://www.portalfiscal.inf.br/cte}TChNFe">
                           </restriction>
                         </simpleType>
                   </element>
                   <element name="tomaICMS">
                         <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>
                   </element>
                 </choice>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>