Definition Type: ComplexType
Name: OperationGroupType
Namespace: http://www.openapplications.org/oagis
Containing Schema: MfgComponents.xsd
Abstract
Documentation:
Is the operational grouping type. Examples: Alternate – any of these may be used, Parallel – non-sequential – all must be done but order does not matter, Sequential – these items must be done one after the other and time is critical
Collapse XSD Schema Diagram:
XSD Diagram of OperationGroupType in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="OperationGroupType">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Is the operational grouping type.

Examples:
Alternate – any of these may be used,
Parallel – non-sequential – all must be done but order does not matter,	Sequential – these items must be done one after the other and time is critical</xs:documentation>
    </xs:annotation>
</xs:complexType>