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' |
Complex Type | rail:eBlockPartSequence |
<xs:complexType name="tBlockPartSequence"> <xs:sequence> <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation> </xs:annotation> </xs:any> </xs:sequence> <xs:attributeGroup ref="rail:aBlockPartSequence"/> <xs:attributeGroup ref="rail:anyAttribute"/> </xs:complexType> |