Diff - Left File: Common/efileTypes.xsd (2008v1.1) Right File: Common/efileTypes.xsd (2009v1.0)
OLD: Common/efileTypes.xsd (2008v1.1)
NEW: Common/efileTypes.xsd (2009v1.0)

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}" />