This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf6553?selectedTab=attachments at Sun, 06 Nov 2022 22:33:38 GMT SourceForge : artf6553: Allow idRef/id in parent/child of a Relation

Project Home

Tracker

Documents

Tasks

Source Code

Discussions

File Releases

Wiki

Project Admin

NML-WG Homepage
Search Tracker
Project: NML-WG     Trackers > Schema Progress > View Artifact
Artifact artf6553 : Allow idRef/id in parent/child of a Relation
Tracker: Schema Progress
Title: Allow idRef/id in parent/child of a Relation
Description:
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>

Submitted By: Jeroen van der Ham
Submitted On: 03/29/2012 11:55 AM EDT
Last Modified: 11/30/2012 8:18 AM EST
Closed: 11/30/2012 8:18 AM EST

Status / Comments Change Log Associations Attachments  
File Name File Size Added By Added On
No results found.

 
 


The Open Grid Forum Contact Webmaster | Report a problem | GridForge Help
This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf6553?selectedTab=attachments at Sun, 06 Nov 2022 22:33:38 GMT