Home » railML newsgroups » railML.infrastructure » Borders of states, tarifs etc.
Borders of states, tarifs etc. [message #557] Mon, 26 May 2014 12:35 Go to previous message
Christian Rahmig is currently offline  Christian Rahmig
Messages: 151
Registered: January 2011
Senior Member
Dear everyone,

in trac ticket #242 (see [1]; scheduled for railML 2.3) it is written
that an element for describing borders in the infrastructure is needed.
However, we already have such an element. In particular:

railML contains already the type 'tBorder'. It looks like this:

<xs:complexType name="tBorder">
<xs:complexContent>
<xs:extension base="rail:tDelimitedOrientedElement">
<xs:attribute name="type" type="rail:tBorderType" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

The contained data type 'tBorderType' defines borders of states, tarifs,
etc.:

<xs:simpleType name="tBorderType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="tarif" />
<xs:enumeration value="area" />
<xs:enumeration value="state" />
<xs:enumeration value="country" />
<xs:enumeration value="station" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="rail:tOtherEnumerationValue" />
</xs:simpleType>
</xs:union>
</xs:simpleType>

So, what exactly is needed, that is not already covered by the current
implementation? Any comments appreciated...

[1] https://trac.railml.org/ticket/242#comment:5

Best regards

--
Christian Rahmig
railML.infrastructure coordinator
 
Read Message
Read Message
Previous Topic: train protection systems
Next Topic: RailML-compliant?
Goto Forum:
  


Current Time: Fri Apr 26 15:56:18 CEST 2024