| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <data-files xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/datafiles.xsd"> |
| <data-file name="FlatTaxTable" type-code="001" record-length="182" separator-style="fixed-length"> |
| <record name="taxEntry"> |
| <field name="zipCode" position="0" length="5" type="String"/> |
| <field name="city" position="5" length="28" type="String"/> |
| <field name="county" position="33" length="25" type="String"/> |
| <field name="stateCode" position="58" length="2" type="String"/> |
| <field name="countyDefault" position="60" length="1" type="String"/> |
| <field name="generalDefault" position="61" length="1" type="String"/> |
| <field name="countyFips" position="62" length="5" type="String"/> |
| <field name="stateSalesTax" position="67" length="8" type="Double"/> |
| <field name="countySalesTax" position="75" length="7" type="Double"/> |
| <field name="countyLocalSalesTax" position="83" length="8" type="Double"/> |
| <field name="citySalesTax" position="91" length="8" type="Double"/> |
| <field name="cityLocalSalesTax" position="99" length="8" type="Double"/> |
| <field name="comboSalesTax" position="107" length="8" type="Double"/> |
| <field name="stateUseTax" position="115" length="8" type="Double"/> |
| <field name="countyUseTax" position="123" length="8" type="Double"/> |
| <field name="countyLocalUseTax" position="131" length="8" type="Double"/> |
| <field name="cityUseTax" position="139" length="8" type="Double"/> |
| <field name="cityLocalUseTax" position="147" length="8" type="Double"/> |
| <field name="comboUseTax" position="155" length="8" type="Double"/> |
| <field name="effectiveDate" position="163" length="8" type="String"/> |
| <field name="geoCode" position="171" length="10" type="String"/> |
| <field name="insideCity" position="181" length="1" type="String"/> |
| </record> |
| </data-file> |
| |
| <data-file name="FreightRuleTable" type-code="001" record-length="321" separator-style="fixed-length"> |
| <record name="ruleEntry"> |
| <field name="stateCode" position="0" length="2" type="String"/> |
| <field name="county" position="2" length="25" type="String"/> |
| <field name="city" position="27" length="28" type="String"/> |
| <field name="idCode" position="55" length="3" type="String"/> |
| <field name="taxable" position="58" length="1" type="String"/> |
| <field name="shipCond" position="59" length="254" type="String"/> |
| <field name="effectiveDate" position="313" length="8" type="String"/> |
| </record> |
| </data-file> |
| </data-files> |