HierarchyDefRepr

Top  Previous  Next

Description

 

 

XML Representation

 

<HierarchyDef Id="%internal identifier%" 

 Version="99" 

 LastModified="%date/time string%" 

 Address="%hierarcy definition resource uri%">

  <TopicRef ...> The topic that represents the hierarchy. See TopicRef </TopicRef>

  <AssociationTypes>

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

  </AssociationTypes>

  <ParentRoleTypes>

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

  </ParentRoleTypes>

  <ChildRoleTypes>

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

  </ChildRoleTypes>

  <Roots>

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

  </Roots>

</HierarchyDef>

 

JSON Representation

 

"Address":"%hierarcy definition resource uri%", 

"TopicRef": instance of TopicRef

"AssociationTypes": array of TopicRef

"ParentRoleTypes": array of TopicRef,

"ChildRoleTypes": array of TopicRef,

"Roots": array of HierarchyNodeRepr

}

 

 

Notes

 

See Also