Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:locationIntersectionType / tps:Name
Namespace tps
Annotations
The name of the intersection
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the intersection</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:locationIntersectionType / tps:FromLocation
Namespace tps
Annotations
The location from which this intersection starts
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<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>
Element tps:locationIntersectionType / tps:FromStation
Namespace tps
Annotations
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>
Element tps:locationIntersectionType / tps:ToLocation
Namespace tps
Annotations
The location to which this intersection ends
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<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>
Element tps:locationIntersectionType / tps:ToStation
Namespace tps
Annotations
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>
Element tps:locationIntersectionType / tps:Distance
Namespace tps
Annotations
Explicitly defined distance
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Distance" type="xs:double">
  <xs:annotation>
    <xs:documentation>Explicitly defined distance</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:locationIntersectionType / tps:Bidirectional
Namespace tps
Annotations
Specifies if this intersection goes both ways
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<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
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:Name , tps:FromLocation , tps:FromStation{0,1} , tps:ToLocation , tps:ToStation{0,1} , tps:Distance{0,1} , tps:Bidirectional{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Bidirectional, tps:Distance, tps:FromLocation, tps:FromStation, tps:Name, tps:ToLocation, tps:ToStation
Attributes
QName Type Use Annotation
id xs:ID optional
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)
idRef xs:IDREF optional
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>
Attribute tps:locationIntersectionType / tps:FromLocation / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>
Attribute tps:locationIntersectionType / tps:ToLocation / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>