Physical Network Input Data format (XML)

In this section of the manual we discuss the physical network’s XML input format used by PLANit.

<macroscopicnetwork>

Physical Network can be described in a stand alone XML file - only describing the network characteristics - or as part of a PLANit XML file describing all input components. Either way, all physical transport network infrastructure is enclosed within the XML root element <macroscopicnetwork>. When part of a larger (single) PLANit input file, the structure should resemble something like the following:

<PLANit	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xmlns:gml="http://www.opengis.net/gml"											
		xsi:noNamespaceSchemaLocation="https://planitmanual.github.io/version/<version>/xsd/macroscopicinput.xsd">
	<macroscopicnetwork>
		...
	</macroscopicnetwork>
	...
</PLANit>

Whereas if, it is a stand-alone file, it should look something like

<macroscopicnetwork
	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	 xmlns:gml="http://www.opengis.net/gml" 	 xsi:noNamespaceSchemaLocation="https://planitmanual.github.io/version/<version>/xsd/macroscopicnetworkinput.xsd">
...	
</macroscopicnetwork>

This root element can contain only two sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<configuration> NO 1 General configuration of network as a whole (modes, etc.)
<infrastructurelayers> YES 1 Network content

the configuraton deals with overall configuration options across all infrastructure layers. Each infrastructure layer within the infrastructure layers element defines physical infrastructure for one or more of network modes.

In the remainder of this page, we discuss each of the eligible XML elements in order of expected appearance in detail. We explore their attributes, sub-elements, or simple elements (elements without sub-elements). At the bottom of the page an expanded example is provided highlighting all the available options explicitly.

Before we do so, we discuss the default values for (optional) element(s). These defaults are only relevant when you do not explicitly configure the related elements explicitly in the XML input file. Only then, PLANit will revert to these defaults.

Lastly, PLANit comes with a number of predefined modes. When these modes are activated in the network file, the user only needs to specify their name, the properties, e.g., pcu value, features, will be populated based on the mode’s defaults.

Available predefined modes

A predefined mode can be activated by creating a new mode under the modes element and set its name to the name outlined for the predefined mode. PLANit provides the following predefined modes “out of the box”.

Predefined mode names are protected, meaning that if you attempt to define your own mode with its own attributes but use a predefined mode’s name (id). PLANit will overwrite your settings with the defaults.

Bicycle:

Characteristic value type Unit Description
Name "bicycle" string None Name of the mode
(XML) Id "bicycle" string None XML id to reference the mode
maxspeed 15 float km/h maximum speed of the mode
Pcu 0.2 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "non_motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "private" string None how this mode is used

Bus:

Characteristic value type Unit Description
Name "bus" string None Name of the mode
(XML) Id "bus" string None XML id to reference the mode
maxspeed 100 float km/h maximum speed of the mode
Pcu 2 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "public" string None how this mode is used

Car:

Characteristic value type Unit Description
Name "car" string None Name of the mode
(XML) Id "car" string None XML id to reference the mode
maxspeed 130 float km/h maximum speed of the mode
Pcu 1 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "private" string None how this mode is used

Car high-occupancy:

Characteristic value type Unit Description
Name "car_hov" string None Name of the mode
(XML) Id "car_hov" string None XML id to reference the mode
maxspeed 130 float km/h maximum speed of the mode
Pcu 1 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "high_occupancy" string None how this mode is used

Car ride-share:

Characteristic value type Unit Description
Name "car_share" string None Name of the mode
(XML) Id "car_share" string None XML id to reference the mode
maxspeed 130 float km/h maximum speed of the mode
Pcu 1 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "ride_share" string None how this mode is used

Goods:

Characteristic value type Unit Description
Name "gv" string None Name of the mode
(XML) Id "gv" string None XML id to reference the mode
maxspeed 100 float km/h maximum speed of the mode
Pcu 1.8 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "goods" string None how this mode is used

Heavy goods:

Characteristic value type Unit Description
Name "hgv" string None Name of the mode
(XML) Id "hgv" string None XML id to reference the mode
maxspeed 90 float km/h maximum speed of the mode
Pcu 2.5 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "goods" string None how this mode is used

Large heavy goods:

Characteristic value type Unit Description
Name "lhgv" string None Name of the mode
(XML) Id "lhgv" string None XML id to reference the mode
maxspeed 90 float km/h maximum speed of the mode
Pcu 3 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "goods" string None how this mode is used

Light-rail:

