The same person can have several roles |
<xs:group name="RoleGroup"> <xs:annotation> <xs:documentation>The same person can have several roles</xs:documentation> </xs:annotation> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Role"/> <xs:element ref="Roles"/> </xs:choice> </xs:group> |