Skip to content

Commit

Permalink
Currency tag was not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBrander committed Jun 17, 2016
1 parent 8a4e274 commit dba7fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="3"></xs:length>
<xs:pattern value="[A-Z]"></xs:pattern>
<xs:pattern value="[A-Z]+"></xs:pattern>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="materialListType">
Expand Down

0 comments on commit dba7fe9

Please sign in to comment.