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

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>