|
Freek Dijkstra: 07/11/2012 4:34 PM EDT
|
|
Action: |
Update
Closed set to 07/11/2012
Status changed from Need documentation to Completed
|
|
Freek Dijkstra: 07/11/2012 7:55 AM EDT
|
|
Action: |
Update
Status changed from Last Call to Need documentation
|
|
Jeroen van der Ham: 03/29/2012 11:37 AM EDT
|
|
Action: |
Update
Status changed from Under discussion to Last Call
|
|
Freek Dijkstra: 03/28/2012 8:51 AM EDT
|
|
Action: |
Update
Title changed from decide use of case in NML objects to Case in NML objects
|
|
Freek Dijkstra: 03/28/2012 3:51 AM EDT
|
|
Comment: |
Full proposal:
Case in NML objects
===================
https://forge.ogf.org/sf/go/artf6534
https://forge.ogf.org/svn/repos/nml-examples/201203-schema/case.xml (proposal #1)
Summary: Both XML and RDF are case-sensitive. We should decide on the case convention.
Proposal:
* CamelCase for Objects defined in the NML schema
(these are usually rendered as XML elements)
* lowerCamelCase for attributes defined in the NML schema
(these are usually rendered as XML attributes or attribute values)
Example:
<nml:BidirectionalLink id="urn:ogf:network:example.net:2012:between-A-and-B">
<nml:Link id="urn:ogf:network:example.net:2012:from-A-to-B">
<nml:capacity units="bps">10000000000</nml:capacity>
<nml:Relation type="hasSource">
<nml:Port idRef="urn:ogf:network:example.net:2012:A-egress"/>
</nml:Relation>
<nml:Relation type="hasSink">
<nml:Port idRef="urn:ogf:network:example.net:2012:B-ingress"/>
</nml:Relation>
</nml:Link>
<nml:Link idRef="urn:ogf:network:example.net:2012:from-B-to-A"/>
</nml:BidirectionalLink>
|
|
Action: |
Update
Assigned To set to Freek Dijkstra
Category changed from Procedural to UML schema
Status changed from New to Work in Progress
|
|
Jason Zurawski: 03/27/2012 7:21 PM EDT
|
|
Comment: |
This proposal is fine by me.
|
|
Action: |
Update
|
|
|
|
|