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

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>