Definition Type: ComplexType
Name: OperationGroupType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Routing.xsd
Abstract
Documentation:
In a manufacturing environment where a CNC Lathe or a Manual Lathe may be alternative operations used in the production of a finished good. In the example above the Manual Lathe OperationGroup Name would be Alternate OperationGroupType.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into GroupMember in schema routing_xsd Drilldown into GroupType in schema fields_xsd Drilldown into GroupName in schema fields_xsdXSD Diagram of OperationGroupType in schema routing_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="OperationGroupType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">In a manufacturing environment where a CNC Lathe or a Manual Lathe may be alternative operations used in the production of a finished good.
In the example above the Manual Lathe OperationGroup Name would be Alternate OperationGroupType.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="GroupName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="GroupType" minOccurs="0" />
        <xsd:element ref="GroupMember" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GroupName nsA:GroupName 0 unbounded
GroupType nsA:GroupType 0 (1)
GroupMember nsA:GroupMember 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:OperationGroup