Characteristic value type Unit Description
Name "light_rail" string None Name of the mode
(XML) Id "light_rail" string None XML id to reference the mode
maxspeed 70 float km/h maximum speed of the mode
Pcu 6 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "rail" string None track type of the mode
usabilityfeatures.usedtotype "public" string None how this mode is used

Motor bike:

Characteristic value type Unit Description
Name "motor_bike" string None Name of the mode
(XML) Id "motor_bike" string None XML id to reference the mode
maxspeed 130 float km/h maximum speed of the mode
Pcu 0.5 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "private" string None how this mode is used

Pedestrian:

Characteristic value type Unit Description
Name "pedestrian" string None Name of the mode
(XML) Id "pedestrian" string None XML id to reference the mode
maxspeed 5 float km/h maximum speed of the mode
Pcu 0.1 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "no_vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "non_motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "road" string None track type of the mode
usabilityfeatures.usedtotype "private" string None how this mode is used

Subway:

Characteristic value type Unit Description
Name "subway" string None Name of the mode
(XML) Id "subway" string None XML id to reference the mode
maxspeed 60 float km/h maximum speed of the mode
Pcu 6 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "rail" string None track type of the mode
usabilityfeatures.usedtotype "public" string None how this mode is used

Train:

Characteristic value type Unit Description
Name "train" string None Name of the mode
(XML) Id "train" string None XML id to reference the mode
maxspeed 140 float km/h maximum speed of the mode
Pcu 10 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "rail" string None track type of the mode
usabilityfeatures.usedtotype "public" string None how this mode is used

Tram:

Characteristic value type Unit Description
Name "tram" string None Name of the mode
(XML) Id "tram" string None XML id to reference the mode
maxspeed 40 float km/h maximum speed of the mode
Pcu 3 float pcu Passenger Car Unit
PhysicalFeatures.vehiculartype "vehicle" string None vehicular type of the mode
PhysicalFeatures.motorisationtype "motorised" string None motorisation type of the mode
PhysicalFeatures.tracktype "rail" string None track type of the mode
usabilityfeatures.usedtotype "public" string None how this mode is used

Network defaults

Each network entity/element’s defaults are listed below.

Default Mode

When no modes are specified under the <configuration> the single predefined mode of type car is created to represent all modes, see predefined modes.

  • No explicit references to modes are to be made in other XML elements with optional mode attributes because there is no mode to explicitly refer to.
  • It is assumed that all link segments are accessible to the default mode and that all demand utilises this default mode of travel.

When no link segment types are specified under any <layerconfiguration> a single default link segment type is created that is applied to all link segments. In that case, the default link segment type accepts all available modes.

The Default Link Segment Type has the following characteristics:

Characteristic Value type Unit Description
Name "" string None Name of the link segment type
Maxdensitylane 180 double pcu/l Maximum density per lane in pcu
Capacitylane 1800 double pcu/l/h maximum flow per lane in pcu
Mode specific properties Default Mode properties N/A None The default mode specific properties for a link segment type

When one or more mode specific properties are not specified for a mode when configuring the <linksegmenttype> element under <layerconfiguration> default values will be applied. It is not advisable to leave this out for anything else but testing purposes, since it is unlikely that the defaults accurately reflect the true conditions.

The Default Link Segment Type Mode Properties has the following characteristics:

Characteristic Value type Unit Description
maxspeed 80 double km/h Maximum speed for the mode on the link segment type
critspeed 60 double km/h Speed for the mode under capacity flow conditions

XML Elements

This section discusses the XML elements under the <macroscopicnetwork> root element in expected order of appearance.

<configuration>

Optional configuration of the physical road network. When not specified, the default mode will be activated. This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<modes> NO 1 Modes available in this network

<> <modes>

Modes available in this project. When absent the default mode is created. This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<mode> NO unbounded Mode information

<><> <mode>

A user can specify a mode either by referring to an existing predefined PLANit mode by simply referencing it’s name and leave out all other attributes because these will be auto-populated.

Alternatively, you can create your own custom mode, in which case you should not use one of the predefined mode’s protected names. If you do, the other attributes that you specify will be ignored and the predefined mode’s defaults will be applied instead. When you create a custom mode, simply choose an appropriate name and provide all attributes so that PLANit knows how to populate the mode’s fields.

The mode’s (XML) identifier is set through an attribute

XML attribute Name type Unit Compulsory Description
id string None YES User identifier for the mode, i.e., its XML id
externalid string None NO optional third party identifier

Each mode can have a description(name) and pcu value. These are configured via simple elements:

