Class TNFe.InfNFe.Det.Prod.DetExport

java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Det.Prod.DetExport
Enclosing class:
TNFe.InfNFe.Det.Prod

public static class TNFe.InfNFe.Det.Prod.DetExport 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="nDraw" minOccurs="0">
		   <simpleType>
			 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
			   <minLength value="1"/>
			   <maxLength value="20"/>
			 </restriction>
		   </simpleType>
		 </element>
		 <element name="exportInd" minOccurs="0">
		   <complexType>
			 <complexContent>
			   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
				 <sequence>
				   <element name="nRE">
					 <simpleType>
					   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
						 <whiteSpace value="preserve"/>
						 <pattern value="[0-9]{0,12}"/>
					   </restriction>
					 </simpleType>
				   </element>
				   <element name="chNFe" type="{http://www.portalfiscal.inf.br/nfe}TChNFe"/>
				   <element name="qExport" type="{http://www.portalfiscal.inf.br/nfe}TDec_1104v"/>
				 </sequence>
			   </restriction>
			 </complexContent>
		   </complexType>
		 </element>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>