| 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): 2448
| NEW line(s): 2449,2453
<xsd:enumeration value="Various"> <xsd:annotation> <xsd:documentation>Method</xsd:documentation> </xsd:annotation> </xsd:enumeration> |
| OLD line(s): 3374
| NEW 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> |