Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:taskAmountType / tps:StartStation
Namespace tps
Annotations
The starting station of the amount
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<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>
Element tps:taskAmountType / tps:EndStation
Namespace tps
Annotations
The ending station of the amount
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<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>
Element tps:taskAmountType / tps:Amount
Namespace tps
Annotations
The amount value
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Amount" type="xs:double">
  <xs:annotation>
    <xs:documentation>The amount value</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:taskAmountType
Namespace tps
Annotations
The Amount type describes the distribution of a quantity on a location
Diagram
Used by
Model
tps:StartStation{0,1} , tps:EndStation{0,1} , tps:Amount , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Amount, tps:EndStation, tps:StartStation
Source
<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>