<xs:complexType name="QualifiedResource">
<xs:sequence>
<xs:element name="ResourceUse" type="Usage" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Ientifies what the following resources of an operation or step are to be used for.
The following are a couple of examples: Setup, Teardown, Run</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WorkCenter" type="WorkCenter" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the WorkCenter in which the work is to be performed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="OperationGrouping" />
<xs:element name="CapacityPercent" type="Percent" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">This is the percentage of resources capacity used</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Duration" type="Duration" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The time that the resource is commited to the Operation or Step.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EmployeesRequiredQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the number of employees required to run the resource. In case of a tool or machine resource.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ToolsRequiredQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the number of tools required to perform the operation or step.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="Resources" minOccurs="0" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|