<xs:simpleType name="OperationType">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is used to indicate how the rates are specified.
Valid values are:
- Standard = An operation that has a rate specified as "quantity per unit of time".
- Fixed = A duration operation that takes a specific amount of time regardless of thevquantity being processed.
- Batch = An operation type that has a fixed amount of time for a given batch or partial batch.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Standard" />
<xs:enumeration value="Fixed" />
<xs:enumeration value="Batch" />
</xs:restriction>
</xs:simpleType>
|