Skip to content

Commit

Permalink
Merge pull request #863 from marcosgerene/master
Browse files Browse the repository at this point in the history
[NFe] Atualizando Schemas
  • Loading branch information
marcosgerene authored Sep 3, 2018
2 parents ffeffb6 + a676dff commit 9831402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NFe.AppTeste/Schemas/tiposBasico_v4.00.xsd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- PL_008 - 30/07/2013- NT 2013/005 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:nfe="http://www.portalfiscal.inf.br/nfe" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:simpleType name="TCodUfIBGE">
Expand Down Expand Up @@ -512,7 +512,7 @@
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="preserve"/>
<xs:pattern value="[!-ÿ]{1}[ -ÿ]{0,}[!-ÿ]{1}|[!-ÿ]{1}"/>
<xs:pattern value="[!-ÿ]{1}[ -ÿ]*[!-ÿ]{1}|[!-ÿ]{1}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TData">
Expand Down

0 comments on commit 9831402

Please sign in to comment.