<?xml version="1.0" encoding="UTF-8"?>
<xdwc:BulkDWC005 xmlns:xdwc="https://tdi.texas.gov/DWCForms"
    xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="https://tdi.texas.gov/DWCForms EmployerFormsSchema.xsd">

    <!--  ************************************************************  -->
    <!--  Each primary employer has its own DWC005 block.  This is    -->
    <!--  the start of data for the first primary employer. Employer has multiple Texas locations.
    Filing Reason Type is
    Annual.            -->
    <!--  ************************************************************  -->
    <DWC005>
        <!-- Part 1. Parent company or single location business information. -->
        <Employer>
            <!-- 1. Employer Business Name. -->
            <!-- Required field. -->
            <Name>El Toro Group</Name>
            <!--  2. Federal Employer ID Number. -->
            <!-- Required field. 9 digit number. No spaces or dashes. -->
            <FEIN>987654321</FEIN>
            <!--  3. Employer Business Mailing Address.  -->
            <!-- Required field. All fields under Address are Required fields. -->
            <Address>
                <!-- US Address. Street or PO Box  -->
                <Line>600 Main St.</Line>
                <!-- US City -->
                <City>Tampa</City>
                <!-- US State -->
                <State>FL</State>
                <!-- 5 or 9-digit ZIP required for US addresses (no punctuation) -->
                <Zip>33559</Zip>
            </Address>
            <!-- 4. Six-Digit North American Industry Classification System (NAICS) code. -->
            <!-- Required field. -->
            <NAICSCode>722511</NAICSCode>
            <!-- Employer Contact Details. -->
            <!-- Required field. All fields under Contact are Required fields. -->
            <Contact>
                <!-- 5. Contact name (first, last). Contact persion from the Employer. -->
                <Name>John Winson</Name>
                <!-- 6. Contact phone number. -->
                <Phone>
                    <!-- Required field. 3-digit US Phone Area Code. -->
                    <AreaCode>512</AreaCode>
                    <!-- Required field. 7-digit US Phone number.-->
                    <Number>2345432</Number>
                    <!-- Optional field-->
                    <Extension></Extension>
                </Phone>
                <!-- 7. Contact email -->
                <!-- Required field. -->
                <EMail>johnwinson@eltoro.com</EMail>
            </Contact>
        </Employer>

        <!-- 10. Reason for filing -->
        <!-- Required field-->
        <FilingReason>
            <!-- 9. Effective dates -->
            <!-- Required field -->
            <EffectiveDates>
                <!-- Required fields. Date range cann't be more than one year.-->
                <!-- yyyy-mm-dd format -->
                <FromDate>2014-04-01</FromDate>
                <!-- yyyy-mm-dd format -->
                <ToDate>2015-03-31</ToDate>
            </EffectiveDates>

            <!-- 10.a  Annual filing, between February 1 and April 30 each year. (required for all
            non-subscribers). -->
            <!-- Required field -->
            <FilingReasonType>Annual</FilingReasonType>
        </FilingReason>

        <!--  ************************************************************  -->
        <!--  NOTE: You must provide name, Federal Employer ID number and   -->
        <!--  address of each Texas business location, subsidiary, or       -->
        <!--  separate entity of the primary employer covered by this       -->
        <!--  report (DWC-005). Only include those in Texas.                -->
        <!--                                                                -->
        <!--  In this example, because the primary employer address is      -->
        <!--  not in Texas, at least one location is required.              -->
        <!--  ************************************************************  -->
        <!--  Additional business locations as reported on DWC Form-205  -->
        <!-- 11. Business locations  -->
        <!--  Location 1  -->
        <Location>
            <!-- yyyy-mm-dd format -->
            <EffectiveDate>2014-05-01</EffectiveDate>
            <!--  Business Name  -->
            <Name>El Toro, Austin</Name>
            <!--  Federal Employee ID Number  -->
            <FEIN>987654321</FEIN>
            <!--  Business Address  -->
            <Address>
                <!-- US Address. Street or PO Box  -->
                <Line>100 Main Street</Line>
                <!-- US City -->
                <City>Austin</City>
                <!-- US State -->
                <State>TX</State>
                <!-- 5 or 9-digit ZIP required for US addresses (no punctuation) -->
                <Zip>78744</Zip>
            </Address>
        </Location>
        <!--  Location 2  -->
        <Location>
            <!-- yyyy-mm-dd format -->
            <EffectiveDate>2014-05-01</EffectiveDate>
            <!--  Business Name  -->
            <Name>El Toro, Cedar Park</Name>
            <!--  Federal Employee ID Number  -->
            <FEIN>987654321</FEIN>
            <!--  Business Address  -->
            <Address>
                <!-- US Address. Street or PO Box  -->
                <Line>766 Elm Ave.</Line>
                <!-- US City -->
                <City>Cedar Park</City>
                <!-- US State -->
                <State>TX</State>
                <!-- 5 or 9-digit ZIP required for US addresses (no punctuation) -->
                <Zip>78744</Zip>
            </Address>
        </Location>
        <!--  Location 3  -->
        <Location>
            <!-- yyyy-mm-dd format -->
            <EffectiveDate>2015-01-01</EffectiveDate>
            <!--  Business Name  -->
            <Name>El Toro, Lakeway</Name>
            <!--  Federal Employee ID Number  -->
            <FEIN>987654321</FEIN>
            <!--  Business Address  -->
            <Address>
                <!-- US Address. Street or PO Box  -->
                <Line>250 Broadway, Unit 5</Line>
                <!-- US City -->
                <City>Lakeway</City>
                <!-- US State -->
                <State>TX</State>
                <!-- 5 or 9-digit ZIP required for US addresses (no punctuation) -->
                <Zip>78744</Zip>
            </Address>
        </Location>
    </DWC005>
</xdwc:BulkDWC005>