Skip to content

Commit

Permalink
Merge pull request #1027 from robmachado/master
Browse files Browse the repository at this point in the history
novo layout Nfe xsd
  • Loading branch information
robmachado authored Mar 27, 2024
2 parents 16cf9bd + 87f438d commit 49971d4
Showing 1 changed file with 30 additions and 23 deletions.
53 changes: 30 additions & 23 deletions schemes/PL_009_V4/leiauteNFe_v4.00.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -916,29 +916,36 @@ Formato ”CFOP9999”.</xs:documentation>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:sequence minOccurs="0" maxOccurs="4">
<xs:element name="cCredPresumido">
<xs:annotation>
<xs:documentation>Código de Benefício Fiscal de Crédito Presumido na UF aplicado ao item</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:whiteSpace value="preserve"/>
<xs:pattern value="[!-ÿ]{8}|[!-ÿ]{10}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="pCredPresumido" type="TDec_0302a04">
<xs:annotation>
<xs:documentation>Percentual do Crédito Presumido</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="vCredPresumido" type="TDec_1302">
<xs:annotation>
<xs:documentation>Valor do Crédito Presumido</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element name="gCred" minOccurs="0" maxOccurs="4">
<xs:annotation>
<xs:documentation>Grupo de informações sobre o CréditoPresumido </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="cCredPresumido">
<xs:annotation>
<xs:documentation>Código de Benefício Fiscal de Crédito Presumido na UF aplicado ao item</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:whiteSpace value="preserve"/>
<xs:pattern value="[!-ÿ]{8}|[!-ÿ]{10}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="pCredPresumido" type="TDec_0302a04">
<xs:annotation>
<xs:documentation>Percentual do Crédito Presumido</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="vCredPresumido" type="TDec_1302">
<xs:annotation>
<xs:documentation>Valor do Crédito Presumido</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="EXTIPI" minOccurs="0">
<xs:annotation>
<xs:documentation>Código EX TIPI (3 posições)</xs:documentation>
Expand Down

0 comments on commit 49971d4

Please sign in to comment.