Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
60 naveen 1
<?xml version="1.0" encoding="UTF-8"?>
2
<IRDefinition xmlns="http://shop2020.in" 
3
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
4
    xsi:schemaLocation="http://shop2020.in ../metamodel/facets.xsd">
5
 
6
	<!-- Parent Mobile Phones Category -->
7
	<CategoryFacetDefinition>
8
		<CategoryID>10001</CategoryID>
9
 
10
		<!-- Brand
11
		<FacetID>50001</FacetID>
12
		 -->
13
 
14
		<!-- Price 
15
        <FacetID>50002</FacetID>
16
		-->
17
 
18
		<!-- Form Factor -->
19
        <FacetID>50003</FacetID>
20
 
21
		<!-- Carry In Pocket -->
22
        <FacetID>50004</FacetID>
23
 
24
		<!-- Data Connectivity -->
25
		<FacetID>50007</FacetID>
26
 
27
		<!-- Camera Resolution -->
28
		<FacetID>50009</FacetID>
29
	</CategoryFacetDefinition>
30
 
31
    <!-- Business Phones -->
32
    <CategoryFacetDefinition>
33
        <CategoryID>10002</CategoryID>
34
 
35
		<!-- Cellular Technologies -->
36
		<FacetID>50005</FacetID>
37
 
38
		<!-- Internet -->
39
		<FacetID>50008</FacetID>
40
 
41
		<!-- Built-in Memory -->
42
        <FacetID>50014</FacetID>
43
 
44
		<!-- Talk time -->
45
        <FacetID>50011</FacetID>
46
    </CategoryFacetDefinition>
47
 
48
	<!-- High-end Multi-media phones -->
49
    <CategoryFacetDefinition>
50
        <CategoryID>10003</CategoryID>
51
 
52
        <!-- Cellular Technologies -->
53
        <FacetID>50005</FacetID>
54
 
55
        <!-- Internet -->
56
        <FacetID>50012</FacetID>
57
 
58
        <!-- Built-in Memory -->
59
        <FacetID>50014</FacetID>
60
 
61
        <!-- Talk time -->
62
        <FacetID>50016</FacetID>
63
    </CategoryFacetDefinition>
64
 
65
    <!-- Low-end Multi-media phones -->
66
    <CategoryFacetDefinition>
67
        <CategoryID>10004</CategoryID>
68
 
69
        <!-- Cellular Technologies -->
70
        <FacetID>50006</FacetID>
71
 
72
        <!-- Internet -->
73
        <FacetID>50013</FacetID>
74
 
75
        <!-- Built-in Memory -->
76
        <FacetID>50015</FacetID>
77
 
78
        <!-- Talk time -->
79
        <FacetID>50017</FacetID>
80
    </CategoryFacetDefinition>
81
</IRDefinition>