
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| absDir | rail:tMileageDirection | optional |
|
||||
| absPos | rail:tLengthM | optional | |||||
| absPosOffset | rail:tLengthM | optional |
|
||||
| id | rail:tGenericID | required | |||||
| pos | rail:tLengthM | required |
<xs:complexType name="eTrackBegin"> <xs:complexContent> <xs:extension base="rail:eTrackNode"> <xs:attribute name="absDir" type="rail:tMileageDirection"> <xs:annotation> <xs:documentation>the starting direction of the mileage related to the track</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |