Skip to content

Commit

Permalink
Corrigindo tipo básico
Browse files Browse the repository at this point in the history
  • Loading branch information
gersonfs committed Jun 7, 2024
1 parent d97f8ed commit d72ff77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemes/PL_009_V4/tiposBasico_v4.00.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,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 d72ff77

Please sign in to comment.