XML Simple Element Name type Unit Compulsory Default value Description
<name> string None NO "" Description of the mode
<maxspeed> double km/h NO 80.0 maximum speed of the mode
<pcu> double pcu NO 1 Pcu value of the mode
XML Element Name Compulsory Maximum occurrences Description
<physicalfeatures> NO 1 Physical features of this mode
<usabilityfeatures> NO 1 Usability features of this mode

<><><> <physicalfeatures>

A mode is characterised by a number of physical features. In PLANit we distinguish three main physical features, each of which has various options.

  • Vehicular type: is the mode represented by a vehicle or not
  • Motorisation type: does the mode have a motor or not
  • track type: does the mode use the road or rail to propagate
XML Simple Element Name options type Unit Compulsory Default value
vehiculartype "vehicle","no_vehicle" string None NO "vehicle"
motorisationtype "motorised","non_motorised" string None NO "motorised"
tracktype "road","rail" string None NO "road"

<><><> <usabilityfeatures>

How a mode is used is defined by this element. Currently, the usability features comprise of

  • usedTo type: how is this mode used
XML Simple Element Name options type Unit Compulsory Default value
usedtotype "private","public","goods","ride_share","high_occupancy" string None NO "private"

<infrastructurelayers>

The infrastructure layers element contains all the physical network infrastructure (layers) available. It consists of one or more layers, each containing for example nodes, links, and link segments. An optional Spatial Reference System (SRS) SRID string can be provided across all layers here to identify how to interpret the geo-spatial location information embedded in the elements via GML.

The SRS identifier is set through an attribute. When absent WGS84 is assumed for geo-information

Geo-location information can be left out, but in that case, it is expected the user explicitly sets the lengths on all link (segments) since they cannot be computed based on the SRS.

XML attribute Name type Unit Compulsory Description
srsname string SRS NO Spatial Reference System SRID

This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<layer> YES unbounded infrastructure layer, representation of network for one or more modes

<layer>

Each infrastructure layer uniquely defines the physical environment supporting one or more modes. Each layer has its own configuration regarding for example the link segment types it supports.

XML attribute Name type Unit Compulsory Description
id string None YES Unique identifier for the layer, i.e., XML id
externalid string None NO third party identifier for the layer
modes string (comma separated) None NO comma separated string of mode (XML) ids

The modes attributes should reference one or more of the modes defined under <configuration> in a comma separated fashion, e.g., modes="car,bus". A mode supported can only be supported by one layer and one layer only. In case the modes attribute is absent, it is assumed only a single layer is present an all modes are supported by this layer by default.

XML Element Name Compulsory Maximum occurrences Description
<layerconfiguration> NO 1 layer specific configuration, e.g., link segment types
<nodes> YES 1 Nodes container element, for all physical network nodes
<links> YES 1 Nodes container element, for all physical network nodes

<> <layerconfiguration>

The optional layer configuration allows one to define the link segment types available to this layer, where a link segment type outlines how the various mode behave on a link segment that utilises it. The types defined under this configuration can only reference modes supported by the layer at hand. When not specified, the default link segment type will be activated. This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<linksegmenttypes> NO 1 Link segment type available in this network

<> <linksegmenttypes>

Link segment types define the different types of link segment properties that can be attributed to links on the layer, including mode specific attributes.This is useful to attach a set of common properties to multiple links by referring to the same link segment type.

When absent a default link segments type is created and applied to all link segments in the network (layer).

This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<linksegmenttype> NO unbounded Definition of a link segment type available in the network

<><> <linksegmenttype>

Link segment type defines a set of properties that can be attached to one or more link segments on the layer.

The Link segment type’s (XML) identifier is set through an attribute

XML attribute Name type Unit Compulsory Description
id string None YES User identifier for the link segment type, i.e., its XML id
externalid string None NO optional third party identifier

This element has the following simple-elements:

XML Simple Element Name type Unit Compulsory Default value Description
<name> string None NO "" Description of the link segment type
<maxdensitylane> double pcu/km/l NO 180 maximum density per km per lane
<capacitylane> double pcu/h/l NO 1800 Capacity flow rate per hour lane

This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<access> NO 1 Modes with access to link segments with this type (and with specific settings)

<><><> <access>

Modes allowed access for the link segment type. For each specified mode, dedicated properties for this link segment type can be specified.

When absent, all available road based modes are assumed to be allowed based on their properties, (possibly dynamically constrained by the physical link properties). when present, at least a single mode sub-element must be present.

link segment types that represent rail, typically only allow a single rail based mode and typically do not allow road based modes. Therefore, we expect the user to explicitly include rail based modes at all times. When no modes are defined, rail based modes are not allowed, in contrast to road based modes.

