IS:propService: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
m (Reformatted using current wiki templates)
(a)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
elementName = propService
elementName = propService
|parent = {{IS:Tag|ocp}}
|parent = {{IS:Tag|ocp}}
 
|childs=''None''
|minocc=0
|inheritedAttributes=''None''
|semantics =
|semantics =
{{IS:Doc|propOperational}} contains attributes which further refine the service properties of an {{IS:Doc|ocp}}.
{{IS:Doc|propOperational}} contains attributes which further refine the service properties of an {{IS:Doc|ocp}}.
Line 8: Line 10:
|ownAttributes =
|ownAttributes =
* {{Attr|passenger}}: if true, the {{IS:Doc|ocp}} offers passenger services (e. g. changing trains, waiting rooms, ...)
* {{Attr|passenger}}: if true, the {{IS:Doc|ocp}} offers passenger services (e. g. changing trains, waiting rooms, ...)
* {{Attr|service}}: if true, the {{IS:Doc|ocp}} offers additional services (e. g. information desks, ...)
* {{Attr|service}}: if true, the {{IS:Doc|ocp}} offers additional services (e. g. information desks, ...)
* {{Attr|ship}}: if true, the {{IS:Doc|ocp}} offers ship services (e. g. passenger changing on a ship)
* {{Attr|ship}}: if true, the {{IS:Doc|ocp}} offers ship services (e. g. passenger changing on a ship)
* {{Attr|bus}}: if true, the {{IS:Doc|ocp}} offers bus services (e. g. passenger changing on a bus)
* {{Attr|bus}}: if true, the {{IS:Doc|ocp}} offers bus services (e. g. passenger changing on a bus)
 
* {{Attr|airport}}:  if true, the {{IS:Doc|ocp}} offers close connection to an airport (e. g. in walking distance, by {{external|https://en.wikipedia.org/wiki/People_mover|people mover}} or bus shuttle)
* {{Attr|tariffpoint}}: if true, the {{IS:Doc|ocp}} offers ticket services (e. g. ticket selling)
* {{Attr|tariffpoint}}: if true, the {{IS:Doc|ocp}} is a ticket traiff point (only)services (e. g. ticket selling)
 
* {{Attr|goodsLoading}}: if true, the {{IS:Doc|ocp}} is capable of loading / unloading goods on trains
* {{Attr|goodsLoading}}: if true, the {{IS:Doc|ocp}} is capable of loading / unloading goods on trains
* {{Attr|goodsSiding}}: if true, the {{IS:Doc|ocp}} has a siding for exchanging goods
* {{Attr|goodsSiding}}: if true, the {{IS:Doc|ocp}} has a siding for exchanging goods
* {{Attr|goodsIntermodal}}: if true, the {{IS:Doc|ocp}} offers intermodal goods exchange, e. g. transfering trucks on trains
* {{Attr|goodsIntermodal}}: if true, the {{IS:Doc|ocp}} offers intermodal goods exchange, e. g. transfering trucks on trains
* {{Attr|goodsMarshalling}}: if true, the {{IS:Doc|ocp}} offers marshalling services (e. g. composing freight trains)
* {{Attr|goodsMarshalling}}: if true, the {{IS:Doc|ocp}} offers marshalling services (e. g. composing freight trains)
|constraints =
|constraints =
* {{Attr|passenger}} {{XsdType|boolean}}, optional
*{{constraint|passenger|xsd|boolean|default=false}}
 
*{{constraint|service|xsd|boolean|default=false}}
* {{Attr|service}} {{XsdType|boolean}}, optional
*{{constraint|ship|xsd|boolean|default=false}}
 
*{{constraint|bus|xsd|boolean|default=false}}
* {{Attr|ship}} {{XsdType|boolean}}, optional
*{{constraint|airport|xsd|boolean|default=false}}
 
*{{constraint|tariffpoint|xsd|boolean|default=false}}
* {{Attr|bus}} {{XsdType|boolean}}, optional
*{{constraint|goodsLoading|xsd|boolean|default=false}}
 
*{{constraint|goodsSiding|xsd|boolean|default=false}}
* {{Attr|tariffpoint}} {{XsdType|boolean}}, optional
*{{constraint|goodsIntermodal|xsd|boolean|default=false}}
 
*{{constraint|goodsMarshalling|xsd|boolean|default=false}}
* {{Attr|goodsLoading}} {{XsdType|boolean}}, optional
|example=Examples of the usage of {{IS:Tag|propService}} can be found here: [[Dev:Types_of_ocps]]
 
* {{Attr|goodsSiding}} {{XsdType|boolean}}, optional
 
* {{Attr|goodsIntermodal}} {{XsdType|boolean}}, optional
 
* {{Attr|goodsMarshalling}} {{XsdType|boolean}}, optional
}}
}}

Latest revision as of 17:03, 22 February 2023


propService
 


Scheme description / Schemenbeschreibung

Position of propService in the XML-Tree / Position von propService im XML-Baum

  • Parent: <ocp>
  • Children: None

Multiplicity / Anzahl

[0..1]

Semantics / Bedeutung

propOperational contains attributes which further refine the service properties of an ocp.

Attributes of propService / Attribute von propService

  • passenger: if true, the ocp offers passenger services (e. g. changing trains, waiting rooms, ...)
  • service: if true, the ocp offers additional services (e. g. information desks, ...)
  • ship: if true, the ocp offers ship services (e. g. passenger changing on a ship)
  • bus: if true, the ocp offers bus services (e. g. passenger changing on a bus)
  • airport: if true, the ocp offers close connection to an airport (e. g. in walking distance, by people mover (external link) or bus shuttle)
  • tariffpoint: if true, the ocp is a ticket traiff point (only)services (e. g. ticket selling)
  • goodsLoading: if true, the ocp is capable of loading / unloading goods on trains
  • goodsSiding: if true, the ocp has a siding for exchanging goods
  • goodsIntermodal: if true, the ocp offers intermodal goods exchange, e. g. transfering trucks on trains
  • goodsMarshalling: if true, the ocp offers marshalling services (e. g. composing freight trains)

Syntactic Constraints / Syntaktische Beschränkungen

Best practice & Examples / Empfohlene Anwendung & Beispiele

Examples of the usage of <propService> can be found here: Dev:Types_of_ocps

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.