12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="utf-8"?>
- <Aitex>
- <TableSequenceFormat RecipeVersion="EfemDual">
- <Catalog Type="Position">
- <Item Name="Position" DisplayName="Position" InputType="ReadOnlySelection" >
- <Selection Name="Aligner" DisplayName="Aligner" Parameter="" />
- <Selection Name="LL" DisplayName="LL" Parameter="LLSelection" />
- <Selection Name="PM" DisplayName="PM" Parameter="PMSelection,PMARecipe,PMBRecipe" />
- </Item>
- </Catalog>
- <Catalog Type="Parameter">
- <!--
- <Item Name="LPSelection" DisplayName="LP Selection" InputType="MultiSelection" >
- <Selection Name="LP1" DisplayName="LP1"/>
- <Selection Name="LP2" DisplayName="LP2"/>
- <Selection Name="LP3" DisplayName="LP3"/>
- </Item>
- -->
- <Item Name="LLSelection" DisplayName="LL Selection" InputType="MultiSelection" >
- <Selection Name="LLA" DisplayName="LLA"/>
- <Selection Name="LLB" DisplayName="LLB"/>
- </Item>
- <Item Name="PMSelection" DisplayName="PM Selection" InputType="MultiSelection" >
- <Selection Name="PMA" DisplayName="PMA"/>
- <Selection Name="PMB" DisplayName="PMB"/>
- </Item>
- <Item Name="PMARecipe" DisplayName="PMA Recipe" InputType="RecipeSelection" Parameter="PMA" Min="0" Max="999999" />
- <Item Name="PMBRecipe" DisplayName="PMB Recipe" InputType="RecipeSelection" Parameter="PMB" Min="0" Max="999999" />
- </Catalog>
- </TableSequenceFormat>
- <TableSequenceData RecipeVersion="EfemDual" 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="PeeTwo" 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>
|