RelaxNG/publidoc.rnc
changeset 263 b6ac75b447ae
parent 257 814f79990a58
child 266 1cee00592b0f
equal deleted inserted replaced
262:2906cd61506b 263:b6ac75b447ae
   581 
   581 
   582 # ~~~~~~ contributor
   582 # ~~~~~~ contributor
   583 contributor = element contributor { contributor.content }
   583 contributor = element contributor { contributor.content }
   584 
   584 
   585 contributor.content =
   585 contributor.content =
       
   586    identifier.uri?,
   586    (((firstname, secondname?)?, lastname) | label),
   587    (((firstname, secondname?)?, lastname) | label),
   587    address?,
   588    address?,
   588    link?,
   589    link?,
   589    role+
   590    role+
   590 
   591