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

OLD line(s): 3422

NEW line(s): 3423,3432

  <!-- 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>