Template:RailMLType: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(tCode: pattern)
No edit summary
Line 61: Line 61:
| tRailMLVersion=restriction of {{xsdType|string}} (Version Number is some official release number, rather than any internal numbering from an version control system. Allows two part or three part version numbers, 1.0 up to 99.99, or 1.0.1 up to 99.99.99. Allows additional SVN release numbers for testing unofficial releases: 1.1r4 or 2.0r271. Pattern: <nowiki>[1-9][0-9]?\.([0-9]|[1-9][0-9])(\.[1-9][0-9]?)?(r[1-9][0-9]?[0-9]?)?</nowiki>
| tRailMLVersion=restriction of {{xsdType|string}} (Version Number is some official release number, rather than any internal numbering from an version control system. Allows two part or three part version numbers, 1.0 up to 99.99, or 1.0.1 up to 99.99.99. Allows additional SVN release numbers for testing unofficial releases: 1.1r4 or 2.0r271. Pattern: <nowiki>[1-9][0-9]?\.([0-9]|[1-9][0-9])(\.[1-9][0-9]?)?(r[1-9][0-9]?[0-9]?)?</nowiki>
| 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
|tPlaceReservation
|tPlaceReservation
|tPlaceCategory
|tPlaceCategory

Revision as of 18:57, 15 February 2018

FIXME