-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The content model of svrl:property-reference is defined as containing exactly one svrl:text element. Given the intended use of the element ("for linking assertions or reports to actions, to additional metadata, to datatyping, and to dynamically extracted text related to the subject") this seems odd.
Wouldn'it make more sense to define the model as foreign-element?
diff --git a/schema.d/svrl/svrl.rnc b/schema.d/svrl/svrl.rnc
index 979dace..0791372 100644
--- a/schema.d/svrl/svrl.rnc
+++ b/schema.d/svrl/svrl.rnc
@@ -92,7 +92,7 @@ property-reference =
attribute property { xsd:NMTOKEN },
attribute role { text }?,
attribute scheme { text }?,
- human-text
+ foreign-element
}
# human text
human-text =
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels