1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="utf-8"?>
- <Aitex>
- <TableSequenceFormat RecipeVersion="Spin">
- <Catalog Type="Position">
- <Item Name="Module" DisplayName="ModuleType" InputType="ReadOnlySelection" >
- <Selection Name="LP" DisplayName="LP" Parameter="LPSelection" />
- <Selection Name="LL" DisplayName="LLSelection" Parameter="LLSelection" />
- <Selection Name="PM" DisplayName="AnyPM" Parameter="PMSelection,Recipe" />
- </Item>
- </Catalog>
- <Catalog Type="Parameter">
- <Item Name="LPSelection" DisplayName="LP Selection" InputType="MultiSelection" Min="0" Max="0">
- <Selection Name="LP1" DisplayName="LP1" Parameter="" />
- <Selection Name="LP2" DisplayName="LP2" Parameter="" />
- </Item>
- <Item Name="LLSelection" DisplayName="LL Selection" InputType="MultiSelection" Min="0" Max="0">
- <Selection Name="LL1" DisplayName="LL1" Parameter="" />
- <Selection Name="LL2" DisplayName="LL2" Parameter="" />
- </Item>
- <Item Name="PMSelection" DisplayName="PM Selection" InputType="MultiSelection" Min="0" Max="0" >
- <Selection Name="PM1" DisplayName="PM1" Parameter="" />
- <Selection Name="PM2" DisplayName="PM2" Parameter="" />
- </Item>
- <Item Name="Recipe" DisplayName="Recipe" InputType="RecipeSelection" Min="0" Max="999999" />
- <Item Name="CleanRecipe" DisplayName="CleanRecipe" InputType="CleanRecipeSelection" Min="0" Max="999999" />
- </Catalog>
- </TableSequenceFormat>
- <TableSequenceData RecipeVersion="Spin" CreatedBy="System" Barcode="" CreationTime="2016-05-13T13:56:44" LastRevisedBy="admin" LastRevisionTime="2015-10-13T13:56:44" Description="(Empty)">
- <Step></Step>
- </TableSequenceData>
- <TableRecipeSchema>
- <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:simpleType name="booleanType">
- <xs:restriction base="xs:string">
- <xs:enumeration value="0" />
- <xs:enumeration value="1" />
- <xs:enumeration value="False" />
- <xs:enumeration value="True" />
- <xs:enumeration value="false" />
- <xs:enumeration value="true" />
- </xs:restriction>
- </xs:simpleType>
- <xs:element name="TableSequenceData">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" name="Step">
- </xs:element>
- </xs:sequence>
- <xs:attribute name="RecipeVersion" type="xs:string" fixed="Spin" use="required" />
- <xs:attribute name="CreatedBy" type="xs:string" use="required" />
- <xs:attribute name="CreationTime" type="xs:dateTime" use="required" />
- <xs:attribute name="LastRevisedBy" type="xs:string" use="required" />
- <xs:attribute name="LastRevisionTime" type="xs:dateTime" use="required" />
- <xs:attribute name="Barcode" type="xs:string" use="required" />
- <xs:attribute name="Description" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:schema>
- </TableRecipeSchema>
- <Signature>axPPcBt+girefGdBoafkJf+pBhY=</Signature>
- </Aitex>
|