shex.js icon indicating copy to clipboard operation
shex.js copied to clipboard

infinite loop

Open jessevdam opened this issue 8 years ago • 0 comments

The shema

PREFIX : <http://hl7.org/fhir/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

start = @<ObservationShape>

<ObservationShape> {               # An Observation has:
  (:status xsd:integer* | :status xsd:string* )*
}

with data

PREFIX : <http://hl7.org/fhir/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

<Obs1>
  :status    "final" .

causes a infinite loop

jessevdam avatar Jan 29 '17 15:01 jessevdam