RelaxNG/publimeta.rnc
changeset 263 b6ac75b447ae
parent 262 2906cd61506b
child 265 952f42b55374
equal deleted inserted replaced
262:2906cd61506b 263:b6ac75b447ae
   104 
   104 
   105 # ~~~~~~ contributor
   105 # ~~~~~~ contributor
   106 contributor = element contributor { contributor.content }
   106 contributor = element contributor { contributor.content }
   107 
   107 
   108 contributor.content =
   108 contributor.content =
       
   109    identifier.uri?,
   109    (((firstname, secondname?)?, lastname) | label),
   110    (((firstname, secondname?)?, lastname) | label),
   110    address?,
   111    address?,
   111    link?,
   112    link?,
   112    role+
   113    role+
   113 
   114