TT:service: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Created using RS:service contents)
 
No edit summary
Line 1: Line 1:
{{InheritService
{{ElementDocu|
|selfLink = {{TT:Tag|service}}
elementName = service
|parentLink = {{TT:Tag|passengerUsage}}
 
|back = TT:elements
|semantics =
|semantics_en =
The element {{TT:Tag|service}} can be used for a list of description of any additional service provided per vehicle. This can be catering, baggage, toilets, low floor portion, conference compartment, internet access etc. The element can also be used to specify particular provisions of a goods compartment. {{AddAnn|| }}
|semantics_de =  
 
|constraints_en =
{{Deu|Das Element {{TT:Tag|service}} kann für die Aufzählung zusätzlicher Eigenschaften, z.B. Konferenzraum, verwendet werden. Zusätzlich können auch Eigenschaften des Laderaums beschrieben werden.}} {{AddAnn|| }}
|count =
 
|name =
|parent = {{TT:Tag|passengerUsage}}
|description =
|childs=''None''
|value =
|inheritedAttributes=''None''
|ownAttributes =
* {{Attr|count}}: This is the number of the available service, if applicable. {{AddAnn|| }}
 
* {{Attr|name}}: This is the name for identification of the available service. {{AddAnn|| }}
 
* {{Attr|description}}: This is the additional description for the available service. {{AddAnn|| }}
 
* {{Attr|value}}: This is an additional value for specifying the available service, e.g. the portion value of low floor part. {{AddAnn|| }}
 
* {{Attr|type}}: {{Intro|2.2}} This is an additional type for specifying the available service. {{AddAnn|| }}
:* {{Enum|mobileCatering}}
:* {{Enum|WLAN}}
 
:* {{OtherEnum
|notes_en =
|notes_de =
}}
 
{{InheritAnyAttribute
|anyAttribute =  
|anyAttribute_de =
}}
 
|constraints =
* {{Attr|count}}: {{RailMLType|tCounter}}, mandatory
 
* {{Attr|name}}: {{RailMLType|tGenericName}}, mandatory
 
* {{Attr|description}}: {{RailMLType|tElementDescription}}, optional
 
* {{Attr|value}}: {{XsdType|decimal}}, optional {{AddAnn|| }}
 
* {{Attr|type}}: {{railMLType|tServiceType}}, optional {{AddAnn|| }}
}}
}}

Revision as of 10:23, 14 June 2017


service
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <service> can be used for a list of description of any additional service provided per vehicle. This can be catering, baggage, toilets, low floor portion, conference compartment, internet access etc. The element can also be used to specify particular provisions of a goods compartment.

Das Element <service> kann für die Aufzählung zusätzlicher Eigenschaften, z.B. Konferenzraum, verwendet werden. Zusätzlich können auch Eigenschaften des Laderaums beschrieben werden.

Attributes of service / Attribute von service

  • count: This is the number of the available service, if applicable.
  • name: This is the name for identification of the available service.
  • description: This is the additional description for the available service.
  • value: This is an additional value for specifying the available service, e.g. the portion value of low floor part.
  • type: (introduced with version 2.2) This is an additional type for specifying the available service.
  • mobileCatering
  • WLAN
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.
  • xs:anyAttribute: This provides an extension point for non-railML® attributes in a foreign namespace. How to use it?

Syntactic Constraints / Syntaktische Beschränkungen

  • type: union of (restriction of xs:string, tOtherEnumerationValue); list of common service types, optional

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.