HierarchyNodeRepr

Top  Previous  Next

Description

 

 

XML Representation

 

<HierarchyNode 

 Id="%internal id%" 

 Version="%version number%" 

 LastModified="%date/time%" 

 Address="%hierarchy node resource uri%" 

 HasChildren="true">

  <TopicRef ...>see TopicRef </TopicRef>

  <Parents>

    <Parent ...> see HiearchyItemRepr </Parent>*

  </Parents>

  <Children>

    <Child ...> see HierarchyItemRepr </Child>*

  </Children>

</HierarchyNode>

 

JSON Representation

 

"Address":"%hierarchy node resource uri%", 

"HasChildren":true, 

"TopicRef": instance of TopicRef,

"Parents": array of HierarchyItemRepr,

"Children": array of HierarchyItemRepr,

}

 

Notes

 

See Also