OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

legalruleml message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (LEGALRULEML-8) Ambiguity of syntax when an edge is allowed to be either leaf or not skipped


    [ https://issues.oasis-open.org/browse/LEGALRULEML-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49344#comment-49344 ] 

Tara Athan edited comment on LEGALRULEML-8 at 10/30/14 6:01 AM:
----------------------------------------------------------------

In order to implement this, I have had to add a few new Node elements, but only to the normalized serialization:
Actor (has a superclass for Agent and Figure)
Scope (as a superclass for Statements and the various flavors of Statement, within inScope)
Strength (as a supercalss of StrictStrength, etc.)


was (Author: taraathan):
In order to implement this, I have had to add a few new Node elements:
Actor (has a superclass for Agent and Figure)
Scope (as a superclass for Statements and the various flavors of Statement, within inScope)

> Ambiguity of syntax when an edge is allowed to be either leaf or not skipped
> ----------------------------------------------------------------------------
>
>                 Key: LEGALRULEML-8
>                 URL: https://issues.oasis-open.org/browse/LEGALRULEML-8
>             Project: OASIS LegalRuleML TC
>          Issue Type: Improvement
>          Components: Relax NG-modules
>            Reporter: Tara Athan
>            Assignee: Tara Athan
>
> Currently there are certain edges that may have content but also may occur as leaf edges. E.g. "inScope" could occur as a leaf edge
> <inScope keyref="#stmts1"/>
> or as an edge with content
> <inScope>
>   <Statements keyref="#stmts2"/>
> </inScope>
> Due to the limitations of XSD, a schema that allows both of these patterns must also allow their combination
> <inScope keyref="#stmts1>
>   <Statements keyref="#stmts2"/>
> </inScope>
> and then it is ambiguous what the scope actually is.



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]