| OLD line(s): 414
| NEW line(s): 415,425
<!-- Preparer Personal Identification No.- S followed by 8 digit--> <xsd:simpleType name="STINType"> <xsd:annotation> <xsd:documentation>Type for Preparer Personal Identification No. - S followed by 8 digits</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:pattern value="S[0-9]{8}" /> </xsd:restriction> </xsd:simpleType> |
| OLD line(s): 3294
<xsd:pattern value="[A-Z][A-Z\- ]{0,3}" /> | NEW line(s): 3305
<xsd:pattern value="[A-Z][A-Z\- ]{1,4}" /> |