HierarchyItemRepr

Top  Previous  Next

Description

Represents a link between a parent and a child in a hierarchy

 

XML Representation

 

<HierarchyItemRepr AssociationAddress="%association resource uri%">

  <AssociationType ...> See TopicRef </AssociationType>

  <ParentRoleType ...> See TopicRef </ParentRoleType>

  <ChildRoleType ...> See TopicRef </ChildRoleType>

  <HierarchyNode ... > See HierarchyNodeRepr </HierarchyNode>

</HierarchyItemRepr>

 

JSON Representation

 

"AssociationAddress":"%association resource uri%", 

"AssociationType": instance of TopicRef,

"ParentRoleType": instance of TopicRef,

"ChildRoleType": instance of TopicRef,

"HierarchyNode": instance of HierarchyNodeRepr

 

 

Notes

 

The HierarchyNode element/property contains the details of the child hierarchy node.

 

See Also