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

OLD line(s): 330,331

      <xsd:minInclusive value="111100" />
      <xsd:maxInclusive value="813000" />
NEW line(s): 330,331

      <xsd:minInclusive value="000001" />
      <xsd:maxInclusive value="999000" />
OLD line(s): 3374

NEW line(s): 3375,3388

  <!-- Valuation Tax Position Type -->
  <xsd:simpleType name="ValuationTaxPositionType">
    <xsd:restriction base="xsd:string">
      <xsd:pattern value="(V[1-9999]{1,4})" />
    </xsd:restriction>
  </xsd:simpleType>

  <!-- Transfer Pricing Tax Postion Type -->
  <xsd:simpleType name="TransferPricingTaxPostionType">
    <xsd:restriction base="xsd:string">
      <xsd:pattern value="(TP[1-9999]{1,4})" />
    </xsd:restriction>
  </xsd:simpleType>