-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Labels:None
-
Proposal:
-
Resolution:
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.