alps3min.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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