diff options
Diffstat (limited to 'bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml')
-rw-r--r-- | bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml b/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml new file mode 100644 index 0000000..53dc253 --- /dev/null +++ b/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml | |||
@@ -0,0 +1,47 @@ | |||
1 | <!-- | ||
2 | In Keys, | ||
3 | name is the name of the item. | ||
4 | description is the description of the item. | ||
5 | assetID is the ID of the asset data that is referenced by the item. | ||
6 | folderID is the ID of the folder containing this item. | ||
7 | inventoryID is the ID for the item. It must be unique. | ||
8 | assetType is the asset type of the item. See the OpenMetaverse.AssetType enum in libopenmetaverse | ||
9 | inventoryType is the inventory type of the item. See the OpenMetaverse.InventoryType enum in libopenmetaverse | ||
10 | flags are only required for wearables. See OpenMetaverse.WearableType enum in libopenmetaverse. | ||
11 | --> | ||
12 | |||
13 | <Nini> | ||
14 | |||
15 | <!-- | ||
16 | <Section Name="Example Library Item"> | ||
17 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
18 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
19 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
20 | <Key Name="description" Value="Example Library Item" /> | ||
21 | <Key Name="name" Value="Example Library Item" /> | ||
22 | <Key Name="assetType" Value="7" /> | ||
23 | <Key Name="inventoryType" Value="7" /> | ||
24 | </Section> | ||
25 | --> | ||
26 | |||
27 | <Section Name="Welcome notecard"> | ||
28 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" /> | ||
29 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> | ||
30 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba000"/> <!-- Yes this is root, but notecards should live here --> | ||
31 | <Key Name="description" Value="Welcome" /> | ||
32 | <Key Name="name" Value="Welcome" /> | ||
33 | <Key Name="assetType" Value="7" /> | ||
34 | <Key Name="inventoryType" Value="7" /> | ||
35 | </Section> | ||
36 | |||
37 | <Section Name="Example notecard"> | ||
38 | <Key Name="inventoryID" Value="a170ffc0-b9c7-11dc-95ff-0800200c9a66" /> | ||
39 | <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" /> | ||
40 | <Key Name="folderID" Value="33cbd240-b9bf-11dc-95ff-0800200c9a66"/> | ||
41 | <Key Name="description" Value="Example notecard" /> | ||
42 | <Key Name="name" Value="Example notecard" /> | ||
43 | <Key Name="assetType" Value="7" /> | ||
44 | <Key Name="inventoryType" Value="7" /> | ||
45 | </Section> | ||
46 | |||
47 | </Nini> | ||