Class TNFe.InfNFe.Agropecuario

java.lang.Object
systextil.integracao.xml.nfe.TNFe.InfNFe.Agropecuario
Enclosing class:
TNFe.InfNFe

public static class TNFe.InfNFe.Agropecuario 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="defensivo" maxOccurs="20">
		   <complexType>
			 <complexContent>
			   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
				 <sequence>
				   <element name="nReceituario">
					 <simpleType>
					   <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
						 <maxLength value="30"/>
						 <minLength value="1"/>
					   </restriction>
					 </simpleType>
				   </element>
				   <element name="CPFRespTec" type="{http://www.portalfiscal.inf.br/nfe}TCpf"/>
				 </sequence>
			   </restriction>
			 </complexContent>
		   </complexType>
		 </element>
		 <element name="guiaTransito">
		   <complexType>
			 <complexContent>
			   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
				 <sequence>
				   <element name="tpGuia">
					 <simpleType>
					   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
						 <whiteSpace value="preserve"/>
						 <enumeration value="1"/>
						 <enumeration value="2"/>
						 <enumeration value="3"/>
						 <enumeration value="4"/>
						 <enumeration value="5"/>
						 <enumeration value="6"/>
						 <enumeration value="7"/>
					   </restriction>
					 </simpleType>
				   </element>
				   <element name="UFGuia" type="{http://www.portalfiscal.inf.br/nfe}TUfEmi"/>
				   <element name="serieGuia" minOccurs="0">
					 <simpleType>
					   <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
						 <minLength value="1"/>
						 <maxLength value="9"/>
					   </restriction>
					 </simpleType>
				   </element>
				   <element name="nGuia">
					 <simpleType>
					   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
						 <pattern value="[0-9]{1,9}"/>
					   </restriction>
					 </simpleType>
				   </element>
				 </sequence>
			   </restriction>
			 </complexContent>
		   </complexType>
		 </element>
	   </choice>
	 </restriction>
   </complexContent>
 </complexType>