3.8.5. Undirect graph type definitions
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><undirected-graph
code="ADJECENT_TO"
label="Adjecent To (MOH)"
description="Links locations which are adjecent to each other"/> Last updated