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