<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="IRplanGenType">
<xsd:annotation>
<xsd:documentation>Production plan generic data type</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="IREDESType">
<xsd:sequence>
<xsd:element name="PlanId" type="IRtext">
<xsd:annotation>
<xsd:documentation>IREDES internal production plan ID used for reference e.g. by Production Quality data sets basing on a particular production plan.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanName" type="IRtext" minOccurs="0" default="Default plan id code">
<xsd:annotation>
<xsd:documentation>Plan logical name to identify this specific plan to the human user. Useful to help the operator of a mashine to logical identify a specific plan.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Comment" type="IRtextLong" minOccurs="0" maxOccurs="8">
<xsd:annotation>
<xsd:documentation>Comments to the plan for example type of plan, purpose, tools to use...</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Project" type="IRtext" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Project id code. To identify the target project for this plan. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="WorkOrder" type="IRtext" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Work order id code. To identify the work order associated with this plan. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|