Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="ASCII"?>
<occi:Extension xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:occi="http://schemas.ogf.org/occi" name="cloud" scheme="http://occiware.org/cloud#">
<import href="platform:/plugin/org.occiware.clouddesigner.occi/model/Core.occie#/"/>
<import href="platform:/plugin/org.occiware.clouddesigner.occi.infrastructure/model/Infrastructure.occie#/"/>
<kinds term="machine" scheme="http://occiware.org/cloud#" title="Machine Resource">
<attributes name="name" required="true">
<type href="platform:/plugin/org.occiware.clouddesigner.occi/model/Core.occie#//@types.0"/>
</attributes>
<parent href="platform:/plugin/org.occiware.clouddesigner.occi.infrastructure/model/Infrastructure.occie#//@kinds[term='compute']"/>
</kinds>