Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Phone Area Code should be no longer than 10 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Barratt committed Sep 18, 2012
1 parent 0ca1563 commit 8320388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.00/Phone.xsd
Expand Up @@ -42,7 +42,7 @@

<xs:simpleType name="phoneAreaCodeType">
<xs:restriction base="nonUnicodeString">
<xs:maxLength value="20" />
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>

Expand Down

0 comments on commit 8320388

Please sign in to comment.