1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!-- edited with XMLSpy v2013 (x64) (http://www.altova.com) by shenz (ASC X12) --> |
2 | <!-- edited with XMLSpy v2013 (x64) (http://www.altova.com) by shenz (ASC X12) --> |
3 | <xsd:schema xmlns="http://www.irs.gov/efile" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.irs.gov/efile" elementFormDefault="qualified" attributeFormDefault="unqualified"> |
3 | <xsd:schema xmlns="http://www.irs.gov/efile" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.irs.gov/efile" elementFormDefault="qualified" attributeFormDefault="unqualified"> |
4 | <xsd:annotation> |
4 | <xsd:annotation> |
5 | <xsd:documentation> |
5 | <xsd:documentation> |
6 | <Description>LA e-file Corporate Income & Franchise Tax Schema - LA Form 620 Schedule RC-P4</Description> |
6 | <Description>LA e-file Corporate Income & Franchise Tax Schema - LA Form 620 Schedule RC-P4</Description> |
7 | <TaxYear>2017</TaxYear> |
7 | <TaxYear>2017</TaxYear> |
8 | </xsd:documentation> |
8 | </xsd:documentation> |
9 | </xsd:annotation> |
9 | </xsd:annotation> |
10 | <xsd:include schemaLocation="../../LACommon/LACorpeFileTypes.xsd"/> |
10 | <xsd:include schemaLocation="../../LACommon/LACorpeFileTypes.xsd"/> |
11 | <xsd:include schemaLocation="../../Common/efileTypes.xsd"/> |
11 | <xsd:include schemaLocation="../../Common/efileTypes.xsd"/> |
12 | <xsd:include schemaLocation="../../Common/StateeFileTypes.xsd"/> |
12 | <xsd:include schemaLocation="../../Common/StateeFileTypes.xsd"/> |
13 | <xsd:element name="SchRCP4" type="SchRCP4Type"> |
13 | <xsd:element name="SchRCP4" type="SchRCP4Type"> |
14 | <xsd:annotation> |
14 | <xsd:annotation> |
15 | <xsd:documentation>Refundable Priority 4Tax Credits</xsd:documentation> |
15 | <xsd:documentation>Refundable Priority 4Tax Credits</xsd:documentation> |
16 | </xsd:annotation> |
16 | </xsd:annotation> |
17 | </xsd:element> |
17 | </xsd:element> |
18 | <xsd:complexType name="SchRCP4Type"> |
18 | <xsd:complexType name="SchRCP4Type"> |
19 | <xsd:sequence> |
19 | <xsd:sequence> |
20 | <xsd:element name="Lines" type="LARCP4LineType" minOccurs="0" maxOccurs="5"> |
20 | <xsd:element name="Lines" type="LARCP4LineType" minOccurs="0" maxOccurs="5"> |
21 | <xsd:annotation> |
21 | <xsd:annotation> |
22 | <xsd:documentation>Refundable Credit Detail Line</xsd:documentation> |
22 | <xsd:documentation>Refundable Credit Detail Line</xsd:documentation> |
23 | </xsd:annotation> |
23 | </xsd:annotation> |
24 | </xsd:element> |
24 | </xsd:element> |
25 | <xsd:element name="TotalIncomeTaxCredits" type="IntegerType" minOccurs="0"> |
25 | <xsd:element name="TotalIncomeTaxCredits" type="IntegerNNType" minOccurs="0"> |
26 | <xsd:annotation> |
26 | <xsd:annotation> |
27 | <xsd:documentation> |
27 | <xsd:documentation> |
28 | <LineNumber>6</LineNumber> |
28 | <LineNumber>6</LineNumber> |
29 | <Description>Total Income Tax Credits</Description> |
29 | <Description>Total Income Tax Credits</Description> |
30 | </xsd:documentation> |
30 | </xsd:documentation> |
31 | </xsd:annotation> |
31 | </xsd:annotation> |
32 | </xsd:element> |
32 | </xsd:element> |
33 | <xsd:element name="TotalFranchiseTaxCredits" type="IntegerType" minOccurs="0"> |
33 | <xsd:element name="TotalFranchiseTaxCredits" type="IntegerNNType" minOccurs="0"> |
34 | <xsd:annotation> |
34 | <xsd:annotation> |
35 | <xsd:documentation> |
35 | <xsd:documentation> |
36 | <LineNumber>7</LineNumber> |
36 | <LineNumber>7</LineNumber> |
37 | <Description>Total Franchise Tax Credits</Description> |
37 | <Description>Total Franchise Tax Credits</Description> |
38 | </xsd:documentation> |
38 | </xsd:documentation> |
39 | </xsd:annotation> |
39 | </xsd:annotation> |
40 | </xsd:element> |
40 | </xsd:element> |
41 | </xsd:sequence> |
41 | </xsd:sequence> |
42 | </xsd:complexType> |
42 | </xsd:complexType> |
43 | <xsd:complexType name="LARCP4LineType"> |
43 | <xsd:complexType name="LARCP4LineType"> |
44 | <xsd:annotation> |
44 | <xsd:annotation> |
45 | <xsd:documentation>This is a line for schedule RCP4</xsd:documentation> |
45 | <xsd:documentation>This is a line for schedule RCP4</xsd:documentation> |
46 | </xsd:annotation> |
46 | </xsd:annotation> |
47 | <xsd:sequence> |
47 | <xsd:sequence> |
48 | <xsd:element name="Description" minOccurs="0"> |
48 | <xsd:element name="Description" minOccurs="0"> |
49 | <xsd:simpleType> |
49 | <xsd:simpleType> |
50 | <xsd:restriction base="LAString100Type"> |
50 | <xsd:restriction base="LAString100Type"> |
51 | <xsd:enumeration value="Inventory Tax (50F)"/> |
51 | <xsd:enumeration value="Inventory Tax (50F)"/> |
52 | <xsd:enumeration value="Ad Valorem Natural Gas (51F)"/> |
52 | <xsd:enumeration value="Ad Valorem Natural Gas (51F)"/> |
53 | </xsd:restriction> |
53 | </xsd:restriction> |
54 | </xsd:simpleType> |
54 | </xsd:simpleType> |
55 | </xsd:element> |
55 | </xsd:element> |
56 | <xsd:element name="Code"> |
56 | <xsd:element name="Code"> |
57 | <xsd:simpleType> |
57 | <xsd:simpleType> |
58 | <xsd:restriction base="StringType"> |
58 | <xsd:restriction base="StringType"> |
59 | <xsd:enumeration value="50F"/> |
59 | <xsd:enumeration value="50F"/> |
60 | <xsd:enumeration value="51F"/> |
60 | <xsd:enumeration value="51F"/> |
61 | </xsd:restriction> |
61 | </xsd:restriction> |
62 | </xsd:simpleType> |
62 | </xsd:simpleType> |
63 | </xsd:element> |
63 | </xsd:element> |
64 | <xsd:element name="CorpIncomeTax" type="USAmountType" minOccurs="0"/> |
64 | <xsd:element name="CorpIncomeTax" type="USAmountNNType" minOccurs="0"/> |
65 | <xsd:element name="CorpFranchiseTax" type="USAmountType" minOccurs="0"/> |
65 | <xsd:element name="CorpFranchiseTax" type="USAmountNNType" minOccurs="0"/> |
66 | </xsd:sequence> |
66 | </xsd:sequence> |
67 | </xsd:complexType> |
67 | </xsd:complexType> |
68 | </xsd:schema> |
68 | </xsd:schema> |
69 | |
69 | |