Created
June 26, 2022 02:03
-
-
Save koriym/20d474361c2b9b132f8d50d5bf599c7b to your computer and use it in GitHub Desktop.
alps3min.xml
This file contains hidden or 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