In the special case a link segment allows both rail and road based modes, e.g., trams and cars, then, all modes that are allowed must be specified, not only the rail based modes.

This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<mode> YES unbounded Mode allowed on link segments with this type (and with specific settings)

<><><><> <mode>

Mode allowed for the link segment type. Dedicated properties for this link segment type are specified here.

The maximum speed that is eventually applied to a mode on a link segment is the minimum of the three available maximum speeds: (i) the physical speed limit on the link segment, (ii) the mode’s maximum speed identified on the global definition for the mode, (iii) the maximum speed imposed via these mode properties specific to the link segment type applied to the link segment.

The Link segment type’s mode reference (XML) identifier is set through an attribute:

XML attribute Name type Unit Compulsory Description
ref string None YES Mode XML id reference, when ‘0’ it represents all available modes

This element has the following simple-elements:

XML Simple Element Name type Unit Compulsory Default value Description
<maxspeed> double km/h NO mode’s maximum speed maximum speed of this mode on links of this link segment type
<critspeed> double km/h/ NO 60 critical speed (at capacity) of this mode on links of this segment type

When the max speed is absent it takes on the mode’s maximum speed limit.

<> <nodes>

Nodes represent the locations where links (roads) intersect and traffic interacts with each other. This container holds all the node specifications for the network

This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<node> YES unbounded Node element, defining a single node in the physical network

<><> <node>

A node represents a point location in space, used to inter-connect links. It can have a name and unique geo-location based on its SRS. It also must have a unique identifier (XML id) available as an attribute:

XML attribute Name type Unit Compulsory Description
id string None YES Unique user identifier for the node, i.e., xml id
externalid string None NO optional third party identifier

This element has the following simple-elements:

XML Simple Element Name type Unit Compulsory Default value Description
<name> string None NO "" Description for the node

This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<gml:Point> No 1 Point location of the node in gml:point format

In its simplest form the <gml:Point> element has a single sub-element <gml:pos> containing two doubles separated by a space, see example below. For a detailed description of the gml:point element, please consult the latest official GML documentation

In PLANit, we do not allow separate SRS definitions per <gml:Point>, even though the specification of GML allows this. Therefore, make sure you do not define the srsName= attribute on any <gml:Point> embedded in PLANit XML files.

<!--  example of node with basic gml:point and gml:pos location information -->
<node id="1"> 																
	<name>George Street roundabout</name> 							
    <gml:Point> 															
        <gml:pos>150.512796 -34.900145</gml:pos>
    </gml:Point>														
</node>

Links are non-directional connections between two nodes. Each link can hold two link segments, where each link segment has a single (opposing) direction.

This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<link> No unbounded Representation of a single link

A links is a non-directional connection between two nodes (node a and node b). A link can hold two link segments, where each link segment has a single (opposing) direction. IT can also hold a geometry in the form of a gml:LineString. This geometry (if present) is used in combination with the SRS to extract the link length which is applied to the link and its two link segments. Alternatively, a length can be provided directly, overruling the geo-spatial length.

In case the end and start coordinates of the geometry do not match the node locations, the node locations are added as additional locations at the start/end of the line string during the parsing process to ensure a valid connected network geometry.

It has a unique user defined identifier, i.e., (XML) id that is set via an attribute, the same goes for the referencing of the a and b nodes that must refer to an existing node (XML) id:

XML attribute Name type Unit Compulsory Description
id string None YES Unique user identifier for the link, i.e., XML id
externalid string None NO optional third party identifier
nodearef string None YES Reference to node (XML) id for the a node
nodebref string None YES Reference to node (XML) id for the b node

This element has the following simple-elements:

XML Simple Element Name type Unit Compulsory Default value Description
<name> string None NO "" Description for the link
<length> double km NO N/A Sets the length of the link and its segments, overrules geo-spatial length extracted from gml:LineString

This element has the following sub-elements:

XML Element Name Compulsory Maximum occurrences Description
<linksegment> YES 2 Representation of a single link segment in a particular direction
<gml:LineString> No 1 Geometry of the link, can be used to extract its length and pass it on to the link segments

In its simplest form the <gml:LineString> element has a single sub-element <gml:coordinates> , see example below. For a detailed description of the gml:LineString element, please consult the latest official GML documentation

In PLANit, we do not allow separate SRS definitions per <gml:LinkString>, even though the specification of GML allows this. Therefore, make sure you do not define the srsName= attribute on any <gml:gml:LineString> embedded in PLANit XML files.

