Definition Type: SimpleType
Name: OperationType
Namespace: http://www.openapplications.org/oagis
Containing Schema: Enums.xsd
Documentation:
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.
Collapse XSD Schema Diagram:
XSD Diagram of OperationType in schema enums_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Standard
Enumeration Fixed
Enumeration Batch
Collapse Derivation Tree:
Collapse References:
oa:OperationType