LABusiness2017V1.0\LABusiness\LAForms\SchE.xsd LABusiness2017V1.20171227\LABusiness\LAForms\SchE.xsd
1<?xml version="1.0" encoding="UTF-8"?>  1<?xml version="1.0" encoding="UTF-8"?> 
2<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by LDR (ASC X12) -->  2<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by LDR (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 &amp; Franchise Tax Schema - LA Form 620 Schedule 2017E</Description>  6            <Description>LA e-file Corporate Income &amp; Franchise Tax Schema - LA Form 620 Schedule 2017E</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="SchE" type="SchEType">  13    <xsd:element name="SchE" type="SchEType"> 
14        <xsd:annotation>  14        <xsd:annotation> 
15            <xsd:documentation>Reconciliation of income per books with income per return</xsd:documentation>  15            <xsd:documentation>Reconciliation of income per books with income per return</xsd:documentation> 
16        </xsd:annotation>  16        </xsd:annotation> 
17    </xsd:element>  17    </xsd:element> 
18    <xsd:complexType name="SchEType">  18    <xsd:complexType name="SchEType"> 
19        <xsd:sequence>  19        <xsd:sequence> 
20            <xsd:element name="IncomePerBooks" minOccurs="0">  20            <xsd:element name="IncomePerBooks" minOccurs="0"> 
21                <xsd:complexType>  21                <xsd:complexType> 
22                    <xsd:sequence>  22                    <xsd:sequence> 
23                        <xsd:element name="NetIncomePerBooks" type="AmountType" minOccurs="0">  23                        <xsd:element name="NetIncomePerBooks" type="USAmountNNType" minOccurs="0"> 
24                            <xsd:annotation>  24                            <xsd:annotation> 
25                                <xsd:documentation>  25                                <xsd:documentation> 
26                                    <LineNumber>1</LineNumber>  26                                    <LineNumber>1</LineNumber> 
27                                    <Description>Net Income Per Books</Description>  27                                    <Description>Net Income Per Books</Description> 
28                                </xsd:documentation>  28                                </xsd:documentation> 
29                            </xsd:annotation>  29                            </xsd:annotation> 
30                        </xsd:element>  30                        </xsd:element> 
31                        <xsd:element name="LAIncomeTax" type="AmountType" minOccurs="0">  31                        <xsd:element name="LAIncomeTax" type="USAmountNNType" minOccurs="0"> 
32                            <xsd:annotation>  32                            <xsd:annotation> 
33                                <xsd:documentation>  33                                <xsd:documentation> 
34                                    <LineNumber>2</LineNumber>  34                                    <LineNumber>2</LineNumber> 
35                                    <Description>Louisiana Income Tax</Description>  35                                    <Description>Louisiana Income Tax</Description> 
36                                </xsd:documentation>  36                                </xsd:documentation> 
37                            </xsd:annotation>  37                            </xsd:annotation> 
38                        </xsd:element>  38                        </xsd:element> 
39                        <xsd:element name="ExcessCapitalLossOverGains" type="AmountType" minOccurs="0">  39                        <xsd:element name="ExcessCapitalLossOverGains" type="USAmountNNType" minOccurs="0"> 
40                            <xsd:annotation>  40                            <xsd:annotation> 
41                                <xsd:documentation>  41                                <xsd:documentation> 
42                                    <LineNumber>3</LineNumber>  42                                    <LineNumber>3</LineNumber> 
43                                    <Description>Excess of capital loss over capital gains</Description>  43                                    <Description>Excess of capital loss over capital gains</Description> 
44                                </xsd:documentation>  44                                </xsd:documentation> 
45                            </xsd:annotation>  45                            </xsd:annotation> 
46                        </xsd:element>  46                        </xsd:element> 
47                        <xsd:element name="TaxableIncome" minOccurs="0">  47                        <xsd:element name="TaxableIncome" minOccurs="0"> 
48                            <xsd:annotation>  48                            <xsd:annotation> 
49                                <xsd:documentation>  49                                <xsd:documentation> 
50                                    <LineNumber>4</LineNumber>  50                                    <LineNumber>4</LineNumber> 
51                                    <Description>Taxable Income Not Recorded on books this year (itemize)</Description>  51                                    <Description>Taxable Income Not Recorded on books this year (itemize)</Description> 
52                                </xsd:documentation>  52                                </xsd:documentation> 
53                            </xsd:annotation>  53                            </xsd:annotation> 
54                            <xsd:complexType>  54                            <xsd:complexType> 
55                                <xsd:sequence>  55                                <xsd:sequence> 
56                                    <xsd:element name="Amount" type="USAmountType" minOccurs="0"/>  56                                    <xsd:element name="Amount" type="USAmountNNType" minOccurs="0"/> 
57                                    <xsd:element name="Items" type="LAItemListType" minOccurs="0" maxOccurs="unbounded"/>  57                                    <xsd:element name="Items" type="LAItemListType" minOccurs="0" maxOccurs="unbounded"/> 
58                                </xsd:sequence>  58                                </xsd:sequence> 
59                            </xsd:complexType>  59                            </xsd:complexType> 
60                        </xsd:element>  60                        </xsd:element> 
61                        <xsd:element name="ExpensesOnBooks" minOccurs="0">  61                        <xsd:element name="ExpensesOnBooks" minOccurs="0"> 
62                            <xsd:annotation>  62                            <xsd:annotation> 
63                                <xsd:documentation>  63                                <xsd:documentation> 
64                                    <LineNumber>5</LineNumber>  64                                    <LineNumber>5</LineNumber> 
65                                    <Description>Expenses recorded on books this year, but not deducted in this return</Description>  65                                    <Description>Expenses recorded on books this year, but not deducted in this return</Description> 
66                                </xsd:documentation>  66                                </xsd:documentation> 
67                            </xsd:annotation>  67                            </xsd:annotation> 
68                            <xsd:complexType>  68                            <xsd:complexType> 
69                                <xsd:sequence>  69                                <xsd:sequence> 
70                                    <xsd:element name="Amount" type="USAmountType" minOccurs="0"/>  70                                    <xsd:element name="Amount" type="USAmountNNType" minOccurs="0"/> 
71                                    <xsd:element name="Depreciation" type="AmountType" minOccurs="0"/>  71                                    <xsd:element name="Depreciation" type="USAmountNNType" minOccurs="0"/> 
72                                    <xsd:element name="Depletion" type="AmountType" minOccurs="0"/>  72                                    <xsd:element name="Depletion" type="USAmountNNType" minOccurs="0"/> 
73                                    <xsd:element name="Other" type="USAmountType" minOccurs="0"/>  73                                    <xsd:element name="Other" type="USAmountNNType" minOccurs="0"/> 
74                                    <xsd:element name="Items" type="LAItemListType" minOccurs="0" maxOccurs="unbounded"/>  74                                    <xsd:element name="Items" type="LAItemListType" minOccurs="0" maxOccurs="unbounded"/> 
75                                </xsd:sequence>  75                                </xsd:sequence> 
76                            </xsd:complexType>  76                            </xsd:complexType> 
77                        </xsd:element>  77                        </xsd:element> 
78                        <xsd:element name="Total" type="AmountType" minOccurs="0">  78                        <xsd:element name="Total" type="AmountType" minOccurs="0"> 
79                            <xsd:annotation>  79                            <xsd:annotation> 
80                                <xsd:documentation>  80                                <xsd:documentation> 
81                                    <LineNumber>6</LineNumber>  81                                    <LineNumber>6</LineNumber> 
82                                    <Description>Total (Add lines 1 through 5.)</Description>  82                                    <Description>Total (Add lines 1 through 5.)</Description> 
83                                </xsd:documentation>  83                                </xsd:documentation> 
84                            </xsd:annotation>  84                            </xsd:annotation> 
85                        </xsd:element>  85                        </xsd:element> 
86                    </xsd:sequence>  86                    </xsd:sequence> 
87                </xsd:complexType>  87                </xsd:complexType> 
88            </xsd:element>  88            </xsd:element> 
89            <xsd:element name="IncomePerReturn" minOccurs="0">  89            <xsd:element name="IncomePerReturn" minOccurs="0"> 
90                <xsd:complexType>  90                <xsd:complexType> 
91                    <xsd:sequence>  91                    <xsd:sequence> 
92                        <xsd:element name="IncomeNotIncludedInRtn" minOccurs="0">  92                        <xsd:element name="IncomeNotIncludedInRtn" minOccurs="0"> 
93                            <xsd:annotation>  93                            <xsd:annotation> 
94                                <xsd:documentation>  94                                <xsd:documentation> 
95                                    <LineNumber>7</LineNumber>  95                                    <LineNumber>7</LineNumber> 
96                                    <Description>Income recorded on books this year, but not included in this return (itemize)</Description>  96                                    <Description>Income recorded on books this year, but not included in this return (itemize)</Description> 
97                                </xsd:documentation>  97                                </xsd:documentation> 
98                            </xsd:annotation>  98                            </xsd:annotation> 
99                            <xsd:complexType>  99                            <xsd:complexType> 
100                                <xsd:sequence>  100                                <xsd:sequence> 
101                                    <xsd:element name="Amount" type="USAmountType" minOccurs="0"/>  101                                    <xsd:element name="Amount" type="USAmountNNType" minOccurs="0"/> 
102                                    <xsd:element name="Items" type="LAItemListType" minOccurs="0" maxOccurs="unbounded"/>  102                                    <xsd:element name="Items" type="LAItemListType" minOccurs="0" maxOccurs="unbounded"/> 
103                                </xsd:sequence>  103                                </xsd:sequence> 
104                            </xsd:complexType>  104                            </xsd:complexType> 
105                        </xsd:element>  105                        </xsd:element> 
106                        <xsd:element name="Deductions" minOccurs="0">  106                        <xsd:element name="Deductions" minOccurs="0"> 
107                            <xsd:annotation>  107                            <xsd:annotation> 
108                                <xsd:documentation>  108                                <xsd:documentation> 
109                                    <LineNumber>8</LineNumber>  109                                    <LineNumber>8</LineNumber> 
110                                    <Description>Deductions in this tax return not charged against book income this year</Description>  110                                    <Description>Deductions in this tax return not charged against book income this year</Description> 
111                                </xsd:documentation>  111                                </xsd:documentation> 
112                            </xsd:annotation>  112                            </xsd:annotation> 
113                            <xsd:complexType>  113                            <xsd:complexType> 
114                                <xsd:sequence>  114                                <xsd:sequence> 
115                                    <xsd:element name="Amount" type="USAmountType" minOccurs="0"/>  115                                    <xsd:element name="Amount" type="USAmountNNType" minOccurs="0"/> 
116                                    <xsd:element name="Depreciation" type="AmountType" minOccurs="0"/>  116                                    <xsd:element name="Depreciation" type="USAmountNNType" minOccurs="0"/> 
117                                    <xsd:element name="Depletion" type="AmountType" minOccurs="0"/>  117                                    <xsd:element name="Depletion" type="USAmountNNType" minOccurs="0"/> 
118                                    <xsd:element name="Other" type="USAmountType" minOccurs="0"/>  118                                    <xsd:element name="Other" type="USAmountNNType" minOccurs="0"/> 
119                                    <xsd:element name="Items" type="LAItemListType" minOccurs="0" maxOccurs="unbounded"/>  119                                    <xsd:element name="Items" type="LAItemListType" minOccurs="0" maxOccurs="unbounded"/> 
120                                </xsd:sequence>  120                                </xsd:sequence> 
121                            </xsd:complexType>  121                            </xsd:complexType> 
122                        </xsd:element>  122                        </xsd:element> 
123                        <xsd:element name="Total" type="AmountType" minOccurs="0">  123                        <xsd:element name="Total" type="USAmountNNType" minOccurs="0"> 
124                            <xsd:annotation>  124                            <xsd:annotation> 
125                                <xsd:documentation>  125                                <xsd:documentation> 
126                                    <LineNumber>9</LineNumber>  126                                    <LineNumber>9</LineNumber> 
127                                    <Description>Total (Add lines 7 and 8)</Description>  127                                    <Description>Total (Add lines 7 and 8)</Description> 
128                                </xsd:documentation>  128                                </xsd:documentation> 
129                            </xsd:annotation>  129                            </xsd:annotation> 
130                        </xsd:element>  130                        </xsd:element> 
131                    </xsd:sequence>  131                    </xsd:sequence> 
132                </xsd:complexType>  132                </xsd:complexType> 
133            </xsd:element>  133            </xsd:element> 
134            <xsd:element name="NetIncomeFromAllSources" type="AmountType">  134            <xsd:element name="NetIncomeFromAllSources" type="AmountType"> 
135                <xsd:annotation>  135                <xsd:annotation> 
136                    <xsd:documentation>  136                    <xsd:documentation> 
137                        <LineNumber>10</LineNumber>  137                        <LineNumber>10</LineNumber> 
138                        <Description>Net income from all sources per return (Subtract line 9 from line 6)</Description>  138                        <Description>Net income from all sources per return (Subtract line 9 from line 6)</Description> 
139                    </xsd:documentation>  139                    </xsd:documentation> 
140                </xsd:annotation>  140                </xsd:annotation> 
141            </xsd:element>  141            </xsd:element> 
142        </xsd:sequence>  142        </xsd:sequence> 
143    </xsd:complexType>  143    </xsd:complexType> 
144</xsd:schema>  144</xsd:schema> 
145  145