<!--  Example of link with gml:LineString and gml:coordinates location information 
	Note: You define a separator within a pair that represent a single point on the line with "ts" (tuple separator) and
	the separator between tuples via cs, here a comma for tuples and a space between tuples are used.
-->
<link id="1" nodearef="1" nodebref="2">
	<name>Broadway</name>			
	<linksegment id="1" dir="a_b" typeref="1">	
		<numberoflanes>2</numberoflanes>								
	</linksegment>
	<linksegment id="2" dir="b_a" typeref="1">
		<numberoflanes>1</numberoflanes>
	</linksegment>					
	<gml:LineString>
		<gml:coordinates cs=" " ts=",">100,200 150,300</gml:coordinates>
	</gml:LineString>									
</link>

<><><> <linksegment>

A link segment is a directional connection between two nodes (node a and node b). This direction can be from a to b, or b to a depending on the configuration. There can however only be a single link segment in either direction for each link. In addition, a physical maximum speed can be defined as well as the number of lanes available. Lastly, each link segment can have exactly one link segment type, this type must be present, unless no link segment types have been defined on the network at all. In that case it can be omitted and the auto-generated default link segment type will automatically be attached to it.

The direction is specified as an attribute, and each link segment has a unique user defined identifier, i.e., (external) id that is set via an attribute:

XML attribute Name type Unit Compulsory Description
id string None YES Unique user identifier for the link segment, i.e., XML id
externalid string None NO optional third party identifier
dir "a_b" or "b_a" None YES Direction from node (a or b) to node (b or a)
typeref string None YES* link segment type’s (XML) id reference

* Compulsory, unless no link segment types are defined, in that case it must be omitted

This element has the following simple-elements:

XML Simple Element Name type Unit Compulsory Default value Description
<numberoflanes> integer None NO 1 Number of lanes on the link segment
<maxspeed> double km/h NO Maximum speed limit imposed on the link segment

If the maximum speed limit is larger than the respective maximum speed for a mode on the referenced link segment type, the most restrictive speed is used as the maximum speed for the link segment for that mode, i.e., in this case the link segment type’s speed limit. This to prevent inconsistencies during the model run.

Expanded Example

Below you will find an expanded example where all elements and attributes are explicitly set, to give you an idea of the overall structure of the macroscopic network XML. This example does not make sense as an actual input file, it is purely meant to show off all aspects of the file, rather than be used as a practically feasible input file.

<?xml version="1.0" encoding="ISO-8859-1"?>
<macroscopicnetwork
	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	 xmlns:gml="http://www.opengis.net/gml"											
	 xsi:noNamespaceSchemaLocation="<path_to_schema>/macroscopicnetworkinput.xsd">
	<configuration>																		
		<modes>																			
			<mode id="car">																
				<name>car mode</name>														
				<pcu>1</pcu>																				
			</mode>										
		</modes>					
	</configuration>
	<infrastructurelayers srsname="EPSG:4326">
		<layer id="road" modes="car">
			<layerconfiguration>
				<linksegmenttypes>																
					<linksegmenttype id="1">													
						<name>local road</name>													
						<maxdensitylane>180</maxdensitylane>									
						<capacitylane>2000</capacitylane>										
						<access>
							<mode ref="1">															
								<maxspeed>40</maxspeed>											
								<critspeed>35</critspeed>										
							</mode>				
						</access>
					</linksegmenttype>
				</linksegmenttypes>
			</layerconfiguration>												
			<nodes>
				<node id="1"> 																
					<name>George Street roundabout</name>
					<gml:Point>
						<gml:pos>150.512796 -34.900145</gml:pos>
					</gml:Point>														
				</node>
				<node id="2"> 
					<name>Broadway intersection</name>
					<gml:Point>
						<gml:pos>150.512527 -34.900319</gml:pos>
					</gml:Point> 					
				</node>				
			</nodes>		
			<links>
				<link id="1" nodearef="1" nodebref="2">							
					<name>Broadway</name>												
					<linksegment id="1" dir="a_b" typeref="1">	
						<numberoflanes>2</numberoflanes>			
						<maxspeed>50</maxspeed>												
					</linksegment>
					<linksegment id="2" dir="b_a" typeref="1">
						<numberoflanes>1</numberoflanes>
						<maxspeed>50</maxspeed>
					</linksegment>					
					<gml:LineString>									
						<gml:coordinates cs=" " ts=",">100,200 150,300</gml:coordinates>
					</gml:LineString>	
					<length unit="km">1.33</length>									
				</link>
			</links>
		</layer>
	</infrastructurelayers>
</macroscopicnetwork>
Last modified January 1, 0001