<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tosca:Definitions xmlns:tosca="http://docs.oasis-open.org/tosca/ns/2011/12" xmlns:winery="http://www.opentosca.org/winery/extensions/tosca/2013/02/12" xmlns:ns2="http://www.eclipse.org/winery/model/selfservice" id="winery-defs-for_ns55-DesiredEnvironment" targetNamespace="https://github.com/jacopogiallo/tosca-mart-repo/NodeTypes">
	<tosca:Import namespace="https://github.com/jacopogiallo/tosca-mart-repo/CapabilityTypes" location="https://raw.githubusercontent.com/jacopogiallo/TOSCA-MART/master/Dataset/CapabilityTypes/SQLRuntimeCapabilityType.tosca" importType="http://docs.oasis-open.org/tosca/ns/2011/12"/>
    <tosca:Import namespace="https://github.com/jacopogiallo/tosca-mart-repo/CapabilityTypes" location="https://raw.githubusercontent.com/jacopogiallo/TOSCA-MART/master/Dataset/CapabilityTypes/PHPRuntimeCapabilityType.tosca" importType="http://docs.oasis-open.org/tosca/ns/2011/12"/>
	<tosca:Import namespace="https://github.com/jacopogiallo/tosca-mart-repo/NodeTypes/propertiesdefinition/winery" location="https://raw.githubusercontent.com/jacopogiallo/TOSCA-MART/master/Dataset/PropertiesDefinition/DesiredEnvironment.xsd"/>
    <tosca:NodeType name="DesiredEnvironment" abstract="no" final="no" targetNamespace="https://github.com/jacopogiallo/tosca-mart-repo/NodeTypes" winery:bordercolor="#6eb339">
        <winery:PropertiesDefinition elementname="Properties" namespace="https://github.com/jacopogiallo/tosca-mart-repo/NodeTypes/propertiesdefinition/winery">
            <winery:properties>
                <winery:key>ApplicationHostID</winery:key>
                <winery:type>xsd:string</winery:type>
            </winery:properties>
        </winery:PropertiesDefinition>
        <tosca:PropertiesDefinition xmlns:ns61="https://github.com/jacopogiallo/tosca-mart-repo/NodeTypes/propertiesdefinition/winery" type="ns61:Properties"/>
        <tosca:CapabilityDefinitions>
            <tosca:CapabilityDefinition xmlns:ns37="https://github.com/jacopogiallo/tosca-mart-repo/CapabilityTypes" name="RuntimeSupport" capabilityType="ns37:PHPRuntimeCapabilityType" lowerBound="1" upperBound="unbounded"/>
            <tosca:CapabilityDefinition xmlns:ns37="https://github.com/jacopogiallo/tosca-mart-repo/CapabilityTypes" name="DBRuntimeSupport" capabilityType="ns37:SQLRuntimeCapabilityType" lowerBound="1" upperBound="unbounded"/>
        </tosca:CapabilityDefinitions>
        <tosca:Interfaces>
            <tosca:Interface name="Server">
                <tosca:Operation name="DeployPHPApplication">
                    <tosca:InputParameters>
                        <tosca:InputParameter name="FilePath" type="xsd:string" required="yes"/>
                    </tosca:InputParameters>
                </tosca:Operation>
            </tosca:Interface>
        </tosca:Interfaces>
    </tosca:NodeType>
</tosca:Definitions>