<xs:element minOccurs="0" name="StartStation" type="xs:double" default="0.0"><xs:annotation><xs:documentation>The starting station of the amount</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="EndStation" type="xs:double" default="0.0"><xs:annotation><xs:documentation>The ending station of the amount</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="taskAmountType"><xs:annotation><xs:documentation>The Amount type describes the distribution of a quantity on a location</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="StartStation" type="xs:double" default="0.0"><xs:annotation><xs:documentation>The starting station of the amount</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EndStation" type="xs:double" default="0.0"><xs:annotation><xs:documentation>The ending station of the amount</xs:documentation></xs:annotation></xs:element><xs:element name="Amount" type="xs:double"><xs:annotation><xs:documentation>The amount value</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>