<xs:complexType name="tStateWithLength">
<xs:complexContent>
<xs:extension base="rail:tState">
<xs:sequence>
<xs:element name="from" type="rail:tLocation" minOccurs="0">
<xs:annotation>
<xs:documentation>starting point where the 'state' takes place, e.g. kilometric position</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=IS:from"/>
</xs:annotation>
</xs:element>
<xs:element name="to" type="rail:tLocation" minOccurs="0">
<xs:annotation>
<xs:documentation>end point where the 'state' takes place, e.g. kilometric position</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=IS:to"/>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |