SequenceFormat.xml 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Aitex>
  3. <TableSequenceFormat RecipeVersion="Cluster">
  4. <Catalog Type="Position">
  5. <Item Name="Position" DisplayName="Position" InputType="ReadOnlySelection" >
  6. <Selection Name="Aligner" DisplayName="Aligner" Parameter="AlignerSelection,AlignAngle" />
  7. <Selection Name="LL" DisplayName="LL" Parameter="LLSelection" />
  8. <Selection Name="PM" DisplayName="PM" Parameter="PMSelection,PMARecipe,PMBRecipe,PMCRecipe,PMDRecipe,WTWClean" />
  9. <!--<Selection Name="Cooling" DisplayName="Cooling" Parameter="CoolingSelection,CoolingTime" />-->
  10. </Item>
  11. </Catalog>
  12. <Catalog Type="Parameter">
  13. <!--
  14. <Item Name="LPSelection" DisplayName="LP Selection" InputType="MultiSelection" >
  15. <Selection Name="LP1" DisplayName="LP1"/>
  16. <Selection Name="LP2" DisplayName="LP2"/>
  17. <Selection Name="LP3" DisplayName="LP3"/>
  18. </Item>
  19. -->
  20. <Item Name="AlignerSelection" DisplayName="Aligner Selection" InputType="MultiSelection" >
  21. <Selection Name="Aligner1" DisplayName="Aligner1"/>
  22. <!--<Selection Name="Aligner2" DisplayName="Aligner2"/>-->
  23. </Item>
  24. <!--<Item Name="CoolingSelection" DisplayName="Cooling Selection" InputType="MultiSelection" >
  25. <Selection Name="Cooling1" DisplayName="Cooling1"/>
  26. <Selection Name="Cooling2" DisplayName="Cooling2"/>
  27. </Item>-->
  28. <Item Name="LLSelection" DisplayName="LL Selection" InputType="MultiSelection" >
  29. <Selection Name="LLA" DisplayName="LLA"/>
  30. <Selection Name="LLB" DisplayName="LLB"/>
  31. </Item>
  32. <Item Name="SlotSelection" DisplayName="SlotSelection" InputType="MultiSelection" >
  33. <Selection Name="0" DisplayName="1"/>
  34. <Selection Name="1" DisplayName="2"/>
  35. </Item>
  36. <Item Name="PMSelection" DisplayName="PM Selection" InputType="MultiSelection" >
  37. <Selection Name="PMA" DisplayName="PMA"/>
  38. <Selection Name="PMB" DisplayName="PMB"/>
  39. <Selection Name="PMC" DisplayName="PMC"/>
  40. <Selection Name="PMD" DisplayName="PMD"/>
  41. </Item>
  42. <Item Name="PMARecipe" DisplayName="PMA Recipe" InputType="RecipeSelection" Parameter="PMA" Min="0" Max="999999" />
  43. <Item Name="PMBRecipe" DisplayName="PMB Recipe" InputType="RecipeSelection" Parameter="PMB" Min="0" Max="999999" />
  44. <Item Name="PMCRecipe" DisplayName="PMC Recipe" InputType="RecipeSelection" Parameter="PMC" Min="0" Max="999999" />
  45. <Item Name="PMDRecipe" DisplayName="PMD Recipe" InputType="RecipeSelection" Parameter="PMD" Min="0" Max="999999" />
  46. <Item Name="AlignAngle" DisplayName="Align Angle" InputType="NumInput" Min="0" Max="359" />
  47. <Item Name="WTWClean" DisplayName="WTW Clean" InputType="RecipeSelection" Min="0" Max="999999" />
  48. <!--<Item Name="CoolingTime" DisplayName="Cooling Time(s)" InputType="NumInput" Min="0" Max="360" />-->
  49. </Catalog>
  50. </TableSequenceFormat>
  51. <TableSequenceData RecipeVersion="Cluster" CreatedBy="System" Barcode="" CreationTime="2016-05-13T13:56:44" LastRevisedBy="admin" LastRevisionTime="2015-10-13T13:56:44" Description="(Empty)">
  52. <Step></Step>
  53. </TableSequenceData>
  54. <TableRecipeSchema>
  55. <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  56. <xs:simpleType name="booleanType">
  57. <xs:restriction base="xs:string">
  58. <xs:enumeration value="0" />
  59. <xs:enumeration value="1" />
  60. <xs:enumeration value="False" />
  61. <xs:enumeration value="True" />
  62. <xs:enumeration value="false" />
  63. <xs:enumeration value="true" />
  64. </xs:restriction>
  65. </xs:simpleType>
  66. <xs:element name="TableSequenceData">
  67. <xs:complexType>
  68. <xs:sequence>
  69. <xs:element maxOccurs="unbounded" name="Step">
  70. </xs:element>
  71. </xs:sequence>
  72. <xs:attribute name="RecipeVersion" type="xs:string" fixed="Cluster" use="required" />
  73. <xs:attribute name="CreatedBy" type="xs:string" use="required" />
  74. <xs:attribute name="CreationTime" type="xs:dateTime" use="required" />
  75. <xs:attribute name="LastRevisedBy" type="xs:string" use="required" />
  76. <xs:attribute name="LastRevisionTime" type="xs:dateTime" use="required" />
  77. <xs:attribute name="Barcode" type="xs:string" use="required" />
  78. <xs:attribute name="Description" type="xs:string" use="required" />
  79. </xs:complexType>
  80. </xs:element>
  81. </xs:schema>
  82. </TableRecipeSchema>
  83. <Signature>axPPcBt+girefGdBoafkJf+pBhY=</Signature>
  84. </Aitex>