Skip to content
Snippets Groups Projects
Commit 03785b31 authored by Daniel's avatar Daniel
Browse files

DOC: Started documentation of internal tables.

parent aafdc254
No related branches found
No related tags found
No related merge requests found
# Multipurpose subdomains #
Multipurpose subdomains are generically used to work with composite
properties. Currently implemented examples are:
- Properties with units (if multiple Properties exist)
- Lists
- Name overrides
## Example ##
Let's have a look at this *Record* (simplified XML):
```xml
<R1>
<P1 name="Comment">Hello World</P1>
<P2 name="voltage" unit="V">
23
</P2>
<P3 comment="list of something">
V1, V2, V3, V4, ...
</P3>
</R1>
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment