FullTopicRepr |
Top Previous Next |
Description Represents a complete set of all information relating to a single topic - all of its properties, identifiers and the associations it plays a role in.
XML Representation <?xml version="1.0"?> <TopicInformation > <Topic ...> See TopicRepr </Topic> <Associations> <Association ...> See AssociationRepr </Association>* </Associations> </TopicInformation>
JSON Representation
{ "Topic": instance of TopicRepr, "Associations": array of AssociationRepr }
Notes
See Also
|