| OLD 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> | NEW line(s): 414
|
| OLD line(s): 3432
| NEW line(s): 3422,3431
<!-- Preparer Personal Identification Number Type --> <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> |