Class TCTeOS.InfCte.InfCTeNorm.InfServico

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

public static class TCTeOS.InfCte.InfCTeNorm.InfServico 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="xDescServ">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="30"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="infQ" minOccurs="0">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="qCarga" type="{http://www.portalfiscal.inf.br/cte}TDec_1104"/>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>