<?xml version="1.0" standalone="yes"?>
<Table name="Condiciones">
    <Row>
        <Id>1</Id>
        <Nombre>BUENA</Nombre>
    </Row>
    <Row>
        <Id>2</Id>
        <Nombre>REGULAR</Nombre>
    </Row>
    <Row>
        <Id>3</Id>
        <Nombre>MALA</Nombre>
    </Row>
</Table>