
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| basicBlockRef | rail:tGenericRef | optional | |||||
| dayOffset | rail:tCounter | 0 | optional |
|
|||
| postProcessingTime | xs:duration | optional |
|
||||
| preProcessingTime | xs:duration | optional |
|
||||
| sequence | rail:tPositiveCounter | required | |||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' | |||||||
<xs:complexType name="eBlockPartSequence"> <xs:complexContent> <xs:extension base="rail:tBlockPartSequence"> <xs:sequence> <xs:element name="blockPartRef" type="rail:tBlockPartRef" maxOccurs="unbounded"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:blockPartRef"/> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |