<!-- ========== VALIDATION RULES ========== --> <ValidationRules> <Rule id="uniqueCheck" type="uniqueness" scope="global"/> <Rule id="formatCheck" type="regex" pattern="^[A-Za-z0-9_-]+$"/> <Rule id="lengthCheck" min="6" max="64"/> <Rule id="reservedWordsCheck" disallow="xml,key,generator,root"/> </ValidationRules>
<!-- ========== BATCH GENERATION REQUEST ========== --> <BatchRequest id="batch_001" total="10" type="custom"> <Keys> <!-- Auto-generated 10 keys using 'custom' method --> <Key>PROJ20260416-0001</Key> <Key>PROJ20260416-0002</Key> <Key>PROJ20260416-0003</Key> <Key>PROJ20260416-0004</Key> <Key>PROJ20260416-0005</Key> <Key>PROJ20260416-0006</Key> <Key>PROJ20260416-0007</Key> <Key>PROJ20260416-0008</Key> <Key>PROJ20260416-0009</Key> <Key>PROJ20260416-0010</Key> </Keys> </BatchRequest> xml key generator tool ver 4.0
<!-- ========== EXPORT FORMATS ========== --> <ExportFormats> <Format type="XML" wrapped="true"> <RootElement><KeyList> ... </KeyList></RootElement> </Format> <Format type="JSON" wrapped="true"> <Sample>"keys": ["key1","key2"]</Sample> </Format> <Format type="CSV" delimiter=","> <Sample>key_001,key_002,key_003</Sample> </Format> </ExportFormats> !-- ========== VALIDATION RULES ========== -->
<!-- ========== SAMPLE GENERATED OUTPUT ========== --> <GeneratedOutput timestamp="2026-04-16T10:30:00Z" toolVersion="4.0"> <Key id="1" type="uuid"><id>f47ac10b-58cc-4372-a567-0e02b2c3d479</id></Key> <Key id="2" type="sequential"><recordId>key_00042</recordId></Key> <Key id="3" type="custom"><orderId>ORD-2026-04-16-042</orderId></Key> <Key id="4" type="hash" source="user@example.com"><hashKey>b6c8a12e4f9d</hashKey></Key> </GeneratedOutput> Rule id="uniqueCheck" type="uniqueness" scope="global"/>