Template:RailMLType: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
Line 63: Line 63:
| tGenCode=restriction of {{xsdType|string}} with pattern ''<nowiki>(\w|\S){1,}</nowiki>''; an arbitrary string with at minimum one character including punctuation, whitespace are not allowed
| tGenCode=restriction of {{xsdType|string}} with pattern ''<nowiki>(\w|\S){1,}</nowiki>''; an arbitrary string with at minimum one character including punctuation, whitespace are not allowed
|tSignalFunction
|tSignalFunction
|tSignalType=union of (restriction of {{xsdType|string}}, tOtherEnumerationValue), where the latter is defined as:''{{railMLType|tOtherEnumerationValue}}''
|tSignalType=union of (restriction of {{xsdType|string}}, tOtherEnumerationValue), where the latter is defined as:''an arbitrary string starting with 'other:' followed by at minimum two characters, white space not allowed for extending railML enumeration lists; pattern: other:\w{2,}''
|tMaxTrainCurrentValidFor={{xsdType|string}}; either ''train'' or ''pantograph''
|tMaxTrainCurrentValidFor={{xsdType|string}}; either ''train'' or ''pantograph''
|tMaxTrainCurrentType={{xsdType|string}}; either ''driving'' or ''standstill''
|tMaxTrainCurrentType={{xsdType|string}}; either ''driving'' or ''standstill''

Revision as of 12:34, 26 March 2018

FIXME