Skip to content

Instantly share code, notes, and snippets.

@koriym
Created June 26, 2022 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koriym/20d474361c2b9b132f8d50d5bf599c7b to your computer and use it in GitHub Desktop.
Save koriym/20d474361c2b9b132f8d50d5bf599c7b to your computer and use it in GitHub Desktop.
alps3min.xml
<?xml version="1.0" encoding="UTF-8"?>
<alps
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://alps-io.github.io/schemas/alps.xsd">
<title>ALPS3min</title>
<!-- Ontology -->
<descriptor id="name" />
<!-- Taxonomy -->
<descriptor id="person" title="Home">
<descriptor id="name" />
<descriptor id="age" />
</descriptor>
<descriptor id="person" title="Home">
<descriptor id="name" />
<descriptor id="age" />
<!-- Choreography -->
<descriptor id="goProfile" type="safe" rt="#profile" title="See the profile"/>
<descriptor id="doMessage" type="unsafe" rt="#person" title="Send the message">
<descriptor id="messageBody"/>
</descriptor>
</descriptor>
</alps>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment