OLD line(s): 2750
| NEW line(s): 2751,2757
<!-- Miles Type --> <xsd:simpleType name="MilesType"> <xsd:restriction base="IntegerType"> <xsd:totalDigits value="12"/> </xsd:restriction> </xsd:simpleType> |
OLD line(s): 3380,3383
<!-- Valuation Tax Position Type --> <xsd:simpleType name="ValuationTaxPositionType"> <xsd:restriction base="xsd:string"> <xsd:pattern value="(V[1-9999]{1,4})" /> | NEW line(s): 3387,3390
<!-- Type for Registration No. --> <xsd:simpleType name="RegistrationNumType"> <xsd:restriction base="StringType"> <xsd:pattern value="[A-Z0-9]{1,20}" /> |
OLD line(s): 3386,3392
<!-- 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): 3392
|