| LABusiness2017V1.0\LABusiness\LAForms\SchD.xsd | LABusiness2017V1.20171227\LABusiness\LAForms\SchD.xsd | ||
|---|---|---|---|
| 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 ASC X12 (ASC X12) --> |
2 | <!-- edited with XMLSpy v2013 (x64) (http://www.altova.com) by ASC X12 (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 2017D</Description> |
6 | <Description>LA e-file Corporate Income & Franchise Tax Schema - LA Form 620 Schedule 2017D</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="SchD" type="SchDType"> |
13 | <xsd:element name="SchD" type="SchDType"> |
| 14 | <xsd:annotation> |
14 | <xsd:annotation> |
| 15 | <xsd:documentation>Computation of Louisiana Net Income</xsd:documentation> |
15 | <xsd:documentation>Computation of Louisiana Net Income</xsd:documentation> |
| 16 | </xsd:annotation> |
16 | </xsd:annotation> |
| 17 | </xsd:element> |
17 | </xsd:element> |
| 18 | <xsd:complexType name="SchDType"> |
18 | <xsd:complexType name="SchDType"> |
| 19 | <xsd:sequence> |
19 | <xsd:sequence> |
| 20 | <xsd:element name="GrossReceiptsLessReturns" minOccurs="0"> |
20 | <xsd:element name="GrossReceiptsLessReturns" minOccurs="0"> |
| 21 | <xsd:annotation> |
21 | <xsd:annotation> |
| 22 | <xsd:documentation> |
22 | <xsd:documentation> |
| 23 | <LineNumber>1</LineNumber> |
23 | <LineNumber>1</LineNumber> |
| 24 | <Description>Gross Receipts</Description> |
24 | <Description>Gross Receipts</Description> |
| 25 | </xsd:documentation> |
25 | </xsd:documentation> |
| 26 | </xsd:annotation> |
26 | </xsd:annotation> |
| 27 | <xsd:complexType> |
27 | <xsd:complexType> |
| 28 | <xsd:sequence> |
28 | <xsd:sequence> |
| 29 | <xsd:element name="Amount" type="USAmountType" minOccurs="0"/> |
29 | <xsd:element name="Amount" type="USAmountType" minOccurs="0"/> |
| 30 | <xsd:element name="GrossReceipts" type="USAmountNNType" minOccurs="0"/> |
30 | <xsd:element name="GrossReceipts" type="USAmountType" minOccurs="0"/> |
| 31 | <xsd:element name="LessReturnsAndAllowances" type="USAmountNNType" minOccurs="0"/> |
31 | <xsd:element name="LessReturnsAndAllowances" type="USAmountType" minOccurs="0"/> |
| 32 | </xsd:sequence> |
32 | </xsd:sequence> |
| 33 | </xsd:complexType> |
33 | </xsd:complexType> |
| 34 | </xsd:element> |
34 | </xsd:element> |
| 35 | <xsd:element name="Less" minOccurs="0"> |
35 | <xsd:element name="Less" minOccurs="0"> |
| 36 | <xsd:annotation> |
36 | <xsd:annotation> |
| 37 | <xsd:documentation> |
37 | <xsd:documentation> |
| 38 | <LineNumber>2</LineNumber> |
38 | <LineNumber>2</LineNumber> |
| 39 | <Description>Less: Cost of goods sold and/or operations</Description> |
39 | <Description>Less: Cost of goods sold and/or operations</Description> |
| 40 | </xsd:documentation> |
40 | </xsd:documentation> |
| 41 | </xsd:annotation> |
41 | </xsd:annotation> |
| 42 | <xsd:complexType> |
42 | <xsd:complexType> |
| 43 | <xsd:simpleContent> |
43 | <xsd:simpleContent> |
| 44 | <xsd:extension base="USAmountType"> |
44 | <xsd:extension base="USAmountType"> |
| 45 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
45 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
| 46 | </xsd:extension> |
46 | </xsd:extension> |
| 47 | </xsd:simpleContent> |
47 | </xsd:simpleContent> |
| 48 | </xsd:complexType> |
48 | </xsd:complexType> |
| 49 | </xsd:element> |
49 | </xsd:element> |
| 50 | <xsd:element name="Income" minOccurs="0"> |
50 | <xsd:element name="Income" minOccurs="0"> |
| 51 | <xsd:complexType> |
51 | <xsd:complexType> |
| 52 | <xsd:sequence> |
52 | <xsd:sequence> |
| 53 | <xsd:element name="GrossProfit" type="USAmountType" minOccurs="0"> |
53 | <xsd:element name="GrossProfit" type="USAmountType" minOccurs="0"> |
| 54 | <xsd:annotation> |
54 | <xsd:annotation> |
| 55 | <xsd:documentation> |
55 | <xsd:documentation> |
| 56 | <LineNumber>3</LineNumber> |
56 | <LineNumber>3</LineNumber> |
| 57 | <Description>Gross Profit</Description> |
57 | <Description>Gross Profit</Description> |
| 58 | </xsd:documentation> |
58 | </xsd:documentation> |
| 59 | </xsd:annotation> |
59 | </xsd:annotation> |
| 60 | </xsd:element> |
60 | </xsd:element> |
| 61 | <xsd:element name="GrossRents" type="USAmountType" minOccurs="0"> |
61 | <xsd:element name="GrossRents" type="USAmountType" minOccurs="0"> |
| 62 | <xsd:annotation> |
62 | <xsd:annotation> |
| 63 | <xsd:documentation> |
63 | <xsd:documentation> |
| 64 | <LineNumber>4</LineNumber> |
64 | <LineNumber>4</LineNumber> |
| 65 | <Description>Gross Rents</Description> |
65 | <Description>Gross Rents</Description> |
| 66 | </xsd:documentation> |
66 | </xsd:documentation> |
| 67 | </xsd:annotation> |
67 | </xsd:annotation> |
| 68 | </xsd:element> |
68 | </xsd:element> |
| 69 | <xsd:element name="GrossRoyalties" type="USAmountType" minOccurs="0"> |
69 | <xsd:element name="GrossRoyalties" type="USAmountType" minOccurs="0"> |
| 70 | <xsd:annotation> |
70 | <xsd:annotation> |
| 71 | <xsd:documentation> |
71 | <xsd:documentation> |
| 72 | <LineNumber>5</LineNumber> |
72 | <LineNumber>5</LineNumber> |
| 73 | <Description>Gross Royalties</Description> |
73 | <Description>Gross Royalties</Description> |
| 74 | </xsd:documentation> |
74 | </xsd:documentation> |
| 75 | </xsd:annotation> |
75 | </xsd:annotation> |
| 76 | </xsd:element> |
76 | </xsd:element> |
| 77 | <xsd:element name="EstatesTrustsIncome" type="USAmountType" minOccurs="0"> |
77 | <xsd:element name="EstatesTrustsIncome" type="USAmountType" minOccurs="0"> |
| 78 | <xsd:annotation> |
78 | <xsd:annotation> |
| 79 | <xsd:documentation> |
79 | <xsd:documentation> |
| 80 | <LineNumber>6</LineNumber> |
80 | <LineNumber>6</LineNumber> |
| 81 | <Description>Income from estates, trusts, partnerships</Description> |
81 | <Description>Income from estates, trusts, partnerships</Description> |
| 82 | </xsd:documentation> |
82 | </xsd:documentation> |
| 83 | </xsd:annotation> |
83 | </xsd:annotation> |
| 84 | </xsd:element> |
84 | </xsd:element> |
| 85 | <xsd:element name="ConstructionRepairIncome" type="USAmountType" minOccurs="0"> |
85 | <xsd:element name="ConstructionRepairIncome" type="USAmountType" minOccurs="0"> |
| 86 | <xsd:annotation> |
86 | <xsd:annotation> |
| 87 | <xsd:documentation> |
87 | <xsd:documentation> |
| 88 | <LineNumber>7</LineNumber> |
88 | <LineNumber>7</LineNumber> |
| 89 | <Description>Income from construction, repair, etc.</Description> |
89 | <Description>Income from construction, repair, etc.</Description> |
| 90 | </xsd:documentation> |
90 | </xsd:documentation> |
| 91 | </xsd:annotation> |
91 | </xsd:annotation> |
| 92 | </xsd:element> |
92 | </xsd:element> |
| 93 | <xsd:element name="OtherIncome" minOccurs="0"> |
93 | <xsd:element name="OtherIncome" minOccurs="0"> |
| 94 | <xsd:annotation> |
94 | <xsd:annotation> |
| 95 | <xsd:documentation> |
95 | <xsd:documentation> |
| 96 | <LineNumber>8</LineNumber> |
96 | <LineNumber>8</LineNumber> |
| 97 | <Description>Other income</Description> |
97 | <Description>Other income</Description> |
| 98 | </xsd:documentation> |
98 | </xsd:documentation> |
| 99 | </xsd:annotation> |
99 | </xsd:annotation> |
| 100 | <xsd:complexType> |
100 | <xsd:complexType> |
| 101 | <xsd:simpleContent> |
101 | <xsd:simpleContent> |
| 102 | <xsd:extension base="USAmountType"> |
102 | <xsd:extension base="USAmountType"> |
| 103 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
103 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
| 104 | </xsd:extension> |
104 | </xsd:extension> |
| 105 | </xsd:simpleContent> |
105 | </xsd:simpleContent> |
| 106 | </xsd:complexType> |
106 | </xsd:complexType> |
| 107 | </xsd:element> |
107 | </xsd:element> |
| 108 | <xsd:element name="TotalIncome" type="USAmountType" minOccurs="0"> |
108 | <xsd:element name="TotalIncome" type="USAmountType" minOccurs="0"> |
| 109 | <xsd:annotation> |
109 | <xsd:annotation> |
| 110 | <xsd:documentation> |
110 | <xsd:documentation> |
| 111 | <LineNumber>9</LineNumber> |
111 | <LineNumber>9</LineNumber> |
| 112 | <Description>Total Income (Add lines 3 through 8)</Description> |
112 | <Description>Total Income (Add lines 3 through 8)</Description> |
| 113 | </xsd:documentation> |
113 | </xsd:documentation> |
| 114 | </xsd:annotation> |
114 | </xsd:annotation> |
| 115 | </xsd:element> |
115 | </xsd:element> |
| 116 | </xsd:sequence> |
116 | </xsd:sequence> |
| 117 | </xsd:complexType> |
117 | </xsd:complexType> |
| 118 | </xsd:element> |
118 | </xsd:element> |
| 119 | <xsd:element name="Deductions" minOccurs="0"> |
119 | <xsd:element name="Deductions" minOccurs="0"> |
| 120 | <xsd:complexType> |
120 | <xsd:complexType> |
| 121 | <xsd:sequence> |
121 | <xsd:sequence> |
| 122 | <xsd:element name="OfficersCompensation" type="USAmountNNType" minOccurs="0"> |
122 | <xsd:element name="OfficersCompensation" type="USAmountType" minOccurs="0"> |
| 123 | <xsd:annotation> |
123 | <xsd:annotation> |
| 124 | <xsd:documentation> |
124 | <xsd:documentation> |
| 125 | <LineNumber>10</LineNumber> |
125 | <LineNumber>10</LineNumber> |
| 126 | <Description>Compensation of officers</Description> |
126 | <Description>Compensation of officers</Description> |
| 127 | </xsd:documentation> |
127 | </xsd:documentation> |
| 128 | </xsd:annotation> |
128 | </xsd:annotation> |
| 129 | </xsd:element> |
129 | </xsd:element> |
| 130 | <xsd:element name="SalariesAndWages" type="USAmountNNType" minOccurs="0"> |
130 | <xsd:element name="SalariesAndWages" type="USAmountType" minOccurs="0"> |
| 131 | <xsd:annotation> |
131 | <xsd:annotation> |
| 132 | <xsd:documentation> |
132 | <xsd:documentation> |
| 133 | <LineNumber>11</LineNumber> |
133 | <LineNumber>11</LineNumber> |
| 134 | <Description>Salaries and wages (not deducted elsewhere)</Description> |
134 | <Description>Salaries and wages (not deducted elsewhere)</Description> |
| 135 | </xsd:documentation> |
135 | </xsd:documentation> |
| 136 | </xsd:annotation> |
136 | </xsd:annotation> |
| 137 | </xsd:element> |
137 | </xsd:element> |
| 138 | <xsd:element name="Repairs" type="USAmountNNType" minOccurs="0"> |
138 | <xsd:element name="Repairs" type="USAmountType" minOccurs="0"> |
| 139 | <xsd:annotation> |
139 | <xsd:annotation> |
| 140 | <xsd:documentation> |
140 | <xsd:documentation> |
| 141 | <LineNumber>12</LineNumber> |
141 | <LineNumber>12</LineNumber> |
| 142 | <Description>Repairs (Do not include improvements or capital expenditures.)</Description> |
142 | <Description>Repairs (Do not include improvements or capital expenditures.)</Description> |
| 143 | </xsd:documentation> |
143 | </xsd:documentation> |
| 144 | </xsd:annotation> |
144 | </xsd:annotation> |
| 145 | </xsd:element> |
145 | </xsd:element> |
| 146 | <xsd:element name="BadDebts" type="USAmountNNType" minOccurs="0"> |
146 | <xsd:element name="BadDebts" type="USAmountType" minOccurs="0"> |
| 147 | <xsd:annotation> |
147 | <xsd:annotation> |
| 148 | <xsd:documentation> |
148 | <xsd:documentation> |
| 149 | <LineNumber>13</LineNumber> |
149 | <LineNumber>13</LineNumber> |
| 150 | <Description>Bad Debts</Description> |
150 | <Description>Bad Debts</Description> |
| 151 | </xsd:documentation> |
151 | </xsd:documentation> |
| 152 | </xsd:annotation> |
152 | </xsd:annotation> |
| 153 | </xsd:element> |
153 | </xsd:element> |
| 154 | <xsd:element name="Rent" type="USAmountNNType" minOccurs="0"> |
154 | <xsd:element name="Rent" type="USAmountType" minOccurs="0"> |
| 155 | <xsd:annotation> |
155 | <xsd:annotation> |
| 156 | <xsd:documentation> |
156 | <xsd:documentation> |
| 157 | <LineNumber>14</LineNumber> |
157 | <LineNumber>14</LineNumber> |
| 158 | <Description>Rent</Description> |
158 | <Description>Rent</Description> |
| 159 | </xsd:documentation> |
159 | </xsd:documentation> |
| 160 | </xsd:annotation> |
160 | </xsd:annotation> |
| 161 | </xsd:element> |
161 | </xsd:element> |
| 162 | <xsd:element name="Taxes" minOccurs="0"> |
162 | <xsd:element name="Taxes" minOccurs="0"> |
| 163 | <xsd:annotation> |
163 | <xsd:annotation> |
| 164 | <xsd:documentation> |
164 | <xsd:documentation> |
| 165 | <LineNumber>15</LineNumber> |
165 | <LineNumber>15</LineNumber> |
| 166 | <Description>Taxs</Description> |
166 | <Description>Taxs</Description> |
| 167 | </xsd:documentation> |
167 | </xsd:documentation> |
| 168 | </xsd:annotation> |
168 | </xsd:annotation> |
| 169 | <xsd:complexType> |
169 | <xsd:complexType> |
| 170 | <xsd:simpleContent> |
170 | <xsd:simpleContent> |
| 171 | <xsd:extension base="USAmountNNType"> |
171 | <xsd:extension base="USAmountType"> |
| 172 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
172 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
| 173 | </xsd:extension> |
173 | </xsd:extension> |
| 174 | </xsd:simpleContent> |
174 | </xsd:simpleContent> |
| 175 | </xsd:complexType> |
175 | </xsd:complexType> |
| 176 | </xsd:element> |
176 | </xsd:element> |
| 177 | <xsd:element name="Interest" type="USAmountNNType" minOccurs="0"> |
177 | <xsd:element name="Interest" type="USAmountType" minOccurs="0"> |
| 178 | <xsd:annotation> |
178 | <xsd:annotation> |
| 179 | <xsd:documentation> |
179 | <xsd:documentation> |
| 180 | <LineNumber>16</LineNumber> |
180 | <LineNumber>16</LineNumber> |
| 181 | <Description>Interest</Description> |
181 | <Description>Interest</Description> |
| 182 | </xsd:documentation> |
182 | </xsd:documentation> |
| 183 | </xsd:annotation> |
183 | </xsd:annotation> |
| 184 | </xsd:element> |
184 | </xsd:element> |
| 185 | <xsd:element name="Contributions" type="USAmountNNType" minOccurs="0"> |
185 | <xsd:element name="Contributions" type="USAmountType" minOccurs="0"> |
| 186 | <xsd:annotation> |
186 | <xsd:annotation> |
| 187 | <xsd:documentation> |
187 | <xsd:documentation> |
| 188 | <LineNumber>17</LineNumber> |
188 | <LineNumber>17</LineNumber> |
| 189 | <Description>Contributions</Description> |
189 | <Description>Contributions</Description> |
| 190 | </xsd:documentation> |
190 | </xsd:documentation> |
| 191 | </xsd:annotation> |
191 | </xsd:annotation> |
| 192 | </xsd:element> |
192 | </xsd:element> |
| 193 | <xsd:element name="Depreciation" minOccurs="0"> |
193 | <xsd:element name="Depreciation" minOccurs="0"> |
| 194 | <xsd:annotation> |
194 | <xsd:annotation> |
| 195 | <xsd:documentation> |
195 | <xsd:documentation> |
| 196 | <LineNumber>18</LineNumber> |
196 | <LineNumber>18</LineNumber> |
| 197 | <Description>Depreciation</Description> |
197 | <Description>Depreciation</Description> |
| 198 | </xsd:documentation> |
198 | </xsd:documentation> |
| 199 | </xsd:annotation> |
199 | </xsd:annotation> |
| 200 | <xsd:complexType> |
200 | <xsd:complexType> |
| 201 | <xsd:simpleContent> |
201 | <xsd:simpleContent> |
| 202 | <xsd:extension base="USAmountNNType"> |
202 | <xsd:extension base="USAmountType"> |
| 203 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
203 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
| 204 | </xsd:extension> |
204 | </xsd:extension> |
| 205 | </xsd:simpleContent> |
205 | </xsd:simpleContent> |
| 206 | </xsd:complexType> |
206 | </xsd:complexType> |
| 207 | </xsd:element> |
207 | </xsd:element> |
| 208 | <xsd:element name="Depletion" minOccurs="0"> |
208 | <xsd:element name="Depletion" minOccurs="0"> |
| 209 | <xsd:annotation> |
209 | <xsd:annotation> |
| 210 | <xsd:documentation> |
210 | <xsd:documentation> |
| 211 | <LineNumber>19</LineNumber> |
211 | <LineNumber>19</LineNumber> |
| 212 | <Description>Depletion</Description> |
212 | <Description>Depletion</Description> |
| 213 | </xsd:documentation> |
213 | </xsd:documentation> |
| 214 | </xsd:annotation> |
214 | </xsd:annotation> |
| 215 | <xsd:complexType> |
215 | <xsd:complexType> |
| 216 | <xsd:simpleContent> |
216 | <xsd:simpleContent> |
| 217 | <xsd:extension base="USAmountNNType"> |
217 | <xsd:extension base="USAmountType"> |
| 218 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
218 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
| 219 | </xsd:extension> |
219 | </xsd:extension> |
| 220 | </xsd:simpleContent> |
220 | </xsd:simpleContent> |
| 221 | </xsd:complexType> |
221 | </xsd:complexType> |
| 222 | </xsd:element> |
222 | </xsd:element> |
| 223 | <xsd:element name="Advertising" type="USAmountNNType" minOccurs="0"> |
223 | <xsd:element name="Advertising" type="USAmountType" minOccurs="0"> |
| 224 | <xsd:annotation> |
224 | <xsd:annotation> |
| 225 | <xsd:documentation> |
225 | <xsd:documentation> |
| 226 | <LineNumber>20</LineNumber> |
226 | <LineNumber>20</LineNumber> |
| 227 | <Description>Advertising</Description> |
227 | <Description>Advertising</Description> |
| 228 | </xsd:documentation> |
228 | </xsd:documentation> |
| 229 | </xsd:annotation> |
229 | </xsd:annotation> |
| 230 | </xsd:element> |
230 | </xsd:element> |
| 231 | <xsd:element name="PensionAndAnnuityPlans" type="USAmountNNType" minOccurs="0"> |
231 | <xsd:element name="PensionAndAnnuityPlans" type="USAmountType" minOccurs="0"> |
| 232 | <xsd:annotation> |
232 | <xsd:annotation> |
| 233 | <xsd:documentation> |
233 | <xsd:documentation> |
| 234 | <LineNumber>21</LineNumber> |
234 | <LineNumber>21</LineNumber> |
| 235 | <Description>Pension, profit sharing, stock bonus, and annuity plans</Description> |
235 | <Description>Pension, profit sharing, stock bonus, and annuity plans</Description> |
| 236 | </xsd:documentation> |
236 | </xsd:documentation> |
| 237 | </xsd:annotation> |
237 | </xsd:annotation> |
| 238 | </xsd:element> |
238 | </xsd:element> |
| 239 | <xsd:element name="OtherEmployeeBenefit" type="USAmountNNType" minOccurs="0"> |
239 | <xsd:element name="OtherEmployeeBenefit" type="USAmountType" minOccurs="0"> |
| 240 | <xsd:annotation> |
240 | <xsd:annotation> |
| 241 | <xsd:documentation> |
241 | <xsd:documentation> |
| 242 | <LineNumber>22</LineNumber> |
242 | <LineNumber>22</LineNumber> |
| 243 | <Description>Other employee benefits</Description> |
243 | <Description>Other employee benefits</Description> |
| 244 | </xsd:documentation> |
244 | </xsd:documentation> |
| 245 | </xsd:annotation> |
245 | </xsd:annotation> |
| 246 | </xsd:element> |
246 | </xsd:element> |
| 247 | <xsd:element name="OtherDeductions" minOccurs="0"> |
247 | <xsd:element name="OtherDeductions" minOccurs="0"> |
| 248 | <xsd:annotation> |
248 | <xsd:annotation> |
| 249 | <xsd:documentation> |
249 | <xsd:documentation> |
| 250 | <LineNumber>23</LineNumber> |
250 | <LineNumber>23</LineNumber> |
| 251 | <Description> Other deductions</Description> |
251 | <Description> Other deductions</Description> |
| 252 | </xsd:documentation> |
252 | </xsd:documentation> |
| 253 | </xsd:annotation> |
253 | </xsd:annotation> |
| 254 | <xsd:complexType> |
254 | <xsd:complexType> |
| 255 | <xsd:simpleContent> |
255 | <xsd:simpleContent> |
| 256 | <xsd:extension base="USAmountNNType"> |
256 | <xsd:extension base="USAmountType"> |
| 257 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
257 | <xsd:attribute name="referenceDocumentId" type="IdType" use="optional"/> |
| 258 | </xsd:extension> |
258 | </xsd:extension> |
| 259 | </xsd:simpleContent> |
259 | </xsd:simpleContent> |
| 260 | </xsd:complexType> |
260 | </xsd:complexType> |
| 261 | </xsd:element> |
261 | </xsd:element> |
| 262 | <xsd:element name="TotalDeductions" type="USAmountNNType" minOccurs="0"> |
262 | <xsd:element name="TotalDeductions" type="USAmountType" minOccurs="0"> |
| 263 | <xsd:annotation> |
263 | <xsd:annotation> |
| 264 | <xsd:documentation> |
264 | <xsd:documentation> |
| 265 | <LineNumber>24</LineNumber> |
265 | <LineNumber>24</LineNumber> |
| 266 | <Description>Total deductions (Add lines 10 through 23)</Description> |
266 | <Description>Total deductions (Add lines 10 through 23)</Description> |
| 267 | </xsd:documentation> |
267 | </xsd:documentation> |
| 268 | </xsd:annotation> |
268 | </xsd:annotation> |
| 269 | </xsd:element> |
269 | </xsd:element> |
| 270 | </xsd:sequence> |
270 | </xsd:sequence> |
| 271 | </xsd:complexType> |
271 | </xsd:complexType> |
| 272 | </xsd:element> |
272 | </xsd:element> |
| 273 | <xsd:element name="Computation"> |
273 | <xsd:element name="Computation"> |
| 274 | <xsd:complexType> |
274 | <xsd:complexType> |
| 275 | <xsd:sequence> |
275 | <xsd:sequence> |
| 276 | <xsd:element name="NetIncomeFromAllSources" type="USAmountType" minOccurs="0"> |
276 | <xsd:element name="NetIncomeFromAllSources" type="USAmountType" minOccurs="0"> |
| 277 | <xsd:annotation> |
277 | <xsd:annotation> |
| 278 | <xsd:documentation> |
278 | <xsd:documentation> |
| 279 | <LineNumber>25</LineNumber> |
279 | <LineNumber>25</LineNumber> |
| 280 | <Description>Net income from all sources (Subtract Line 24, column 3 (TotalAmount) from line 9, column 3)</Description> |
280 | <Description>Net income from all sources (Subtract Line 24, column 3 (TotalAmount) from line 9, column 3)</Description> |
| 281 | </xsd:documentation> |
281 | </xsd:documentation> |
| 282 | </xsd:annotation> |
282 | </xsd:annotation> |
| 283 | </xsd:element> |
283 | </xsd:element> |
| 284 | <xsd:element name="AllocableIncomeFromAllSources" minOccurs="0"> |
284 | <xsd:element name="AllocableIncomeFromAllSources" minOccurs="0"> |
| 285 | <xsd:complexType> |
285 | <xsd:complexType> |
| 286 | <xsd:sequence> |
286 | <xsd:sequence> |
| 287 | <xsd:element name="NetPropertyRentsRoyalties" minOccurs="0"> |
287 | <xsd:element name="NetPropertyRentsRoyalties" minOccurs="0"> |
| 288 | <xsd:annotation> |
288 | <xsd:annotation> |
| 289 | <xsd:documentation> |
289 | <xsd:documentation> |
| 290 | <LineNumber>26A</LineNumber> |
290 | <LineNumber>26A</LineNumber> |
| 291 | <Description>Allocable income from all sources - A. Net rents royalties from immovable or corpreal movable property</Description> |
291 | <Description>Allocable income from all sources - A. Net rents royalties from immovable or corpreal movable property</Description> |
| 292 | </xsd:documentation> |
292 | </xsd:documentation> |
| 293 | </xsd:annotation> |
293 | </xsd:annotation> |
| 294 | <xsd:complexType> |
294 | <xsd:complexType> |
| 295 | <xsd:simpleContent> |
295 | <xsd:simpleContent> |
| 296 | <xsd:extension base="USAmountType"> |
296 | <xsd:extension base="USAmountType"> |
| 297 | <xsd:attribute name="referenceDocumentId"/> |
297 | <xsd:attribute name="referenceDocumentId"/> |
| 298 | </xsd:extension> |
298 | </xsd:extension> |
| 299 | </xsd:simpleContent> |
299 | </xsd:simpleContent> |
| 300 | </xsd:complexType> |
300 | </xsd:complexType> |
| 301 | </xsd:element> |
301 | </xsd:element> |
| 302 | <xsd:element name="PatentsUsedRoyalties" minOccurs="0"> |
302 | <xsd:element name="PatentsUsedRoyalties" minOccurs="0"> |
| 303 | <xsd:annotation> |
303 | <xsd:annotation> |
| 304 | <xsd:documentation> |
304 | <xsd:documentation> |
| 305 | <LineNumber>26B</LineNumber> |
305 | <LineNumber>26B</LineNumber> |
| 306 | <Description>Royalties from the use of patents, trademarks, etc.</Description> |
306 | <Description>Royalties from the use of patents, trademarks, etc.</Description> |
| 307 | </xsd:documentation> |
307 | </xsd:documentation> |
| 308 | </xsd:annotation> |
308 | </xsd:annotation> |
| 309 | <xsd:complexType> |
309 | <xsd:complexType> |
| 310 | <xsd:simpleContent> |
310 | <xsd:simpleContent> |
| 311 | <xsd:extension base="USAmountNNType"> |
311 | <xsd:extension base="USAmountType"> |
| 312 | <xsd:attribute name="referenceDocumentId"/> |
312 | <xsd:attribute name="referenceDocumentId"/> |
| 313 | </xsd:extension> |
313 | </xsd:extension> |
| 314 | </xsd:simpleContent> |
314 | </xsd:simpleContent> |
| 315 | </xsd:complexType> |
315 | </xsd:complexType> |
| 316 | </xsd:element> |
316 | </xsd:element> |
| 317 | <xsd:element name="IncomeFromEstates" minOccurs="0"> |
317 | <xsd:element name="IncomeFromEstates" minOccurs="0"> |
| 318 | <xsd:annotation> |
318 | <xsd:annotation> |
| 319 | <xsd:documentation> |
319 | <xsd:documentation> |
| 320 | <LineNumber>26C</LineNumber> |
320 | <LineNumber>26C</LineNumber> |
| 321 | <Description>Income from estates, trusts, and partnerships</Description> |
321 | <Description>Income from estates, trusts, and partnerships</Description> |
| 322 | </xsd:documentation> |
322 | </xsd:documentation> |
| 323 | </xsd:annotation> |
323 | </xsd:annotation> |
| 324 | <xsd:complexType> |
324 | <xsd:complexType> |
| 325 | <xsd:simpleContent> |
325 | <xsd:simpleContent> |
| 326 | <xsd:extension base="USAmountType"> |
326 | <xsd:extension base="USAmountType"> |
| 327 | <xsd:attribute name="referenceDocumentId"/> |
327 | <xsd:attribute name="referenceDocumentId"/> |
| 328 | </xsd:extension> |
328 | </xsd:extension> |
| 329 | </xsd:simpleContent> |
329 | </xsd:simpleContent> |
| 330 | </xsd:complexType> |
330 | </xsd:complexType> |
| 331 | </xsd:element> |
331 | </xsd:element> |
| 332 | <xsd:element name="ConstructionRepairIncome" minOccurs="0"> |
332 | <xsd:element name="ConstructionRepairIncome" minOccurs="0"> |
| 333 | <xsd:annotation> |
333 | <xsd:annotation> |
| 334 | <xsd:documentation> |
334 | <xsd:documentation> |
| 335 | <LineNumber>26D</LineNumber> |
335 | <LineNumber>26D</LineNumber> |
| 336 | <Description>Income from construction, repair, etc.</Description> |
336 | <Description>Income from construction, repair, etc.</Description> |
| 337 | </xsd:documentation> |
337 | </xsd:documentation> |
| 338 | </xsd:annotation> |
338 | </xsd:annotation> |
| 339 | <xsd:complexType> |
339 | <xsd:complexType> |
| 340 | <xsd:simpleContent> |
340 | <xsd:simpleContent> |
| 341 | <xsd:extension base="USAmountType"> |
341 | <xsd:extension base="USAmountType"> |
| 342 | <xsd:attribute name="referenceDocumentId"/> |
342 | <xsd:attribute name="referenceDocumentId"/> |
| 343 | </xsd:extension> |
343 | </xsd:extension> |
| 344 | </xsd:simpleContent> |
344 | </xsd:simpleContent> |
| 345 | </xsd:complexType> |
345 | </xsd:complexType> |
| 346 | </xsd:element> |
346 | </xsd:element> |
| 347 | <xsd:element name="OtherAllocableIncome" minOccurs="0"> |
347 | <xsd:element name="OtherAllocableIncome" minOccurs="0"> |
| 348 | <xsd:annotation> |
348 | <xsd:annotation> |
| 349 | <xsd:documentation> |
349 | <xsd:documentation> |
| 350 | <LineNumber>26E</LineNumber> |
350 | <LineNumber>26E</LineNumber> |
| 351 | <Description>Other allocable income</Description> |
351 | <Description>Other allocable income</Description> |
| 352 | </xsd:documentation> |
352 | </xsd:documentation> |
| 353 | </xsd:annotation> |
353 | </xsd:annotation> |
| 354 | <xsd:complexType> |
354 | <xsd:complexType> |
| 355 | <xsd:simpleContent> |
355 | <xsd:simpleContent> |
| 356 | <xsd:extension base="USAmountType"> |
356 | <xsd:extension base="USAmountType"> |
| 357 | <xsd:attribute name="referenceDocumentId"/> |
357 | <xsd:attribute name="referenceDocumentId"/> |
| 358 | </xsd:extension> |
358 | </xsd:extension> |
| 359 | </xsd:simpleContent> |
359 | </xsd:simpleContent> |
| 360 | </xsd:complexType> |
360 | </xsd:complexType> |
| 361 | </xsd:element> |
361 | </xsd:element> |
| 362 | <xsd:element name="AllocableExpenses" minOccurs="0"> |
362 | <xsd:element name="AllocableExpenses" minOccurs="0"> |
| 363 | <xsd:annotation> |
363 | <xsd:annotation> |
| 364 | <xsd:documentation> |
364 | <xsd:documentation> |
| 365 | <LineNumber>26F</LineNumber> |
365 | <LineNumber>26F</LineNumber> |
| 366 | <Description>Allocable expenses</Description> |
366 | <Description>Allocable expenses</Description> |
| 367 | </xsd:documentation> |
367 | </xsd:documentation> |
| 368 | </xsd:annotation> |
368 | </xsd:annotation> |
| 369 | <xsd:complexType> |
369 | <xsd:complexType> |
| 370 | <xsd:simpleContent> |
370 | <xsd:simpleContent> |
| 371 | <xsd:extension base="USAmountNegType"> |
371 | <xsd:extension base="USAmountNegType"> |
| 372 | <xsd:attribute name="referenceDocumentId"/> |
372 | <xsd:attribute name="referenceDocumentId"/> |
| 373 | </xsd:extension> |
373 | </xsd:extension> |
| 374 | </xsd:simpleContent> |
374 | </xsd:simpleContent> |
| 375 | </xsd:complexType> |
375 | </xsd:complexType> |
| 376 | </xsd:element> |
376 | </xsd:element> |
| 377 | <xsd:element name="TotalAllocableIncome" type="USAmountType"> |
377 | <xsd:element name="TotalAllocableIncome" type="USAmountType"> |
| 378 | <xsd:annotation> |
378 | <xsd:annotation> |
| 379 | <xsd:documentation> |
379 | <xsd:documentation> |
| 380 | <LineNumber>26G</LineNumber> |
380 | <LineNumber>26G</LineNumber> |
| 381 | <Description>Allocable expenses</Description> |
381 | <Description>Allocable expenses</Description> |
| 382 | </xsd:documentation> |
382 | </xsd:documentation> |
| 383 | </xsd:annotation> |
383 | </xsd:annotation> |
| 384 | </xsd:element> |
384 | </xsd:element> |
| 385 | </xsd:sequence> |
385 | </xsd:sequence> |
| 386 | </xsd:complexType> |
386 | </xsd:complexType> |
| 387 | </xsd:element> |
387 | </xsd:element> |
| 388 | <xsd:element name="NetApportionmentIncome" type="USAmountType" minOccurs="0"> |
388 | <xsd:element name="NetApportionmentIncome" type="USAmountType" minOccurs="0"> |
| 389 | <xsd:annotation> |
389 | <xsd:annotation> |
| 390 | <xsd:documentation> |
390 | <xsd:documentation> |
| 391 | <LineNumber>27</LineNumber> |
391 | <LineNumber>27</LineNumber> |
| 392 | <Description>Net income subject to apportionment (Subtract line 26G from line 25)</Description> |
392 | <Description>Net income subject to apportionment (Subtract line 26G from line 25)</Description> |
| 393 | </xsd:documentation> |
393 | </xsd:documentation> |
| 394 | </xsd:annotation> |
394 | </xsd:annotation> |
| 395 | </xsd:element> |
395 | </xsd:element> |
| 396 | <xsd:element name="NetIncomeApportionedToLA" type="USAmountType" minOccurs="0"> |
396 | <xsd:element name="NetIncomeApportionedToLA" type="USAmountType" minOccurs="0"> |
| 397 | <xsd:annotation> |
397 | <xsd:annotation> |
| 398 | <xsd:documentation> |
398 | <xsd:documentation> |
| 399 | <LineNumber>28</LineNumber> |
399 | <LineNumber>28</LineNumber> |
| 400 | <Description>Net income apportioned to Louisiana</Description> |
400 | <Description>Net income apportioned to Louisiana</Description> |
| 401 | </xsd:documentation> |
401 | </xsd:documentation> |
| 402 | </xsd:annotation> |
402 | </xsd:annotation> |
| 403 | </xsd:element> |
403 | </xsd:element> |
| 404 | <xsd:element name="AllocableIncomeFromLASources" minOccurs="0"> |
404 | <xsd:element name="AllocableIncomeFromLASources" minOccurs="0"> |
| 405 | <xsd:complexType> |
405 | <xsd:complexType> |
| 406 | <xsd:sequence> |
406 | <xsd:sequence> |
| 407 | <xsd:element name="NetPropertyRentsRoyalties" minOccurs="0"> |
407 | <xsd:element name="NetPropertyRentsRoyalties" minOccurs="0"> |
| 408 | <xsd:annotation> |
408 | <xsd:annotation> |
| 409 | <xsd:documentation> |
409 | <xsd:documentation> |
| 410 | <LineNumber>29a</LineNumber> |
410 | <LineNumber>29a</LineNumber> |
| 411 | <Description>Allocable Income from Louisiana sources - A. Net rents and royalties from immovable or corporeal movable property.</Description> |
411 | <Description>Allocable Income from Louisiana sources - A. Net rents and royalties from immovable or corporeal movable property.</Description> |
| 412 | </xsd:documentation> |
412 | </xsd:documentation> |
| 413 | </xsd:annotation> |
413 | </xsd:annotation> |
| 414 | <xsd:complexType> |
414 | <xsd:complexType> |
| 415 | <xsd:simpleContent> |
415 | <xsd:simpleContent> |
| 416 | <xsd:extension base="USAmountType"> |
416 | <xsd:extension base="USAmountType"> |
| 417 | <xsd:attribute name="referenceDocumentId"/> |
417 | <xsd:attribute name="referenceDocumentId"/> |
| 418 | </xsd:extension> |
418 | </xsd:extension> |
| 419 | </xsd:simpleContent> |
419 | </xsd:simpleContent> |
| 420 | </xsd:complexType> |
420 | </xsd:complexType> |
| 421 | </xsd:element> |
421 | </xsd:element> |
| 422 | <xsd:element name="PatentsUsedRoyalties" minOccurs="0"> |
422 | <xsd:element name="PatentsUsedRoyalties" minOccurs="0"> |
| 423 | <xsd:annotation> |
423 | <xsd:annotation> |
| 424 | <xsd:documentation> |
424 | <xsd:documentation> |
| 425 | <LineNumber>29b</LineNumber> |
425 | <LineNumber>29b</LineNumber> |
| 426 | <Description>Royalties from the use of patents, trademarks, etc.</Description>Line 30b: </xsd:documentation> |
426 | <Description>Royalties from the use of patents, trademarks, etc.</Description>Line 30b: </xsd:documentation> |
| 427 | </xsd:annotation> |
427 | </xsd:annotation> |
| 428 | <xsd:complexType> |
428 | <xsd:complexType> |
| 429 | <xsd:simpleContent> |
429 | <xsd:simpleContent> |
| 430 | <xsd:extension base="USAmountType"> |
430 | <xsd:extension base="USAmountType"> |
| 431 | <xsd:attribute name="referenceDocumentId"/> |
431 | <xsd:attribute name="referenceDocumentId"/> |
| 432 | </xsd:extension> |
432 | </xsd:extension> |
| 433 | </xsd:simpleContent> |
433 | </xsd:simpleContent> |
| 434 | </xsd:complexType> |
434 | </xsd:complexType> |
| 435 | </xsd:element> |
435 | </xsd:element> |
| 436 | <xsd:element name="EstatesTrustsPartnershipIncome" minOccurs="0"> |
436 | <xsd:element name="EstatesTrustsPartnershipIncome" minOccurs="0"> |
| 437 | <xsd:annotation> |
437 | <xsd:annotation> |
| 438 | <xsd:documentation> |
438 | <xsd:documentation> |
| 439 | <LineNumber>29c</LineNumber> |
439 | <LineNumber>29c</LineNumber> |
| 440 | <Description>Income from estates, trusts, and partnerships</Description> |
440 | <Description>Income from estates, trusts, and partnerships</Description> |
| 441 | </xsd:documentation> |
441 | </xsd:documentation> |
| 442 | </xsd:annotation> |
442 | </xsd:annotation> |
| 443 | <xsd:complexType> |
443 | <xsd:complexType> |
| 444 | <xsd:simpleContent> |
444 | <xsd:simpleContent> |
| 445 | <xsd:extension base="USAmountType"> |
445 | <xsd:extension base="USAmountType"> |
| 446 | <xsd:attribute name="referenceDocumentId"/> |
446 | <xsd:attribute name="referenceDocumentId"/> |
| 447 | </xsd:extension> |
447 | </xsd:extension> |
| 448 | </xsd:simpleContent> |
448 | </xsd:simpleContent> |
| 449 | </xsd:complexType> |
449 | </xsd:complexType> |
| 450 | </xsd:element> |
450 | </xsd:element> |
| 451 | <xsd:element name="ConstructionRepairIncome" minOccurs="0"> |
451 | <xsd:element name="ConstructionRepairIncome" minOccurs="0"> |
| 452 | <xsd:annotation> |
452 | <xsd:annotation> |
| 453 | <xsd:documentation> |
453 | <xsd:documentation> |
| 454 | <LineNumber>29d</LineNumber> |
454 | <LineNumber>29d</LineNumber> |
| 455 | <Description>Income from construction, repair, etc</Description> |
455 | <Description>Income from construction, repair, etc</Description> |
| 456 | </xsd:documentation> |
456 | </xsd:documentation> |
| 457 | </xsd:annotation> |
457 | </xsd:annotation> |
| 458 | <xsd:complexType> |
458 | <xsd:complexType> |
| 459 | <xsd:simpleContent> |
459 | <xsd:simpleContent> |
| 460 | <xsd:extension base="USAmountType"> |
460 | <xsd:extension base="USAmountType"> |
| 461 | <xsd:attribute name="referenceDocumentId"/> |
461 | <xsd:attribute name="referenceDocumentId"/> |
| 462 | </xsd:extension> |
462 | </xsd:extension> |
| 463 | </xsd:simpleContent> |
463 | </xsd:simpleContent> |
| 464 | </xsd:complexType> |
464 | </xsd:complexType> |
| 465 | </xsd:element> |
465 | </xsd:element> |
| 466 | <xsd:element name="OtherAllocableIncome" minOccurs="0"> |
466 | <xsd:element name="OtherAllocableIncome" minOccurs="0"> |
| 467 | <xsd:annotation> |
467 | <xsd:annotation> |
| 468 | <xsd:documentation> |
468 | <xsd:documentation> |
| 469 | <LineNumber>29e</LineNumber> |
469 | <LineNumber>29e</LineNumber> |
| 470 | <Description>Other allocable income</Description> |
470 | <Description>Other allocable income</Description> |
| 471 | </xsd:documentation> |
471 | </xsd:documentation> |
| 472 | </xsd:annotation> |
472 | </xsd:annotation> |
| 473 | <xsd:complexType> |
473 | <xsd:complexType> |
| 474 | <xsd:simpleContent> |
474 | <xsd:simpleContent> |
| 475 | <xsd:extension base="USAmountType"> |
475 | <xsd:extension base="USAmountType"> |
| 476 | <xsd:attribute name="referenceDocumentId"/> |
476 | <xsd:attribute name="referenceDocumentId"/> |
| 477 | </xsd:extension> |
477 | </xsd:extension> |
| 478 | </xsd:simpleContent> |
478 | </xsd:simpleContent> |
| 479 | </xsd:complexType> |
479 | </xsd:complexType> |
| 480 | </xsd:element> |
480 | </xsd:element> |
| 481 | <xsd:element name="AllocableExpenses" minOccurs="0"> |
481 | <xsd:element name="AllocableExpenses" minOccurs="0"> |
| 482 | <xsd:annotation> |
482 | <xsd:annotation> |
| 483 | <xsd:documentation> |
483 | <xsd:documentation> |
| 484 | <LineNumber>29f</LineNumber> |
484 | <LineNumber>29f</LineNumber> |
| 485 | <Description>Other allocable income</Description> |
485 | <Description>Other allocable income</Description> |
| 486 | </xsd:documentation> |
486 | </xsd:documentation> |
| 487 | </xsd:annotation> |
487 | </xsd:annotation> |
| 488 | <xsd:complexType> |
488 | <xsd:complexType> |
| 489 | <xsd:simpleContent> |
489 | <xsd:simpleContent> |
| 490 | <xsd:extension base="USAmountNegType"> |
490 | <xsd:extension base="USAmountNegType"> |
| 491 | <xsd:attribute name="referenceDocumentId"/> |
491 | <xsd:attribute name="referenceDocumentId"/> |
| 492 | </xsd:extension> |
492 | </xsd:extension> |
| 493 | </xsd:simpleContent> |
493 | </xsd:simpleContent> |
| 494 | </xsd:complexType> |
494 | </xsd:complexType> |
| 495 | </xsd:element> |
495 | </xsd:element> |
| 496 | <xsd:element name="TotalAllocableIncome" type="USAmountType"> |
496 | <xsd:element name="TotalAllocableIncome" type="USAmountType"> |
| 497 | <xsd:annotation> |
497 | <xsd:annotation> |
| 498 | <xsd:documentation> |
498 | <xsd:documentation> |
| 499 | <LineNumber>29G</LineNumber> |
499 | <LineNumber>29G</LineNumber> |
| 500 | <Description>Allocable expenses</Description> |
500 | <Description>Allocable expenses</Description> |
| 501 | </xsd:documentation> |
501 | </xsd:documentation> |
| 502 | </xsd:annotation> |
502 | </xsd:annotation> |
| 503 | </xsd:element> |
503 | </xsd:element> |
| 504 | </xsd:sequence> |
504 | </xsd:sequence> |
| 505 | </xsd:complexType> |
505 | </xsd:complexType> |
| 506 | </xsd:element> |
506 | </xsd:element> |
| 507 | <xsd:element name="LaNetIncome" type="USAmountType"> |
507 | <xsd:element name="LaNetIncome" type="USAmountType"> |
| 508 | <xsd:annotation> |
508 | <xsd:annotation> |
| 509 | <xsd:documentation> |
509 | <xsd:documentation> |
| 510 | <LineNumber>30</LineNumber> |
510 | <LineNumber>30</LineNumber> |
| 511 | <Description>Louisiana net income before loss adjustments and federal income tax deduction (Add line 28 to line 29g)</Description> |
511 | <Description>Louisiana net income before loss adjustments and federal income tax deduction (Add line 28 to line 29g)</Description> |
| 512 | </xsd:documentation> |
512 | </xsd:documentation> |
| 513 | </xsd:annotation> |
513 | </xsd:annotation> |
| 514 | </xsd:element> |
514 | </xsd:element> |
| 515 | </xsd:sequence> |
515 | </xsd:sequence> |
| 516 | </xsd:complexType> |
516 | </xsd:complexType> |
| 517 | </xsd:element> |
517 | </xsd:element> |
| 518 | </xsd:sequence> |
518 | </xsd:sequence> |
| 519 | </xsd:complexType> |
519 | </xsd:complexType> |
| 520 | </xsd:schema> |
520 | </xsd:schema> |
| 521 | |
521 | |