Diff - Left File: Common/efileTypes.xsd (2010v3.1) Right File: Common/efileTypes.xsd (2010v3.2)
OLD: Common/efileTypes.xsd (2010v3.1)
NEW: Common/efileTypes.xsd (2010v3.2)

OLD line(s): 3380,3393

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

NEW line(s): 3379