Skip to content

Commit

Permalink
Merge pull request #94 from AAVLD-USAHA-ITStandards/mmPullRequest
Browse files Browse the repository at this point in the history
Update ecvi2.xsd to remove $ from InternationalPhone
  • Loading branch information
ryanscholzdvm authored May 29, 2024
2 parents 5573ae6 + 75f942d commit d940076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecvi2.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
<xs:attribute name="Number" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(9[976]\d|8[987530]\d|6[987]\d|5[90]\d|42\d|3[875]\d|2[98654321]\d|9[8543210]|8[6421]|6[6543210]|5[87654321]|4[987654310]|3[9643210]|2[70]|7|1)\d{1,14}$"/>
<xs:pattern value="(9[976]\d|8[987530]\d|6[987]\d|5[90]\d|42\d|3[875]\d|2[98654321]\d|9[8543210]|8[6421]|6[6543210]|5[87654321]|4[987654310]|3[9643210]|2[70]|7|1)\d{1,14}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down

0 comments on commit d940076

Please sign in to comment.