This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /issues/51 at Thu, 03 Nov 2022 01:33:36 GMT draft #51: Allow idRef/id in parent/child of a Relation - NML WG - Open Grid Forum

draft #51

Allow idRef/id in parent/child of a Relation

Added by Jeroen van der Ham almost 10 years ago.

Status:submitted Start date:11/30/2012
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:-

Description

Taken from: https://forge.ogf.org/sf/go/artf6553?nav=1
Currently, and id is used in the XML parent element of a Relation, and a idRef is used in the XML child element of a
Relation:

Proposal:
- allow idRef in XML parent element of a Relation
- allow id in XML child element of a Relation

Current (remains allowed):

<nml:Link id="urn:ogf:network:provider.com:2012:PortA">
<nml:Relation type="isSource">
<nml:Port idRef="urn:ogf:network:client.net:2012:LinkA"/>
</nml:Relation>
</nml:Link>

Proposal (currently not allowed, may be allowed with this proposal):

<nml:Link idRef="urn:ogf:network:provider.com:2012:PortA">
<nml:Relation type="isSource">
<nml:Port id="urn:ogf:network:client.net:2012:LinkA"/>
</nml:Relation>
</nml:Link>


Related issues

related to NML WG - draft #50: isReference & idRef submitted 11/30/2012

(Other formats not available in this archive.

This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /issues/51 at Thu, 03 Nov 2022 01:33:38 GMT