<xs:element name="FromLocation"><xs:annotation><xs:documentation>The location from which this intersection starts</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element>
The station the location from which this intersection starts
Diagram
Type
xs:double
Properties
content
simple
minOccurs
0
Source
<xs:element name="FromStation" type="xs:double" minOccurs="0"><xs:annotation><xs:documentation>The station the location from which this intersection starts</xs:documentation></xs:annotation></xs:element>
<xs:element name="ToLocation"><xs:annotation><xs:documentation>The location to which this intersection ends</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element>
The station on the location to which this intersection ends
Diagram
Type
xs:double
Properties
content
simple
minOccurs
0
Source
<xs:element minOccurs="0" name="ToStation" type="xs:double"><xs:annotation><xs:documentation>The station on the location to which this intersection ends</xs:documentation></xs:annotation></xs:element>
<xs:element default="false" minOccurs="0" name="Bidirectional" type="xs:boolean"><xs:annotation><xs:documentation>Specifies if this intersection goes both ways</xs:documentation></xs:annotation></xs:element>
Complex Type tps:locationIntersectionType
Namespace
tps
Annotations
The Dependency type describes the relationship between two tasks: a predecessor and a successor
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="locationIntersectionType"><xs:annotation><xs:documentation>The Dependency type describes the relationship between two tasks: a predecessor and a successor</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:actionObjectType"><xs:sequence><xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The name of the intersection</xs:documentation></xs:annotation></xs:element><xs:element name="FromLocation"><xs:annotation><xs:documentation>The location from which this intersection starts</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element><xs:element name="FromStation" type="xs:double" minOccurs="0"><xs:annotation><xs:documentation>The station the location from which this intersection starts</xs:documentation></xs:annotation></xs:element><xs:element name="ToLocation"><xs:annotation><xs:documentation>The location to which this intersection ends</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element><xs:element minOccurs="0" name="ToStation" type="xs:double"><xs:annotation><xs:documentation>The station on the location to which this intersection ends</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Distance" type="xs:double"><xs:annotation><xs:documentation>Explicitly defined distance</xs:documentation></xs:annotation></xs:element><xs:element default="false" minOccurs="0" name="Bidirectional" type="xs:boolean"><xs:annotation><xs:documentation>Specifies if this intersection goes both ways</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>