TopicPropertyRepr

Top  Previous  Next

Description

Representation of a topic property (a topic name or occurrence).

 

XML Representation

<?xml version="1.0"?>

<Property 

 Id=%e"%internal id%" 

 Version="%version number%" 

 LastModified="%date/time" 

 Address="%topic property resource uri%" 

 TopicAddress="%parent topic resource uri%" 

 Reifier="%reifier topic resource uri%">

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

  <Value xsi:type="%property type%">%property vaue%</Value>

  <Scope>

    <Theme ...> See TopicRef </Theme>*

  </Scope>

  <Identifiers>

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

  </Identifiers>

</Property>

 

JSON Representation

 

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

"TopicAddress":"%parent topic resource uri%", 

"Reifier":"%reifier topic resource uri%", 

"Type": instance of TopicRef,

"Value":%property vaue%, 

"Scope": array of TopicRef,

"Identifiers": array of IdentifierRef

"Id":"%internal id%", 

"Version":%version number%, 

"LastModified":%date/time%

 

 

Notes

The content of the Value element/property will be an integer, decimal, double, string or date/time value serialized in the standard way for the output syntax. For the XML syntax, the additional xsi:type attribute specifies the data-type of the property value using the XML Schema Datatype identifiers.

 

See Also