IS:stoppingPlace/3.2: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Created page IS:stoppingPlace/3.2 using XSD2MediaWiki Converter 1.0.6)
 
(Updated page IS:stoppingPlace/3.2 using XSD2MediaWiki Converter 1.1.0)
Line 9: Line 9:
|attributes={{attribut|name=isSignalized|pflicht=0|typ=xs:boolean|documentation=indicates whether the stopping place is marked by a signal or panel (true) or only in the "driver's timetable" (false)}},
|attributes={{attribut|name=isSignalized|pflicht=0|typ=xs:boolean|documentation=indicates whether the stopping place is marked by a signal or panel (true) or only in the "driver's timetable" (false)}},
{{attribut|name=trainRelation|pflicht=0|typ=xs:string|documentation=Reference to the part of the train from where on the stopping place is valid. Normally, a stopping place relates to the head of the train.|werte={{wert|name=endOfTrain}}{{wert|name=headOfTrain}}{{wert|name=midOfTrain}}}},
{{attribut|name=trainRelation|pflicht=0|typ=xs:string|documentation=Reference to the part of the train from where on the stopping place is valid. Normally, a stopping place relates to the head of the train.|werte={{wert|name=endOfTrain}}{{wert|name=headOfTrain}}{{wert|name=midOfTrain}}}},
{{attribut|name=platformEdgeRef|pflicht=0|typ=xs:string|documentation=DEPRECATED with railML 3.2, use element allowsUsageOfPlatformEdge instead;
{{attribut|name=platformEdgeRef|pflicht=0|typ=xs:string|documentation=DEPRECATED with railML 3.2, use element allowsUsageOfPlatformEdge instead;<br>reference to a platform edge for which the stopping place is relevant|patterns={{pattern|(urn:uuid:)?[0-9a-fA-F]&#x007B;8&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;12&#x7D;&#x007C;\&#x007B;[0-9a-fA-F]&#x007B;8&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;12&#x7D;\&#x7D;}}}},
reference to a platform edge for which the stopping place is relevant|patterns={{pattern|(urn:uuid:)?[0-9a-fA-F]&#x007B;8&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;12&#x7D;&#x007C;\&#x007B;[0-9a-fA-F]&#x007B;8&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;4&#x7D;-[0-9a-fA-F]&#x007B;12&#x7D;\&#x7D;}}}},
{{attribut|name=trainLength|pflicht=0|typ=xs:decimal|documentation=set this value if the stopping place is only valid for trains with a certain train length}},
{{attribut|name=trainLength|pflicht=0|typ=xs:decimal|documentation=set this value if the stopping place is only valid for trains with a certain train length}},
{{attribut|name=axleCount|pflicht=0|typ=xs:positiveInteger|documentation=set this value if the stopping place is only valid for trains with a certain number of axles}},
{{attribut|name=axleCount|pflicht=0|typ=xs:positiveInteger|documentation=set this value if the stopping place is only valid for trains with a certain number of axles}},

Revision as of 12:18, 31 May 2021

Automatic Schemaexport for Element stoppingPlace

Autoexport from the XML-Schema for element IS:stoppingPlace of railML® version 3.2
Documentation This element is not documented in the schema!
Subschema infrastructure
Parents* stoppingPlaces
Children allowsUsageOfPlatformEdge (0..*), any (0..*), areaLocation (0..*), designator (0..*), external (0..*), gmlLocations (0..*), isValid (0..*), linearLocation (0..*), name (0..*), networkLocation (0..*), spotLocation (0..*), validForTrainMovement (0..*)
Attributes:
  • isSignalized: indicates whether the stopping place is marked by a signal or panel (true) or only in the "driver's timetable" (false) (optional; xs:boolean),

  • trainRelation: Reference to the part of the train from where on the stopping place is valid. Normally, a stopping place relates to the head of the train. (optional; xs:string)
Possible values:
  • endOfTrain
  • headOfTrain
  • midOfTrain,

  • platformEdgeRef: DEPRECATED with railML 3.2, use element allowsUsageOfPlatformEdge instead;
    reference to a platform edge for which the stopping place is relevant (optional; xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}),

  • trainLength: set this value if the stopping place is only valid for trains with a certain train length (optional; xs:decimal),

  • axleCount: set this value if the stopping place is only valid for trains with a certain number of axles (optional; xs:positiveInteger),

  • wagonCount: set this value if the stopping place is only valid for trains with a certain number of wagons (optional; xs:positiveInteger),

  • verbalConstraint: set this value if the stopping place is only valid for trains fulfilling a certain verbal constraint (optional; xs:string),

  • id: the identifier of the object; this can be either of type xs:ID or UUID (obligatory; xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}); compare: Dev:Identities
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.