RelaxNG/publiset.rnc
changeset 263 b6ac75b447ae
parent 259 8b0f1432fd11
child 288 e89c967167bb
equal deleted inserted replaced
262:2906cd61506b 263:b6ac75b447ae
   209 
   209 
   210 # ~~~~~~ contributor
   210 # ~~~~~~ contributor
   211 contributor = element contributor { contributor.content }
   211 contributor = element contributor { contributor.content }
   212 
   212 
   213 contributor.content =
   213 contributor.content =
       
   214    identifier.uri?,
   214    (((firstname, secondname?)?, lastname) | label),
   215    (((firstname, secondname?)?, lastname) | label),
   215    address?,
   216    address?,
   216    link?,
   217    link?,
   217    role+
   218    role+
   218 
   219