Class TNFe.InfNFe.Det.ObsItem

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

public static class TNFe.InfNFe.Det.ObsItem 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="obsCont" minOccurs="0">
		   <complexType>
			 <complexContent>
			   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
				 <sequence>
				   <element name="xTexto">
					 <simpleType>
					   <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
						 <minLength value="1"/>
						 <maxLength value="60"/>
					   </restriction>
					 </simpleType>
				   </element>
				 </sequence>
				 <attribute name="xCampo" use="required">
				   <simpleType>
					 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
					   <minLength value="1"/>
					   <maxLength value="20"/>
					 </restriction>
				   </simpleType>
				 </attribute>
			   </restriction>
			 </complexContent>
		   </complexType>
		 </element>
		 <element name="obsFisco" minOccurs="0">
		   <complexType>
			 <complexContent>
			   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
				 <sequence>
				   <element name="xTexto">
					 <simpleType>
					   <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
						 <minLength value="1"/>
						 <maxLength value="60"/>
					   </restriction>
					 </simpleType>
				   </element>
				 </sequence>
				 <attribute name="xCampo" use="required">
				   <simpleType>
					 <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
					   <minLength value="1"/>
					   <maxLength value="20"/>
					 </restriction>
				   </simpleType>
				 </attribute>
			   </restriction>
			 </complexContent>
		   </complexType>
		 </element>
	   </sequence>
	 </restriction>
   </complexContent>
 </complexType>