Sha256: 68bda0964087eb12ac86c6444d9c078515be4f27282d0de5b2a7f388505b59ef

Contents?: true

Size: 1.33 KB

Versions: 11

Compression:

Stored size: 1.33 KB

Contents

<!--
[RetirementPlan]^[DefinedContribution],
[RetirementPlan]^[DefinedBenefit],
[Employee]^[HourlyEmployee],
[Employee]^[SalariedEmployee],
[HourlyEmployee]->[DefinedContribution],
[SalariedEmployee]->[DefinedBenefit],
[Department]-*[Employee]
-->
<company pid=''
         xmlns="http://example.com/employees">

    <hourly-employee>
        <defined-contribution pid='defined-contribution'>
            <retirement-plan/>
        </defined-contribution>
    </hourly-employee>

    <salaried-employee>
        <defined-benefit pid='defined-benefit'>
            <retirement-plan/>
        </defined-benefit>
    </salaried-employee>

    <department pid=''
                name='widget design'>
        <hourly-employee>
            <employee pid=''
                      name='tom'
                      title='janitor'/>
            <employee pid=''
                      name='mary'
                      title='receptionist'/>
            <employee pid=''
                      name='bob'
                      title='office-admin'/>
        </hourly-employee>

        <salaried-employee>
            <employee pid=''
                      name='jack'
                      title='engineer'/>
            <employee pid=''
                      name='jill'
                      title='manager'/>
        </salaried-employee>
    </department>
</company>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
hutch-xamplr-1.3.0 examples/employees/first/xml/ddd-first.xml
hutch-xamplr-1.3.1 examples/employees/first/xml/ddd-first.xml
hutch-xamplr-1.3.10 examples/employees/first/xml/ddd-first.xml
hutch-xamplr-1.3.11 examples/employees/first/xml/ddd-first.xml
hutch-xamplr-1.3.12 examples/employees/first/xml/ddd-first.xml
hutch-xamplr-1.3.13 examples/employees/first/xml/ddd-first.xml
hutch-xamplr-1.3.14 examples/employees/first/xml/ddd-first.xml
hutch-xamplr-1.3.3 examples/employees/first/xml/ddd-first.xml
hutch-xamplr-1.3.8 examples/employees/first/xml/ddd-first.xml
hutch-xamplr-1.3.9 examples/employees/first/xml/ddd-first.xml
xamplr-1.3.15 examples/employees/first/xml/ddd-first.xml