QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
endDate | xs:date | optional | |||||
onRequest | xs:boolean | optional |
|
||||
operatingCode | rail:tOperatingCode | required | |||||
startDate | xs:date | optional | |||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
<xs:complexType name="eOperatingDay"> <xs:complexContent> <xs:extension base="rail:tOperatingDay"> <xs:sequence> <xs:element name="operatingDayDeviance" type="rail:tOperatingDayDeviance" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:operatingDayDeviance"/> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |