QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
absDir | rail:tMileageDirection | optional |
|
||||
absPos | rail:tLengthM | required | |||||
absPosIn | rail:tLengthM | required | |||||
absPosInOffset | rail:tLengthM | optional |
|
||||
code | rail:tGenericName | optional |
|
||||
description | rail:tElementDescription | optional |
|
||||
dir | rail:tStrictDirection | optional |
|
||||
id | rail:tGenericID | required |
|
||||
name | rail:tGenericName | optional |
|
||||
pos | rail:tLengthM | required | |||||
type | rail:tMileageChangeDescr | required | |||||
xml:lang | xs:language | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
<xs:complexType name="tMileageChange"> <xs:complexContent> <xs:extension base="rail:tElementWithIDAndName"> <xs:sequence> <xs:element name="geoCoord" type="rail:tGeoCoord" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:geoCoord_mileageChange"/> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="absPosIn" type="rail:tLengthM" use="required"/> <xs:attribute name="absPosInOffset" type="rail:tLengthM" use="optional"> <xs:annotation> <xs:documentation>DEPRECATED: not needed, not used</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="type" type="rail:tMileageChangeDescr" use="required"/> <xs:attribute name="absPos" type="rail:tLengthM" use="required"/> <xs:attribute name="pos" type="rail:tLengthM" use="required"/> <xs:attribute name="absDir" type="rail:tMileageDirection"> <xs:annotation> <xs:documentation>defining a change direction for the mileageChange with values "raising" or "falling"</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="dir" type="rail:tStrictDirection"> <xs:annotation> <xs:documentation>DEPRECATED: use the new attribute absDir instead to define the mileage's change direction</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |