<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>
|