{
    "nodes": {
        "CountryOutput1": {
            "x": 471,
            "y": 19,
            "type": "CountryOutput",
            "values": {
                "name": null,
                "identifier": null
            }
        },
        "LocationOutput1": {
            "x": 746,
            "y": 149,
            "type": "LocationOutput",
            "values": {
                "name": null,
                "country_id": null,
                "identifier": null
            }
        },
        "XMLReaderInput1": {
            "x": 28,
            "y": 21,
            "type": "XMLReaderInput",
            "values": {
                "path": "../data/XMLReader/test1.xml"
            },
            "userdata": {
                "out": {
                    "Resort": "XMLReader",
                    "Country": "XMLReader"
                },
                "label": "Mappings"
            }
        },
        "XMLReaderElement1": {
            "x": 175,
            "y": 20,
            "type": "XMLReaderElement",
            "values": {
                "xml": null
            },
            "userdata": {
                "out": {
                    "Id": "Int",
                    "Name": "String",
                    "Resort": "XMLReader"
                },
                "label": "Country"
            }
        },
        "XMLReaderElement2": {
            "x": 318,
            "y": 156,
            "type": "XMLReaderElement",
            "values": {
                "xml": null
            },
            "userdata": {
                "out": {
                    "Id": "Int",
                    "Name": "String",
                    "ArrApts": "String"
                },
                "label": "Resort"
            }
        }
    },
    "connections": {
        "CountryOutput1": {
            "name": [
                "XMLReaderElement1",
                "Name"
            ],
            "identifier": [
                "XMLReaderElement1",
                "Id"
            ]
        },
        "LocationOutput1": {
            "name": [
                "XMLReaderElement2",
                "Name"
            ],
            "country_id": [
                "CountryOutput1",
                "id"
            ],
            "identifier": [
                "XMLReaderElement2",
                "Id"
            ]
        },
        "XMLReaderElement1": {
            "xml": [
                "XMLReaderInput1",
                "Country"
            ]
        },
        "XMLReaderElement2": {
            "xml": [
                "XMLReaderElement1",
                "Resort"
            ]
        }
    }
}