Ticket #143 (new question)

Opened 2 years ago

Last modified 2 years ago

Further Networking XML clarifications

Reported by: mekstran Assigned to: samm
Priority: minor Milestone:
Component: Fountain Version:
Keywords: Cc:
Blocking:

Description

I was thinking again about the XML for networking data today, and another thought came up. What if we rename the current Network element to a NetworkStack element, and then enclose all the NetworkStack elements in a Network element, like thus:

<Network>
    <NetworkStack type="infiniband">
        <Device>
            <!-- device data here -->
        </Device>
    </NetworkStack>
    <NetworkStack type="pigeon">
        <Bird name="bob"/>
    </NetworkStack>
</Network>

This, I believe, associates better semantic value to how the networking data is organized. But maybe I'm just trying to be too perfect in XML semantics...

Attachments


Add/Change #143 (Further Networking XML clarifications)