RoleRepr

Top  Previous  Next

Description

Representation of a single role within an association.

 

XML Representation

 

<Role Id="%internal id%">

  <Player ...> See TopicRef </Player>

  <Type ...> See TopicRef </Type>

</Role>

 

JSON Representation

 

"Id":"%internal id%", 

"Player": an instance of TopicRef,

"Type": an instance of TopicRef,

 

 

Notes

 

See Also