Class TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt.IdDocAnt

java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt.IdDocAnt
Enclosing class:
TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt

public static class TCTe.InfCte.InfCTeNorm.DocAnt.EmiDocAnt.IdDocAnt 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="idDocAntPap" maxOccurs="unbounded">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="tpDoc">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TDocAssoc">
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="serie">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                                 <minLength value="1"/>
                                                 <maxLength value="3"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="subser" minOccurs="0">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                                 <minLength value="1"/>
                                                 <maxLength value="2"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="nDoc">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                                 <minLength value="1"/>
                                                 <maxLength value="30"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                   <element name="dEmi" type="{http://www.portalfiscal.inf.br/cte}TData"/>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="idDocAntEle" maxOccurs="unbounded">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="chCTe" type="{http://www.portalfiscal.inf.br/cte}TChNFe"/>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
           </choice>
         </restriction>
   </complexContent>
 </complexType>