
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| ensuresTrainSequence | xs:boolean | true | optional | |||
| operationalType | rail:tOcpOperationalType | optional | ||||
| orderChangeable | xs:boolean | false | optional | |||
| trafficType | rail:tOcpTrafficType | optional |
| Complex Type | rail:eOcpPropOperational |
<xs:complexType name="tOcpPropOperational"> <xs:attribute name="operationalType" type="rail:tOcpOperationalType"/> <xs:attribute name="trafficType" type="rail:tOcpTrafficType"/> <xs:attribute name="orderChangeable" type="xs:boolean" default="false"/> <xs:attribute name="ensuresTrainSequence" type="xs:boolean" default="true"/> </xs:complexType> |