QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
absPos | rail:tLengthM | optional | |||||
absPosOffset | rail:tLengthM | optional |
|
||||
cleaning | xs:boolean | optional |
|
||||
code | rail:tGenericName | optional |
|
||||
description | rail:tElementDescription | optional |
|
||||
dir | rail:tStrictDirection | optional |
|
||||
fueling | xs:boolean | optional |
|
||||
height | rail:tLengthMM | optional |
|
||||
id | rail:tGenericID | required |
|
||||
length | rail:tLengthM | optional |
|
||||
loadingFacility | xs:boolean | optional |
|
||||
maintenance | xs:boolean | optional |
|
||||
name | rail:tGenericName | optional |
|
||||
ocpRef | rail:tGenericRef | optional |
|
||||
parentServiceSectionRef | rail:tGenericRef | optional |
|
||||
parking | xs:boolean | optional |
|
||||
pos | rail:tLengthM | required | |||||
preheating | xs:boolean | optional |
|
||||
ramp | xs:boolean | optional |
|
||||
side | rail:tSide | optional |
|
||||
xml:lang | xs:language | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
<xs:complexType name="tServiceSection"> <xs:complexContent> <xs:extension base="rail:tBaseServiceSection"> <xs:attribute name="parentServiceSectionRef" type="rail:tGenericRef"> <xs:annotation> <xs:documentation>reference to a parent service section for grouping service section parts together</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ramp" type="xs:boolean"> <xs:annotation> <xs:documentation>defining the service section as being a ramp</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="maintenance" type="xs:boolean"> <xs:annotation> <xs:documentation>defining the service section as being a maintenance area</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="loadingFacility" type="xs:boolean"> <xs:annotation> <xs:documentation>defining the service section as being equipped with loading facilities</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="cleaning" type="xs:boolean"> <xs:annotation> <xs:documentation>defining the service section as being a cleaning area</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fueling" type="xs:boolean"> <xs:annotation> <xs:documentation>defining the service section as being a fueling area</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="parking" type="xs:boolean"> <xs:annotation> <xs:documentation>defining the service section as being a parking area</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="preheating" type="xs:boolean"> <xs:annotation> <xs:documentation>defining the service section as being a preheating area</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |