QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
commercial | xs:boolean | optional |
|
||||
guaranteedPass | xs:boolean | optional |
|
||||
onOff | rail:tOnOff | optional |
|
||||
operatingPeriodRef | rail:tGenericRef | optional |
|
||||
operationalStopOrdered | xs:boolean | optional |
|
||||
purpose | xs:string | optional |
|
||||
stopOnRequest | xs:boolean | optional |
|
||||
stopPostRef | rail:tGenericRef | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
Element | rail:eOcpTT/rail:stopDescription |
<xs:complexType name="eStopDescription"> <xs:complexContent> <xs:extension base="rail:tStopDescription"> <xs:sequence> <xs:element minOccurs="0" name="stopTimes" type="rail:tStopTimes"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:stopTimes"/> </xs:annotation> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="platformEdgeRef" type="rail:tPlatformEdgeRef"> <xs:annotation> <xs:documentation>refers to the id attribute of the associated platform edge element, redundant if stopPostRef is given</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:platformEdgeRef"/> </xs:annotation> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="serviceSectionRef" type="rail:tServiceSectionRef"> <xs:annotation> <xs:documentation>refers to the id attribute of the associated service section element</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:serviceSectionRef"/> </xs:annotation> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="annotationRef" type="rail:tAnnotationRef"> <xs:annotation> <xs:documentation>refers to the id attribute of an annotation element</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:annotationRef_stopDescription"/> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |