{
    "id": "FM_tecom",
    "name": "FM_tecom",
    "features": {
        "ipvoice": {
            "name": "ipvoice",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "large": {
            "name": "large",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "medium": {
            "name": "medium",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "messaging": {
            "name": "messaging",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "rack": {
            "name": "rack",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        },
        "sizes": {
            "name": "sizes",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "small": {
            "name": "small",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "software": {
            "name": "software",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "swpack1": {
            "name": "swpack1",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "swpack2": {
            "name": "swpack2",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "tecom": {
            "name": "tecom",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "upgrade_swpack": {
            "name": "upgrade_swpack",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        }
    },
    "tree": {
        "id": "tecom",
        "children": [
            {
                "id": "ipvoice",
                "children": [
                    {
                        "id": "software",
                        "children": [
                            {
                                "id": "swpack1"
                            },
                            {
                                "id": "swpack2"
                            }
                        ]
                    }
                ]
            },
            {
                "id": "messaging",
                "children": [
                    {
                        "id": "upgrade_swpack"
                    }
                ]
            },
            {
                "id": "rack",
                "children": [
                    {
                        "id": "sizes",
                        "children": [
                            {
                                "id": "large"
                            },
                            {
                                "id": "medium"
                            },
                            {
                                "id": "small"
                            }
                        ]
                    }
                ]
            }
        ]
    },
    "constraints": {
        "Constraint 0": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "swpack1"
                    ]
                },
                {
                    "type": "NotTerm",
                    "operands": [
                        {
                            "type": "FeatureTerm",
                            "operands": [
                                "upgrade_swpack"
                            ]
                        }
                    ]
                }
            ]
        },
        "Constraint 1": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "ipvoice"
                    ]
                },
                {
                    "type": "NotTerm",
                    "operands": [
                        {
                            "type": "FeatureTerm",
                            "operands": [
                                "upgrade_swpack"
                            ]
                        }
                    ]
                }
            ]
        }
    }
}