Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a logical-element model to test proxy nodes #114

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions models/logical-element.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<MODULE xmlns="http://example.com/ns/logical-elements"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://github.com/alliedtelesis/apteryx-xml https://github.com/alliedtelesis/apteryx-xml/releases/download/v1.2/apteryx.xsd"
model="logical-elements" namespace="http://logical.com/ns/logical-elements" prefix="le"
organization="Dummy Organization" version="2024-04-04">
<NODE name="logical-elements" help="Allows a device to support multiple logical element (device) instances.">
<NODE name="logical-element" help="List of logical elements.">
<NODE name="*" mode="p" help="The logical-element entry with key name">
<NODE name="name" mode="rw" help="Device-wide unique identifier for the logical element."/>
<NODE name="root" help="Container for mount point."/>
</NODE>
</NODE>
</NODE>
</MODULE>
Loading