What is the XSD syntax, given
<xs:element name="PhoneNumber" type="xs:string" ...? >
, to specify the following format for a phone number:
12 characters and area code is digits.
example of values:
<PhoneNumber>213-555-5845</PhoneNumber>
<PhoneNumber>213-695-CARE</PhoneNumber>
<PhoneNumber>213-4URGENT</PhoneNumber>