I'm a little confused by the example of sh:or presented in the spec.

Why are the sh:path and sh:minCount directly attached to the shape in the 
list? Wouldn't sh:property be necessary?

ex:OrConstraintExampleShape 
  a sh:NodeShape ; 
  sh:or ( 
    [ sh:property [ sh:path ex:firstName ; sh:minCount 1 ; ]
    [ sh:property [ sh:path ex:givenName ; sh:minCount 1 ; ]
  )
.

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/bedd1acd-4fd9-4a78-8465-dd37ca02bef2n%40googlegroups.com.

Reply via email to