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 62: Line 62:
| tCode=restriction of {{xsdType|string}} with pattern ''<nowiki>(\w|[-]){2,}</nowiki>''; an arbitrary string with at minimum two characters, whitespace and punctuation not allowed
| tCode=restriction of {{xsdType|string}} with pattern ''<nowiki>(\w|[-]){2,}</nowiki>''; an arbitrary string with at minimum two characters, whitespace and punctuation 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
| 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
|tSignalType=union of (restriction of {{xsdType|string}}, {{railMLType|tOtherEnumerationValue}})
|tPlaceReservation
|tPlaceReservation
|tPlaceCategory
|tPlaceCategory

Revision as of 15:56, 9 March 2018

FIXME