3.8.5. Undirect graph type definitions

All undirected graph type relationships between Geo-Objects (instance data) must be done through the GeoPrism Registry API.

3.8.5.1. XSD definition

<xs:complexType name="undirected-graph">
    <xs:attribute name="code" type="xs:string" use="required" />
    <xs:attribute name="label" type="xs:string" use="required" />
    <xs:attribute name="description" type="xs:string" use="optional" />
  </xs:complexType>

Example:

<undirected-graph
    code="ADJECENT_TO"
    label="Adjecent To (MOH)"
    description="Links locations which are adjecent to each other"/>  

Some example files can be accessed here:

Last updated