TopicRef

Top  Previous  Next

Description

Represents a reference to a topic. Note that topic type references show only the web address of the typing topic resource - to resolve this to a schema type you will need to find the type in the TopicMapSchemaRepr representation for the topic map.

 

XML Representation

<TopicRef Address="%topic resource uri%">

  <Labels>

    <Label ...> See LabelRepr </Label>

  </Labels>

  <Identifiers>

    <Identifier ...> See IdentifierRef </Identifier>

  </Identifiers>

  <Types>

    <Type Address="%topic resource uri%" />

  </Types>

</TopicRef>

 

JSON Representation

 

"Address":"%topic resource uri%", 

"Labels": array of LabelRepr

"Identifiers": array of IdentifierRef

"Types": [ { Address = "%topic resource uri%" } ]

 

Notes

 

See Also