name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
Properties inherited from projectParticipant |
|||||
course | course | element | 0/1 | ||
person | person | element | 0/1 | ||
role | role | element | 0/1 | ||
id | long | element | 0/1 |
Example
<authorProjectParticipant> <course> <courseCode>...</courseCode> <credits>...</credits> <id>...</id> <level>...</level> <eduInstDesignation>...</eduInstDesignation> </course> <person> <id>...</id> <firstName>...</firstName> <lastName>...</lastName> <email>...</email> <lastChanged>...</lastChanged> <deceased>...</deceased> </person> <role>...</role> <id>...</id> </authorProjectParticipant>