New Batch Converter. Fix flags problem regarding may/shouldnot uncertainty
[anna.git] / example / diameter / batchConverter / example_diameter_batchConverter.trace
1
2 --------------------------------------------------------------
3 - [12/04/2015 15:02:01]
4 - Current trace level: Warning
5 - Max file size : 2000 Kb
6 --------------------------------------------------------------
7
8 --------------------------------------------------------------
9 - [12/04/2015 15:32:25]
10 - Current trace level: Debug
11 - Max file size : 2000 Kb
12 --------------------------------------------------------------
13 [12/04/2015 15:32:25] Debug | source/core/util/ComponentManager.cpp (60) | anna::ComponentManager::attach(component) | begin
14
15 [12/04/2015 15:32:25] Debug | source/core/util/ComponentManager.cpp (80) | anna::ComponentManager::attach | anna::Component { Name: anna::diameter::codec::Engine | Reference: 0x23108a0 }
16
17 [12/04/2015 15:32:25] Debug | source/core/util/ComponentManager.cpp (0) | anna::ComponentManager::attach(component) | end
18
19 [12/04/2015 15:32:25] Debug | source/xml/DTD.cpp (58) | anna::xml::DTD::initialize | begin
20
21 [12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (69) | anna::xml::DTDMemory::parse | begin
22
23 [12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (73) | DTD | <?xml version="1.0" encoding="UTF-8"?>
24 <!-- Diameter message DTD -->
25
26 <!ELEMENT message (avp*)>
27 <!ELEMENT avp (avp*)>
28
29 <!ATTLIST message version CDATA #IMPLIED name CDATA #IMPLIED code CDATA #IMPLIED flags CDATA #IMPLIED p-bit (yes | no) #IMPLIED e-bit (yes | no) #IMPLIED t-bit (yes | no) #IMPLIED application-id CDATA #REQUIRED hop-by-hop-id CDATA #IMPLIED end-by-end-id CDATA #IMPLIED>
30 <!--
31    version: Diameter version. Sets '1' by default
32    name:    Command name within working stack (dictionary identifier)
33    p-bit:   (P)roxiable bit flag (yes, no). By default is 'no'
34    e-bit:   (E)rror bit flag (yes, no). By default is 'no'
35    t-bit:   Potentially re-(T)ransmitted bit flag (yes, no). By default is 'no'
36
37    In order to get more coding capabilities, command code and flags could be established instead of former fields,
38     but neither of them are allowed if the other are present (and vice versa):
39
40    code:    Command code
41    flags:   Command flags byte value (0-255) where standard bit set for flags is 'RPET rrrr': (R)equest, (P)roxiable, (E)rror, Potentially re-(T)ransmitted message and (r)eserved
42
43
44    application-id:   Message application id
45    hop-by-hop-id:    Message hop by hop id. Sets '0' by default
46    end-by-end-id:    Message end by end id. Sets '0' by default
47 -->
48
49 <!ATTLIST avp name CDATA #IMPLIED code CDATA #IMPLIED vendor-code CDATA #IMPLIED flags CDATA #IMPLIED data CDATA #IMPLIED hex-data CDATA #IMPLIED alias CDATA #IMPLIED>
50 <!--
51    name:   Avp name within working stack (dictionary identifier)
52
53    In order to get more coding capabilities, avp code, vendor-id and flags could be established instead of former avp name,
54     but neither of them are allowed if 'name' is provided (and vice versa):
55
56    code:          Avp code
57    vendor-code:   Avp vendor code
58    flags:         Avp flags byte value (0-255) where standard bit set for flags is 'VMPr rrrr': (V)endor-specific, (M)andatory, end to end encry(P)tion and r(eserved)
59    alias:         Descriptive/helper field for certain numeric data values. Aliases are defined at diameter dictionary, but are ignored (not checked) at xml message parsing
60                   The reason to include it in dtd definition, is because xml messages traced by the diameter codec could add alias field for some Avps
61
62
63    data:          Natural string representation for avp data. Specially applicable with numbers and printable strings, but also
64                    useful for certain formats which could be easily understandable in such friendly/smart representation. We will
65                    achieve different human-readable strings depending on data format:
66
67                      [ OctetString ] (if printable, but not recommended)
68                      [ Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64 ] (normal number representation)
69                      [ Time ] (NTP timestamp, normal number representation)
70                      [ Address ] ('<type (IANA Address Family Number)>|<value>' representation; i.e. '1|192.168.0.1'(IPv4), '8|34616279266'(E164), etc.
71                                  Type (and pipe) field could be avoided for IPv4 and IPv6 address types (a light parse checking is done: one colon for
72                                  IPv6, one dot for IPv4). Internal engine always includes type on data field, which is also recommended for inputs.
73                                  Currently, only IPv4, IPv6 and E164 address types have a known printable presentation, anyway using printable format
74                                  for another types will encode the address value directly as E164 does)
75                      [ UTF8String, DiameterIdentity, DiameterURI ] (printable)
76                      [ IPFilterRule, QoSFilterRule ] (uses ASCII charset, printable)
77
78                      New application formats must define specific natural representation for internal raw data
79
80    hex-data:      Hexadecimal octet sequence representation (i.e. 'af012fb3', with even number of digits). Suitable for whatever kind
81                    of diameter format, but mandatory for non printable information. OctetString usually transport non human-readable
82                    data and should better be encoded within this field although being printable. Unknown avps (which fails identifying
83                    provided name or code/vendor-code) must always use this representation.
84
85    Xml representation for decoded messages shows natural content except for 'OctetString' format and unknown avps. Anyway, when printable,
86     OctetString could show such information at data field apart from hex-data, because many implementations use this format to transport
87     readable-string data. In general, one of the data fields is mandatory except for 'Grouped' type (its data is another level of avps).
88    Application-specific formats must decide the way to represent its contents, being recommended to use a natural representation if possible,
89     because xml is read by humans with testing and monitoring purposes.
90 -->
91
92
93
94 [12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (74) | Temporary file | /tmp/anna.xml.18750.dtd
95
96 [12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (0) | anna::xml::DTDMemory::parse | end
97
98 [12/04/2015 15:32:25] Debug | source/xml/DTD.cpp (0) | anna::xml::DTD::initialize | end
99
100 [12/04/2015 15:32:25] Debug | source/xml/DTD.cpp (58) | anna::xml::DTD::initialize | begin
101
102 [12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (69) | anna::xml::DTDMemory::parse | begin
103
104 [12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (73) | DTD | <?xml version="1.0" encoding="UTF-8"?>
105 <!-- Diameter dictionary DTD -->
106
107 <!-- <!ELEMENT dictionary (format*, vendor+, avp+, command+)> allowed empty dictionary load: diameter base protocol would be harcoded -->
108 <!ELEMENT dictionary (format*, vendor*, avp*, command*)>
109 <!ATTLIST dictionary name CDATA #REQUIRED>
110 <!--
111    Dictionary definitions
112
113    name: Dictionary name
114 -->
115
116 <!ELEMENT format EMPTY>
117 <!ATTLIST format name CDATA #REQUIRED parent-type ( OctetString | Integer32 | Integer64 | Unsigned32 | Unsigned64 | Float32 | Float64 ) #REQUIRED>
118 <!--
119    Format record
120
121    name:        Format type unique name
122    parent-type: Format parent type within diameter basics: OctetString, Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64
123 -->
124
125 <!ELEMENT vendor EMPTY>
126 <!ATTLIST vendor name CDATA #REQUIRED code CDATA #REQUIRED>
127 <!--
128    Vendor record
129
130    name: Vendor unique name
131    code: Vendor numeric code
132 -->
133
134 <!ELEMENT avp (single | grouped)>
135 <!ATTLIST avp name CDATA #REQUIRED code CDATA #REQUIRED vendor-name CDATA #IMPLIED may-encrypt (yes | no) #IMPLIED v-bit (must | may | shouldnot | mustnot) #IMPLIED m-bit (must | may | shouldnot | mustnot) #IMPLIED p-bit (must | may | shouldnot | mustnot) #IMPLIED>
136 <!--
137    Avp record
138
139    name:          Avp unique name
140    code:          Avp numeric code
141    vendor-name:   Avp vendor name with vendor-id value. Gets IETF (zero value) when missing
142    may-encrypt:   Avp data may be encrypted (yes, no). By default is 'no'
143    v-bit:         Avp vendor-specific bit rule (must, may, shouldnot, mustnot). By default is 'mustnot'
144    m-bit:         Avp mandatory bit rule (must, may, shouldnot, mustnot). By default is 'may'
145    p-bit:         Avp protected (encryption) bit rule (must, may, shouldnot, mustnot). By default is 'may'
146 -->
147
148 <!ELEMENT single (label*)>
149 <!ATTLIST single format-name CDATA #REQUIRED enum CDATA #IMPLIED>
150 <!--
151    Non-grouped avp struct
152
153    format-name: Avp format type name (RFC3588: 'OctetString, Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64, Address, Time, UTF8String, DiameterIdentity, DiameterURI, Enumerated, IPFilterRule, QoSFilterRule' or application format data type names)
154    enum:        Enum values restriction for enumerated-format avp: '[i][,[j]][,[m-n]...]'
155 -->
156
157 <!ELEMENT label EMPTY>
158 <!ATTLIST label data CDATA #REQUIRED alias CDATA #REQUIRED>
159 <!--
160    Mostly used with enumerated-type avps
161
162    data:    Specific avp data
163    alias:   Data-linked name
164 -->
165
166 <!ELEMENT grouped (avprule+)>
167 <!--
168    Grouped avp struct
169 -->
170
171 <!ELEMENT avprule EMPTY>
172 <!ATTLIST avprule id CDATA #REQUIRED type (Fixed | Mandatory | Optional) #REQUIRED qual CDATA #IMPLIED>
173 <!--
174    Avp rule definition
175
176    id:   Avp name reference. Generic AVP is harcoded with 'AVP' name
177    type: Avp type (Fixed, Mandatory, Optional)
178    qual: Avp qualifier: *:0-inf; x*:x-inf; *x:0-x; x*y:x-y; missing:1(Fixed, Mandatory), 0-1(Optional)
179 -->
180
181 <!ELEMENT command (avprule*)>
182 <!ATTLIST command name CDATA #REQUIRED code CDATA #REQUIRED type (Request | Answer) #REQUIRED>
183 <!--
184    Command record
185
186    name:       Command unique name
187    code:       Command numeric code
188    type:       Command type (Request, Answer)
189 -->
190
191
192
193 [12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (74) | Temporary file | /tmp/anna.xml.18750.dtd
194
195 [12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (0) | anna::xml::DTDMemory::parse | end
196
197 [12/04/2015 15:32:25] Debug | source/xml/DTD.cpp (0) | anna::xml::DTD::initialize | end
198
199 [12/04/2015 15:32:25] Debug | source/diameter/stack/Dictionary.cpp (850) | Loading diameter dictionary from 'dictionary.xml' ...
200
201 [12/04/2015 15:32:25] Debug | source/xml/Document.cpp (73) | anna::xml::Document::initialize (char*) | begin
202
203 [12/04/2015 15:32:25] Debug | source/xml/DocumentFile.cpp (59) | anna::xml::DocumentFile::do_initialize | begin
204
205 [12/04/2015 15:32:25] Debug | source/xml/DocumentFile.cpp (65) | xml::DocumentFile::do_initialize | Filename: dictionary.xml
206
207 [12/04/2015 15:32:25] Debug | source/xml/DocumentFile.cpp (0) | anna::xml::DocumentFile::do_initialize | end
208
209 [12/04/2015 15:32:25] Debug | source/xml/Document.cpp (0) | anna::xml::Document::initialize (char*) | end
210
211 [12/04/2015 15:32:25] Error | source/xml/DocumentFile.cpp (78) | RuntimeException | Error analyzing XML document: dictionary.xml
212
213
214 --------------------------------------------------------------
215 - [12/04/2015 15:32:48]
216 - Current trace level: Debug
217 - Max file size : 2000 Kb
218 --------------------------------------------------------------
219 [12/04/2015 15:32:48] Debug | source/core/util/ComponentManager.cpp (60) | anna::ComponentManager::attach(component) | begin
220
221 [12/04/2015 15:32:48] Debug | source/core/util/ComponentManager.cpp (80) | anna::ComponentManager::attach | anna::Component { Name: anna::diameter::codec::Engine | Reference: 0x23708a0 }
222
223 [12/04/2015 15:32:48] Debug | source/core/util/ComponentManager.cpp (0) | anna::ComponentManager::attach(component) | end
224
225 [12/04/2015 15:32:48] Debug | source/xml/DTD.cpp (58) | anna::xml::DTD::initialize | begin
226
227 [12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (69) | anna::xml::DTDMemory::parse | begin
228
229 [12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (73) | DTD | <?xml version="1.0" encoding="UTF-8"?>
230 <!-- Diameter message DTD -->
231
232 <!ELEMENT message (avp*)>
233 <!ELEMENT avp (avp*)>
234
235 <!ATTLIST message version CDATA #IMPLIED name CDATA #IMPLIED code CDATA #IMPLIED flags CDATA #IMPLIED p-bit (yes | no) #IMPLIED e-bit (yes | no) #IMPLIED t-bit (yes | no) #IMPLIED application-id CDATA #REQUIRED hop-by-hop-id CDATA #IMPLIED end-by-end-id CDATA #IMPLIED>
236 <!--
237    version: Diameter version. Sets '1' by default
238    name:    Command name within working stack (dictionary identifier)
239    p-bit:   (P)roxiable bit flag (yes, no). By default is 'no'
240    e-bit:   (E)rror bit flag (yes, no). By default is 'no'
241    t-bit:   Potentially re-(T)ransmitted bit flag (yes, no). By default is 'no'
242
243    In order to get more coding capabilities, command code and flags could be established instead of former fields,
244     but neither of them are allowed if the other are present (and vice versa):
245
246    code:    Command code
247    flags:   Command flags byte value (0-255) where standard bit set for flags is 'RPET rrrr': (R)equest, (P)roxiable, (E)rror, Potentially re-(T)ransmitted message and (r)eserved
248
249
250    application-id:   Message application id
251    hop-by-hop-id:    Message hop by hop id. Sets '0' by default
252    end-by-end-id:    Message end by end id. Sets '0' by default
253 -->
254
255 <!ATTLIST avp name CDATA #IMPLIED code CDATA #IMPLIED vendor-code CDATA #IMPLIED flags CDATA #IMPLIED data CDATA #IMPLIED hex-data CDATA #IMPLIED alias CDATA #IMPLIED>
256 <!--
257    name:   Avp name within working stack (dictionary identifier)
258
259    In order to get more coding capabilities, avp code, vendor-id and flags could be established instead of former avp name,
260     but neither of them are allowed if 'name' is provided (and vice versa):
261
262    code:          Avp code
263    vendor-code:   Avp vendor code
264    flags:         Avp flags byte value (0-255) where standard bit set for flags is 'VMPr rrrr': (V)endor-specific, (M)andatory, end to end encry(P)tion and r(eserved)
265    alias:         Descriptive/helper field for certain numeric data values. Aliases are defined at diameter dictionary, but are ignored (not checked) at xml message parsing
266                   The reason to include it in dtd definition, is because xml messages traced by the diameter codec could add alias field for some Avps
267
268
269    data:          Natural string representation for avp data. Specially applicable with numbers and printable strings, but also
270                    useful for certain formats which could be easily understandable in such friendly/smart representation. We will
271                    achieve different human-readable strings depending on data format:
272
273                      [ OctetString ] (if printable, but not recommended)
274                      [ Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64 ] (normal number representation)
275                      [ Time ] (NTP timestamp, normal number representation)
276                      [ Address ] ('<type (IANA Address Family Number)>|<value>' representation; i.e. '1|192.168.0.1'(IPv4), '8|34616279266'(E164), etc.
277                                  Type (and pipe) field could be avoided for IPv4 and IPv6 address types (a light parse checking is done: one colon for
278                                  IPv6, one dot for IPv4). Internal engine always includes type on data field, which is also recommended for inputs.
279                                  Currently, only IPv4, IPv6 and E164 address types have a known printable presentation, anyway using printable format
280                                  for another types will encode the address value directly as E164 does)
281                      [ UTF8String, DiameterIdentity, DiameterURI ] (printable)
282                      [ IPFilterRule, QoSFilterRule ] (uses ASCII charset, printable)
283
284                      New application formats must define specific natural representation for internal raw data
285
286    hex-data:      Hexadecimal octet sequence representation (i.e. 'af012fb3', with even number of digits). Suitable for whatever kind
287                    of diameter format, but mandatory for non printable information. OctetString usually transport non human-readable
288                    data and should better be encoded within this field although being printable. Unknown avps (which fails identifying
289                    provided name or code/vendor-code) must always use this representation.
290
291    Xml representation for decoded messages shows natural content except for 'OctetString' format and unknown avps. Anyway, when printable,
292     OctetString could show such information at data field apart from hex-data, because many implementations use this format to transport
293     readable-string data. In general, one of the data fields is mandatory except for 'Grouped' type (its data is another level of avps).
294    Application-specific formats must decide the way to represent its contents, being recommended to use a natural representation if possible,
295     because xml is read by humans with testing and monitoring purposes.
296 -->
297
298
299
300 [12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (74) | Temporary file | /tmp/anna.xml.18781.dtd
301
302 [12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (0) | anna::xml::DTDMemory::parse | end
303
304 [12/04/2015 15:32:48] Debug | source/xml/DTD.cpp (0) | anna::xml::DTD::initialize | end
305
306 [12/04/2015 15:32:48] Debug | source/xml/DTD.cpp (58) | anna::xml::DTD::initialize | begin
307
308 [12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (69) | anna::xml::DTDMemory::parse | begin
309
310 [12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (73) | DTD | <?xml version="1.0" encoding="UTF-8"?>
311 <!-- Diameter dictionary DTD -->
312
313 <!-- <!ELEMENT dictionary (format*, vendor+, avp+, command+)> allowed empty dictionary load: diameter base protocol would be harcoded -->
314 <!ELEMENT dictionary (format*, vendor*, avp*, command*)>
315 <!ATTLIST dictionary name CDATA #REQUIRED>
316 <!--
317    Dictionary definitions
318
319    name: Dictionary name
320 -->
321
322 <!ELEMENT format EMPTY>
323 <!ATTLIST format name CDATA #REQUIRED parent-type ( OctetString | Integer32 | Integer64 | Unsigned32 | Unsigned64 | Float32 | Float64 ) #REQUIRED>
324 <!--
325    Format record
326
327    name:        Format type unique name
328    parent-type: Format parent type within diameter basics: OctetString, Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64
329 -->
330
331 <!ELEMENT vendor EMPTY>
332 <!ATTLIST vendor name CDATA #REQUIRED code CDATA #REQUIRED>
333 <!--
334    Vendor record
335
336    name: Vendor unique name
337    code: Vendor numeric code
338 -->
339
340 <!ELEMENT avp (single | grouped)>
341 <!ATTLIST avp name CDATA #REQUIRED code CDATA #REQUIRED vendor-name CDATA #IMPLIED may-encrypt (yes | no) #IMPLIED v-bit (must | may | shouldnot | mustnot) #IMPLIED m-bit (must | may | shouldnot | mustnot) #IMPLIED p-bit (must | may | shouldnot | mustnot) #IMPLIED>
342 <!--
343    Avp record
344
345    name:          Avp unique name
346    code:          Avp numeric code
347    vendor-name:   Avp vendor name with vendor-id value. Gets IETF (zero value) when missing
348    may-encrypt:   Avp data may be encrypted (yes, no). By default is 'no'
349    v-bit:         Avp vendor-specific bit rule (must, may, shouldnot, mustnot). By default is 'mustnot'
350    m-bit:         Avp mandatory bit rule (must, may, shouldnot, mustnot). By default is 'may'
351    p-bit:         Avp protected (encryption) bit rule (must, may, shouldnot, mustnot). By default is 'may'
352 -->
353
354 <!ELEMENT single (label*)>
355 <!ATTLIST single format-name CDATA #REQUIRED enum CDATA #IMPLIED>
356 <!--
357    Non-grouped avp struct
358
359    format-name: Avp format type name (RFC3588: 'OctetString, Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64, Address, Time, UTF8String, DiameterIdentity, DiameterURI, Enumerated, IPFilterRule, QoSFilterRule' or application format data type names)
360    enum:        Enum values restriction for enumerated-format avp: '[i][,[j]][,[m-n]...]'
361 -->
362
363 <!ELEMENT label EMPTY>
364 <!ATTLIST label data CDATA #REQUIRED alias CDATA #REQUIRED>
365 <!--
366    Mostly used with enumerated-type avps
367
368    data:    Specific avp data
369    alias:   Data-linked name
370 -->
371
372 <!ELEMENT grouped (avprule+)>
373 <!--
374    Grouped avp struct
375 -->
376
377 <!ELEMENT avprule EMPTY>
378 <!ATTLIST avprule id CDATA #REQUIRED type (Fixed | Mandatory | Optional) #REQUIRED qual CDATA #IMPLIED>
379 <!--
380    Avp rule definition
381
382    id:   Avp name reference. Generic AVP is harcoded with 'AVP' name
383    type: Avp type (Fixed, Mandatory, Optional)
384    qual: Avp qualifier: *:0-inf; x*:x-inf; *x:0-x; x*y:x-y; missing:1(Fixed, Mandatory), 0-1(Optional)
385 -->
386
387 <!ELEMENT command (avprule*)>
388 <!ATTLIST command name CDATA #REQUIRED code CDATA #REQUIRED type (Request | Answer) #REQUIRED>
389 <!--
390    Command record
391
392    name:       Command unique name
393    code:       Command numeric code
394    type:       Command type (Request, Answer)
395 -->
396
397
398
399 [12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (74) | Temporary file | /tmp/anna.xml.18781.dtd
400
401 [12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (0) | anna::xml::DTDMemory::parse | end
402
403 [12/04/2015 15:32:48] Debug | source/xml/DTD.cpp (0) | anna::xml::DTD::initialize | end
404
405 [12/04/2015 15:32:48] Debug | source/diameter/stack/Dictionary.cpp (850) | Loading diameter dictionary from 'dictionary.xml' ...
406
407 [12/04/2015 15:32:48] Debug | source/xml/Document.cpp (73) | anna::xml::Document::initialize (char*) | begin
408
409 [12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (59) | anna::xml::DocumentFile::do_initialize | begin
410
411 [12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (65) | xml::DocumentFile::do_initialize | Filename: dictionary.xml
412
413 [12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (0) | anna::xml::DocumentFile::do_initialize | end
414
415 [12/04/2015 15:32:48] Debug | source/xml/Document.cpp (0) | anna::xml::Document::initialize (char*) | end
416
417 [12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (88) | anna::xml::Parser::apply(Document,DTD) | begin
418
419 [12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (98) | anna::xml::Parser::apply (_xmlDoc) | begin
420
421 [12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (231) | anna::xml::Parser::setupEncoding | Encoding: none
422
423 [12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (0) | anna::xml::Parser::apply (_xmlDoc) | end
424
425 [12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (0) | anna::xml::Parser::apply(Document,DTD) | end
426
427 [12/04/2015 15:32:48] Debug | source/diameter/stack/Dictionary.cpp (870) | 
428 ------------------------------------- Name -------------------------------------
429 Gx and Rx diameter interfaces
430
431 ------------------------------------ Formats -----------------------------------
432 (Diameter RFC-3588 type)    'Address', derived from 'OctetString'
433 (Diameter RFC-3588 type)    'DiameterIdentity', derived from 'OctetString'
434 (Diameter RFC-3588 type)    'DiameterURI', derived from 'OctetString'
435 (Diameter RFC-3588 type)    'Enumerated', derived from 'Integer32'
436 (Diameter RFC-3588 type)    'Float32'
437 (Diameter RFC-3588 type)    'Float64'
438 (Diameter RFC-3588 type)    'Grouped'
439 (Diameter RFC-3588 type)    'IPFilterRule', derived from 'OctetString'
440 (Diameter RFC-3588 type)    'Integer32'
441 (Diameter RFC-3588 type)    'Integer64'
442 (Diameter RFC-3588 type)    'OctetString'
443 (Diameter RFC-3588 type)    'QoSFilterRule', derived from 'OctetString'
444 (Diameter RFC-3588 type)    'Time', derived from 'OctetString'
445 (Diameter RFC-3588 type)    'UTF8String', derived from 'OctetString'
446 (Diameter RFC-3588 type)    'Unsigned32'
447 (Diameter RFC-3588 type)    'Unsigned64'
448
449 ------------------------------ Vendors (3 entries) -----------------------------
450 'IETF'(0)
451 '3GPP'(10415)
452 'ETSI'(13019)
453
454 ------------------------------ Avps (331 entries) ------------------------------
455 'AVP'(0,0)|Format: 'Any'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
456 'User-Name'(1,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
457 'NAS-IP-Address'(4,0)|Format: 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
458 'Framed-IP-Address'(8,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
459 'Filter-Id'(11,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
460 'Class'(25,0)|Format: 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
461 'Session-Timeout'(27,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
462 'Called-Station-Id'(30,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
463 'Proxy-State'(33,0)|Format: 'OctetString'|FlagRules: must(M), mustnot(V,P), mayEncypt(N)
464 'Accounting-Session-Id'(44,0)|Format: 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
465 'Acct-Multi-Session-Id'(50,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
466 'Event-Timestamp'(55,0)|Format: 'Time', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
467 'Acct-Interim-Interval'(85,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
468 'Framed-IPv6-Prefix'(97,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
469 'Host-IP-Address'(257,0)|Format: 'Address', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
470 'Auth-Application-Id'(258,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
471 'Acct-Application-Id'(259,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
472      ERICSSON_SCAP (19302)
473
474 'Vendor-Specific-Application-Id'(260,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
475    1*[Vendor-Id].....................................(266,0)
476    *1[Auth-Application-Id]...........................(258,0)
477    *1[Acct-Application-Id]...........................(259,0)
478
479 'Redirect-Host-Usage'(261,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 0-6
480      DONT_CACHE (0)
481      ALL_SESSION (1)
482      ALL_REALM (2)
483      REALM_AND_APPLICATION (3)
484      ALL_APPLICATION (4)
485      ALL_HOST (5)
486      ALL_USER (6)
487
488 'Redirect-Max-Cache-Time'(262,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
489 'Session-Id'(263,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
490 'Origin-Host'(264,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
491 'Supported-Vendor-Id'(265,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
492 'Vendor-Id'(266,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
493 'Firmware-Revision'(267,0)|Format: 'Unsigned32'|FlagRules: mustnot(V,M,P), mayEncypt(N)
494 'Result-Code'(268,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
495      DIAMETER_MULTI_ROUND_AUTH (1001)
496      DIAMETER_SUCCESS (2001)
497      DIAMETER_LIMITED_SUCCESS (2002)
498      DIAMETER_COMMAND_UNSUPPORTED (3001)
499      DIAMETER_UNABLE_TO_DELIVER (3002)
500      DIAMETER_REALM_NOT_SERVED (3003)
501      DIAMETER_TOO_BUSY (3004)
502      DIAMETER_LOOP_DETECTED (3005)
503      DIAMETER_REDIRECT_INDICATION (3006)
504      DIAMETER_APPLICATION_UNSUPPORTED (3007)
505      DIAMETER_INVALID_HDR_BITS (3008)
506      DIAMETER_INVALID_AVP_BITS (3009)
507      DIAMETER_UNKNOWN_PEER (3010)
508      DIAMETER_AUTHENTICATION_REJECTED (4001)
509      DIAMETER_OUT_OF_SPACE (4002)
510      ELECTION_LOST (4003)
511      DIAMETER_ERROR_MIP_REPLY_FAILURE (4005)
512      DIAMETER_ERROR_HA_NOT_AVAILABLE (4006)
513      DIAMETER_ERROR_BAD_KEY (4007)
514      DIAMETER_ERROR_MIP_FILTER_NOT_SUPPORTED (4008)
515      DIAMETER_END_USER_SERVICE_DENIED (4010)
516      DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE (4011)
517      DIAMETER_CREDIT_LIMIT_REACHED (4012)
518      DIAMETER_END_USER_SERVICE_DENIED (4241)
519      DIAMETER_AVP_UNSUPPORTED (5001)
520      DIAMETER_UNKNOWN_SESSION_ID (5002)
521      DIAMETER_AUTHORIZATION_REJECTED (5003)
522      DIAMETER_INVALID_AVP_VALUE (5004)
523      DIAMETER_MISSING_AVP (5005)
524      DIAMETER_RESOURCES_EXCEEDED (5006)
525      DIAMETER_CONTRADICTING_AVPS (5007)
526      DIAMETER_AVP_NOT_ALLOWED (5008)
527      DIAMETER_AVP_OCCURS_TOO_MANY_TIMES (5009)
528      DIAMETER_NO_COMMON_APPLICATION (5010)
529      DIAMETER_UNSUPPORTED_VERSION (5011)
530      DIAMETER_UNABLE_TO_COMPLY (5012)
531      DIAMETER_INVALID_BIT_IN_HEADER (5013)
532      DIAMETER_INVALID_AVP_LENGTH (5014)
533      DIAMETER_INVALID_MESSAGE_LENGTH (5015)
534      DIAMETER_INVALID_AVP_BIT_COMBO (5016)
535      DIAMETER_NO_COMMON_SECURITY (5017)
536      DIAMETER_ERROR_NO_FOREIGN_HA_SERVICE (5024)
537      DIAMETER_ERROR_END_TO_END_MIP_KEY_ENCRYPTION (5025)
538      DIAMETER_USER_UNKNOWN (5030)
539      DIAMETER_RATING_FAILED (5031)
540      DIAMETER_END_USER_NOT_FOUND (5241)
541
542 'Product-Name'(269,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: mustnot(V,M,P), mayEncypt(N)
543 'Session-Binding'(270,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
544      RE_AUTH (1)
545      STR (2)
546      ACCOUNTING (4)
547
548 'Session-Server-Failover'(271,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-3
549      REFUSE_SERVICE (0)
550      TRY_AGAIN (1)
551      ALLOW_SERVICE (2)
552      TRY_AGAIN_ALLOW_SERVICE (3)
553
554 'Multi-Round-Time-Out'(272,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
555 'Disconnect-Cause'(273,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 0-2
556      REBOOTING (0)
557      BUSY (1)
558      DO_NOT_WANT_TO_TALK_TO_YOU (2)
559
560 'Auth-Request-Type'(274,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 0-3
561      RESERVED (0)
562      AUTHENTICATE_ONLY (1)
563      AUTHORIZE_ONLY (2)
564      AUTHORIZE_AUTHENTICATE (3)
565
566 'Auth-Grace-Period'(276,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
567 'Auth-Session-State'(277,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 0-1
568      STATE_MAINTAINED (0)
569      NO_STATE_MAINTAINED (1)
570
571 'Origin-State-Id'(278,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
572 'Failed-AVP'(279,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
573    1*{AVP}...........................................(0,0)
574
575 'Proxy-Host'(280,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), mustnot(V,P), mayEncypt(N)
576 'Error-Message'(281,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: may(P), mustnot(V,M), mayEncypt(N)
577 'Route-Record'(282,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), mustnot(V,P), mayEncypt(N)
578 'Destination-Realm'(283,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
579 'Proxy-Info'(284,0)|Format: 'Grouped'|FlagRules: must(M), mustnot(V,P), mayEncypt(N)
580      {Proxy-Host}....................................(280,0)
581      {Proxy-State}...................................(33,0)
582     *[AVP]...........................................(0,0)
583
584 'Re-Auth-Request-Type'(285,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 0-1
585      AUTHORIZE_ONLY (0)
586      AUTHORIZE_AUTHENTICATE (1)
587
588 'Accounting-Sub-Session-Id'(287,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
589 'Authorization-Lifetime'(291,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
590 'Redirect-Host'(292,0)|Format: 'DiameterURI', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
591 'Destination-Host'(293,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
592 'Error-Reporting-Host'(294,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: may(P), mustnot(V,M), mayEncypt(N)
593 'Termination-Cause'(295,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 1-8
594      DIAMETER_LOGOUT (1)
595      DIAMETER_SERVICE_NOT_PROVIDED (2)
596      DIAMETER_BAD_ANSWER (3)
597      DIAMETER_ADMINISTRATIVE (4)
598      DIAMETER_LINK_BROKEN (5)
599      DIAMETER_AUTH_EXPIRED (6)
600      DIAMETER_USER_MOVED (7)
601      DIAMETER_SESSION_TIMEOUT (8)
602
603 'Origin-Realm'(296,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
604 'Experimental-Result'(297,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
605      {Vendor-Id}.....................................(266,0)
606      {Experimental-Result-Code}......................(298,0)
607
608 'Experimental-Result-Code'(298,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
609      INVALID_SERVICE_INFORMATION (5061)
610      FILTER_RESTRICTIONS (5062)
611      REQUESTED_SERVICE_NOT_AUTHORIZED (5063)
612      DUPLICATED_AF_SESSION (5064)
613      IP-CAN_SESSION_NOT_AVAILABLE (5065)
614
615 'Inband-Security-Id'(299,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
616      NO_INBAND_SECURITY (0)
617      TLS (1)
618
619 'E2E-Sequence-AVP'(300,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
620     *[AVP]...........................................(0,0)
621
622 'CC-Correlation-Id'(411,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
623 'CC-Input-Octets'(412,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
624 'CC-Money'(413,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
625      <Unit-Value>....................................(445,0)
626      [Currency-Code].................................(425,0)
627
628 'CC-Output-Octets'(414,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
629 'CC-Request-Number'(415,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
630 'CC-Request-Type'(416,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 1-4
631      INITIAL_REQUEST (1)
632      UPDATE_REQUEST (2)
633      TERMINATION_REQUEST (3)
634      EVENT_REQUEST (4)
635
636 'CC-Service-Specific-Units'(417,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
637 'CC-Session-Failover'(418,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-1
638      FAILOVER_NOT_SUPPORTED (0)
639      FAILOVER_SUPPORTED (1)
640
641 'CC-Sub-Session-Id'(419,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
642 'CC-Time'(420,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
643 'CC-Total-Octets'(421,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
644 'Check-Balance-Result'(422,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-1
645      ENOUGH_CREDIT (0)
646      NO_CREDIT (1)
647
648 'Cost-Information'(423,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
649      {Unit-Value}....................................(445,0)
650      {Currency-Code}.................................(425,0)
651      [Cost-Unit].....................................(424,0)
652
653 'Cost-Unit'(424,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
654 'Currency-Code'(425,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
655 'Credit-Control'(426,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-1
656      CREDIT_AUTHORIZATION (0)
657      RE_AUTHORIZATION (1)
658
659 'Credit-Control-Failure-Handling'(427,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-2
660      TERMINATE (0)
661      CONTINUE (1)
662      RETRY_AND_TERMINATE (2)
663
664 'Direct-Debiting-Failure-Handling'(428,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-1
665      TERMINATE_OR_BUFFER (0)
666      CONTINUE (1)
667
668 'Exponent'(429,0)|Format: 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
669 'Final-Unit-Indication'(430,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
670      <Final-Unit-Action>.............................(449,0)
671     *[Restriction-Filter-Rule].......................(438,0)
672     *[Filter-Id].....................................(11,0)
673      [Redirect-Server]...............................(434,0)
674
675 'Granted-Service-Unit'(431,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
676      [Tariff-Time-Change]............................(451,0)
677      [CC-Time].......................................(420,0)
678      [CC-Money]......................................(413,0)
679      [CC-Total-Octets]...............................(421,0)
680      [CC-Input-Octets]...............................(412,0)
681      [CC-Output-Octets]..............................(414,0)
682      [CC-Service-Specific-Units].....................(417,0)
683     *[AVP]...........................................(0,0)
684
685 'Rating-Group'(432,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
686 'Redirect-Address-Type'(433,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-3
687      IPv4_Address (0)
688      IPv6_Address (1)
689      URL (2)
690      SIP_URL (3)
691
692 'Redirect-Server'(434,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
693      <Redirect-Address-Type>.........................(433,0)
694      <Redirect-Server-Address>.......................(435,0)
695
696 'Redirect-Server-Address'(435,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
697 'Requested-Action'(436,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-3
698      DIRECT_DEBITING (0)
699      REFUND_ACCOUNT (1)
700      CHECK_BALANCE (2)
701      PRICE_ENQUIRY (3)
702
703 'Requested-Service-Unit'(437,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
704      [CC-Time].......................................(420,0)
705      [CC-Money]......................................(413,0)
706      [CC-Total-Octets]...............................(421,0)
707      [CC-Input-Octets]...............................(412,0)
708      [CC-Output-Octets]..............................(414,0)
709      [CC-Service-Specific-Units].....................(417,0)
710     *[AVP]...........................................(0,0)
711
712 'Restriction-Filter-Rule'(438,0)|Format: 'IPFilterRule', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
713 'Service-Identifier'(439,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
714 'Service-Parameter-Info'(440,0)|Format: 'Grouped'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
715      {Service-Parameter-Type}........................(441,0)
716      {Service-Parameter-Value}.......................(442,0)
717
718 'Service-Parameter-Type'(441,0)|Format: 'Unsigned32'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
719 'Service-Parameter-Value'(442,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
720 'Subscription-Id'(443,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
721      <Subscription-Id-Type>..........................(450,0)
722      <Subscription-Id-Data>..........................(444,0)
723
724 'Subscription-Id-Data'(444,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
725 'Unit-Value'(445,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
726      <Value-Digits>..................................(447,0)
727      [Exponent]......................................(429,0)
728
729 'Used-Service-Unit'(446,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
730      [Tariff-Change-Usage]...........................(452,0)
731      [CC-Time].......................................(420,0)
732      [CC-Money]......................................(413,0)
733      [CC-Total-Octets]...............................(421,0)
734      [CC-Input-Octets]...............................(412,0)
735      [CC-Output-Octets]..............................(414,0)
736      [CC-Service-Specific-Units].....................(417,0)
737     *[AVP]...........................................(0,0)
738
739 'Value-Digits'(447,0)|Format: 'Integer64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
740 'Validity-Time'(448,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
741 'Final-Unit-Action'(449,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-2
742      TERMINATE (0)
743      REDIRECT (1)
744      RESTRICT_ACCESS (2)
745
746 'Subscription-Id-Type'(450,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-4
747      END_USER_E164 (0)
748      END_USER_IMSI (1)
749      END_USER_SIP_URL (2)
750      END_USER_NAI (3)
751      END_USER_PRIVATE (4)
752
753 'Tariff-Time-Change'(451,0)|Format: 'Time', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
754 'Tariff-Change-Usage'(452,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-2
755      UNIT_BEFORE_TARIFF_CHANGE (0)
756      UNIT_AFTER_TARIFF_CHANGE (1)
757      UNIT_INDETERMINATE (2)
758
759 'G-S-U-Pool-Identifier'(453,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
760 'CC-Unit-Type'(454,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-5
761      TIME (0)
762      MONEY (1)
763      TOTAL_OCTETS (2)
764      INPUT_OCTETS (3)
765      OUTPUT_OCTETS (4)
766      SERVICE_SPECIFIC_UNITS (5)
767
768 'Multiple-Services-Indicator'(455,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-1
769      MULTIPLE_SERVICES_NOT_SUPPORTED (0)
770      MULTIPLE_SERVICES_SUPPORTED (1)
771
772 'Multiple-Services-Credit-Control'(456,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
773      [Granted-Service-Unit]..........................(431,0)
774      [Requested-Service-Unit]........................(437,0)
775     *[Used-Service-Unit].............................(446,0)
776      [Tariff-Change-Usage]...........................(452,0)
777     *[Service-Identifier]............................(439,0)
778      [Rating-Group]..................................(432,0)
779     *[G-S-U-Pool-Reference]..........................(457,0)
780      [Validity-Time].................................(448,0)
781      [Result-Code]...................................(268,0)
782      [Final-Unit-Indication].........................(430,0)
783     *[AVP]...........................................(0,0)
784
785 'G-S-U-Pool-Reference'(457,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
786      {G-S-U-Pool-Identifier}.........................(453,0)
787      {CC-Unit-Type}..................................(454,0)
788      {Unit-Value}....................................(445,0)
789
790 'User-Equipment-Info'(458,0)|Format: 'Grouped'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
791      {User-Equipment-Info-Type}......................(459,0)
792      {User-Equipment-Info-Value}.....................(460,0)
793
794 'User-Equipment-Info-Type'(459,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-3
795      IMEISV (0)
796      MAC (1)
797      EUI64 (2)
798      MODIFIED_EUI64 (3)
799
800 'User-Equipment-Info-Value'(460,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
801 'Service-Context-Id'(461,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
802 'Accounting-Record-Type'(480,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 1-4
803      EVENT_RECORD (1)
804      START_RECORD (2)
805      INTERIM_RECORD (3)
806      STOP_RECORD (4)
807
808 'Accounting-Interim-Interval'(482,0)|Format: 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
809 'Accounting-Realtime-Required'(483,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 1-3
810      DELIVER_AND_GRANT (1)
811      GRANT_AND_STORE (2)
812      GRANT_AND_LOSE (3)
813
814 'Accounting-Record-Number'(485,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
815 '3GPP-Charging-Id'(2,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
816 '3GPP-PDP-Type'(3,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
817      IPV4 (0)
818      PPP (1)
819      IPV6 (2)
820
821 '3GPP-CG-Address'(4,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
822 '3GPP-GPRS-Neg-QoS-Profile'(5,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
823 '3GPP-SGSN-Address'(6,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
824 '3GPP-GGSN-Address'(7,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
825 '3GPP-IMSI-MCC-MNC'(8,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
826 '3GPP-GGSN-MCC-MNC'(9,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
827 '3GPP-NSAPI'(10,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
828 '3GPP-Session-Stop-Indicator'(11,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
829 '3GPP-Selection-Mode'(12,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
830 '3GPP-Charging-Characteristics'(13,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
831 '3GPP-SGSN-IPv6-Address'(15,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
832 '3GPP-GGSN-IPv6-Address'(16,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
833 '3GPP-SGSN-MCC-MNC'(18,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
834 '3GGP-IMEISV'(20,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
835 '3GPP-Rat-Type'(21,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
836 '3GPP-User-Location-Info'(22,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
837 '3GPP-MS-TimeZone'(23,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
838 '3GPP-CAMEL-Charging-Info'(24,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
839 'Abort-Cause'(500,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-4
840      BEARER_RELEASED (0)
841      INSUFFICIENT_SERVER_RESOURCES (1)
842      INSUFFICIENT_BEARER_RESOURCES (2)
843      PS_TO_CS_HANDOVER (3)
844      SPONSORED_DATA_CONNECTIVITY_DISALLOWED (4)
845
846 'Access-Network-Charging-Address'(501,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
847 'Access-Network-Charging-Identifier'(502,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
848      {Access-Network-Charging-Identifier-Value}......(503,10415)
849     *[Flows].........................................(510,10415)
850
851 'Access-Network-Charging-Identifier-Value'(503,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
852 'AF-Application-Identifier'(504,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
853 'AF-Charging-Identifier'(505,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
854 'Flow-Description'(507,10415)|Format: 'IPFilterRule', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
855 'Flow-Number'(509,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
856 'Flows'(510,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
857      {Media-Component-Number}........................(518,10415)
858     *[Flow-Number]...................................(509,10415)
859      [Final-Unit-Action].............................(449,0)
860
861 'Flow-Status'(511,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-15
862      ENABLED-UPLINK (0)
863      ENABLED-DOWNLINK (1)
864      ENABLED (2)
865      DISABLED (3)
866      REMOVED (4)
867
868 'Flow-Usage'(512,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-15
869      NO_INFORMATION (0)
870      RTCP (1)
871      AF_SIGNALLING (2)
872
873 'Specific-Action'(513,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 1-4,6-11
874      CHARGING_CORRELATION_EXCHANGE (1)
875      INDICATION_OF_LOSS_OF_BEARER (2)
876      INDICATION_OF_RECOVERY_OF_BEARER (3)
877      INDICATION_OF_RELEASE_OF_BEARER (4)
878      IP-CAN_CHANGE (6)
879      INDICATION_OF_OUT_OF_CREDIT (7)
880      INDICATION_OF_SUCCESSFUL_RESOURCES_ALLOCATION (8)
881      INDICATION_OF_FAILED_RESOURCES_ALLOCATION (9)
882      INDICATION_OF_LIMITED_PCC_DEPLOYMENT (10)
883      USAGE_REPORT (11)
884
885 'Max-Requested-Bandwidth-DL'(515,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
886 'Max-Requested-Bandwidth-UL'(516,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
887 'Media-Component-Description'(517,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
888      {Media-Component-Number}........................(518,10415)
889     *[Media-Sub-Component]...........................(519,10415)
890      [AF-Application-Identifier].....................(504,10415)
891      [Media-Type]....................................(520,10415)
892      [Max-Requested-Bandwidth-UL]....................(516,10415)
893      [Max-Requested-Bandwidth-DL]....................(515,10415)
894      [Flow-Status]...................................(511,10415)
895      [Reservation-Priority]..........................(458,13019)
896      [RS-Bandwidth]..................................(522,10415)
897      [RR-Bandwidth]..................................(521,10415)
898     *[Codec-Data]....................................(524,10415)
899
900 'Media-Component-Number'(518,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
901 'Media-Sub-Component'(519,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
902      {Flow-Number}...................................(509,10415)
903   0*2[Flow-Description]..............................(507,10415)
904      [Flow-Status]...................................(511,10415)
905      [Flow-Usage]....................................(512,10415)
906      [Max-Requested-Bandwidth-UL]....................(516,10415)
907      [Max-Requested-Bandwidth-DL]....................(515,10415)
908      [AF-Signalling-Protocol]........................(529,10415)
909     *[AVP]...........................................(0,0)
910
911 'Media-Type'(520,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-6,4294967295
912      OTHER (4294967295)
913      AUDIO (0)
914      VIDEO (1)
915      DATA (2)
916      APPLICATION (3)
917      CONTROL (4)
918      TEXT (5)
919      MESSAGE (6)
920
921 'RR-Bandwidth'(521,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
922 'RS-Bandwidth'(522,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
923 'SIP-Forking-Indication'(523,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-1
924      SINGLE_DIALOGUE (0)
925      SEVERAL_DIALOGUES (1)
926
927 'Codec-Data'(524,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
928 'Service-URN'(525,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
929 'Acceptable-Service-Info'(526,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
930     *[Media-Component-Description]...................(517,10415)
931      [Max-Requested-Bandwidth-DL]....................(515,10415)
932      [Max-Requested-Bandwidth-UL]....................(516,10415)
933     *[AVP]...........................................(0,0)
934
935 'Service-Info-Status'(527,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-1
936      FINAL_SERVICE_INFORMATION (0)
937      PRELIMINARY_SERVICE_INFORMATION (1)
938
939 'MPS-Identifier'(528,10415)|Format: 'OctetString'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)
940 'AF-Signalling-Protocol'(529,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)|Allowed enum values: 0-1
941      NO_INFORMATION (0)
942      SIP (1)
943
944 'Sponsored-Connectivity-Data'(530,10415)|Format: 'Grouped'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)
945      [Sponsor-Identity]..............................(531,10415)
946      [Application-Service-Provider-Identity].........(532,10415)
947      [Granted-Service-Unit]..........................(431,0)
948      [Used-Service-Unit].............................(446,0)
949     *[AVP]...........................................(0,0)
950
951 'Sponsor-Identity'(531,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)
952 'Application-Service-Provider-Identity'(532,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)
953 'Rx-Request-Type'(533,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)|Allowed enum values: 0-1
954      INITIAL_REQUEST (0)
955      UPDATE_REQUEST (1)
956
957 'Server-Name'(602,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
958 'Server-Capabilities'(603,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
959     *[Mandatory-Capability]..........................(604,10415)
960     *[Optional-Capability]...........................(605,10415)
961     *[Server-Name]...................................(602,10415)
962     *[AVP]...........................................(0,0)
963
964 'Mandatory-Capability'(604,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
965 'Optional-Capability'(605,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
966 'Supported-Features'(628,10415)|Format: 'Grouped'|FlagRules: must(V), may(M,P), mayEncypt(N)
967      {Vendor-Id}.....................................(266,0)
968      {Feature-List-ID}...............................(629,10415)
969      {Feature-List}..................................(630,10415)
970     *[AVP]...........................................(0,0)
971
972 'Feature-List-ID'(629,10415)|Format: 'Unsigned32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(N)
973 'Feature-List'(630,10415)|Format: 'Unsigned32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(N)
974 'Session-Priority'(650,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-4
975      PRIORITY-0 (0)
976      PRIORITY-1 (1)
977      PRIORITY-2 (2)
978      PRIORITY-3 (3)
979      PRIORITY-4 (4)
980
981 'Quota-Consumption-Time'(811,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
982 'Event-Type'(823,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
983      [SIP-Method]....................................(824,10415)
984      [Event].........................................(825,10415)
985      [Expires].......................................(888,10415)
986
987 'SIP-Method'(824,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
988 'Event'(825,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
989 'Content-Type'(826,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
990 'Content-Length'(827,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
991 'Content-Disposition'(828,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
992 'Role-Of-Node'(829,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-3
993      ORIGINATING_ROLE (0)
994      TERMINATING_ROLE (1)
995      PROXY_ROLE (2)
996      B2BUA_ROLE (3)
997
998 'User-Session-Id'(830,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
999 'Calling-Party-Address'(831,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1000 'Called-Party-Address'(832,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1001 'Time-Stamps'(833,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1002      [SIP-Request-Timestamp].........................(834,10415)
1003      [SIP-Response-Timestamp]........................(835,10415)
1004      [SIP-Request-Timestamp-Fraction]................(2301,10415)
1005      [SIP-Response-Timestamp-Fraction]...............(2302,10415)
1006
1007 'SIP-Request-Timestamp'(834,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1008 'SIP-Response-Timestamp'(835,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1009 'Application-Server'(836,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1010 'Application-Provided-Called-Party-Address'(837,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1011 'Inter-Operator-Identifier'(838,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1012      [Originating-IOI]...............................(839,10415)
1013      [Terminating-IOI]...............................(840,10415)
1014
1015 'Originating-IOI'(839,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1016 'Terminating-IOI'(840,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1017 'IMS-Charging-Identifier'(841,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1018 'SDP-Session-Description'(842,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1019 'SDP-Media-Component'(843,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1020      [SDP-Media-Name]................................(844,10415)
1021     *[SDP-Media-Description].........................(845,10415)
1022      [Media-Initiator-Flag]..........................(882,10415)
1023      [Media-Initiator-Party].........................(1288,10415)
1024      [Authorized-QoS]................................(849,10415)
1025      [3GPP-Charging-Id]..............................(2,10415)
1026      [Access-Network-Charging-Identifier-Value]......(503,10415)
1027      [SDP-Type]......................................(2036,10415)
1028
1029 'SDP-Media-Name'(844,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1030 'SDP-Media-Description'(845,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1031 'CG-Address'(846,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1032 'GGSN-Address'(847,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1033 'Served-Party-IP-Address'(848,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1034 'Authorized-QoS'(849,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1035 'Application-Server-Information'(850,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1036      [Application-Server]............................(836,10415)
1037     *[Application-Provided-Called-Party-Address].....(837,10415)
1038
1039 'Trunk-Group-ID'(851,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1040      [Incoming-Trunk-Group-ID].......................(852,10415)
1041      [Outgoing-Trunk-Group-ID].......................(853,10415)
1042
1043 'Incoming-Trunk-Group-ID'(852,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1044 'Outgoing-Trunk-Group-ID'(853,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1045 'Bearer-Service'(854,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1046 'Service-Id'(855,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1047 'Associated-URI'(856,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1048 'Cause-Code'(861,10415)|Format: 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1049 'Node-Functionality'(862,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-11
1050      S-CSCF (0)
1051      P-CSCF (1)
1052      I-CSCF (2)
1053      MRFC (3)
1054      MGCF (4)
1055      BGCF (5)
1056      AS (6)
1057      IBCF (7)
1058      S-GW (8)
1059      P-GW (9)
1060      HSGW (10)
1061      E-CSCF (11)
1062
1063 'Service-Specific-Data'(863,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1064 'Originator'(864,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1065      Calling Party (0)
1066      Called Party (1)
1067
1068 'PS-Furnish-Charging-Information'(865,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1069      {3GPP-Charging-Id}..............................(2,10415)
1070      {PS-Free-Format-Data}...........................(866,10415)
1071      [PS-Append-Free-Format-Data]....................(867,10415)
1072
1073 'PS-Free-Format-Data'(866,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1074 'PS-Append-Free-Format-Data'(867,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1075      APPEND (0)
1076      OVERWRITE (1)
1077
1078 'Time-Quota-Threshold'(868,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1079 'Volume-Quota-Threshold'(869,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1080 'Trigger-Type'(870,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 1-4,10-23,30-34,40,50
1081      CHANGE_IN_SGSN_IP_ADDRESS (1)
1082      CHANGE_IN_QOS (2)
1083      CHANGE_IN_LOCATION (3)
1084      CHANGE_IN_RAT (4)
1085      CHANGEINQOS_TRAFFIC_CLASS (10)
1086      CHANGEINQOS_RELIABILITY_CLASS (11)
1087      CHANGEINQOS_DELAY_CLASS (12)
1088      CHANGEINQOS_PEAK_THROUGHPUT (13)
1089      CHANGEINQOS_PRECEDENCE_CLASS (14)
1090      CHANGEINQOS_MEAN_THROUGHPUT (15)
1091      CHANGEINQOS_MAXIMUM_BIT_RATE_FOR_UPLINK (16)
1092      CHANGEINQOS_MAXIMUM_BIT_RATE_FOR_DOWNLINK (17)
1093      CHANGEINQOS_RESIDUAL_BER (18)
1094      CHANGEINQOS_SDU_ERROR_RATIO (19)
1095      CHANGEINQOS_TRANSFER_DELAY (20)
1096      CHANGEINQOS_TRAFFIC_HANDLING_PRIORITY (21)
1097      CHANGEINQOS_GUARANTEED_BIT_RATE_FOR_UPLINK (22)
1098      CHANGEINQOS_GUARANTEED_BIT_RATE_FOR_DOWNLINK (23)
1099      CHANGEINLOCATION_MCC (30)
1100      CHANGEINLOCATION_MNC (31)
1101      CHANGEINLOCATION_RAC (32)
1102      CHANGEINLOCATION_LAC (33)
1103      CHANGEINLOCATION_CellId (34)
1104      CHANGE_IN_MEDIA_COMPOSITION (40)
1105      CHANGEINPARTICIPANTS_NMB (50)
1106
1107 'Quota-Holding-Time'(871,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1108 'Reporting-Reason'(872,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-8
1109      THRESHOLD (0)
1110      QHT (1)
1111      FINAL (2)
1112      QUOTA_EXHAUSTED (3)
1113      VALIDITY_TIME (4)
1114      OTHER_QUOTA_TYPE (5)
1115      RATING_CONDITION_CHANGE (6)
1116      FORCED_REAUTHORISATION (7)
1117      POOL_EXHAUSTED (8)
1118
1119 'Service-Information'(873,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1120      [PS-Information]................................(874,10415)
1121      [IMS-Information]...............................(876,10415)
1122      [MMS-Information]...............................(877,10415)
1123      [SMS-Information]...............................(2000,10415)
1124      [Service-Generic-Information]...................(1256,10415)
1125
1126 'PS-Information'(874,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1127      [3GPP-Charging-Id]..............................(2,10415)
1128      [3GPP-PDP-Type].................................(3,10415)
1129      [3GPP-GPRS-Neg-QoS-Profile].....................(5,10415)
1130      [3GPP-IMSI-MCC-MNC].............................(8,10415)
1131      [3GPP-GGSN-MCC-MNC].............................(9,10415)
1132      [3GPP-NSAPI]....................................(10,10415)
1133      [3GPP-Session-Stop-Indicator]...................(11,10415)
1134      [3GPP-Selection-Mode]...........................(12,10415)
1135      [3GPP-Charging-Characteristics].................(13,10415)
1136      [3GPP-SGSN-MCC-MNC].............................(18,10415)
1137      [3GPP-Rat-Type].................................(21,10415)
1138      [3GPP-User-Location-Info].......................(22,10415)
1139      [3GPP-MS-TimeZone]..............................(23,10415)
1140      [3GPP-CAMEL-Charging-Info]......................(24,10415)
1141      [CG-Address]....................................(846,10415)
1142      [GGSN-Address]..................................(847,10415)
1143      [PS-Furnish-Charging-Information]...............(865,10415)
1144      [Charging-Rule-Base-Name].......................(1004,10415)
1145      [PDP-Address]...................................(1227,10415)
1146      [SGSN-Address]..................................(1228,10415)
1147      [Called-Station-Id].............................(30,0)
1148     *[AVP]...........................................(0,0)
1149
1150 'IMS-Information'(876,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1151      [Event-Type]....................................(823,10415)
1152      [Role-Of-Node]..................................(829,10415)
1153      {Node-Functionality}............................(862,10415)
1154      [User-Session-Id]...............................(830,10415)
1155      [Outgoing-Session-Id]...........................(2320,10415)
1156      [Session-Priority]..............................(650,10415)
1157     *[Calling-Party-Address].........................(831,10415)
1158      [Called-Party-Address]..........................(832,10415)
1159     *[Called-Asserted-Identity]......................(1250,10415)
1160      [Number-Portability-Routing-Information]........(2024,10415)
1161      [Carrier-Select-Routing-Information]............(2023,10415)
1162      [Alternate-Charged-Party-Address]...............(1280,10415)
1163      [Requested-Party-Address].......................(1251,10415)
1164     *[Associated-URI]................................(856,10415)
1165      [Time-Stamps]...................................(833,10415)
1166     *[Application-Server-Information]................(850,10415)
1167     *[Inter-Operator-Identifier].....................(838,10415)
1168      [IMS-Charging-Identifier].......................(841,10415)
1169     *[SDP-Session-Description].......................(842,10415)
1170     *[SDP-Media-Component]...........................(843,10415)
1171      [Served-Party-IP-Address].......................(848,10415)
1172      [Server-Capabilities]...........................(603,10415)
1173      [Trunk-Group-ID]................................(851,10415)
1174      [Bearer-Service]................................(854,10415)
1175      [Service-Id]....................................(855,10415)
1176     *[Service-Specific-Info].........................(1249,10415)
1177     *[Message-Body]..................................(889,10415)
1178      [Cause-Code]....................................(861,10415)
1179      [Access-Network-Information]....................(1263,10415)
1180     *[Early-Media-Description].......................(1272,10415)
1181      [IMS-Communication-Service-Identifier]..........(1281,10415)
1182      [Online-Charging-Flag]..........................(2303,10415)
1183      [Real-Time-Tariff-Information]..................(2305,10415)
1184      [Account-Expiration]............................(2309,10415)
1185
1186 'MMS-Information'(877,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1187      [Originator-Address]............................(886,10415)
1188     *[Recipient-Address].............................(1201,10415)
1189      [Submission-Time]...............................(1202,10415)
1190      [MM-Content-Type]...............................(1203,10415)
1191      [Priority]......................................(1209,10415)
1192      [Message-ID]....................................(1210,10415)
1193      [Message-Type]..................................(1211,10415)
1194      [Message-Size]..................................(1212,10415)
1195      [Message-Class].................................(1213,10415)
1196      [Delivery-Report-Requested].....................(1216,10415)
1197      [Read-Reply-Report-Requested]...................(1222,10415)
1198      [MMBox-Storage-Requested].......................(1248,10415)
1199      [Applic-ID].....................................(1218,10415)
1200      [Reply-Applic-ID]...............................(1223,10415)
1201      [Aux-Applic-Info]...............................(1219,10415)
1202      [Content-Class].................................(1220,10415)
1203      [DRM-Content]...................................(1221,10415)
1204      [Adaptations]...................................(1217,10415)
1205      [VASP-Id].......................................(1101,10415)
1206      [VAS-Id]........................................(1102,10415)
1207
1208 'Media-Initiator-Flag'(882,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-2
1209      CALLING_PARTY (0)
1210      CALLED_PARTY (1)
1211      UNKNOWN (2)
1212
1213 'Number-Of-Participants'(885,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1214 'Originator-Address'(886,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1215      [Address-Type]..................................(899,10415)
1216      [Address-Data]..................................(897,10415)
1217      [Address-Domain]................................(898,10415)
1218
1219 'Expires'(888,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1220 'Message-Body'(889,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1221      {Content-Type}..................................(826,10415)
1222      {Content-Length}................................(827,10415)
1223      [Content-Disposition]...........................(828,10415)
1224      [Originator]....................................(864,10415)
1225
1226 'Address-Data'(897,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1227 'Address-Domain'(898,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1228      [Domain-Name]...................................(1200,10415)
1229      [3GPP-IMSI-MCC-MNC].............................(8,10415)
1230
1231 'Address-Type'(899,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-7
1232      e-mail address (0)
1233      MSISDN (1)
1234      IPv4 Address (2)
1235      IPv6 Address (3)
1236      Numeric Shortcode (4)
1237      Alphanumeric Shortcode (5)
1238      Other (6)
1239      IMSI (7)
1240
1241 'Charging-Rule-Base-Name'(1004,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1242 'IP-CAN-Type'(1027,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-6
1243      3GPP-GPRS (0)
1244      DOCSIS (1)
1245      xDSL (2)
1246      WiMAX (3)
1247      3GPP2 (4)
1248      3GP-EPS (5)
1249      Non-3GPP-EPS (6)
1250
1251 'RAT-Type'(1032,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)|Allowed enum values: 0-2,1000-1004,2000-2003
1252      WLAN (0)
1253      VIRTUAL (1)
1254      BBF (2)
1255      UTRAN (1000)
1256      GERAN (1001)
1257      GAN (1002)
1258      HSPA_EVOLUTION (1003)
1259      EUTRAN (1004)
1260      CDMA2000_1X (2000)
1261      HRPD (2001)
1262      UMB (2002)
1263      EHRPD (2003)
1264
1265 'VASP-Id'(1101,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1266 'VAS-Id'(1102,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1267 'Domain-Name'(1200,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1268 'Recipient-Address'(1201,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1269      [Address-Type]..................................(899,10415)
1270      [Address-Data]..................................(897,10415)
1271      [Address-Domain]................................(898,10415)
1272      [Addressee-Type]................................(1208,10415)
1273
1274 'Submission-Time'(1202,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1275 'MM-Content-Type'(1203,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1276      [Type-Number]...................................(1204,10415)
1277      [Additional-Type-Information]...................(1205,10415)
1278      [Content-Size]..................................(1206,10415)
1279     *[Additional-Content-Information]................(1207,10415)
1280
1281 'Type-Number'(1204,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-88
1282 'Additional-Type-Information'(1205,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1283 'Content-Size'(1206,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1284 'Additional-Content-Information'(1207,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1285      [Type-Number]...................................(1204,10415)
1286      [Additional-Type-Information]...................(1205,10415)
1287      [Content-Size]..................................(1206,10415)
1288
1289 'Addressee-Type'(1208,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-2
1290      TO (0)
1291      CC (1)
1292      BCC (2)
1293
1294 'Priority'(1209,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-2
1295      Low (0)
1296      Normal (1)
1297      High (2)
1298
1299 'Message-ID'(1210,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1300 'Message-Type'(1211,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 1-15
1301      m-send-req (1)
1302      m-send-conf (2)
1303      m-notification-ind (3)
1304      m-notifyresp-ind (4)
1305      m-retrieve-conf (5)
1306      m-acknowledge-ind (6)
1307      m-delivery-ind (7)
1308      m-read-rec-ind (8)
1309      m-read-orig-ind (9)
1310      m-forward-req (10)
1311      m-forward-conf (11)
1312      m-mbox-store-conf (12)
1313      m-mbox-view-conf (13)
1314      m-mbox-upload-conf (14)
1315      m-mbox-delete-conf (15)
1316
1317 'Message-Size'(1212,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1318 'Message-Class'(1213,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1319      [Class-Identifier]..............................(1214,10415)
1320      [Token-Text]....................................(1215,10415)
1321
1322 'Class-Identifier'(1214,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-3
1323      Personal (0)
1324      Advertisement (1)
1325      Informational (2)
1326      Auto (3)
1327
1328 'Token-Text'(1215,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1329 'Delivery-Report-Requested'(1216,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1330      No (0)
1331      Yes (1)
1332
1333 'Adaptations'(1217,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1334      Yes (0)
1335      No (1)
1336
1337 'Applic-ID'(1218,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1338 'Aux-Applic-Info'(1219,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1339 'Content-Class'(1220,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-7
1340      text (0)
1341      image-basic (1)
1342      image-rich (2)
1343      video-basic (3)
1344      video-rich (4)
1345      megapixel (5)
1346      content-basic (6)
1347      content-rich (7)
1348
1349 'DRM-Content'(1221,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1350      No (0)
1351      Yes (1)
1352
1353 'Read-Reply-Report-Requested'(1222,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1354      No (0)
1355      Yes (1)
1356
1357 'Reply-Applic-ID'(1223,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1358 'Unit-Quota-Threshold'(1226,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1359 'PDP-Address'(1227,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1360 'SGSN-Address'(1228,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1361 'PDP-Context-Type'(1247,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1362 'MMBox-Storage-Requested'(1248,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1363      No (0)
1364      Yes (1)
1365
1366 'Service-Specific-Info'(1249,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1367      [Service-Specific-Type].........................(1257,10415)
1368      [Service-Specific-Data].........................(863,10415)
1369
1370 'Called-Asserted-Identity'(1250,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1371 'Requested-Party-Address'(1251,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1372 'Service-Generic-Information'(1256,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1373      [Application-Server-ID].........................(2101,10415)
1374      [Application-Service-Type]......................(2102,10415)
1375      [Application-Session-ID]........................(2103,10415)
1376      [Delivery-Status]...............................(2104,10415)
1377
1378 'Service-Specific-Type'(1257,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1379 'Access-Network-Information'(1263,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1380 'Trigger'(1264,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1381     *[Trigger-Type]..................................(870,10415)
1382
1383 'Base-Time-Interval'(1265,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1384 'Envelope'(1266,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1385      {Envelope-Start-Time}...........................(1269,10415)
1386      [Envelope-End-Time].............................(1267,10415)
1387      [CC-Total-Octets]...............................(421,0)
1388      [CC-Input-Octets]...............................(412,0)
1389      [CC-Output-Octets]..............................(414,0)
1390      [CC-Service-Specific-Units].....................(417,0)
1391     *[AVP]...........................................(0,0)
1392
1393 'Envelope-End-Time'(1267,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1394 'Envelope-Reporting'(1268,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-4
1395      DO_NOT_REPORT_ENVELOPES (0)
1396      REPORT_ENVELOPES (1)
1397      REPORT_ENVELOPES_WITH_VOLUME (2)
1398      REPORT_ENVELOPES_WITH_EVENTS (3)
1399      REPORT_ENVELOPES_WITH_VOLUME_AND_EVENTS (4)
1400
1401 'Envelope-Start-Time'(1269,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1402 'Time-Quota-Mechanism'(1270,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1403      {Time-Quota-Type}...............................(1271,10415)
1404      {Base-Time-Interval}............................(1265,10415)
1405
1406 'Time-Quota-Type'(1271,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1407      DISCRETE_TIME_PERIOD (0)
1408      CONTINUOUS_TIME_PERIOD (1)
1409
1410 'Early-Media-Description'(1272,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1411      [SDP-TimeStamps]................................(1273,10415)
1412     *[SDP-Media-Component]...........................(843,10415)
1413     *[SDP-Session-Description].......................(842,10415)
1414
1415 'SDP-TimeStamps'(1273,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1416      [SDP-Offer-Timestamp]...........................(1274,10415)
1417      [SDP-Answer-Timestamp]..........................(1275,10415)
1418
1419 'SDP-Offer-Timestamp'(1274,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1420 'SDP-Answer-Timestamp'(1275,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1421 'AF-Correlation-Information'(1276,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1422      {AF-Charging-Identifier}........................(505,10415)
1423     *[Flows].........................................(510,10415)
1424
1425 'Alternate-Charged-Party-Address'(1280,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1426 'IMS-Communication-Service-Identifier'(1281,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1427 'Media-Initiator-Party'(1288,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1428 'SMS-Information'(2000,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1429      [SMS-Node]......................................(2016,10415)
1430      [Client-Address]................................(2018,10415)
1431      [Originator-SCCP-Address].......................(2008,10415)
1432      [SMSC-Address]..................................(2017,10415)
1433      [Data-Coding-Scheme]............................(2001,10415)
1434      [SM-Discharge-Time].............................(2012,10415)
1435      [SM-Message-Type]...............................(2007,10415)
1436      [Originator-Interface]..........................(2009,10415)
1437      [SM-Protocol-ID]................................(2013,10415)
1438      [Reply-Path-Requested]..........................(2011,10415)
1439      [SM-Status].....................................(2014,10415)
1440      [SM-User-Data-Header]...........................(2015,10415)
1441      [Number-Of-Messages-Sent].......................(2019,10415)
1442     *[Recipient-Info]................................(2026,10415)
1443      [Originator-Received-Address]...................(2027,10415)
1444      [SM-Service-Type]...............................(2029,10415)
1445
1446 'Data-Coding-Scheme'(2001,10415)|Format: 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1447 'Destination-Interface'(2002,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1448      [Interface-Id]..................................(2003,10415)
1449      [Interface-Text]................................(2005,10415)
1450      [Interface-Port]................................(2004,10415)
1451      [Interface-Type]................................(2006,10415)
1452
1453 'Interface-Id'(2003,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1454 'Interface-Port'(2004,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1455 'Interface-Text'(2005,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1456 'Interface-Type'(2006,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-4
1457      Unknown (0)
1458      MOBILE_ORIGINATING (1)
1459      MOBILE_TERMINATING (2)
1460      APPLICATION_ORIGINATING (3)
1461      APPLICATION_TERMINATION (4)
1462
1463 'SM-Message-Type'(2007,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-2
1464      SUBMISSION (0)
1465      DELIVERY_REPORT (1)
1466      SM Service Request (2)
1467
1468 'Originator-SCCP-Address'(2008,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1469 'Originator-Interface'(2009,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1470      [Interface-Id]..................................(2003,10415)
1471      [Interface-Text]................................(2005,10415)
1472      [Interface-Port]................................(2004,10415)
1473      [Interface-Type]................................(2006,10415)
1474
1475 'Recipient-SCCP-Address'(2010,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1476 'Reply-Path-Requested'(2011,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1477      No Reply Path Set (0)
1478      Reply path Set (1)
1479
1480 'SM-Discharge-Time'(2012,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1481 'SM-Protocol-ID'(2013,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1482 'SM-Status'(2014,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1483 'SM-User-Data-Header'(2015,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1484 'SMS-Node'(2016,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-3
1485      SMS Router (0)
1486      IP-SM-GW (1)
1487      SMS Router and IP-SM-GW (2)
1488      SMS-SC (3)
1489
1490 'SMSC-Address'(2017,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1491 'Client-Address'(2018,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1492 'Number-Of-Messages-Sent'(2019,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1493 'Low-Balance-Indication'(2020,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1494      NOT_APPLICABLE (0)
1495      YES (1)
1496
1497 'Remaining-Balance'(2021,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1498      {Unit-Value}....................................(445,0)
1499      {Currency-Code}.................................(425,0)
1500
1501 'Refund-Information'(2022,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1502 'Carrier-Select-Routing-Information'(2023,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1503 'Number-Portability-Routing-Information'(2024,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1504 'Recipient-Info'(2026,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1505      [Destination-Interface].........................(2002,10415)
1506     *[Recipient-Address].............................(1201,10415)
1507     *[Recipient-Received-Address]....................(2028,10415)
1508      [Recipient-SCCP-Address]........................(2010,10415)
1509      [SM-Protocol-ID]................................(2013,10415)
1510
1511 'Originator-Received-Address'(2027,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1512      [Address-Type]..................................(899,10415)
1513      [Address-Data]..................................(897,10415)
1514      [Address-Domain]................................(898,10415)
1515
1516 'Recipient-Received-Address'(2028,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1517      [Address-Type]..................................(899,10415)
1518      [Address-Data]..................................(897,10415)
1519      [Address-Domain]................................(898,10415)
1520
1521 'SM-Service-Type'(2029,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-10
1522      VAS4SMS Short Message content processing (0)
1523      VAS4SMS Short Message forwarding (1)
1524      VAS4SMS Short Message Forwarding multiple subscriptions (2)
1525      VAS4SMS Short Message filtering (3)
1526      VAS4SMS Short Message receipt (4)
1527      VAS4SMS Short Message Network Storage (5)
1528      VAS4SMS Short Message to multiple destinations (6)
1529      VAS4SMS Short Message Virtual Private Network (VPN) (7)
1530      VAS4SMS Short Message Auto Reply (8)
1531      VAS4SMS Short Message Personal Signature (9)
1532      VAS4SMS Short Message Deferred Delivery (10)
1533
1534 'SDP-Type'(2036,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1535      SDP Offer (0)
1536      SDP Answer (1)
1537
1538 'Current-Tariff'(2056,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1539      [Currency-Code].................................(425,0)
1540      [Scale-Factor]..................................(2059,10415)
1541     *[Rate-Element]..................................(2058,10415)
1542
1543 'Next-Tariff'(2057,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1544      [Currency-Code].................................(425,0)
1545      [Scale-Factor]..................................(2059,10415)
1546     *[Rate-Element]..................................(2058,10415)
1547
1548 'Rate-Element'(2058,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1549      {CC-Unit-Type}..................................(454,0)
1550      [Reason-Code]...................................(2316,10415)
1551      [Unit-Value]....................................(445,0)
1552      [Unit-Cost].....................................(2061,10415)
1553      [Unit-Quota-Threshold]..........................(1226,10415)
1554
1555 'Scale-Factor'(2059,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1556      {Value-Digits}..................................(447,0)
1557      [Exponent]......................................(429,0)
1558
1559 'Tariff-Information'(2060,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1560      {Current-Tariff}................................(2056,10415)
1561      [Tariff-Time-Change]............................(451,0)
1562      [Next-Tariff]...................................(2057,10415)
1563
1564 'Unit-Cost'(2061,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1565      {Value-Digits}..................................(447,0)
1566      [Exponent]......................................(429,0)
1567
1568 'Application-Server-ID'(2101,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1569 'Application-Service-Type'(2102,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 100-105
1570      SENDING (100)
1571      RECEIVING (101)
1572      RETRIEVAL (102)
1573      INVITING (103)
1574      LEAVING (104)
1575      JOINING (105)
1576
1577 'Application-Session-ID'(2103,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1578 'Delivery-Status'(2104,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1579 'SIP-Request-Timestamp-Fraction'(2301,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1580 'SIP-Response-Timestamp-Fraction'(2302,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
1581 'Online-Charging-Flag'(2303,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
1582      ECF address not provided (0)
1583      ECF address provided (1)
1584
1585 'Real-Time-Tariff-Information'(2305,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
1586      [Tariff-Information]............................(2060,10415)
1587      [Tariff-XML]....................................(2306,10415)
1588
1589 'Tariff-XML'(2306,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1590 'Account-Expiration'(2309,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1591 'Reason-Code'(2316,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-4
1592      UNKNOWN (0)
1593      USAGE (1)
1594      COMMUNICATION-ATTEMPT-CHARGE (2)
1595      SETUP-CHARGE (3)
1596      ADD-ON-CHARGE (4)
1597
1598 'Outgoing-Session-Id'(2320,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
1599 'Reservation-Priority'(458,13019)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)|Allowed enum values: 0-15
1600      DEFAULT (0)
1601      PRIORITY-ONE (1)
1602      PRIORITY-TWO (2)
1603      PRIORITY-THREE (3)
1604      PRIORITY-FOUR (4)
1605      PRIORITY-FIVE (5)
1606      PRIORITY-SIX (6)
1607      PRIORITY-SEVEN (7)
1608      PRIORITY-EIGHT (8)
1609      PRIORITY-NINE (9)
1610      PRIORITY-TEN (10)
1611      PRIORITY-ELEVEN (11)
1612      PRIORITY-TWELVE (12)
1613      PRIORITY-THIRTEEN (13)
1614      PRIORITY-FOURTEEN (14)
1615      PRIORITY-FIFTEEN (15)
1616
1617
1618 ----------------------------- Commands (18 entries) ----------------------------
1619 'Capabilities-Exchange-Request' (257,request)
1620      {Origin-Host}...................................(264,0)
1621      {Origin-Realm}..................................(296,0)
1622    1*{Host-IP-Address}...............................(257,0)
1623      {Vendor-Id}.....................................(266,0)
1624      {Product-Name}..................................(269,0)
1625      [Origin-State-Id]...............................(278,0)
1626     *[Supported-Vendor-Id]...........................(265,0)
1627     *[Auth-Application-Id]...........................(258,0)
1628     *[Inband-Security-Id]............................(299,0)
1629     *[Acct-Application-Id]...........................(259,0)
1630      [Vendor-Specific-Application-Id]................(260,0)
1631      [Firmware-Revision].............................(267,0)
1632     *[AVP]...........................................(0,0)
1633
1634 'Capabilities-Exchange-Answer' (257,answer)
1635      {Result-Code}...................................(268,0)
1636      {Origin-Host}...................................(264,0)
1637      {Origin-Realm}..................................(296,0)
1638    1*{Host-IP-Address}...............................(257,0)
1639      {Vendor-Id}.....................................(266,0)
1640      {Product-Name}..................................(269,0)
1641      [Origin-State-Id]...............................(278,0)
1642      [Error-Message].................................(281,0)
1643     *[Failed-AVP]....................................(279,0)
1644     *[Supported-Vendor-Id]...........................(265,0)
1645     *[Auth-Application-Id]...........................(258,0)
1646     *[Inband-Security-Id]............................(299,0)
1647     *[Acct-Application-Id]...........................(259,0)
1648      [Vendor-Specific-Application-Id]................(260,0)
1649      [Firmware-Revision].............................(267,0)
1650     *[AVP]...........................................(0,0)
1651
1652 'Re-Auth-Request' (258,request)
1653      <Session-Id>....................................(263,0)
1654      {Origin-Host}...................................(264,0)
1655      {Origin-Realm}..................................(296,0)
1656      {Destination-Realm}.............................(283,0)
1657      {Destination-Host}..............................(293,0)
1658      {Auth-Application-Id}...........................(258,0)
1659      {Specific-Action}...............................(513,10415)
1660     *[Access-Network-Charging-Identifier]............(502,10415)
1661      [Access-Network-Charging-Address]...............(501,10415)
1662     *[Flows].........................................(510,10415)
1663     *[Subscription-Id]...............................(443,0)
1664      [Abort-Cause]...................................(500,10415)
1665      [IP-CAN-Type]...................................(1027,10415)
1666      [RAT-Type]......................................(1032,10415)
1667      [Sponsored-Connectivity-Data]...................(530,10415)
1668      [Origin-State-Id]...............................(278,0)
1669     *[Class].........................................(25,0)
1670     *[Proxy-Info]....................................(284,0)
1671     *[Route-Record]..................................(282,0)
1672     *[AVP]...........................................(0,0)
1673
1674 'Re-Auth-Answer' (258,answer)
1675      <Session-Id>....................................(263,0)
1676      {Result-Code}...................................(268,0)
1677      {Origin-Host}...................................(264,0)
1678      {Origin-Realm}..................................(296,0)
1679      [Experimental-Result]...........................(297,0)
1680     *[Media-Component-Description]...................(517,10415)
1681      [Service-URN]...................................(525,10415)
1682     *[Class].........................................(25,0)
1683      [Origin-State-Id]...............................(278,0)
1684      [Error-Message].................................(281,0)
1685      [Error-Reporting-Host]..........................(294,0)
1686     *[Failed-AVP]....................................(279,0)
1687     *[Redirect-Host].................................(292,0)
1688      [Redirect-Host-Usage]...........................(261,0)
1689      [Redirect-Max-Cache-Time].......................(262,0)
1690     *[Proxy-Info]....................................(284,0)
1691     *[AVP]...........................................(0,0)
1692
1693 'AA-Request' (265,request)
1694      <Session-Id>....................................(263,0)
1695      {Auth-Application-Id}...........................(258,0)
1696      {Origin-Host}...................................(264,0)
1697      {Origin-Realm}..................................(296,0)
1698      {Destination-Realm}.............................(283,0)
1699      [Destination-Host]..............................(293,0)
1700      [AF-Application-Identifier].....................(504,10415)
1701     *[Media-Component-Description]...................(517,10415)
1702      [Service-Info-Status]...........................(527,10415)
1703      [AF-Charging-Identifier]........................(505,10415)
1704      [SIP-Forking-Indication]........................(523,10415)
1705     *[Specific-Action]...............................(513,10415)
1706     *[Subscription-Id]...............................(443,0)
1707     *[Supported-Features]............................(628,10415)
1708      [Reservation-Priority]..........................(458,13019)
1709      [Framed-IP-Address].............................(8,0)
1710      [Framed-IPv6-Prefix]............................(97,0)
1711      [Called-Station-Id].............................(30,0)
1712      [Service-URN]...................................(525,10415)
1713      [Sponsored-Connectivity-Data]...................(530,10415)
1714      [MPS-Identifier]................................(528,10415)
1715      [Rx-Request-Type]...............................(533,10415)
1716      [Origin-State-Id]...............................(278,0)
1717     *[Proxy-Info]....................................(284,0)
1718     *[Route-Record]..................................(282,0)
1719     *[AVP]...........................................(0,0)
1720
1721 'AA-Answer' (265,answer)
1722      {Session-Id}....................................(263,0)
1723      {Auth-Application-Id}...........................(258,0)
1724      {Origin-Host}...................................(264,0)
1725      {Origin-Realm}..................................(296,0)
1726      [Result-Code]...................................(268,0)
1727      [Experimental-Result]...........................(297,0)
1728     *[Access-Network-Charging-Identifier]............(502,10415)
1729      [Access-Network-Charging-Address]...............(501,10415)
1730      [Acceptable-Service-Info].......................(526,10415)
1731      [IP-CAN-Type]...................................(1027,10415)
1732      [RAT-Type]......................................(1032,10415)
1733     *[Flows].........................................(510,10415)
1734     *[Supported-Features]............................(628,10415)
1735     *[Class].........................................(25,0)
1736      [Error-Message].................................(281,0)
1737      [Error-Reporting-Host]..........................(294,0)
1738     *[Failed-AVP]....................................(279,0)
1739      [Origin-State-Id]...............................(278,0)
1740     *[Redirect-Host].................................(292,0)
1741      [Redirect-Host-Usage]...........................(261,0)
1742      [Redirect-Max-Cache-Time].......................(262,0)
1743     *[Proxy-Info]....................................(284,0)
1744     *[AVP]...........................................(0,0)
1745
1746 'Accounting-Request' (271,request)
1747      <Session-Id>....................................(263,0)
1748      {Origin-Host}...................................(264,0)
1749      {Origin-Realm}..................................(296,0)
1750      {Destination-Realm}.............................(283,0)
1751      {Accounting-Record-Type}........................(480,0)
1752      {Accounting-Record-Number}......................(485,0)
1753      [Acct-Application-Id]...........................(259,0)
1754      [Vendor-Specific-Application-Id]................(260,0)
1755      [User-Name].....................................(1,0)
1756      [Accounting-Sub-Session-Id].....................(287,0)
1757      [Accounting-Session-Id].........................(44,0)
1758      [Acct-Multi-Session-Id].........................(50,0)
1759      [Acct-Interim-Interval].........................(85,0)
1760      [Accounting-Realtime-Required]..................(483,0)
1761      [Origin-State-Id]...............................(278,0)
1762      [Event-Timestamp]...............................(55,0)
1763     *[Proxy-Info]....................................(284,0)
1764     *[Route-Record]..................................(282,0)
1765     *[AVP]...........................................(0,0)
1766
1767 'Accounting-Answer' (271,answer)
1768      <Session-Id>....................................(263,0)
1769      {Result-Code}...................................(268,0)
1770      {Origin-Host}...................................(264,0)
1771      {Origin-Realm}..................................(296,0)
1772      {Accounting-Record-Type}........................(480,0)
1773      {Accounting-Record-Number}......................(485,0)
1774      [Acct-Application-Id]...........................(259,0)
1775      [Vendor-Specific-Application-Id]................(260,0)
1776      [User-Name].....................................(1,0)
1777      [Accounting-Sub-Session-Id].....................(287,0)
1778      [Accounting-Session-Id].........................(44,0)
1779      [Acct-Multi-Session-Id].........................(50,0)
1780      [Error-Reporting-Host]..........................(294,0)
1781      [Acct-Interim-Interval].........................(85,0)
1782      [Accounting-Realtime-Required]..................(483,0)
1783      [Origin-State-Id]...............................(278,0)
1784      [Event-Timestamp]...............................(55,0)
1785     *[Proxy-Info]....................................(284,0)
1786     *[AVP]...........................................(0,0)
1787
1788 'Credit-Control-Request' (272,request)
1789      <Session-Id>....................................(263,0)
1790      {Origin-Host}...................................(264,0)
1791      {Origin-Realm}..................................(296,0)
1792      {Destination-Realm}.............................(283,0)
1793      {Auth-Application-Id}...........................(258,0)
1794      [Service-Context-Id]............................(461,0)
1795      {CC-Request-Type}...............................(416,0)
1796      {CC-Request-Number}.............................(415,0)
1797      [Destination-Host]..............................(293,0)
1798      [User-Name].....................................(1,0)
1799      [CC-Sub-Session-Id].............................(419,0)
1800      [Acct-Multi-Session-Id].........................(50,0)
1801      [Origin-State-Id]...............................(278,0)
1802      [Event-Timestamp]...............................(55,0)
1803     *[Subscription-Id]...............................(443,0)
1804      [Service-Identifier]............................(439,0)
1805      [Termination-Cause].............................(295,0)
1806      [Requested-Service-Unit]........................(437,0)
1807      [Requested-Action]..............................(436,0)
1808     *[Used-Service-Unit].............................(446,0)
1809      [Multiple-Services-Indicator]...................(455,0)
1810     *[Multiple-Services-Credit-Control]..............(456,0)
1811     *[Service-Parameter-Info]........................(440,0)
1812      [CC-Correlation-Id].............................(411,0)
1813      [User-Equipment-Info]...........................(458,0)
1814     *[Proxy-Info]....................................(284,0)
1815     *[Route-Record]..................................(282,0)
1816     *[AVP]...........................................(0,0)
1817
1818 'Credit-Control-Answer' (272,answer)
1819      {Session-Id}....................................(263,0)
1820      {Result-Code}...................................(268,0)
1821      {Origin-Host}...................................(264,0)
1822      {Origin-Realm}..................................(296,0)
1823      {Auth-Application-Id}...........................(258,0)
1824      {CC-Request-Type}...............................(416,0)
1825      {CC-Request-Number}.............................(415,0)
1826      [User-Name].....................................(1,0)
1827      [CC-Session-Failover]...........................(418,0)
1828      [CC-Sub-Session-Id].............................(419,0)
1829      [Acct-Multi-Session-Id].........................(50,0)
1830      [Origin-State-Id]...............................(278,0)
1831      [Event-Timestamp]...............................(55,0)
1832      [Granted-Service-Unit]..........................(431,0)
1833     *[Multiple-Services-Credit-Control]..............(456,0)
1834      [Cost-Information]..............................(423,0)
1835      [Final-Unit-Indication].........................(430,0)
1836      [Check-Balance-Result]..........................(422,0)
1837      [Credit-Control-Failure-Handling]...............(427,0)
1838      [Direct-Debiting-Failure-Handling]..............(428,0)
1839      [Validity-Time].................................(448,0)
1840     *[Redirect-Host].................................(292,0)
1841      [Redirect-Host-Usage]...........................(261,0)
1842      [Redirect-Max-Cache-Time].......................(262,0)
1843     *[Proxy-Info]....................................(284,0)
1844     *[Route-Record]..................................(282,0)
1845     *[Failed-AVP]....................................(279,0)
1846     *[AVP]...........................................(0,0)
1847
1848 'Abort-Session-Request' (274,request)
1849      <Session-Id>....................................(263,0)
1850      {Origin-Host}...................................(264,0)
1851      {Origin-Realm}..................................(296,0)
1852      {Destination-Realm}.............................(283,0)
1853      {Destination-Host}..............................(293,0)
1854      {Auth-Application-Id}...........................(258,0)
1855      {Abort-Cause}...................................(500,10415)
1856      [Origin-State-Id]...............................(278,0)
1857     *[Proxy-Info]....................................(284,0)
1858     *[Route-Record]..................................(282,0)
1859     *[AVP]...........................................(0,0)
1860
1861 'Abort-Session-Answer' (274,answer)
1862      <Session-Id>....................................(263,0)
1863      {Result-Code}...................................(268,0)
1864      {Origin-Host}...................................(264,0)
1865      {Origin-Realm}..................................(296,0)
1866      [Origin-State-Id]...............................(278,0)
1867      [Error-Message].................................(281,0)
1868      [Error-Reporting-Host]..........................(294,0)
1869     *[Failed-AVP]....................................(279,0)
1870     *[Redirect-Host].................................(292,0)
1871      [Redirect-Host-Usage]...........................(261,0)
1872      [Redirect-Max-Cache-Time].......................(262,0)
1873     *[Proxy-Info]....................................(284,0)
1874     *[AVP]...........................................(0,0)
1875
1876 'Session-Termination-Request' (275,request)
1877      <Session-Id>....................................(263,0)
1878      {Origin-Host}...................................(264,0)
1879      {Origin-Realm}..................................(296,0)
1880      {Destination-Realm}.............................(283,0)
1881      {Auth-Application-Id}...........................(258,0)
1882      {Termination-Cause}.............................(295,0)
1883      [Destination-Host]..............................(293,0)
1884     *[Class].........................................(25,0)
1885      [Origin-State-Id]...............................(278,0)
1886     *[Proxy-Info]....................................(284,0)
1887     *[Route-Record]..................................(282,0)
1888     *[AVP]...........................................(0,0)
1889
1890 'Session-Termination-Answer' (275,answer)
1891      <Session-Id>....................................(263,0)
1892      [Result-Code]...................................(268,0)
1893      {Origin-Host}...................................(264,0)
1894      {Origin-Realm}..................................(296,0)
1895     *[Class].........................................(25,0)
1896      [Error-Message].................................(281,0)
1897      [Error-Reporting-Host]..........................(294,0)
1898     *[Failed-AVP]....................................(279,0)
1899      [Sponsored-Connectivity-Data]...................(530,10415)
1900      [Origin-State-Id]...............................(278,0)
1901     *[Redirect-Host].................................(292,0)
1902      [Redirect-Host-Usage]...........................(261,0)
1903      [Redirect-Max-Cache-Time].......................(262,0)
1904     *[Proxy-Info]....................................(284,0)
1905     *[AVP]...........................................(0,0)
1906
1907 'Device-Watchdog-Request' (280,request)
1908      {Origin-Host}...................................(264,0)
1909      {Origin-Realm}..................................(296,0)
1910      [Origin-State-Id]...............................(278,0)
1911
1912 'Device-Watchdog-Answer' (280,answer)
1913      {Result-Code}...................................(268,0)
1914      {Origin-Host}...................................(264,0)
1915      {Origin-Realm}..................................(296,0)
1916      [Error-Message].................................(281,0)
1917     *[Failed-AVP]....................................(279,0)
1918      [Origin-State-Id]...............................(278,0)
1919
1920 'Disconnect-Peer-Request' (282,request)
1921      {Origin-Host}...................................(264,0)
1922      {Origin-Realm}..................................(296,0)
1923      {Disconnect-Cause}..............................(273,0)
1924
1925 'Disconnect-Peer-Answer' (282,answer)
1926      {Result-Code}...................................(268,0)
1927      {Origin-Host}...................................(264,0)
1928      {Origin-Realm}..................................(296,0)
1929      [Error-Message].................................(281,0)
1930     *[Failed-AVP]....................................(279,0)
1931
1932
1933
1934
1935 [12/04/2015 15:32:48] Debug | example/diameter/batchConverter/main.cpp (77) | Hex string (remove colons if exists): 010007b48000010901000014000c73c30004cee4000001074000004274635f30315f46756c6c415650733b61664e6f6465486f73746e616d652e61664e6f6465486f73745265616c6d2e636f6d3b313b38353936303800000000012540000027736170634f776e486f737449642e6f70657261746f725265616c6d2e636f6d000000011b400000196f70657261746f725265616c6d2e636f6d000000000001084000002a61664e6f6465486f73746e616d652e61664e6f6465486f73745265616c6d2e636f6d0000000001284000001b61664e6f6465486f73745265616c6d2e636f6d00000001024000000c01000014000001164000000c00000001000000084000000c00955f24000001bb40000028000001c24000000c00000000000001bc400000133334363030303030303031000000001e4000001464656661756c7441706e4964000001f8c0000015000028af4d6f62696c652d545600000000000205c0000224000028af00000206c0000010000028af0000000100000207c00000c4000028af000001fdc0000010000028af00000001000001fbc0000043000028af7065726d697420696e2031372066726f6d20302e3134392e39352e3336203232333420746f2031302e39352e3133302e3530203232333400000001fbc0000044000028af7065726d6974206f75742031372066726f6d2031302e39352e3133302e3530203232333420746f20302e3134392e39352e33362032323334000001ffc0000010000028af0000000200000200c0000010000028af0000000000000207c00000c4000028af000001fdc0000010000028af00000002000001fbc0000043000028af7065726d697420696e2031372066726f6d20302e3134392e39352e3336203232333520746f2031302e39352e3133302e3530203232333500000001fbc0000044000028af7065726d6974206f75742031372066726f6d2031302e39352e3133302e3530203232333520746f20302e3134392e39352e33362032323335000001ffc0000010000028af0000000200000200c0000010000028af0000000100000208c0000010000028af0000000000000204c0000010000028af0000010000000203c0000010000028af00000100000001ffc0000010000028af00000002000001cac0000010000032db0000000200000209c0000010000028af000001000000020ac0000010000028af000001000000020cc0000010000028af4469765800000205c0000214000028af00000206c0000010000028af0000000100000207c00000c4000028af000001fdc0000010000028af00000001000001fbc0000043000028af7065726d697420696e2031372066726f6d20302e3134392e39352e3336203232333420746f2031302e39352e3133302e3530203232333400000001fbc0000044000028af7065726d6974206f75742031372066726f6d2031302e39352e3133302e3530203232333420746f20302e3134392e39352e33362032323334000001ffc0000010000028af0000000200000200c0000010000028af0000000000000207c00000c4000028af000001fdc0000010000028af00000002000001fbc0000043000028af7065726d697420696e2031372066726f6d20302e3134392e39352e3336203232333520746f2031302e39352e3133302e3530203232333500000001fbc0000044000028af7065726d6974206f75742031372066726f6d2031302e39352e3133302e3530203232333520746f20302e3134392e39352e33362032323335000001ffc0000010000028af0000000200000200c0000010000028af0000000100000208c0000010000028af0000000000000204c0000010000028af0001f40000000203c0000010000028af0001f400000001ffc0000010000028af00000002000001cac0000010000032db0000000600000209c0000010000028af0000fa000000020ac0000010000028af0000fa0000000205c0000148000028af00000206c0000010000028af0000000300000207c00000bc000028af000001fdc0000010000028af00000001000001fbc000003d000028af7065726d697420696e2069702066726f6d20302e3134392e39352e333620333020746f203132372e312e312e3731203330000000000001fbc000003e000028af7065726d6974206f75742069702066726f6d203132372e312e312e373220343020746f20302e3134392e39352e33362034300000000001ffc0000010000028af0000000200000200c0000010000028af0000000000000208c0000010000028af0000000200000204c0000010000028af00007d0000000203c0000010000028af00007d00000001ffc0000010000028af00000002000001cac0000010000032db0000000100000209c0000010000028af00007d000000020ac0000010000028af00007d00000001f9c0000015000028af41462d4d61647269640000000000020bc0000010000028af000000010000020dc0000014000028af736f732e666972650000021080000014000028af4e474e2047455453000001cac0000010000032db0000000100000201c0000010000028af0000000400000201c0000010000028af0000000800000201c0000010000028af000000090000020fc0000010000028af0000000100000274c0000038000028af0000010a4000000c000028af00000275c0000010000028af0000000100000276c0000010000028af00000013
1936
1937 [12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (299) | DataBlock to decode:
1938  (0x237a790):
1939    0: 01 00 07 b4 80 00 01 09 01 00 00 14 00 0c 73 c3 00 04 ce e4 00 00 01 07   ..............s.........
1940   24: 40 00 00 42 74 63 5f 30 31 5f 46 75 6c 6c 41 56 50 73 3b 61 66 4e 6f 64   @..Btc_01_FullAVPs;afNod
1941   48: 65 48 6f 73 74 6e 61 6d 65 2e 61 66 4e 6f 64 65 48 6f 73 74 52 65 61 6c   eHostname.afNodeHostReal
1942   72: 6d 2e 63 6f 6d 3b 31 3b 38 35 39 36 30 38 00 00 00 00 01 25 40 00 00 27   m.com;1;859608.....%@..'
1943   96: 73 61 70 63 4f 77 6e 48 6f 73 74 49 64 2e 6f 70 65 72 61 74 6f 72 52 65   sapcOwnHostId.operatorRe
1944  120: 61 6c 6d 2e 63 6f 6d 00 00 00 01 1b 40 00 00 19 6f 70 65 72 61 74 6f 72   alm.com.....@...operator
1945  144: 52 65 61 6c 6d 2e 63 6f 6d 00 00 00 00 00 01 08 40 00 00 2a 61 66 4e 6f   Realm.com.......@..*afNo
1946  168: 64 65 48 6f 73 74 6e 61 6d 65 2e 61 66 4e 6f 64 65 48 6f 73 74 52 65 61   deHostname.afNodeHostRea
1947  192: 6c 6d 2e 63 6f 6d 00 00 00 00 01 28 40 00 00 1b 61 66 4e 6f 64 65 48 6f   lm.com.....(@...afNodeHo
1948  216: 73 74 52 65 61 6c 6d 2e 63 6f 6d 00 00 00 01 02 40 00 00 0c 01 00 00 14   stRealm.com.....@.......
1949  240: 00 00 01 16 40 00 00 0c 00 00 00 01 00 00 00 08 40 00 00 0c 00 95 5f 24   ....@...........@....._$
1950  264: 00 00 01 bb 40 00 00 28 00 00 01 c2 40 00 00 0c 00 00 00 00 00 00 01 bc   ....@..(....@...........
1951  288: 40 00 00 13 33 34 36 30 30 30 30 30 30 30 31 00 00 00 00 1e 40 00 00 14   @...34600000001.....@...
1952  312: 64 65 66 61 75 6c 74 41 70 6e 49 64 00 00 01 f8 c0 00 00 15 00 00 28 af   defaultApnId..........(.
1953  336: 4d 6f 62 69 6c 65 2d 54 56 00 00 00 00 00 02 05 c0 00 02 24 00 00 28 af   Mobile-TV..........$..(.
1954  360: 00 00 02 06 c0 00 00 10 00 00 28 af 00 00 00 01 00 00 02 07 c0 00 00 c4   ..........(.............
1955  384: 00 00 28 af 00 00 01 fd c0 00 00 10 00 00 28 af 00 00 00 01 00 00 01 fb   ..(...........(.........
1956  408: c0 00 00 43 00 00 28 af 70 65 72 6d 69 74 20 69 6e 20 31 37 20 66 72 6f   ...C..(.permit in 17 fro
1957  432: 6d 20 30 2e 31 34 39 2e 39 35 2e 33 36 20 32 32 33 34 20 74 6f 20 31 30   m 0.149.95.36 2234 to 10
1958  456: 2e 39 35 2e 31 33 30 2e 35 30 20 32 32 33 34 00 00 00 01 fb c0 00 00 44   .95.130.50 2234........D
1959  480: 00 00 28 af 70 65 72 6d 69 74 20 6f 75 74 20 31 37 20 66 72 6f 6d 20 31   ..(.permit out 17 from 1
1960  504: 30 2e 39 35 2e 31 33 30 2e 35 30 20 32 32 33 34 20 74 6f 20 30 2e 31 34   0.95.130.50 2234 to 0.14
1961  528: 39 2e 39 35 2e 33 36 20 32 32 33 34 00 00 01 ff c0 00 00 10 00 00 28 af   9.95.36 2234..........(.
1962  552: 00 00 00 02 00 00 02 00 c0 00 00 10 00 00 28 af 00 00 00 00 00 00 02 07   ..............(.........
1963  576: c0 00 00 c4 00 00 28 af 00 00 01 fd c0 00 00 10 00 00 28 af 00 00 00 02   ......(...........(.....
1964  600: 00 00 01 fb c0 00 00 43 00 00 28 af 70 65 72 6d 69 74 20 69 6e 20 31 37   .......C..(.permit in 17
1965  624: 20 66 72 6f 6d 20 30 2e 31 34 39 2e 39 35 2e 33 36 20 32 32 33 35 20 74    from 0.149.95.36 2235 t
1966  648: 6f 20 31 30 2e 39 35 2e 31 33 30 2e 35 30 20 32 32 33 35 00 00 00 01 fb   o 10.95.130.50 2235.....
1967  672: c0 00 00 44 00 00 28 af 70 65 72 6d 69 74 20 6f 75 74 20 31 37 20 66 72   ...D..(.permit out 17 fr
1968  696: 6f 6d 20 31 30 2e 39 35 2e 31 33 30 2e 35 30 20 32 32 33 35 20 74 6f 20   om 10.95.130.50 2235 to 
1969  720: 30 2e 31 34 39 2e 39 35 2e 33 36 20 32 32 33 35 00 00 01 ff c0 00 00 10   0.149.95.36 2235........
1970  744: 00 00 28 af 00 00 00 02 00 00 02 00 c0 00 00 10 00 00 28 af 00 00 00 01   ..(...............(.....
1971  768: 00 00 02 08 c0 00 00 10 00 00 28 af 00 00 00 00 00 00 02 04 c0 00 00 10   ..........(.............
1972  792: 00 00 28 af 00 00 01 00 00 00 02 03 c0 00 00 10 00 00 28 af 00 00 01 00   ..(...............(.....
1973  816: 00 00 01 ff c0 00 00 10 00 00 28 af 00 00 00 02 00 00 01 ca c0 00 00 10   ..........(.............
1974  840: 00 00 32 db 00 00 00 02 00 00 02 09 c0 00 00 10 00 00 28 af 00 00 01 00   ..2...............(.....
1975  864: 00 00 02 0a c0 00 00 10 00 00 28 af 00 00 01 00 00 00 02 0c c0 00 00 10   ..........(.............
1976  888: 00 00 28 af 44 69 76 58 00 00 02 05 c0 00 02 14 00 00 28 af 00 00 02 06   ..(.DivX..........(.....
1977  912: c0 00 00 10 00 00 28 af 00 00 00 01 00 00 02 07 c0 00 00 c4 00 00 28 af   ......(...............(.
1978  936: 00 00 01 fd c0 00 00 10 00 00 28 af 00 00 00 01 00 00 01 fb c0 00 00 43   ..........(............C
1979  960: 00 00 28 af 70 65 72 6d 69 74 20 69 6e 20 31 37 20 66 72 6f 6d 20 30 2e   ..(.permit in 17 from 0.
1980  984: 31 34 39 2e 39 35 2e 33 36 20 32 32 33 34 20 74 6f 20 31 30 2e 39 35 2e   149.95.36 2234 to 10.95.
1981 1008: 31 33 30 2e 35 30 20 32 32 33 34 00 00 00 01 fb c0 00 00 44 00 00 28 af   130.50 2234........D..(.
1982 1032: 70 65 72 6d 69 74 20 6f 75 74 20 31 37 20 66 72 6f 6d 20 31 30 2e 39 35   permit out 17 from 10.95
1983 1056: 2e 31 33 30 2e 35 30 20 32 32 33 34 20 74 6f 20 30 2e 31 34 39 2e 39 35   .130.50 2234 to 0.149.95
1984 1080: 2e 33 36 20 32 32 33 34 00 00 01 ff c0 00 00 10 00 00 28 af 00 00 00 02   .36 2234..........(.....
1985 1104: 00 00 02 00 c0 00 00 10 00 00 28 af 00 00 00 00 00 00 02 07 c0 00 00 c4   ..........(.............
1986 1128: 00 00 28 af 00 00 01 fd c0 00 00 10 00 00 28 af 00 00 00 02 00 00 01 fb   ..(...........(.........
1987 1152: c0 00 00 43 00 00 28 af 70 65 72 6d 69 74 20 69 6e 20 31 37 20 66 72 6f   ...C..(.permit in 17 fro
1988 1176: 6d 20 30 2e 31 34 39 2e 39 35 2e 33 36 20 32 32 33 35 20 74 6f 20 31 30   m 0.149.95.36 2235 to 10
1989 1200: 2e 39 35 2e 31 33 30 2e 35 30 20 32 32 33 35 00 00 00 01 fb c0 00 00 44   .95.130.50 2235........D
1990 1224: 00 00 28 af 70 65 72 6d 69 74 20 6f 75 74 20 31 37 20 66 72 6f 6d 20 31   ..(.permit out 17 from 1
1991 1248: 30 2e 39 35 2e 31 33 30 2e 35 30 20 32 32 33 35 20 74 6f 20 30 2e 31 34   0.95.130.50 2235 to 0.14
1992 1272: 39 2e 39 35 2e 33 36 20 32 32 33 35 00 00 01 ff c0 00 00 10 00 00 28 af   9.95.36 2235..........(.
1993 1296: 00 00 00 02 00 00 02 00 c0 00 00 10 00 00 28 af 00 00 00 01 00 00 02 08   ..............(.........
1994 1320: c0 00 00 10 00 00 28 af 00 00 00 00 00 00 02 04 c0 00 00 10 00 00 28 af   ......(...............(.
1995 1344: 00 01 f4 00 00 00 02 03 c0 00 00 10 00 00 28 af 00 01 f4 00 00 00 01 ff   ..............(.........
1996 1368: c0 00 00 10 00 00 28 af 00 00 00 02 00 00 01 ca c0 00 00 10 00 00 32 db   ......(...............2.
1997 1392: 00 00 00 06 00 00 02 09 c0 00 00 10 00 00 28 af 00 00 fa 00 00 00 02 0a   ..............(.........
1998 1416: c0 00 00 10 00 00 28 af 00 00 fa 00 00 00 02 05 c0 00 01 48 00 00 28 af   ......(............H..(.
1999 1440: 00 00 02 06 c0 00 00 10 00 00 28 af 00 00 00 03 00 00 02 07 c0 00 00 bc   ..........(.............
2000 1464: 00 00 28 af 00 00 01 fd c0 00 00 10 00 00 28 af 00 00 00 01 00 00 01 fb   ..(...........(.........
2001 1488: c0 00 00 3d 00 00 28 af 70 65 72 6d 69 74 20 69 6e 20 69 70 20 66 72 6f   ...=..(.permit in ip fro
2002 1512: 6d 20 30 2e 31 34 39 2e 39 35 2e 33 36 20 33 30 20 74 6f 20 31 32 37 2e   m 0.149.95.36 30 to 127.
2003 1536: 31 2e 31 2e 37 31 20 33 30 00 00 00 00 00 01 fb c0 00 00 3e 00 00 28 af   1.1.71 30..........>..(.
2004 1560: 70 65 72 6d 69 74 20 6f 75 74 20 69 70 20 66 72 6f 6d 20 31 32 37 2e 31   permit out ip from 127.1
2005 1584: 2e 31 2e 37 32 20 34 30 20 74 6f 20 30 2e 31 34 39 2e 39 35 2e 33 36 20   .1.72 40 to 0.149.95.36 
2006 1608: 34 30 00 00 00 00 01 ff c0 00 00 10 00 00 28 af 00 00 00 02 00 00 02 00   40............(.........
2007 1632: c0 00 00 10 00 00 28 af 00 00 00 00 00 00 02 08 c0 00 00 10 00 00 28 af   ......(...............(.
2008 1656: 00 00 00 02 00 00 02 04 c0 00 00 10 00 00 28 af 00 00 7d 00 00 00 02 03   ..............(...}.....
2009 1680: c0 00 00 10 00 00 28 af 00 00 7d 00 00 00 01 ff c0 00 00 10 00 00 28 af   ......(...}...........(.
2010 1704: 00 00 00 02 00 00 01 ca c0 00 00 10 00 00 32 db 00 00 00 01 00 00 02 09   ..............2.........
2011 1728: c0 00 00 10 00 00 28 af 00 00 7d 00 00 00 02 0a c0 00 00 10 00 00 28 af   ......(...}...........(.
2012 1752: 00 00 7d 00 00 00 01 f9 c0 00 00 15 00 00 28 af 41 46 2d 4d 61 64 72 69   ..}...........(.AF-Madri
2013 1776: 64 00 00 00 00 00 02 0b c0 00 00 10 00 00 28 af 00 00 00 01 00 00 02 0d   d.............(.........
2014 1800: c0 00 00 14 00 00 28 af 73 6f 73 2e 66 69 72 65 00 00 02 10 80 00 00 14   ......(.sos.fire........
2015 1824: 00 00 28 af 4e 47 4e 20 47 45 54 53 00 00 01 ca c0 00 00 10 00 00 32 db   ..(.NGN GETS..........2.
2016 1848: 00 00 00 01 00 00 02 01 c0 00 00 10 00 00 28 af 00 00 00 04 00 00 02 01   ..............(.........
2017 1872: c0 00 00 10 00 00 28 af 00 00 00 08 00 00 02 01 c0 00 00 10 00 00 28 af   ......(...............(.
2018 1896: 00 00 00 09 00 00 02 0f c0 00 00 10 00 00 28 af 00 00 00 01 00 00 02 74   ..............(........t
2019 1920: c0 00 00 38 00 00 28 af 00 00 01 0a 40 00 00 0c 00 00 28 af 00 00 02 75   ...8..(.....@.....(....u
2020 1944: c0 00 00 10 00 00 28 af 00 00 00 01 00 00 02 76 c0 00 00 10 00 00 28 af   ......(........v......(.
2021 1968: 00 00 00 13                                                               ....
2022
2023 [12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (420) | Message decoded:
2024 <message version="1" name="AA-Request" application-id="0" hop-by-hop-id="816067" end-by-end-id="315108">
2025    <avp name="Session-Id" data="tc_01_FullAVPs;afNodeHostname.afNodeHostRealm.com;1;859608"/>
2026    <avp name="Destination-Host" data="sapcOwnHostId.operatorRealm.com"/>
2027    <avp name="Destination-Realm" data="operatorRealm.com"/>
2028    <avp name="Origin-Host" data="afNodeHostname.afNodeHostRealm.com"/>
2029    <avp name="Origin-Realm" data="afNodeHostRealm.com"/>
2030    <avp name="Auth-Application-Id" data="16777236"/>
2031    <avp name="Origin-State-Id" data="1"/>
2032    <avp name="Framed-IP-Address" hex-data="00955f24"/>
2033    <avp name="Subscription-Id">
2034       <avp name="Subscription-Id-Type" data="0" alias="END_USER_E164"/>
2035       <avp name="Subscription-Id-Data" data="34600000001"/>
2036    </avp>
2037    <avp name="Called-Station-Id" data="defaultApnId"/>
2038    <avp name="AF-Application-Identifier" hex-data="4d6f62696c652d5456"/>
2039    <avp name="Media-Component-Description">
2040       <avp name="Media-Component-Number" data="1"/>
2041       <avp name="Media-Sub-Component">
2042          <avp name="Flow-Number" data="1"/>
2043          <avp name="Flow-Description" data="permit in 17 from 0.149.95.36 2234 to 10.95.130.50 2234"/>
2044          <avp name="Flow-Description" data="permit out 17 from 10.95.130.50 2234 to 0.149.95.36 2234"/>
2045          <avp name="Flow-Status" data="2" alias="ENABLED"/>
2046          <avp name="Flow-Usage" data="0" alias="NO_INFORMATION"/>
2047       </avp>
2048       <avp name="Media-Sub-Component">
2049          <avp name="Flow-Number" data="2"/>
2050          <avp name="Flow-Description" data="permit in 17 from 0.149.95.36 2235 to 10.95.130.50 2235"/>
2051          <avp name="Flow-Description" data="permit out 17 from 10.95.130.50 2235 to 0.149.95.36 2235"/>
2052          <avp name="Flow-Status" data="2" alias="ENABLED"/>
2053          <avp name="Flow-Usage" data="1" alias="RTCP"/>
2054       </avp>
2055       <avp name="Media-Type" data="0" alias="AUDIO"/>
2056       <avp name="Max-Requested-Bandwidth-UL" data="256"/>
2057       <avp name="Max-Requested-Bandwidth-DL" data="256"/>
2058       <avp name="Flow-Status" data="2" alias="ENABLED"/>
2059       <avp name="Reservation-Priority" data="2" alias="PRIORITY-TWO"/>
2060       <avp name="RR-Bandwidth" data="256"/>
2061       <avp name="RS-Bandwidth" data="256"/>
2062       <avp name="Codec-Data" hex-data="44697658"/>
2063    </avp>
2064    <avp name="Media-Component-Description">
2065       <avp name="Media-Component-Number" data="1"/>
2066       <avp name="Media-Sub-Component">
2067          <avp name="Flow-Number" data="1"/>
2068          <avp name="Flow-Description" data="permit in 17 from 0.149.95.36 2234 to 10.95.130.50 2234"/>
2069          <avp name="Flow-Description" data="permit out 17 from 10.95.130.50 2234 to 0.149.95.36 2234"/>
2070          <avp name="Flow-Status" data="2" alias="ENABLED"/>
2071          <avp name="Flow-Usage" data="0" alias="NO_INFORMATION"/>
2072       </avp>
2073       <avp name="Media-Sub-Component">
2074          <avp name="Flow-Number" data="2"/>
2075          <avp name="Flow-Description" data="permit in 17 from 0.149.95.36 2235 to 10.95.130.50 2235"/>
2076          <avp name="Flow-Description" data="permit out 17 from 10.95.130.50 2235 to 0.149.95.36 2235"/>
2077          <avp name="Flow-Status" data="2" alias="ENABLED"/>
2078          <avp name="Flow-Usage" data="1" alias="RTCP"/>
2079       </avp>
2080       <avp name="Media-Type" data="0" alias="AUDIO"/>
2081       <avp name="Max-Requested-Bandwidth-UL" data="128000"/>
2082       <avp name="Max-Requested-Bandwidth-DL" data="128000"/>
2083       <avp name="Flow-Status" data="2" alias="ENABLED"/>
2084       <avp name="Reservation-Priority" data="6" alias="PRIORITY-SIX"/>
2085       <avp name="RR-Bandwidth" data="64000"/>
2086       <avp name="RS-Bandwidth" data="64000"/>
2087    </avp>
2088    <avp name="Media-Component-Description">
2089       <avp name="Media-Component-Number" data="3"/>
2090       <avp name="Media-Sub-Component">
2091          <avp name="Flow-Number" data="1"/>
2092          <avp name="Flow-Description" data="permit in ip from 0.149.95.36 30 to 127.1.1.71 30"/>
2093          <avp name="Flow-Description" data="permit out ip from 127.1.1.72 40 to 0.149.95.36 40"/>
2094          <avp name="Flow-Status" data="2" alias="ENABLED"/>
2095          <avp name="Flow-Usage" data="0" alias="NO_INFORMATION"/>
2096       </avp>
2097       <avp name="Media-Type" data="2" alias="DATA"/>
2098       <avp name="Max-Requested-Bandwidth-UL" data="32000"/>
2099       <avp name="Max-Requested-Bandwidth-DL" data="32000"/>
2100       <avp name="Flow-Status" data="2" alias="ENABLED"/>
2101       <avp name="Reservation-Priority" data="1" alias="PRIORITY-ONE"/>
2102       <avp name="RR-Bandwidth" data="32000"/>
2103       <avp name="RS-Bandwidth" data="32000"/>
2104    </avp>
2105    <avp name="AF-Charging-Identifier" hex-data="41462d4d6164726964"/>
2106    <avp name="SIP-Forking-Indication" data="1" alias="SEVERAL_DIALOGUES"/>
2107    <avp name="Service-URN" hex-data="736f732e66697265"/>
2108    <avp name="MPS-Identifier" hex-data="4e474e2047455453"/>
2109    <avp name="Reservation-Priority" data="1" alias="PRIORITY-ONE"/>
2110    <avp name="Specific-Action" data="4" alias="INDICATION_OF_RELEASE_OF_BEARER"/>
2111    <avp name="Specific-Action" data="8" alias="INDICATION_OF_SUCCESSFUL_RESOURCES_ALLOCATION"/>
2112    <avp name="Specific-Action" data="9" alias="INDICATION_OF_FAILED_RESOURCES_ALLOCATION"/>
2113    <avp name="Service-Info-Status" data="1" alias="PRELIMINARY_SERVICE_INFORMATION"/>
2114    <avp name="Supported-Features">
2115       <avp name="Vendor-Id" data="10415"/>
2116       <avp name="Feature-List-ID" data="1"/>
2117       <avp name="Feature-List" data="19"/>
2118    </avp>
2119 </message>
2120
2121
2122 [12/04/2015 15:32:48] Debug | example/diameter/batchConverter/main.cpp (77) | Hex string (remove colons if exists): 010001b080000110010000160004e6e6000bd986000001074000004674635f30315f46756c6c415650733b6767736e4e6f6465486f73746e616d652e6767736e4e6f6465486f73745265616c6d2e636f6d3b313b34353232323900000000012540000027736170634f776e486f737449642e6f70657261746f725265616c6d2e636f6d000000011b400000196f70657261746f725265616c6d2e636f6d000000000001084000002e6767736e4e6f6465486f73746e616d652e6767736e4e6f6465486f73745265616c6d2e636f6d0000000001284000001d6767736e4e6f6465486f73745265616c6d2e636f6d000000000001024000000c01000016000001164000000c000000010000019f4000000c00000000000001a04000000c00000001000000084000000c00955f24000003e8c0000010000028af00000000000001bb40000028000001c24000000c00000000000001bc400000133334363030303030303031000000001e4000001464656661756c7441706e496400000274c0000038000028af0000010a4000000c000028af00000275c0000010000028af0000000100000276c0000010000028af0000000b
2123
2124 [12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (299) | DataBlock to decode:
2125  (0x237a790):
2126    0: 01 00 01 b0 80 00 01 10 01 00 00 16 00 04 e6 e6 00 0b d9 86 00 00 01 07   ........................
2127   24: 40 00 00 46 74 63 5f 30 31 5f 46 75 6c 6c 41 56 50 73 3b 67 67 73 6e 4e   @..Ftc_01_FullAVPs;ggsnN
2128   48: 6f 64 65 48 6f 73 74 6e 61 6d 65 2e 67 67 73 6e 4e 6f 64 65 48 6f 73 74   odeHostname.ggsnNodeHost
2129   72: 52 65 61 6c 6d 2e 63 6f 6d 3b 31 3b 34 35 32 32 32 39 00 00 00 00 01 25   Realm.com;1;452229.....%
2130   96: 40 00 00 27 73 61 70 63 4f 77 6e 48 6f 73 74 49 64 2e 6f 70 65 72 61 74   @..'sapcOwnHostId.operat
2131  120: 6f 72 52 65 61 6c 6d 2e 63 6f 6d 00 00 00 01 1b 40 00 00 19 6f 70 65 72   orRealm.com.....@...oper
2132  144: 61 74 6f 72 52 65 61 6c 6d 2e 63 6f 6d 00 00 00 00 00 01 08 40 00 00 2e   atorRealm.com.......@...
2133  168: 67 67 73 6e 4e 6f 64 65 48 6f 73 74 6e 61 6d 65 2e 67 67 73 6e 4e 6f 64   ggsnNodeHostname.ggsnNod
2134  192: 65 48 6f 73 74 52 65 61 6c 6d 2e 63 6f 6d 00 00 00 00 01 28 40 00 00 1d   eHostRealm.com.....(@...
2135  216: 67 67 73 6e 4e 6f 64 65 48 6f 73 74 52 65 61 6c 6d 2e 63 6f 6d 00 00 00   ggsnNodeHostRealm.com...
2136  240: 00 00 01 02 40 00 00 0c 01 00 00 16 00 00 01 16 40 00 00 0c 00 00 00 01   ....@...........@.......
2137  264: 00 00 01 9f 40 00 00 0c 00 00 00 00 00 00 01 a0 40 00 00 0c 00 00 00 01   ....@...........@.......
2138  288: 00 00 00 08 40 00 00 0c 00 95 5f 24 00 00 03 e8 c0 00 00 10 00 00 28 af   ....@....._$..........(.
2139  312: 00 00 00 00 00 00 01 bb 40 00 00 28 00 00 01 c2 40 00 00 0c 00 00 00 00   ........@..(....@.......
2140  336: 00 00 01 bc 40 00 00 13 33 34 36 30 30 30 30 30 30 30 31 00 00 00 00 1e   ....@...34600000001.....
2141  360: 40 00 00 14 64 65 66 61 75 6c 74 41 70 6e 49 64 00 00 02 74 c0 00 00 38   @...defaultApnId...t...8
2142  384: 00 00 28 af 00 00 01 0a 40 00 00 0c 00 00 28 af 00 00 02 75 c0 00 00 10   ..(.....@.....(....u....
2143  408: 00 00 28 af 00 00 00 01 00 00 02 76 c0 00 00 10 00 00 28 af 00 00 00 0b   ..(........v......(.....
2144
2145 [12/04/2015 15:32:48] Debug | source/diameter/codec/Avp.cpp (522) | Unknown format for AVP identifier (1000,10415). Raw data without specific format will be managed
2146
2147 [12/04/2015 15:32:48] Information | source/core/oam/Handler.cpp (99) | diameter::codec oam module | Alarm activation event: AvpDecode__UnknownAvp<'(1000,10415)'>WithMandatoryBit | Enum type on module: 4
2148
2149 [12/04/2015 15:32:48] Debug | source/core/oam/Handler.cpp (130) | diameter::codec oam module | Counter event: AvpDecode__UnknownAvpWithMandatoryBit | Enum type on module: 4 | Amount increased: 1
2150
2151 [12/04/2015 15:32:48] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
2152
2153 [12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (420) | Message decoded:
2154 <message version="1" name="Credit-Control-Request" application-id="0" hop-by-hop-id="321254" end-by-end-id="776582">
2155    <avp name="Session-Id" data="tc_01_FullAVPs;ggsnNodeHostname.ggsnNodeHostRealm.com;1;452229"/>
2156    <avp name="Destination-Host" data="sapcOwnHostId.operatorRealm.com"/>
2157    <avp name="Destination-Realm" data="operatorRealm.com"/>
2158    <avp name="Origin-Host" data="ggsnNodeHostname.ggsnNodeHostRealm.com"/>
2159    <avp name="Origin-Realm" data="ggsnNodeHostRealm.com"/>
2160    <avp name="Auth-Application-Id" data="16777238"/>
2161    <avp name="Origin-State-Id" data="1"/>
2162    <avp name="CC-Request-Number" data="0"/>
2163    <avp name="CC-Request-Type" data="1" alias="INITIAL_REQUEST"/>
2164    <avp name="Framed-IP-Address" hex-data="00955f24"/>
2165    <avp code="1000" vendor-code="10415" flags="192" hex-data="00000000"/>
2166    <avp name="Subscription-Id">
2167       <avp name="Subscription-Id-Type" data="0" alias="END_USER_E164"/>
2168       <avp name="Subscription-Id-Data" data="34600000001"/>
2169    </avp>
2170    <avp name="Called-Station-Id" data="defaultApnId"/>
2171    <avp name="Supported-Features">
2172       <avp name="Vendor-Id" data="10415"/>
2173       <avp name="Feature-List-ID" data="1"/>
2174       <avp name="Feature-List" data="11"/>
2175    </avp>
2176 </message>
2177
2178
2179 [12/04/2015 15:32:48] Debug | example/diameter/batchConverter/main.cpp (77) | Hex string (remove colons if exists): 0100012400000110010000160004e6e6000bd986000001024000000c01000016000001074000004674635f30315f46756c6c415650733b6767736e4e6f6465486f73746e616d652e6767736e4e6f6465486f73745265616c6d2e636f6d3b313b34353232323900000000010840000027736170634f776e486f737449642e6f70657261746f725265616c6d2e636f6d000000010c4000000c000007d1000001164000000c551192a700000128400000196f70657261746f725265616c6d2e636f6d0000000000019f4000000c00000000000001a04000000c000000010000027480000038000028af0000010a4000000c000028af0000027580000010000028af000000010000027680000010000028af0000000b000003ffc0000010000028af00000000
2180
2181 [12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (299) | DataBlock to decode:
2182  (0x237a790):
2183    0: 01 00 01 24 00 00 01 10 01 00 00 16 00 04 e6 e6 00 0b d9 86 00 00 01 02   ...$....................
2184   24: 40 00 00 0c 01 00 00 16 00 00 01 07 40 00 00 46 74 63 5f 30 31 5f 46 75   @...........@..Ftc_01_Fu
2185   48: 6c 6c 41 56 50 73 3b 67 67 73 6e 4e 6f 64 65 48 6f 73 74 6e 61 6d 65 2e   llAVPs;ggsnNodeHostname.
2186   72: 67 67 73 6e 4e 6f 64 65 48 6f 73 74 52 65 61 6c 6d 2e 63 6f 6d 3b 31 3b   ggsnNodeHostRealm.com;1;
2187   96: 34 35 32 32 32 39 00 00 00 00 01 08 40 00 00 27 73 61 70 63 4f 77 6e 48   452229......@..'sapcOwnH
2188  120: 6f 73 74 49 64 2e 6f 70 65 72 61 74 6f 72 52 65 61 6c 6d 2e 63 6f 6d 00   ostId.operatorRealm.com.
2189  144: 00 00 01 0c 40 00 00 0c 00 00 07 d1 00 00 01 16 40 00 00 0c 55 11 92 a7   ....@...........@...U...
2190  168: 00 00 01 28 40 00 00 19 6f 70 65 72 61 74 6f 72 52 65 61 6c 6d 2e 63 6f   ...(@...operatorRealm.co
2191  192: 6d 00 00 00 00 00 01 9f 40 00 00 0c 00 00 00 00 00 00 01 a0 40 00 00 0c   m.......@...........@...
2192  216: 00 00 00 01 00 00 02 74 80 00 00 38 00 00 28 af 00 00 01 0a 40 00 00 0c   .......t...8..(.....@...
2193  240: 00 00 28 af 00 00 02 75 80 00 00 10 00 00 28 af 00 00 00 01 00 00 02 76   ..(....u......(........v
2194  264: 80 00 00 10 00 00 28 af 00 00 00 0b 00 00 03 ff c0 00 00 10 00 00 28 af   ......(...............(.
2195  288: 00 00 00 00                                                               ....
2196
2197 [12/04/2015 15:32:48] Debug | source/diameter/codec/Avp.cpp (522) | Unknown format for AVP identifier (1023,10415). Raw data without specific format will be managed
2198
2199 [12/04/2015 15:32:48] Information | source/core/oam/Handler.cpp (99) | diameter::codec oam module | Alarm activation event: AvpDecode__UnknownAvp<'(1023,10415)'>WithMandatoryBit | Enum type on module: 4
2200
2201 [12/04/2015 15:32:48] Debug | source/core/oam/Handler.cpp (130) | diameter::codec oam module | Counter event: AvpDecode__UnknownAvpWithMandatoryBit | Enum type on module: 4 | Amount increased: 1
2202
2203 [12/04/2015 15:32:48] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
2204
2205 [12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (420) | Message decoded:
2206 <message version="1" name="Credit-Control-Answer" application-id="0" hop-by-hop-id="321254" end-by-end-id="776582">
2207    <avp name="Auth-Application-Id" data="16777238"/>
2208    <avp name="Session-Id" data="tc_01_FullAVPs;ggsnNodeHostname.ggsnNodeHostRealm.com;1;452229"/>
2209    <avp name="Origin-Host" data="sapcOwnHostId.operatorRealm.com"/>
2210    <avp name="Result-Code" data="2001" alias="DIAMETER_SUCCESS"/>
2211    <avp name="Origin-State-Id" data="1427215015"/>
2212    <avp name="Origin-Realm" data="operatorRealm.com"/>
2213    <avp name="CC-Request-Number" data="0"/>
2214    <avp name="CC-Request-Type" data="1" alias="INITIAL_REQUEST"/>
2215    <avp name="Supported-Features">
2216       <avp name="Vendor-Id" data="10415"/>
2217       <avp name="Feature-List-ID" data="1"/>
2218       <avp name="Feature-List" data="11"/>
2219    </avp>
2220    <avp code="1023" vendor-code="10415" flags="192" hex-data="00000000"/>
2221 </message>
2222
2223
2224 [12/04/2015 15:32:48] Debug | example/diameter/batchConverter/main.cpp (77) | Hex string (remove colons if exists): 010000f80000010901000014000c73c30004cee4000001024000000c01000014000001074000004274635f30315f46756c6c415650733b61664e6f6465486f73746e616d652e61664e6f6465486f73745265616c6d2e636f6d3b313b38353936303800000000010840000027736170634f776e486f737449642e6f70657261746f725265616c6d2e636f6d000000010c4000000c000007d1000001164000000c551192a700000128400000196f70657261746f725265616c6d2e636f6d0000000000027480000038000028af0000010a4000000c000028af0000027580000010000028af000000010000027680000010000028af00000013
2225
2226 [12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (299) | DataBlock to decode:
2227  (0x237a790):
2228    0: 01 00 00 f8 00 00 01 09 01 00 00 14 00 0c 73 c3 00 04 ce e4 00 00 01 02   ..............s.........
2229   24: 40 00 00 0c 01 00 00 14 00 00 01 07 40 00 00 42 74 63 5f 30 31 5f 46 75   @...........@..Btc_01_Fu
2230   48: 6c 6c 41 56 50 73 3b 61 66 4e 6f 64 65 48 6f 73 74 6e 61 6d 65 2e 61 66   llAVPs;afNodeHostname.af
2231   72: 4e 6f 64 65 48 6f 73 74 52 65 61 6c 6d 2e 63 6f 6d 3b 31 3b 38 35 39 36   NodeHostRealm.com;1;8596
2232   96: 30 38 00 00 00 00 01 08 40 00 00 27 73 61 70 63 4f 77 6e 48 6f 73 74 49   08......@..'sapcOwnHostI
2233  120: 64 2e 6f 70 65 72 61 74 6f 72 52 65 61 6c 6d 2e 63 6f 6d 00 00 00 01 0c   d.operatorRealm.com.....
2234  144: 40 00 00 0c 00 00 07 d1 00 00 01 16 40 00 00 0c 55 11 92 a7 00 00 01 28   @...........@...U......(
2235  168: 40 00 00 19 6f 70 65 72 61 74 6f 72 52 65 61 6c 6d 2e 63 6f 6d 00 00 00   @...operatorRealm.com...
2236  192: 00 00 02 74 80 00 00 38 00 00 28 af 00 00 01 0a 40 00 00 0c 00 00 28 af   ...t...8..(.....@.....(.
2237  216: 00 00 02 75 80 00 00 10 00 00 28 af 00 00 00 01 00 00 02 76 80 00 00 10   ...u......(........v....
2238  240: 00 00 28 af 00 00 00 13                                                   ..(.....
2239
2240 [12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (420) | Message decoded:
2241 <message version="1" name="AA-Answer" application-id="0" hop-by-hop-id="816067" end-by-end-id="315108">
2242    <avp name="Auth-Application-Id" data="16777236"/>
2243    <avp name="Session-Id" data="tc_01_FullAVPs;afNodeHostname.afNodeHostRealm.com;1;859608"/>
2244    <avp name="Origin-Host" data="sapcOwnHostId.operatorRealm.com"/>
2245    <avp name="Result-Code" data="2001" alias="DIAMETER_SUCCESS"/>
2246    <avp name="Origin-State-Id" data="1427215015"/>
2247    <avp name="Origin-Realm" data="operatorRealm.com"/>
2248    <avp name="Supported-Features">
2249       <avp name="Vendor-Id" data="10415"/>
2250       <avp name="Feature-List-ID" data="1"/>
2251       <avp name="Feature-List" data="19"/>
2252    </avp>
2253 </message>
2254
2255
2256 [12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (937) | Loading diameter message from file './dictionary.xml'
2257
2258 [12/04/2015 15:32:48] Debug | source/xml/Document.cpp (73) | anna::xml::Document::initialize (char*) | begin
2259
2260 [12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (59) | anna::xml::DocumentFile::do_initialize | begin
2261
2262 [12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (65) | xml::DocumentFile::do_initialize | Filename: ./dictionary.xml
2263
2264 [12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (0) | anna::xml::DocumentFile::do_initialize | end
2265
2266 [12/04/2015 15:32:48] Debug | source/xml/Document.cpp (0) | anna::xml::Document::initialize (char*) | end
2267
2268 [12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (88) | anna::xml::Parser::apply(Document,DTD) | begin
2269
2270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element dictionary 
2271
2272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element dictionary 
2273
2274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element vendor 
2275
2276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element vendor 
2277
2278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element vendor 
2279
2280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element vendor 
2281
2282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element vendor 
2283
2284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element vendor 
2285
2286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element vendor 
2287
2288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element vendor 
2289
2290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element vendor 
2291
2292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2293
2294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2295
2296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2297
2298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2299
2300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2301
2302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2303
2304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2305
2306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2307
2308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2309
2310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2311
2312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2313
2314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2315
2316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2317
2318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2319
2320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2321
2322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2323
2324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2325
2326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2327
2328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2329
2330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2331
2332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2333
2334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2335
2336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2337
2338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2339
2340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2341
2342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2343
2344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2345
2346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2347
2348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2349
2350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2351
2352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2353
2354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2355
2356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2357
2358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2359
2360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2361
2362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2363
2364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2365
2366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2367
2368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2369
2370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2371
2372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2373
2374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2375
2376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2377
2378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2379
2380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2381
2382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2383
2384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2385
2386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2387
2388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2389
2390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2391
2392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2393
2394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2395
2396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2397
2398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2399
2400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2401
2402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2403
2404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2405
2406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2407
2408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2409
2410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2411
2412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2413
2414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2415
2416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2417
2418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2419
2420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2421
2422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2423
2424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2425
2426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2427
2428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2429
2430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2431
2432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2433
2434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2435
2436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2437
2438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2439
2440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2441
2442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2443
2444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2445
2446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2447
2448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2449
2450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2451
2452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2453
2454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2455
2456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2457
2458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2459
2460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2461
2462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2463
2464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2465
2466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2467
2468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2469
2470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2471
2472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2473
2474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2475
2476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2477
2478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2479
2480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2481
2482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2483
2484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2485
2486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2487
2488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2489
2490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2491
2492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2493
2494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2495
2496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2497
2498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2499
2500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2501
2502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2503
2504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2505
2506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2507
2508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2509
2510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2511
2512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2513
2514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2515
2516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2517
2518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2519
2520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2521
2522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
2523
2524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2525
2526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2527
2528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2529
2530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2531
2532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
2533
2534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
2535
2536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
2537
2538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
2539
2540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
2541
2542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
2543
2544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
2545
2546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
2547
2548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
2549
2550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
2551
2552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
2553
2554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
2555
2556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
2557
2558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2559
2560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2561
2562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2563
2564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2565
2566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2567
2568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2569
2570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2571
2572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
2573
2574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2575
2576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2577
2578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2579
2580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2581
2582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2583
2584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2585
2586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2587
2588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2589
2590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2591
2592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2593
2594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2595
2596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2597
2598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2599
2600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2601
2602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2603
2604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2605
2606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2607
2608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2609
2610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2611
2612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2613
2614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2615
2616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2617
2618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2619
2620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2621
2622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2623
2624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2625
2626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2627
2628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2629
2630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2631
2632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2633
2634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2635
2636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2637
2638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2639
2640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2641
2642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2643
2644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2645
2646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2647
2648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2649
2650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2651
2652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2653
2654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2655
2656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2657
2658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2659
2660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2661
2662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2663
2664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2665
2666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2667
2668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2669
2670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2671
2672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2673
2674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2675
2676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2677
2678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2679
2680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2681
2682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2683
2684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2685
2686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2687
2688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2689
2690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2691
2692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2693
2694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2695
2696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2697
2698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2699
2700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2701
2702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2703
2704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2705
2706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2707
2708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2709
2710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
2711
2712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
2713
2714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2715
2716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2717
2718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2719
2720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2721
2722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2723
2724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2725
2726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2727
2728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2729
2730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2731
2732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2733
2734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2735
2736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2737
2738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2739
2740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2741
2742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2743
2744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2745
2746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2747
2748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2749
2750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2751
2752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2753
2754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2755
2756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2757
2758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2759
2760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2761
2762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2763
2764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2765
2766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2767
2768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2769
2770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2771
2772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2773
2774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2775
2776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2777
2778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2779
2780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2781
2782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2783
2784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2785
2786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2787
2788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2789
2790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2791
2792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2793
2794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2795
2796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2797
2798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2799
2800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2801
2802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2803
2804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2805
2806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2807
2808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2809
2810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2811
2812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2813
2814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2815
2816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2817
2818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2819
2820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2821
2822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2823
2824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2825
2826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2827
2828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2829
2830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2831
2832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2833
2834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2835
2836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2837
2838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2839
2840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2841
2842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2843
2844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2845
2846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2847
2848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2849
2850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2851
2852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2853
2854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2855
2856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2857
2858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2859
2860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2861
2862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2863
2864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2865
2866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2867
2868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2869
2870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2871
2872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2873
2874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2875
2876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2877
2878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2879
2880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2881
2882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2883
2884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2885
2886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2887
2888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2889
2890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2891
2892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2893
2894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2895
2896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2897
2898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2899
2900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2901
2902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2903
2904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2905
2906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2907
2908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2909
2910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2911
2912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2913
2914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2915
2916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2917
2918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2919
2920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2921
2922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2923
2924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2925
2926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2927
2928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2929
2930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2931
2932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2933
2934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2935
2936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2937
2938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2939
2940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2941
2942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2943
2944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2945
2946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2947
2948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2949
2950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2951
2952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2953
2954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2955
2956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2957
2958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2959
2960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2961
2962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2963
2964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2965
2966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2967
2968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2969
2970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2971
2972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2973
2974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2975
2976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2977
2978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2979
2980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2981
2982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2983
2984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
2985
2986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
2987
2988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
2989
2990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
2991
2992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
2993
2994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
2995
2996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
2997
2998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
2999
3000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3001
3002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3003
3004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3005
3006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3007
3008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3009
3010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3011
3012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3013
3014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3015
3016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3017
3018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3019
3020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3021
3022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3023
3024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3025
3026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3027
3028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3029
3030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3031
3032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3033
3034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3035
3036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3037
3038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3039
3040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3041
3042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3043
3044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3045
3046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3047
3048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3049
3050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3051
3052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3053
3054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3055
3056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3057
3058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3059
3060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3061
3062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3063
3064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3065
3066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3067
3068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3069
3070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3071
3072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3073
3074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3075
3076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3077
3078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3079
3080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3081
3082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3083
3084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3085
3086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3087
3088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3089
3090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3091
3092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3093
3094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3095
3096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3097
3098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3099
3100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3101
3102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3103
3104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3105
3106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3107
3108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3109
3110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3111
3112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3113
3114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3115
3116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3117
3118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3119
3120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3121
3122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3123
3124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3125
3126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3127
3128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3129
3130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3131
3132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3133
3134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3135
3136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3137
3138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3139
3140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3141
3142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3143
3144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3145
3146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3147
3148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3149
3150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3151
3152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3153
3154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3155
3156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3157
3158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3159
3160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3161
3162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3163
3164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3165
3166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3167
3168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3169
3170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3171
3172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3173
3174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3175
3176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3177
3178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3179
3180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3181
3182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3183
3184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3185
3186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3187
3188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3189
3190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3191
3192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3193
3194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3195
3196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3197
3198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3199
3200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3201
3202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3203
3204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3205
3206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3207
3208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3209
3210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3211
3212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3213
3214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3215
3216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3217
3218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3219
3220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
3221
3222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3223
3224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3225
3226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3227
3228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3229
3230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
3231
3232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3233
3234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3235
3236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3237
3238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
3239
3240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3241
3242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3243
3244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3245
3246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3247
3248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3249
3250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3251
3252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3253
3254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3255
3256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3257
3258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3259
3260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3261
3262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3263
3264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3265
3266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3267
3268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3269
3270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3271
3272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3273
3274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3275
3276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3277
3278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3279
3280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3281
3282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3283
3284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3285
3286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3287
3288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3289
3290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3291
3292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3293
3294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3295
3296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
3297
3298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3299
3300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3301
3302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3303
3304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3305
3306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
3307
3308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3309
3310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3311
3312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3313
3314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3315
3316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3317
3318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3319
3320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3321
3322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3323
3324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3325
3326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
3327
3328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3329
3330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3331
3332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3333
3334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3335
3336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3337
3338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3339
3340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3341
3342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3343
3344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3345
3346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3347
3348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3349
3350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3351
3352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3353
3354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3355
3356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3357
3358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3359
3360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3361
3362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3363
3364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3365
3366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3367
3368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3369
3370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3371
3372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3373
3374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3375
3376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3377
3378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3379
3380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3381
3382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3383
3384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3385
3386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3387
3388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3389
3390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3391
3392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3393
3394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3395
3396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3397
3398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3399
3400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3401
3402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3403
3404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3405
3406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3407
3408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3409
3410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3411
3412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3413
3414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3415
3416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3417
3418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3419
3420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3421
3422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3423
3424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3425
3426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3427
3428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3429
3430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3431
3432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3433
3434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3435
3436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3437
3438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3439
3440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3441
3442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3443
3444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3445
3446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3447
3448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3449
3450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3451
3452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3453
3454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3455
3456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3457
3458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3459
3460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3461
3462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3463
3464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3465
3466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3467
3468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3469
3470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3471
3472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3473
3474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3475
3476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3477
3478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3479
3480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3481
3482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3483
3484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3485
3486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3487
3488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3489
3490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3491
3492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3493
3494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3495
3496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3497
3498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3499
3500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3501
3502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3503
3504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
3505
3506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3507
3508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3509
3510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3511
3512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3513
3514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
3515
3516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3517
3518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3519
3520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3521
3522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3523
3524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3525
3526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3527
3528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3529
3530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3531
3532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3533
3534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3535
3536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3537
3538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3539
3540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3541
3542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3543
3544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3545
3546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3547
3548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3549
3550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3551
3552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3553
3554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3555
3556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3557
3558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3559
3560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3561
3562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3563
3564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3565
3566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3567
3568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3569
3570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3571
3572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3573
3574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3575
3576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3577
3578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3579
3580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3581
3582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3583
3584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3585
3586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3587
3588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3589
3590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3591
3592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3593
3594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3595
3596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3597
3598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
3599
3600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3601
3602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3603
3604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3605
3606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3607
3608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
3609
3610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3611
3612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3613
3614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3615
3616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
3617
3618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3619
3620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3621
3622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3623
3624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3625
3626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3627
3628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3629
3630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3631
3632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3633
3634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3635
3636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3637
3638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3639
3640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3641
3642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3643
3644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3645
3646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
3647
3648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3649
3650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3651
3652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3653
3654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3655
3656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
3657
3658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3659
3660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3661
3662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3663
3664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3665
3666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3667
3668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3669
3670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3671
3672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3673
3674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3675
3676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3677
3678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3679
3680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3681
3682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3683
3684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3685
3686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3687
3688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3689
3690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3691
3692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3693
3694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3695
3696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3697
3698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3699
3700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3701
3702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3703
3704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3705
3706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3707
3708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3709
3710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3711
3712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3713
3714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3715
3716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3717
3718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3719
3720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3721
3722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3723
3724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3725
3726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3727
3728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3729
3730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3731
3732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3733
3734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3735
3736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3737
3738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3739
3740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3741
3742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3743
3744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3745
3746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3747
3748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3749
3750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3751
3752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3753
3754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3755
3756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3757
3758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3759
3760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3761
3762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3763
3764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3765
3766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3767
3768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3769
3770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3771
3772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3773
3774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3775
3776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3777
3778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3779
3780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3781
3782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3783
3784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3785
3786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3787
3788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3789
3790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3791
3792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3793
3794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3795
3796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3797
3798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3799
3800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3801
3802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3803
3804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3805
3806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3807
3808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3809
3810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3811
3812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3813
3814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3815
3816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3817
3818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3819
3820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3821
3822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3823
3824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3825
3826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3827
3828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3829
3830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3831
3832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3833
3834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3835
3836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3837
3838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3839
3840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3841
3842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3843
3844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3845
3846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3847
3848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3849
3850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
3851
3852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3853
3854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3855
3856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3857
3858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3859
3860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
3861
3862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3863
3864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3865
3866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3867
3868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3869
3870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3871
3872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3873
3874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
3875
3876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
3877
3878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
3879
3880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3881
3882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3883
3884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3885
3886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3887
3888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3889
3890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3891
3892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3893
3894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3895
3896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3897
3898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3899
3900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3901
3902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3903
3904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3905
3906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3907
3908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3909
3910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3911
3912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3913
3914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3915
3916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3917
3918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3919
3920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3921
3922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3923
3924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3925
3926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3927
3928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3929
3930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3931
3932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3933
3934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3935
3936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3937
3938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3939
3940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3941
3942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3943
3944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3945
3946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3947
3948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3949
3950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3951
3952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3953
3954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3955
3956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3957
3958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3959
3960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3961
3962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3963
3964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3965
3966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3967
3968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3969
3970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3971
3972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
3973
3974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
3975
3976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
3977
3978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
3979
3980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
3981
3982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
3983
3984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
3985
3986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3987
3988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3989
3990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3991
3992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
3993
3994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
3995
3996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
3997
3998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
3999
4000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4001
4002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4003
4004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4005
4006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4007
4008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4009
4010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4011
4012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4013
4014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4015
4016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4017
4018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4019
4020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4021
4022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4023
4024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4025
4026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4027
4028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4029
4030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4031
4032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4033
4034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4035
4036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
4037
4038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4039
4040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4041
4042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4043
4044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
4045
4046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4047
4048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4049
4050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4051
4052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4053
4054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4055
4056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4057
4058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4059
4060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4061
4062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4063
4064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4065
4066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4067
4068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4069
4070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4071
4072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4073
4074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4075
4076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4077
4078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4079
4080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4081
4082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4083
4084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4085
4086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4087
4088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4089
4090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4091
4092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4093
4094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4095
4096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4097
4098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4099
4100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4101
4102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4103
4104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4105
4106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4107
4108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4109
4110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4111
4112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
4113
4114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4115
4116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4117
4118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4119
4120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4121
4122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4123
4124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4125
4126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4127
4128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4129
4130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4131
4132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4133
4134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4135
4136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4137
4138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4139
4140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4141
4142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
4143
4144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4145
4146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4147
4148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4149
4150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4151
4152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4153
4154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4155
4156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4157
4158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4159
4160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4161
4162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4163
4164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4165
4166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4167
4168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4169
4170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4171
4172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4173
4174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4175
4176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4177
4178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4179
4180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4181
4182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4183
4184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4185
4186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4187
4188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4189
4190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4191
4192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4193
4194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4195
4196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4197
4198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4199
4200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4201
4202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4203
4204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4205
4206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4207
4208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4209
4210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4211
4212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4213
4214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4215
4216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4217
4218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4219
4220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
4221
4222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4223
4224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4225
4226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4227
4228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4229
4230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4231
4232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4233
4234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4235
4236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4237
4238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4239
4240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4241
4242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4243
4244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4245
4246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4247
4248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4249
4250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4251
4252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4253
4254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4255
4256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4257
4258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4259
4260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4261
4262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4263
4264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4265
4266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4267
4268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4269
4270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4271
4272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4273
4274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4275
4276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4277
4278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4279
4280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4281
4282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4283
4284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4285
4286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4287
4288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4289
4290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4291
4292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4293
4294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4295
4296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4297
4298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4299
4300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
4301
4302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4303
4304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4305
4306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4307
4308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4309
4310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4311
4312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4313
4314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4315
4316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4317
4318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4319
4320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4321
4322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4323
4324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4325
4326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4327
4328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4329
4330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4331
4332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4333
4334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4335
4336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4337
4338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4339
4340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4341
4342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4343
4344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4345
4346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4347
4348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4349
4350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4351
4352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4353
4354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4355
4356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4357
4358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4359
4360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4361
4362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4363
4364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4365
4366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4367
4368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4369
4370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4371
4372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4373
4374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4375
4376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4377
4378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4379
4380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4381
4382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4383
4384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4385
4386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4387
4388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4389
4390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4391
4392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4393
4394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4395
4396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4397
4398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4399
4400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4401
4402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4403
4404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4405
4406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4407
4408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4409
4410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4411
4412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4413
4414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4415
4416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4417
4418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4419
4420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4421
4422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4423
4424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4425
4426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4427
4428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4429
4430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4431
4432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4433
4434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4435
4436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4437
4438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4439
4440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4441
4442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4443
4444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4445
4446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4447
4448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4449
4450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4451
4452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4453
4454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4455
4456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4457
4458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4459
4460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4461
4462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4463
4464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4465
4466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4467
4468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4469
4470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4471
4472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4473
4474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4475
4476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4477
4478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4479
4480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4481
4482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4483
4484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4485
4486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4487
4488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4489
4490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4491
4492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4493
4494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4495
4496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4497
4498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4499
4500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4501
4502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4503
4504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
4505
4506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4507
4508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4509
4510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4511
4512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4513
4514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4515
4516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4517
4518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4519
4520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4521
4522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4523
4524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4525
4526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4527
4528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4529
4530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4531
4532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4533
4534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4535
4536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4537
4538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4539
4540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4541
4542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4543
4544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4545
4546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4547
4548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
4549
4550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4551
4552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4553
4554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4555
4556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4557
4558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4559
4560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4561
4562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4563
4564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4565
4566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4567
4568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4569
4570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4571
4572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4573
4574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4575
4576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4577
4578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4579
4580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4581
4582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
4583
4584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4585
4586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4587
4588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4589
4590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4591
4592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4593
4594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4595
4596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4597
4598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4599
4600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4601
4602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4603
4604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4605
4606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4607
4608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4609
4610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4611
4612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4613
4614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4615
4616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4617
4618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4619
4620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4621
4622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4623
4624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4625
4626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4627
4628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4629
4630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4631
4632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4633
4634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4635
4636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4637
4638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4639
4640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4641
4642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
4643
4644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4645
4646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4647
4648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4649
4650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4651
4652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4653
4654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4655
4656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4657
4658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4659
4660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4661
4662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4663
4664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4665
4666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4667
4668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4669
4670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4671
4672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4673
4674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4675
4676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4677
4678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4679
4680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4681
4682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4683
4684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4685
4686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4687
4688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4689
4690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
4691
4692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4693
4694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4695
4696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4697
4698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4699
4700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4701
4702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4703
4704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4705
4706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4707
4708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4709
4710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4711
4712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4713
4714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4715
4716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4717
4718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4719
4720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4721
4722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4723
4724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4725
4726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4727
4728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4729
4730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4731
4732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4733
4734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4735
4736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4737
4738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4739
4740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4741
4742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
4743
4744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4745
4746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4747
4748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4749
4750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4751
4752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4753
4754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4755
4756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4757
4758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4759
4760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4761
4762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4763
4764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4765
4766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4767
4768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4769
4770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4771
4772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4773
4774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4775
4776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4777
4778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4779
4780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4781
4782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4783
4784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4785
4786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
4787
4788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4789
4790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4791
4792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4793
4794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4795
4796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4797
4798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4799
4800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
4801
4802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4803
4804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4805
4806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4807
4808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4809
4810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4811
4812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4813
4814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
4815
4816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4817
4818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4819
4820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4821
4822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4823
4824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4825
4826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4827
4828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4829
4830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4831
4832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4833
4834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4835
4836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4837
4838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4839
4840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
4841
4842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4843
4844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4845
4846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4847
4848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4849
4850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4851
4852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4853
4854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4855
4856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4857
4858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4859
4860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4861
4862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4863
4864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4865
4866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4867
4868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4869
4870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4871
4872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
4873
4874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4875
4876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4877
4878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4879
4880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4881
4882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
4883
4884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4885
4886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4887
4888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4889
4890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
4891
4892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
4893
4894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
4895
4896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4897
4898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4899
4900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4901
4902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4903
4904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4905
4906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4907
4908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4909
4910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
4911
4912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4913
4914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4915
4916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4917
4918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4919
4920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4921
4922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4923
4924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4925
4926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4927
4928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4929
4930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4931
4932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4933
4934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4935
4936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4937
4938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4939
4940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4941
4942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4943
4944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4945
4946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4947
4948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4949
4950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4951
4952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4953
4954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4955
4956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4957
4958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4959
4960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4961
4962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4963
4964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
4965
4966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
4967
4968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
4969
4970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
4971
4972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
4973
4974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
4975
4976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
4977
4978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
4979
4980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4981
4982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4983
4984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4985
4986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4987
4988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4989
4990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4991
4992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4993
4994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
4995
4996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
4997
4998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
4999
5000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5001
5002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5003
5004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5005
5006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5007
5008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5009
5010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5011
5012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5013
5014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5015
5016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5017
5018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5019
5020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5021
5022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5023
5024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5025
5026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5027
5028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5029
5030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5031
5032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
5033
5034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5035
5036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5037
5038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5039
5040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5041
5042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5043
5044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5045
5046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5047
5048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5049
5050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5051
5052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5053
5054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5055
5056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5057
5058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5059
5060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5061
5062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5063
5064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5065
5066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5067
5068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5069
5070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5071
5072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5073
5074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5075
5076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5077
5078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5079
5080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5081
5082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5083
5084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5085
5086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5087
5088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5089
5090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5091
5092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5093
5094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5095
5096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5097
5098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5099
5100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5101
5102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5103
5104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5105
5106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5107
5108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5109
5110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5111
5112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5113
5114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5115
5116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5117
5118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5119
5120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5121
5122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5123
5124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5125
5126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5127
5128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5129
5130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5131
5132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5133
5134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5135
5136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5137
5138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5139
5140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5141
5142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5143
5144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5145
5146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5147
5148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5149
5150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5151
5152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5153
5154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5155
5156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5157
5158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5159
5160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5161
5162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5163
5164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5165
5166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5167
5168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5169
5170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5171
5172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5173
5174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5175
5176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5177
5178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5179
5180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5181
5182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5183
5184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5185
5186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5187
5188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5189
5190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5191
5192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5193
5194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5195
5196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5197
5198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5199
5200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5201
5202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5203
5204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5205
5206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5207
5208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5209
5210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5211
5212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5213
5214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5215
5216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5217
5218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5219
5220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5221
5222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5223
5224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5225
5226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5227
5228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5229
5230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5231
5232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5233
5234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5235
5236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5237
5238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5239
5240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5241
5242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5243
5244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5245
5246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5247
5248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5249
5250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5251
5252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5253
5254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5255
5256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5257
5258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5259
5260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5261
5262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5263
5264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5265
5266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5267
5268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5269
5270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5271
5272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5273
5274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5275
5276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5277
5278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5279
5280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5281
5282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5283
5284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5285
5286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5287
5288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5289
5290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5291
5292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5293
5294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5295
5296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5297
5298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5299
5300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5301
5302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5303
5304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5305
5306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5307
5308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5309
5310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5311
5312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5313
5314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5315
5316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5317
5318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5319
5320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5321
5322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5323
5324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5325
5326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5327
5328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5329
5330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5331
5332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5333
5334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5335
5336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5337
5338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5339
5340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5341
5342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5343
5344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5345
5346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5347
5348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5349
5350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5351
5352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5353
5354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5355
5356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5357
5358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5359
5360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5361
5362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5363
5364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5365
5366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5367
5368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5369
5370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5371
5372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5373
5374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5375
5376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5377
5378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5379
5380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5381
5382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5383
5384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5385
5386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5387
5388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5389
5390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5391
5392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5393
5394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5395
5396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5397
5398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5399
5400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5401
5402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5403
5404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5405
5406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5407
5408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5409
5410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5411
5412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5413
5414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5415
5416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5417
5418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5419
5420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
5421
5422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5423
5424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5425
5426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5427
5428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5429
5430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5431
5432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5433
5434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5435
5436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5437
5438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5439
5440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5441
5442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5443
5444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5445
5446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5447
5448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5449
5450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5451
5452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5453
5454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5455
5456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5457
5458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5459
5460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5461
5462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5463
5464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5465
5466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5467
5468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
5469
5470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5471
5472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5473
5474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5475
5476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5477
5478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5479
5480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
5481
5482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5483
5484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5485
5486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5487
5488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5489
5490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5491
5492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5493
5494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
5495
5496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5497
5498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5499
5500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5501
5502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5503
5504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5505
5506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5507
5508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5509
5510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5511
5512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5513
5514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5515
5516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5517
5518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5519
5520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5521
5522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5523
5524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5525
5526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5527
5528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5529
5530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5531
5532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5533
5534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5535
5536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5537
5538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5539
5540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5541
5542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5543
5544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5545
5546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5547
5548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5549
5550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5551
5552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5553
5554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5555
5556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5557
5558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5559
5560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5561
5562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5563
5564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5565
5566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5567
5568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5569
5570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5571
5572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5573
5574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5575
5576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
5577
5578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5579
5580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5581
5582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5583
5584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5585
5586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5587
5588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
5589
5590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5591
5592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5593
5594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5595
5596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5597
5598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5599
5600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5601
5602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
5603
5604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5605
5606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5607
5608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5609
5610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5611
5612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5613
5614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5615
5616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5617
5618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5619
5620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5621
5622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5623
5624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5625
5626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
5627
5628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5629
5630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5631
5632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5633
5634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5635
5636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5637
5638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5639
5640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5641
5642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5643
5644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5645
5646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5647
5648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5649
5650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5651
5652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5653
5654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5655
5656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5657
5658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5659
5660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5661
5662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5663
5664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5665
5666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5667
5668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5669
5670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5671
5672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5673
5674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
5675
5676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5677
5678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5679
5680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5681
5682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5683
5684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5685
5686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5687
5688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5689
5690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5691
5692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5693
5694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5695
5696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5697
5698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5699
5700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5701
5702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5703
5704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5705
5706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5707
5708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5709
5710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
5711
5712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5713
5714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5715
5716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5717
5718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5719
5720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5721
5722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5723
5724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5725
5726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5727
5728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5729
5730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5731
5732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5733
5734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5735
5736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5737
5738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5739
5740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5741
5742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5743
5744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5745
5746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5747
5748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5749
5750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5751
5752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5753
5754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5755
5756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5757
5758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5759
5760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5761
5762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5763
5764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5765
5766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5767
5768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5769
5770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5771
5772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5773
5774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5775
5776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5777
5778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5779
5780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5781
5782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5783
5784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5785
5786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5787
5788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5789
5790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5791
5792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5793
5794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5795
5796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5797
5798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5799
5800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5801
5802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5803
5804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
5805
5806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5807
5808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5809
5810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5811
5812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5813
5814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5815
5816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
5817
5818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5819
5820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5821
5822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5823
5824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5825
5826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5827
5828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5829
5830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
5831
5832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5833
5834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5835
5836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5837
5838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5839
5840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5841
5842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5843
5844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5845
5846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5847
5848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5849
5850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5851
5852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5853
5854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5855
5856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5857
5858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5859
5860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5861
5862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5863
5864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5865
5866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5867
5868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5869
5870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5871
5872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5873
5874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5875
5876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5877
5878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5879
5880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5881
5882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5883
5884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5885
5886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
5887
5888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5889
5890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5891
5892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5893
5894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5895
5896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5897
5898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5899
5900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5901
5902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5903
5904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
5905
5906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5907
5908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5909
5910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5911
5912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5913
5914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5915
5916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
5917
5918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5919
5920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5921
5922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5923
5924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5925
5926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5927
5928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5929
5930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
5931
5932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5933
5934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5935
5936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5937
5938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5939
5940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5941
5942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5943
5944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5945
5946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5947
5948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5949
5950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5951
5952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5953
5954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5955
5956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5957
5958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5959
5960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5961
5962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
5963
5964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
5965
5966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
5967
5968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
5969
5970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
5971
5972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
5973
5974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
5975
5976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
5977
5978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
5979
5980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
5981
5982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
5983
5984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
5985
5986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
5987
5988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5989
5990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5991
5992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5993
5994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
5995
5996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
5997
5998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
5999
6000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6001
6002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6003
6004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6005
6006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6007
6008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6009
6010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6011
6012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6013
6014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6015
6016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6017
6018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6019
6020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6021
6022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6023
6024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6025
6026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6027
6028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6029
6030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6031
6032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6033
6034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6035
6036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6037
6038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6039
6040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6041
6042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6043
6044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6045
6046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6047
6048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6049
6050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6051
6052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6053
6054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6055
6056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6057
6058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6059
6060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6061
6062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6063
6064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6065
6066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6067
6068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6069
6070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6071
6072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6073
6074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6075
6076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6077
6078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6079
6080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6081
6082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6083
6084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
6085
6086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6087
6088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6089
6090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6091
6092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6093
6094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6095
6096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6097
6098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6099
6100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6101
6102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6103
6104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6105
6106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6107
6108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6109
6110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6111
6112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6113
6114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6115
6116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6117
6118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6119
6120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6121
6122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6123
6124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6125
6126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6127
6128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6129
6130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
6131
6132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6133
6134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6135
6136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6137
6138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6139
6140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6141
6142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
6143
6144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6145
6146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6147
6148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6149
6150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
6151
6152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6153
6154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6155
6156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6157
6158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6159
6160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6161
6162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6163
6164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6165
6166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6167
6168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6169
6170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
6171
6172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6173
6174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6175
6176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6177
6178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6179
6180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6181
6182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6183
6184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6185
6186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6187
6188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
6189
6190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6191
6192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6193
6194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6195
6196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6197
6198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6199
6200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6201
6202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6203
6204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6205
6206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6207
6208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6209
6210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6211
6212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6213
6214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6215
6216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6217
6218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6219
6220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6221
6222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6223
6224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6225
6226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6227
6228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6229
6230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6231
6232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6233
6234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
6235
6236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6237
6238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6239
6240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6241
6242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6243
6244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6245
6246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6247
6248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
6249
6250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6251
6252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6253
6254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6255
6256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6257
6258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6259
6260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
6261
6262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6263
6264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6265
6266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6267
6268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6269
6270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6271
6272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6273
6274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6275
6276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6277
6278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6279
6280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6281
6282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6283
6284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6285
6286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6287
6288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6289
6290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6291
6292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
6293
6294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6295
6296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6297
6298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6299
6300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6301
6302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6303
6304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6305
6306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6307
6308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6309
6310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6311
6312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6313
6314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6315
6316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6317
6318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6319
6320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6321
6322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6323
6324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6325
6326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6327
6328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6329
6330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6331
6332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6333
6334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6335
6336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6337
6338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6339
6340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6341
6342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
6343
6344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6345
6346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6347
6348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6349
6350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6351
6352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6353
6354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6355
6356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6357
6358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6359
6360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6361
6362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6363
6364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6365
6366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6367
6368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6369
6370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6371
6372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
6373
6374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6375
6376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6377
6378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6379
6380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6381
6382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6383
6384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
6385
6386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6387
6388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6389
6390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6391
6392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
6393
6394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6395
6396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6397
6398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6399
6400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
6401
6402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6403
6404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6405
6406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6407
6408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
6409
6410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6411
6412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6413
6414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6415
6416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
6417
6418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6419
6420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6421
6422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6423
6424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6425
6426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6427
6428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6429
6430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6431
6432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6433
6434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6435
6436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6437
6438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6439
6440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6441
6442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6443
6444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6445
6446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6447
6448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6449
6450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
6451
6452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6453
6454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6455
6456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6457
6458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6459
6460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6461
6462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
6463
6464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6465
6466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6467
6468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6469
6470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6471
6472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6473
6474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6475
6476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6477
6478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6479
6480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6481
6482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6483
6484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6485
6486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6487
6488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
6489
6490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6491
6492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6493
6494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6495
6496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6497
6498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6499
6500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6501
6502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6503
6504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6505
6506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6507
6508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6509
6510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6511
6512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6513
6514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6515
6516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6517
6518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6519
6520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6521
6522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6523
6524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6525
6526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6527
6528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6529
6530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6531
6532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6533
6534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6535
6536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6537
6538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
6539
6540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6541
6542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6543
6544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6545
6546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6547
6548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6549
6550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6551
6552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6553
6554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6555
6556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6557
6558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6559
6560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6561
6562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6563
6564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6565
6566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6567
6568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6569
6570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6571
6572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6573
6574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6575
6576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6577
6578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6579
6580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6581
6582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6583
6584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6585
6586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
6587
6588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6589
6590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6591
6592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6593
6594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6595
6596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6597
6598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
6599
6600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6601
6602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6603
6604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6605
6606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6607
6608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6609
6610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6611
6612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6613
6614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6615
6616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6617
6618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6619
6620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6621
6622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6623
6624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6625
6626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6627
6628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6629
6630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6631
6632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6633
6634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6635
6636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6637
6638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6639
6640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6641
6642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6643
6644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6645
6646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6647
6648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6649
6650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6651
6652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6653
6654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6655
6656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6657
6658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6659
6660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6661
6662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6663
6664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6665
6666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6667
6668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6669
6670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6671
6672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6673
6674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6675
6676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6677
6678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6679
6680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6681
6682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6683
6684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6685
6686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6687
6688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6689
6690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6691
6692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6693
6694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6695
6696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6697
6698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6699
6700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6701
6702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6703
6704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6705
6706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6707
6708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6709
6710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6711
6712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6713
6714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
6715
6716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6717
6718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6719
6720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6721
6722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6723
6724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6725
6726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6727
6728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6729
6730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6731
6732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6733
6734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
6735
6736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
6737
6738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
6739
6740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6741
6742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6743
6744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6745
6746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6747
6748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6749
6750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6751
6752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6753
6754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6755
6756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6757
6758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6759
6760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6761
6762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6763
6764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6765
6766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6767
6768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6769
6770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6771
6772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6773
6774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6775
6776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6777
6778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6779
6780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6781
6782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6783
6784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6785
6786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6787
6788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
6789
6790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6791
6792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6793
6794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6795
6796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6797
6798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6799
6800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
6801
6802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6803
6804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6805
6806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6807
6808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6809
6810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6811
6812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6813
6814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6815
6816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6817
6818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6819
6820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6821
6822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6823
6824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6825
6826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6827
6828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6829
6830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6831
6832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6833
6834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6835
6836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6837
6838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6839
6840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6841
6842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6843
6844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6845
6846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6847
6848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6849
6850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6851
6852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6853
6854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6855
6856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6857
6858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6859
6860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6861
6862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6863
6864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6865
6866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6867
6868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6869
6870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6871
6872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6873
6874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6875
6876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6877
6878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6879
6880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6881
6882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6883
6884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6885
6886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6887
6888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6889
6890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
6891
6892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6893
6894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6895
6896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6897
6898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6899
6900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6901
6902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
6903
6904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6905
6906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6907
6908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6909
6910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6911
6912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6913
6914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6915
6916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6917
6918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6919
6920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6921
6922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6923
6924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6925
6926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6927
6928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6929
6930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6931
6932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6933
6934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6935
6936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6937
6938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6939
6940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6941
6942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6943
6944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6945
6946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6947
6948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6949
6950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6951
6952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6953
6954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6955
6956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6957
6958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6959
6960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6961
6962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6963
6964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
6965
6966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6967
6968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6969
6970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6971
6972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6973
6974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6975
6976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
6977
6978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
6979
6980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
6981
6982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
6983
6984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
6985
6986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
6987
6988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
6989
6990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
6991
6992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
6993
6994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
6995
6996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
6997
6998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
6999
7000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7001
7002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7003
7004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7005
7006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
7007
7008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7009
7010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7011
7012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7013
7014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7015
7016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7017
7018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7019
7020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7021
7022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7023
7024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7025
7026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7027
7028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7029
7030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7031
7032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7033
7034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7035
7036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7037
7038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7039
7040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7041
7042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7043
7044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7045
7046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7047
7048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7049
7050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7051
7052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7053
7054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7055
7056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7057
7058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7059
7060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7061
7062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7063
7064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7065
7066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7067
7068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7069
7070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7071
7072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7073
7074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7075
7076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7077
7078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7079
7080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7081
7082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7083
7084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7085
7086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7087
7088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7089
7090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7091
7092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7093
7094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7095
7096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7097
7098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7099
7100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7101
7102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7103
7104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7105
7106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7107
7108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7109
7110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7111
7112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7113
7114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7115
7116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7117
7118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7119
7120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7121
7122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7123
7124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7125
7126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7127
7128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7129
7130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7131
7132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7133
7134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7135
7136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7137
7138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7139
7140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
7141
7142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7143
7144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7145
7146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7147
7148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7149
7150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7151
7152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
7153
7154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7155
7156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7157
7158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7159
7160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7161
7162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7163
7164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7165
7166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
7167
7168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
7169
7170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7171
7172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7173
7174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7175
7176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7177
7178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7179
7180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
7181
7182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7183
7184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7185
7186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7187
7188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7189
7190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7191
7192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7193
7194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7195
7196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7197
7198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7199
7200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7201
7202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7203
7204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7205
7206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7207
7208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7209
7210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7211
7212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7213
7214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7215
7216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7217
7218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7219
7220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7221
7222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7223
7224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7225
7226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7227
7228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7229
7230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7231
7232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7233
7234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7235
7236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7237
7238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7239
7240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7241
7242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7243
7244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7245
7246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7247
7248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7249
7250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7251
7252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7253
7254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7255
7256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7257
7258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7259
7260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7261
7262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7263
7264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7265
7266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7267
7268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7269
7270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7271
7272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7273
7274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7275
7276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7277
7278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7279
7280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7281
7282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7283
7284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7285
7286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7287
7288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7289
7290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7291
7292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7293
7294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7295
7296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7297
7298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7299
7300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7301
7302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7303
7304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7305
7306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
7307
7308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7309
7310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7311
7312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7313
7314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7315
7316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7317
7318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7319
7320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7321
7322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7323
7324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7325
7326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7327
7328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7329
7330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7331
7332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7333
7334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7335
7336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7337
7338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7339
7340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7341
7342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7343
7344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7345
7346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7347
7348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7349
7350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7351
7352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7353
7354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7355
7356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7357
7358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7359
7360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7361
7362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7363
7364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7365
7366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7367
7368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7369
7370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7371
7372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7373
7374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7375
7376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7377
7378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7379
7380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7381
7382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7383
7384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7385
7386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7387
7388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7389
7390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7391
7392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7393
7394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7395
7396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7397
7398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7399
7400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7401
7402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7403
7404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7405
7406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7407
7408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7409
7410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7411
7412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
7413
7414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7415
7416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7417
7418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7419
7420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7421
7422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7423
7424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7425
7426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
7427
7428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7429
7430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7431
7432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7433
7434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7435
7436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7437
7438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
7439
7440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7441
7442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7443
7444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7445
7446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7447
7448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7449
7450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7451
7452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7453
7454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7455
7456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7457
7458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7459
7460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7461
7462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7463
7464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7465
7466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7467
7468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7469
7470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7471
7472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7473
7474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7475
7476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7477
7478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7479
7480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7481
7482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7483
7484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7485
7486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7487
7488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7489
7490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
7491
7492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7493
7494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7495
7496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7497
7498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7499
7500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7501
7502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7503
7504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7505
7506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7507
7508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7509
7510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7511
7512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7513
7514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7515
7516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7517
7518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7519
7520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7521
7522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7523
7524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7525
7526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7527
7528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7529
7530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7531
7532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7533
7534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7535
7536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7537
7538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7539
7540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7541
7542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7543
7544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7545
7546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7547
7548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7549
7550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7551
7552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
7553
7554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7555
7556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7557
7558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7559
7560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7561
7562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7563
7564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7565
7566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7567
7568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7569
7570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7571
7572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7573
7574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7575
7576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7577
7578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7579
7580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7581
7582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7583
7584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7585
7586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7587
7588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7589
7590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7591
7592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7593
7594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7595
7596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7597
7598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7599
7600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7601
7602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7603
7604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7605
7606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7607
7608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7609
7610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7611
7612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7613
7614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7615
7616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7617
7618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7619
7620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7621
7622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7623
7624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7625
7626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7627
7628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7629
7630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7631
7632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7633
7634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7635
7636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7637
7638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7639
7640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7641
7642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7643
7644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7645
7646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7647
7648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7649
7650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7651
7652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7653
7654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7655
7656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7657
7658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7659
7660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7661
7662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7663
7664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7665
7666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7667
7668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7669
7670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7671
7672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7673
7674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7675
7676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7677
7678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7679
7680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7681
7682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7683
7684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7685
7686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7687
7688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7689
7690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7691
7692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7693
7694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7695
7696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7697
7698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7699
7700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7701
7702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7703
7704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7705
7706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7707
7708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7709
7710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7711
7712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7713
7714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7715
7716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7717
7718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7719
7720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
7721
7722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7723
7724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7725
7726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7727
7728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7729
7730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7731
7732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
7733
7734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
7735
7736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
7737
7738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7739
7740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7741
7742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7743
7744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7745
7746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7747
7748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7749
7750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7751
7752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7753
7754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7755
7756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7757
7758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7759
7760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7761
7762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7763
7764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7765
7766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7767
7768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7769
7770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7771
7772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7773
7774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7775
7776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7777
7778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7779
7780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7781
7782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7783
7784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7785
7786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
7787
7788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
7789
7790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
7791
7792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
7793
7794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7795
7796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7797
7798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7799
7800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7801
7802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7803
7804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
7805
7806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7807
7808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7809
7810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7811
7812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7813
7814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7815
7816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7817
7818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7819
7820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7821
7822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7823
7824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7825
7826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7827
7828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7829
7830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7831
7832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7833
7834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7835
7836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
7837
7838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7839
7840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7841
7842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7843
7844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7845
7846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7847
7848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
7849
7850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7851
7852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7853
7854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7855
7856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7857
7858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7859
7860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7861
7862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7863
7864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7865
7866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7867
7868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7869
7870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7871
7872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7873
7874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7875
7876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7877
7878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7879
7880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7881
7882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7883
7884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7885
7886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7887
7888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7889
7890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7891
7892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7893
7894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7895
7896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7897
7898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7899
7900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7901
7902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7903
7904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7905
7906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7907
7908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7909
7910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7911
7912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7913
7914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7915
7916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7917
7918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7919
7920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7921
7922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7923
7924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7925
7926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7927
7928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7929
7930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7931
7932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7933
7934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7935
7936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7937
7938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7939
7940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7941
7942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7943
7944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7945
7946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7947
7948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7949
7950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7951
7952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7953
7954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7955
7956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7957
7958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7959
7960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7961
7962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7963
7964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7965
7966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7967
7968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7969
7970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7971
7972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7973
7974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7975
7976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7977
7978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
7979
7980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
7981
7982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
7983
7984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
7985
7986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
7987
7988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
7989
7990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
7991
7992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
7993
7994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
7995
7996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
7997
7998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
7999
8000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8001
8002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8003
8004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8005
8006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8007
8008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8009
8010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8011
8012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8013
8014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8015
8016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8017
8018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8019
8020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8021
8022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8023
8024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8025
8026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8027
8028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8029
8030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8031
8032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8033
8034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8035
8036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8037
8038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8039
8040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8041
8042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8043
8044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8045
8046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8047
8048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8049
8050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8051
8052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8053
8054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8055
8056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8057
8058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8059
8060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8061
8062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8063
8064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8065
8066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8067
8068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8069
8070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8071
8072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8073
8074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8075
8076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8077
8078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8079
8080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8081
8082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8083
8084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8085
8086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8087
8088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8089
8090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8091
8092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8093
8094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8095
8096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8097
8098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8099
8100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8101
8102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8103
8104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8105
8106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8107
8108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8109
8110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8111
8112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8113
8114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8115
8116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8117
8118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8119
8120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8121
8122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8123
8124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8125
8126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8127
8128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8129
8130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8131
8132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8133
8134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8135
8136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8137
8138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8139
8140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8141
8142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8143
8144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8145
8146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8147
8148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8149
8150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8151
8152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8153
8154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8155
8156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8157
8158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8159
8160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8161
8162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8163
8164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8165
8166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8167
8168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8169
8170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8171
8172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8173
8174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8175
8176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8177
8178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8179
8180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8181
8182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8183
8184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8185
8186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8187
8188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8189
8190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8191
8192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8193
8194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8195
8196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8197
8198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8199
8200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8201
8202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8203
8204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8205
8206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8207
8208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8209
8210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8211
8212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8213
8214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8215
8216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8217
8218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8219
8220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8221
8222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
8223
8224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8225
8226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8227
8228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8229
8230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8231
8232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8233
8234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
8235
8236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8237
8238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8239
8240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8241
8242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8243
8244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8245
8246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8247
8248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8249
8250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8251
8252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8253
8254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8255
8256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8257
8258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8259
8260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8261
8262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8263
8264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8265
8266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8267
8268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8269
8270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8271
8272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8273
8274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8275
8276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8277
8278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8279
8280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8281
8282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8283
8284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8285
8286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8287
8288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8289
8290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8291
8292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8293
8294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8295
8296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8297
8298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8299
8300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8301
8302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8303
8304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8305
8306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8307
8308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8309
8310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8311
8312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8313
8314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8315
8316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8317
8318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8319
8320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8321
8322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8323
8324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8325
8326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8327
8328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8329
8330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8331
8332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8333
8334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8335
8336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8337
8338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8339
8340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8341
8342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8343
8344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8345
8346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8347
8348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8349
8350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8351
8352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8353
8354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8355
8356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8357
8358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8359
8360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8361
8362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8363
8364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8365
8366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8367
8368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8369
8370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8371
8372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8373
8374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
8375
8376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8377
8378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8379
8380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8381
8382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8383
8384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8385
8386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8387
8388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8389
8390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8391
8392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8393
8394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8395
8396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8397
8398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8399
8400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8401
8402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8403
8404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8405
8406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8407
8408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8409
8410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
8411
8412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8413
8414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8415
8416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8417
8418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8419
8420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8421
8422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
8423
8424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8425
8426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8427
8428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8429
8430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8431
8432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8433
8434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8435
8436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8437
8438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8439
8440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8441
8442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8443
8444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8445
8446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8447
8448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8449
8450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8451
8452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8453
8454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8455
8456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8457
8458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
8459
8460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8461
8462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8463
8464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8465
8466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8467
8468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8469
8470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
8471
8472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8473
8474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8475
8476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8477
8478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8479
8480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8481
8482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8483
8484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8485
8486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8487
8488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8489
8490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8491
8492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8493
8494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8495
8496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8497
8498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8499
8500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8501
8502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8503
8504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8505
8506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8507
8508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8509
8510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8511
8512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
8513
8514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8515
8516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8517
8518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8519
8520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8521
8522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8523
8524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
8525
8526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8527
8528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8529
8530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8531
8532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8533
8534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8535
8536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8537
8538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8539
8540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8541
8542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8543
8544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8545
8546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8547
8548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8549
8550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8551
8552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8553
8554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
8555
8556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8557
8558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8559
8560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8561
8562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8563
8564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8565
8566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8567
8568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8569
8570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8571
8572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8573
8574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8575
8576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8577
8578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8579
8580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8581
8582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8583
8584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8585
8586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8587
8588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8589
8590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8591
8592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8593
8594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8595
8596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8597
8598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8599
8600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8601
8602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8603
8604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8605
8606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8607
8608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8609
8610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8611
8612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8613
8614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8615
8616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8617
8618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8619
8620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8621
8622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8623
8624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8625
8626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8627
8628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8629
8630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8631
8632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8633
8634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8635
8636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
8637
8638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8639
8640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8641
8642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8643
8644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8645
8646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8647
8648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8649
8650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8651
8652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8653
8654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8655
8656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8657
8658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8659
8660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8661
8662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8663
8664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8665
8666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8667
8668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8669
8670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8671
8672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8673
8674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8675
8676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8677
8678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8679
8680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8681
8682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8683
8684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8685
8686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8687
8688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8689
8690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8691
8692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8693
8694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8695
8696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
8697
8698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8699
8700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8701
8702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8703
8704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8705
8706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8707
8708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8709
8710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8711
8712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8713
8714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8715
8716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8717
8718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8719
8720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8721
8722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8723
8724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8725
8726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8727
8728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8729
8730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8731
8732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8733
8734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8735
8736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8737
8738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8739
8740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8741
8742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8743
8744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8745
8746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8747
8748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8749
8750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8751
8752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8753
8754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8755
8756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8757
8758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8759
8760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8761
8762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8763
8764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
8765
8766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
8767
8768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
8769
8770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8771
8772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8773
8774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8775
8776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8777
8778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8779
8780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8781
8782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8783
8784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8785
8786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8787
8788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8789
8790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8791
8792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8793
8794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8795
8796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8797
8798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8799
8800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8801
8802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8803
8804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8805
8806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8807
8808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8809
8810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8811
8812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8813
8814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8815
8816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8817
8818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
8819
8820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8821
8822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8823
8824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8825
8826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8827
8828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8829
8830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
8831
8832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8833
8834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8835
8836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8837
8838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8839
8840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8841
8842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8843
8844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8845
8846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8847
8848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8849
8850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8851
8852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8853
8854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8855
8856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8857
8858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8859
8860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8861
8862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8863
8864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8865
8866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8867
8868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8869
8870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8871
8872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
8873
8874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8875
8876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8877
8878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8879
8880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8881
8882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8883
8884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
8885
8886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8887
8888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8889
8890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8891
8892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8893
8894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8895
8896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8897
8898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8899
8900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8901
8902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8903
8904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8905
8906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8907
8908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8909
8910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
8911
8912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8913
8914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8915
8916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8917
8918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8919
8920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8921
8922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8923
8924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8925
8926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8927
8928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
8929
8930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8931
8932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8933
8934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8935
8936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8937
8938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8939
8940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8941
8942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8943
8944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8945
8946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8947
8948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8949
8950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8951
8952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8953
8954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8955
8956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8957
8958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
8959
8960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
8961
8962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
8963
8964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8965
8966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8967
8968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
8969
8970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
8971
8972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
8973
8974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
8975
8976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8977
8978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8979
8980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8981
8982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8983
8984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8985
8986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8987
8988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
8989
8990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
8991
8992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
8993
8994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
8995
8996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
8997
8998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
8999
9000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9001
9002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9003
9004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9005
9006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9007
9008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9009
9010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9011
9012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9013
9014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9015
9016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9017
9018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9019
9020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9021
9022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9023
9024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9025
9026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9027
9028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9029
9030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9031
9032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9033
9034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9035
9036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9037
9038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9039
9040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9041
9042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9043
9044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9045
9046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9047
9048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9049
9050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9051
9052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9053
9054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9055
9056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9057
9058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9059
9060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9061
9062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9063
9064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9065
9066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9067
9068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9069
9070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9071
9072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9073
9074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9075
9076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9077
9078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9079
9080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9081
9082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9083
9084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9085
9086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9087
9088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9089
9090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9091
9092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9093
9094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9095
9096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9097
9098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9099
9100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9101
9102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9103
9104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9105
9106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9107
9108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9109
9110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9111
9112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9113
9114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9115
9116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9117
9118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9119
9120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9121
9122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9123
9124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9125
9126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9127
9128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9129
9130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9131
9132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9133
9134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9135
9136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9137
9138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9139
9140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9141
9142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9143
9144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9145
9146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9147
9148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9149
9150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9151
9152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9153
9154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9155
9156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9157
9158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9159
9160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9161
9162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9163
9164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9165
9166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9167
9168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9169
9170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9171
9172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9173
9174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9175
9176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9177
9178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9179
9180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9181
9182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9183
9184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9185
9186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9187
9188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9189
9190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9191
9192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9193
9194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9195
9196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9197
9198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9199
9200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9201
9202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9203
9204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9205
9206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
9207
9208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9209
9210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9211
9212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9213
9214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9215
9216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9217
9218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
9219
9220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9221
9222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9223
9224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9225
9226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9227
9228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9229
9230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9231
9232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9233
9234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9235
9236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9237
9238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9239
9240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9241
9242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9243
9244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9245
9246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9247
9248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9249
9250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9251
9252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9253
9254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9255
9256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9257
9258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9259
9260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9261
9262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9263
9264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9265
9266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9267
9268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9269
9270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9271
9272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9273
9274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9275
9276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9277
9278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9279
9280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9281
9282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9283
9284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9285
9286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9287
9288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9289
9290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9291
9292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9293
9294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9295
9296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9297
9298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9299
9300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9301
9302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9303
9304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9305
9306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9307
9308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9309
9310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9311
9312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9313
9314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9315
9316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9317
9318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9319
9320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9321
9322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9323
9324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9325
9326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9327
9328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9329
9330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9331
9332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9333
9334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9335
9336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9337
9338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9339
9340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9341
9342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9343
9344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9345
9346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9347
9348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9349
9350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9351
9352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9353
9354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9355
9356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9357
9358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9359
9360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9361
9362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9363
9364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9365
9366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9367
9368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9369
9370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9371
9372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9373
9374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9375
9376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9377
9378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9379
9380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9381
9382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9383
9384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9385
9386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9387
9388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9389
9390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9391
9392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9393
9394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9395
9396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9397
9398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9399
9400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9401
9402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9403
9404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9405
9406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9407
9408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9409
9410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9411
9412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9413
9414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9415
9416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9417
9418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9419
9420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9421
9422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9423
9424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9425
9426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9427
9428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9429
9430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9431
9432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9433
9434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9435
9436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9437
9438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9439
9440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9441
9442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9443
9444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9445
9446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9447
9448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9449
9450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9451
9452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9453
9454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9455
9456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9457
9458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9459
9460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9461
9462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9463
9464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9465
9466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9467
9468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9469
9470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9471
9472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9473
9474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9475
9476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9477
9478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9479
9480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9481
9482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9483
9484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9485
9486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9487
9488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9489
9490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9491
9492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9493
9494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9495
9496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9497
9498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9499
9500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9501
9502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9503
9504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9505
9506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9507
9508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9509
9510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9511
9512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9513
9514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9515
9516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9517
9518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9519
9520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9521
9522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9523
9524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9525
9526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9527
9528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9529
9530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9531
9532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9533
9534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9535
9536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9537
9538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9539
9540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9541
9542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9543
9544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9545
9546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9547
9548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9549
9550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9551
9552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9553
9554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9555
9556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9557
9558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9559
9560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9561
9562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9563
9564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9565
9566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9567
9568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9569
9570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9571
9572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9573
9574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9575
9576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9577
9578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9579
9580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9581
9582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9583
9584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9585
9586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9587
9588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9589
9590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9591
9592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9593
9594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9595
9596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9597
9598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9599
9600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9601
9602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9603
9604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9605
9606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9607
9608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9609
9610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9611
9612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9613
9614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9615
9616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9617
9618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
9619
9620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9621
9622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9623
9624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9625
9626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9627
9628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9629
9630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
9631
9632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9633
9634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9635
9636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9637
9638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9639
9640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9641
9642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9643
9644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9645
9646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9647
9648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9649
9650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9651
9652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9653
9654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9655
9656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9657
9658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9659
9660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9661
9662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9663
9664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9665
9666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9667
9668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9669
9670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9671
9672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9673
9674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9675
9676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
9677
9678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9679
9680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9681
9682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9683
9684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9685
9686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9687
9688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
9689
9690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9691
9692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9693
9694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9695
9696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9697
9698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9699
9700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9701
9702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9703
9704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9705
9706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9707
9708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9709
9710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9711
9712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9713
9714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9715
9716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9717
9718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9719
9720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9721
9722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9723
9724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9725
9726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9727
9728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9729
9730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9731
9732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9733
9734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9735
9736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9737
9738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9739
9740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9741
9742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9743
9744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9745
9746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
9747
9748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9749
9750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9751
9752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9753
9754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9755
9756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9757
9758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
9759
9760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9761
9762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9763
9764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9765
9766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
9767
9768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9769
9770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9771
9772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9773
9774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9775
9776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9777
9778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9779
9780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9781
9782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9783
9784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
9785
9786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9787
9788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9789
9790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9791
9792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9793
9794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9795
9796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
9797
9798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9799
9800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9801
9802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9803
9804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9805
9806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9807
9808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9809
9810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9811
9812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9813
9814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9815
9816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9817
9818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9819
9820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9821
9822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9823
9824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9825
9826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9827
9828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9829
9830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9831
9832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9833
9834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9835
9836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9837
9838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9839
9840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
9841
9842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9843
9844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9845
9846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9847
9848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9849
9850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9851
9852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9853
9854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9855
9856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9857
9858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9859
9860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9861
9862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9863
9864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9865
9866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9867
9868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9869
9870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9871
9872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9873
9874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9875
9876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9877
9878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9879
9880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9881
9882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9883
9884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9885
9886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9887
9888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9889
9890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9891
9892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9893
9894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9895
9896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9897
9898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9899
9900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9901
9902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9903
9904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9905
9906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9907
9908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9909
9910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9911
9912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9913
9914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9915
9916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9917
9918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9919
9920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9921
9922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
9923
9924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9925
9926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9927
9928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9929
9930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9931
9932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9933
9934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
9935
9936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9937
9938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9939
9940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9941
9942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9943
9944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9945
9946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9947
9948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
9949
9950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9951
9952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9953
9954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9955
9956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9957
9958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9959
9960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
9961
9962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
9963
9964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
9965
9966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9967
9968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9969
9970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9971
9972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
9973
9974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
9975
9976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
9977
9978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
9979
9980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
9981
9982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
9983
9984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
9985
9986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
9987
9988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
9989
9990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
9991
9992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9993
9994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
9995
9996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
9997
9998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
9999
10000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10001
10002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10003
10004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
10005
10006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10007
10008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10009
10010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10011
10012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
10013
10014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
10015
10016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10017
10018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10019
10020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10021
10022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10023
10024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10025
10026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
10027
10028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10029
10030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10031
10032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10033
10034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10035
10036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10037
10038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10039
10040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10041
10042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10043
10044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10045
10046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10047
10048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10049
10050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10051
10052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10053
10054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10055
10056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10057
10058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10059
10060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10061
10062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10063
10064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10065
10066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10067
10068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10069
10070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10071
10072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
10073
10074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10075
10076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10077
10078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10079
10080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10081
10082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10083
10084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
10085
10086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10087
10088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10089
10090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10091
10092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10093
10094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10095
10096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10097
10098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
10099
10100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10101
10102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10103
10104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10105
10106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10107
10108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10109
10110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10111
10112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10113
10114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10115
10116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10117
10118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10119
10120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10121
10122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10123
10124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10125
10126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10127
10128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10129
10130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10131
10132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10133
10134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10135
10136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10137
10138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10139
10140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10141
10142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10143
10144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10145
10146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10147
10148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
10149
10150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10151
10152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10153
10154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10155
10156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10157
10158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10159
10160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
10161
10162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10163
10164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10165
10166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10167
10168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10169
10170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10171
10172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10173
10174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10175
10176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10177
10178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10179
10180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10181
10182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10183
10184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10185
10186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10187
10188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10189
10190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10191
10192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10193
10194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10195
10196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10197
10198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10199
10200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10201
10202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10203
10204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10205
10206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10207
10208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10209
10210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10211
10212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10213
10214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10215
10216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10217
10218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10219
10220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10221
10222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10223
10224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10225
10226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10227
10228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10229
10230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10231
10232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10233
10234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10235
10236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10237
10238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10239
10240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10241
10242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10243
10244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10245
10246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
10247
10248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10249
10250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10251
10252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10253
10254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10255
10256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10257
10258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10259
10260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10261
10262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10263
10264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10265
10266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10267
10268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10269
10270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10271
10272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10273
10274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10275
10276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
10277
10278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10279
10280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10281
10282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10283
10284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10285
10286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10287
10288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
10289
10290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10291
10292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10293
10294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10295
10296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10297
10298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10299
10300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10301
10302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10303
10304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10305
10306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10307
10308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10309
10310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10311
10312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10313
10314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10315
10316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10317
10318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10319
10320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10321
10322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10323
10324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10325
10326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10327
10328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10329
10330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10331
10332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10333
10334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10335
10336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10337
10338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10339
10340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10341
10342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10343
10344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10345
10346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10347
10348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10349
10350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10351
10352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10353
10354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10355
10356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10357
10358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10359
10360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10361
10362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10363
10364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10365
10366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10367
10368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10369
10370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10371
10372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10373
10374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10375
10376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10377
10378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
10379
10380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10381
10382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10383
10384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10385
10386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10387
10388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10389
10390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10391
10392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10393
10394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10395
10396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10397
10398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10399
10400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10401
10402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10403
10404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10405
10406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10407
10408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10409
10410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10411
10412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10413
10414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10415
10416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10417
10418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10419
10420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10421
10422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10423
10424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10425
10426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
10427
10428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10429
10430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10431
10432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10433
10434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10435
10436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10437
10438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10439
10440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10441
10442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10443
10444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10445
10446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10447
10448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10449
10450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10451
10452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10453
10454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10455
10456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10457
10458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10459
10460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10461
10462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
10463
10464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10465
10466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10467
10468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10469
10470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10471
10472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10473
10474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
10475
10476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10477
10478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10479
10480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10481
10482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10483
10484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10485
10486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10487
10488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10489
10490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10491
10492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10493
10494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10495
10496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10497
10498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10499
10500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10501
10502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10503
10504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10505
10506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10507
10508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10509
10510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10511
10512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10513
10514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10515
10516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10517
10518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10519
10520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10521
10522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10523
10524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10525
10526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10527
10528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10529
10530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10531
10532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
10533
10534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10535
10536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10537
10538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10539
10540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10541
10542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10543
10544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10545
10546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10547
10548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10549
10550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10551
10552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10553
10554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10555
10556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10557
10558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10559
10560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10561
10562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10563
10564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10565
10566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10567
10568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10569
10570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10571
10572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10573
10574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10575
10576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10577
10578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10579
10580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10581
10582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10583
10584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10585
10586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10587
10588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10589
10590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10591
10592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10593
10594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10595
10596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10597
10598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10599
10600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10601
10602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10603
10604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10605
10606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10607
10608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10609
10610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10611
10612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10613
10614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10615
10616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10617
10618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10619
10620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10621
10622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10623
10624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10625
10626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
10627
10628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10629
10630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10631
10632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10633
10634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10635
10636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10637
10638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10639
10640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10641
10642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10643
10644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10645
10646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10647
10648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10649
10650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10651
10652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10653
10654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10655
10656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10657
10658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10659
10660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10661
10662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10663
10664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10665
10666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10667
10668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10669
10670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10671
10672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10673
10674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10675
10676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10677
10678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10679
10680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10681
10682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10683
10684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10685
10686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10687
10688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10689
10690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10691
10692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10693
10694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10695
10696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10697
10698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10699
10700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10701
10702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10703
10704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10705
10706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10707
10708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10709
10710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10711
10712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10713
10714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10715
10716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
10717
10718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10719
10720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10721
10722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10723
10724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10725
10726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10727
10728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10729
10730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
10731
10732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10733
10734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10735
10736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10737
10738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10739
10740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10741
10742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
10743
10744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10745
10746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10747
10748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10749
10750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10751
10752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10753
10754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10755
10756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10757
10758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10759
10760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10761
10762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10763
10764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10765
10766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10767
10768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10769
10770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10771
10772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10773
10774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10775
10776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10777
10778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10779
10780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10781
10782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10783
10784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10785
10786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10787
10788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10789
10790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10791
10792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10793
10794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10795
10796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10797
10798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10799
10800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10801
10802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10803
10804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
10805
10806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10807
10808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10809
10810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10811
10812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10813
10814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10815
10816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
10817
10818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10819
10820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10821
10822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10823
10824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10825
10826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10827
10828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10829
10830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
10831
10832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10833
10834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10835
10836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10837
10838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
10839
10840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10841
10842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10843
10844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10845
10846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10847
10848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10849
10850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10851
10852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
10853
10854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10855
10856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10857
10858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10859
10860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10861
10862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10863
10864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
10865
10866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10867
10868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10869
10870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10871
10872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10873
10874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10875
10876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10877
10878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10879
10880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10881
10882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10883
10884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
10885
10886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10887
10888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10889
10890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10891
10892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10893
10894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10895
10896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
10897
10898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10899
10900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10901
10902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10903
10904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10905
10906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10907
10908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10909
10910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
10911
10912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
10913
10914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
10915
10916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
10917
10918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
10919
10920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
10921
10922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
10923
10924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
10925
10926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
10927
10928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
10929
10930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
10931
10932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
10933
10934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10935
10936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10937
10938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10939
10940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10941
10942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10943
10944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10945
10946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10947
10948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10949
10950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10951
10952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10953
10954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10955
10956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10957
10958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10959
10960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10961
10962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10963
10964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10965
10966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10967
10968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10969
10970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10971
10972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10973
10974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10975
10976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10977
10978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10979
10980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10981
10982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10983
10984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10985
10986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10987
10988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10989
10990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10991
10992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10993
10994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
10995
10996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
10997
10998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
10999
11000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11001
11002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11003
11004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11005
11006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11007
11008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11009
11010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11011
11012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11013
11014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11015
11016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
11017
11018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11019
11020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11021
11022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11023
11024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11025
11026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11027
11028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11029
11030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
11031
11032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11033
11034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11035
11036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11037
11038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11039
11040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11041
11042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
11043
11044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11045
11046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11047
11048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11049
11050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11051
11052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11053
11054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11055
11056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11057
11058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11059
11060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11061
11062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11063
11064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
11065
11066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11067
11068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11069
11070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11071
11072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11073
11074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11075
11076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
11077
11078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11079
11080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11081
11082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11083
11084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11085
11086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11087
11088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11089
11090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11091
11092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11093
11094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11095
11096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11097
11098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
11099
11100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11101
11102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11103
11104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11105
11106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11107
11108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11109
11110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
11111
11112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11113
11114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11115
11116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11117
11118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11119
11120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11121
11122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11123
11124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11125
11126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11127
11128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11129
11130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11131
11132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11133
11134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11135
11136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11137
11138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11139
11140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11141
11142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
11143
11144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11145
11146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11147
11148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11149
11150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11151
11152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11153
11154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
11155
11156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11157
11158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11159
11160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11161
11162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11163
11164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11165
11166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11167
11168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
11169
11170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11171
11172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11173
11174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11175
11176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11177
11178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11179
11180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
11181
11182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11183
11184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11185
11186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11187
11188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11189
11190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11191
11192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11193
11194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11195
11196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11197
11198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11199
11200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
11201
11202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11203
11204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11205
11206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11207
11208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11209
11210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11211
11212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
11213
11214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11215
11216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11217
11218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11219
11220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11221
11222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11223
11224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11225
11226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11227
11228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11229
11230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11231
11232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11233
11234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11235
11236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11237
11238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11239
11240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11241
11242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11243
11244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11245
11246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11247
11248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11249
11250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11251
11252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11253
11254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11255
11256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11257
11258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
11259
11260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11261
11262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11263
11264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11265
11266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11267
11268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11269
11270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11271
11272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11273
11274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11275
11276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11277
11278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11279
11280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11281
11282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11283
11284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11285
11286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11287
11288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11289
11290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11291
11292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11293
11294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11295
11296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11297
11298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11299
11300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11301
11302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11303
11304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11305
11306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11307
11308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11309
11310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11311
11312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11313
11314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11315
11316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11317
11318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11319
11320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11321
11322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11323
11324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11325
11326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11327
11328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11329
11330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11331
11332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11333
11334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11335
11336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11337
11338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11339
11340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11341
11342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11343
11344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11345
11346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11347
11348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11349
11350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11351
11352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11353
11354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11355
11356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11357
11358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11359
11360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11361
11362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11363
11364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11365
11366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11367
11368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11369
11370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11371
11372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11373
11374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11375
11376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
11377
11378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11379
11380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11381
11382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11383
11384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11385
11386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11387
11388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11389
11390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped ) 
11391
11392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11393
11394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11395
11396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11397
11398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11399
11400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11401
11402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped 
11403
11404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11405
11406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11407
11408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11409
11410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11411
11412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11413
11414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11415
11416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11417
11418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11419
11420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11421
11422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11423
11424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11425
11426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11427
11428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11429
11430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11431
11432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11433
11434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11435
11436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11437
11438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11439
11440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11441
11442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11443
11444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11445
11446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11447
11448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11449
11450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11451
11452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11453
11454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11455
11456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11457
11458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11459
11460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11461
11462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11463
11464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
11465
11466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11467
11468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11469
11470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11471
11472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11473
11474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11475
11476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11477
11478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11479
11480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11481
11482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11483
11484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11485
11486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11487
11488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11489
11490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11491
11492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11493
11494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11495
11496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11497
11498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11499
11500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11501
11502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11503
11504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11505
11506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11507
11508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11509
11510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11511
11512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single ) 
11513
11514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp 
11515
11516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp 
11517
11518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp 
11519
11520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp 
11521
11522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp 
11523
11524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single 
11525
11526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single 
11527
11528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single 
11529
11530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11531
11532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11533
11534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11535
11536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11537
11538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11539
11540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11541
11542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11543
11544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11545
11546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11547
11548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11549
11550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11551
11552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11553
11554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11555
11556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11557
11558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11559
11560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11561
11562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11563
11564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11565
11566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11567
11568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11569
11570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11571
11572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11573
11574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11575
11576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11577
11578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11579
11580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11581
11582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11583
11584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11585
11586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11587
11588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11589
11590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11591
11592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11593
11594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11595
11596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11597
11598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11599
11600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11601
11602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11603
11604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11605
11606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11607
11608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11609
11610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11611
11612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11613
11614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11615
11616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11617
11618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11619
11620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label 
11621
11622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label 
11623
11624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label 
11625
11626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
11627
11628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
11629
11630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
11631
11632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
11633
11634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11635
11636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11637
11638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11639
11640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11641
11642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11643
11644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11645
11646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11647
11648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11649
11650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11651
11652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11653
11654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11655
11656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11657
11658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11659
11660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11661
11662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11663
11664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11665
11666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11667
11668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11669
11670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11671
11672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11673
11674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11675
11676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11677
11678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11679
11680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11681
11682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11683
11684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11685
11686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11687
11688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11689
11690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11691
11692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11693
11694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11695
11696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11697
11698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11699
11700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11701
11702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11703
11704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11705
11706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11707
11708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11709
11710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11711
11712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11713
11714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11715
11716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11717
11718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11719
11720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11721
11722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11723
11724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
11725
11726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
11727
11728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
11729
11730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
11731
11732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11733
11734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11735
11736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11737
11738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11739
11740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11741
11742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11743
11744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11745
11746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11747
11748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11749
11750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11751
11752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11753
11754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11755
11756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11757
11758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11759
11760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11761
11762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11763
11764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11765
11766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11767
11768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11769
11770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11771
11772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11773
11774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11775
11776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11777
11778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11779
11780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11781
11782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11783
11784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11785
11786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11787
11788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11789
11790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11791
11792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11793
11794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11795
11796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11797
11798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11799
11800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11801
11802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11803
11804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11805
11806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11807
11808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11809
11810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11811
11812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11813
11814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11815
11816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11817
11818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11819
11820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11821
11822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11823
11824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11825
11826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11827
11828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11829
11830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11831
11832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11833
11834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11835
11836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11837
11838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11839
11840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11841
11842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
11843
11844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
11845
11846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
11847
11848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
11849
11850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11851
11852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11853
11854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11855
11856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11857
11858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11859
11860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11861
11862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11863
11864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11865
11866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11867
11868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11869
11870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11871
11872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11873
11874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11875
11876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11877
11878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11879
11880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11881
11882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11883
11884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11885
11886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11887
11888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11889
11890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11891
11892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11893
11894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11895
11896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11897
11898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11899
11900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11901
11902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11903
11904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11905
11906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11907
11908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11909
11910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11911
11912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11913
11914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11915
11916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11917
11918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11919
11920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11921
11922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11923
11924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11925
11926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11927
11928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11929
11930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11931
11932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11933
11934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11935
11936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11937
11938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11939
11940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11941
11942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11943
11944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11945
11946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11947
11948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11949
11950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11951
11952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11953
11954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11955
11956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11957
11958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11959
11960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11961
11962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11963
11964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11965
11966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11967
11968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11969
11970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11971
11972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11973
11974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11975
11976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11977
11978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11979
11980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11981
11982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
11983
11984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
11985
11986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
11987
11988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
11989
11990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
11991
11992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11993
11994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
11995
11996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
11997
11998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
11999
12000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12001
12002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12003
12004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12005
12006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12007
12008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12009
12010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12011
12012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12013
12014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12015
12016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12017
12018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12019
12020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12021
12022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12023
12024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12025
12026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12027
12028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12029
12030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12031
12032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12033
12034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12035
12036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12037
12038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12039
12040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12041
12042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12043
12044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12045
12046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12047
12048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12049
12050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12051
12052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12053
12054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12055
12056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12057
12058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12059
12060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12061
12062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12063
12064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12065
12066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12067
12068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12069
12070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12071
12072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12073
12074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12075
12076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12077
12078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12079
12080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12081
12082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12083
12084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12085
12086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12087
12088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12089
12090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12091
12092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12093
12094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12095
12096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12097
12098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12099
12100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12101
12102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12103
12104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12105
12106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
12107
12108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
12109
12110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
12111
12112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
12113
12114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12115
12116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12117
12118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12119
12120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12121
12122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12123
12124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12125
12126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12127
12128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12129
12130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12131
12132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12133
12134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12135
12136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12137
12138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12139
12140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12141
12142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12143
12144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12145
12146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12147
12148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12149
12150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12151
12152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12153
12154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12155
12156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12157
12158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12159
12160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12161
12162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12163
12164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12165
12166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12167
12168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12169
12170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12171
12172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12173
12174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12175
12176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12177
12178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12179
12180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12181
12182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12183
12184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12185
12186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12187
12188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12189
12190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12191
12192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12193
12194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12195
12196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12197
12198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12199
12200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12201
12202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12203
12204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12205
12206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12207
12208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12209
12210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12211
12212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12213
12214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12215
12216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12217
12218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12219
12220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12221
12222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12223
12224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12225
12226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12227
12228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12229
12230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12231
12232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12233
12234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12235
12236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12237
12238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12239
12240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12241
12242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12243
12244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12245
12246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12247
12248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12249
12250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12251
12252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12253
12254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12255
12256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12257
12258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12259
12260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12261
12262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12263
12264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12265
12266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12267
12268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12269
12270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12271
12272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12273
12274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12275
12276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12277
12278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12279
12280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12281
12282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12283
12284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
12285
12286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
12287
12288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
12289
12290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
12291
12292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12293
12294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12295
12296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12297
12298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12299
12300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12301
12302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12303
12304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12305
12306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12307
12308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12309
12310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12311
12312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12313
12314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12315
12316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12317
12318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12319
12320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12321
12322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12323
12324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12325
12326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12327
12328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12329
12330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12331
12332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12333
12334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12335
12336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12337
12338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12339
12340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12341
12342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12343
12344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12345
12346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12347
12348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12349
12350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12351
12352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12353
12354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12355
12356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12357
12358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12359
12360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12361
12362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12363
12364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12365
12366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12367
12368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12369
12370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12371
12372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12373
12374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12375
12376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12377
12378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12379
12380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12381
12382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12383
12384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12385
12386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12387
12388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12389
12390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12391
12392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12393
12394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12395
12396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12397
12398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12399
12400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12401
12402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12403
12404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12405
12406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12407
12408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12409
12410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12411
12412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12413
12414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12415
12416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12417
12418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12419
12420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12421
12422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12423
12424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12425
12426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12427
12428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12429
12430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12431
12432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12433
12434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12435
12436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12437
12438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12439
12440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12441
12442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12443
12444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12445
12446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
12447
12448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
12449
12450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
12451
12452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
12453
12454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12455
12456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12457
12458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12459
12460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12461
12462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12463
12464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12465
12466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12467
12468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12469
12470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12471
12472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12473
12474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12475
12476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12477
12478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12479
12480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12481
12482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12483
12484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12485
12486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12487
12488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12489
12490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12491
12492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12493
12494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12495
12496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12497
12498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12499
12500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12501
12502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12503
12504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12505
12506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12507
12508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12509
12510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12511
12512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12513
12514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12515
12516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12517
12518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12519
12520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12521
12522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12523
12524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12525
12526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12527
12528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12529
12530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12531
12532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12533
12534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12535
12536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12537
12538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12539
12540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12541
12542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12543
12544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12545
12546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12547
12548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12549
12550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12551
12552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12553
12554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12555
12556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12557
12558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12559
12560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12561
12562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12563
12564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12565
12566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12567
12568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12569
12570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12571
12572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12573
12574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
12575
12576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
12577
12578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
12579
12580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
12581
12582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12583
12584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12585
12586 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12587
12588 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12589
12590 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12591
12592 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12593
12594 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12595
12596 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12597
12598 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12599
12600 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12601
12602 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12603
12604 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12605
12606 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12607
12608 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12609
12610 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12611
12612 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12613
12614 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12615
12616 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12617
12618 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12619
12620 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12621
12622 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12623
12624 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12625
12626 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12627
12628 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12629
12630 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12631
12632 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12633
12634 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12635
12636 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12637
12638 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12639
12640 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12641
12642 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12643
12644 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12645
12646 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12647
12648 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12649
12650 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12651
12652 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12653
12654 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12655
12656 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12657
12658 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12659
12660 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12661
12662 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12663
12664 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12665
12666 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12667
12668 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12669
12670 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12671
12672 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12673
12674 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12675
12676 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12677
12678 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12679
12680 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12681
12682 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12683
12684 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12685
12686 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12687
12688 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12689
12690 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12691
12692 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12693
12694 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12695
12696 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12697
12698 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12699
12700 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
12701
12702 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
12703
12704 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
12705
12706 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
12707
12708 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12709
12710 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12711
12712 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12713
12714 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12715
12716 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12717
12718 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12719
12720 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12721
12722 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12723
12724 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12725
12726 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12727
12728 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12729
12730 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12731
12732 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12733
12734 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12735
12736 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12737
12738 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12739
12740 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12741
12742 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12743
12744 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12745
12746 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12747
12748 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12749
12750 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12751
12752 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12753
12754 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12755
12756 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12757
12758 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12759
12760 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12761
12762 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12763
12764 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12765
12766 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12767
12768 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12769
12770 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12771
12772 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12773
12774 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12775
12776 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12777
12778 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12779
12780 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12781
12782 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12783
12784 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12785
12786 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12787
12788 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12789
12790 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12791
12792 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12793
12794 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12795
12796 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12797
12798 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12799
12800 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12801
12802 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12803
12804 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12805
12806 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12807
12808 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12809
12810 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12811
12812 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12813
12814 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12815
12816 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12817
12818 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12819
12820 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12821
12822 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12823
12824 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12825
12826 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12827
12828 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12829
12830 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12831
12832 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12833
12834 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12835
12836 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12837
12838 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12839
12840 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12841
12842 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12843
12844 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12845
12846 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12847
12848 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12849
12850 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12851
12852 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12853
12854 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12855
12856 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12857
12858 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12859
12860 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12861
12862 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12863
12864 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12865
12866 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12867
12868 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12869
12870 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12871
12872 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12873
12874 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12875
12876 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12877
12878 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12879
12880 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12881
12882 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12883
12884 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12885
12886 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12887
12888 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12889
12890 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
12891
12892 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
12893
12894 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
12895
12896 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
12897
12898 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12899
12900 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12901
12902 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12903
12904 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12905
12906 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12907
12908 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12909
12910 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12911
12912 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12913
12914 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12915
12916 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12917
12918 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12919
12920 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12921
12922 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12923
12924 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12925
12926 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12927
12928 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12929
12930 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12931
12932 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12933
12934 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12935
12936 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12937
12938 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12939
12940 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12941
12942 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12943
12944 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12945
12946 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12947
12948 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12949
12950 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12951
12952 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12953
12954 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12955
12956 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12957
12958 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12959
12960 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12961
12962 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12963
12964 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12965
12966 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12967
12968 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12969
12970 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12971
12972 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12973
12974 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12975
12976 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12977
12978 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12979
12980 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12981
12982 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12983
12984 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12985
12986 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12987
12988 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
12989
12990 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12991
12992 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12993
12994 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
12995
12996 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
12997
12998 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
12999
13000 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13001
13002 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13003
13004 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13005
13006 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13007
13008 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13009
13010 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13011
13012 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13013
13014 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13015
13016 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13017
13018 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13019
13020 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13021
13022 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13023
13024 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13025
13026 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13027
13028 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13029
13030 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13031
13032 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13033
13034 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13035
13036 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13037
13038 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13039
13040 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13041
13042 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13043
13044 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13045
13046 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13047
13048 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13049
13050 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13051
13052 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13053
13054 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13055
13056 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13057
13058 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13059
13060 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13061
13062 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13063
13064 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13065
13066 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13067
13068 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13069
13070 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13071
13072 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13073
13074 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13075
13076 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13077
13078 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
13079
13080 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
13081
13082 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
13083
13084 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
13085
13086 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13087
13088 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13089
13090 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13091
13092 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13093
13094 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13095
13096 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13097
13098 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13099
13100 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13101
13102 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13103
13104 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13105
13106 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13107
13108 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13109
13110 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13111
13112 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13113
13114 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13115
13116 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13117
13118 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13119
13120 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13121
13122 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13123
13124 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13125
13126 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13127
13128 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13129
13130 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13131
13132 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13133
13134 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13135
13136 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13137
13138 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13139
13140 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13141
13142 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13143
13144 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13145
13146 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13147
13148 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13149
13150 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13151
13152 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13153
13154 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13155
13156 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13157
13158 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
13159
13160 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
13161
13162 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
13163
13164 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
13165
13166 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13167
13168 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13169
13170 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13171
13172 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13173
13174 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13175
13176 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13177
13178 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13179
13180 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13181
13182 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13183
13184 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13185
13186 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13187
13188 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13189
13190 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13191
13192 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13193
13194 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13195
13196 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13197
13198 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13199
13200 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13201
13202 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13203
13204 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13205
13206 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13207
13208 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13209
13210 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13211
13212 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13213
13214 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13215
13216 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13217
13218 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13219
13220 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13221
13222 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13223
13224 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13225
13226 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13227
13228 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13229
13230 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13231
13232 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13233
13234 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13235
13236 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13237
13238 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13239
13240 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13241
13242 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13243
13244 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13245
13246 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13247
13248 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13249
13250 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13251
13252 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
13253
13254 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
13255
13256 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
13257
13258 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
13259
13260 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13261
13262 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13263
13264 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13265
13266 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13267
13268 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13269
13270 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13271
13272 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13273
13274 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13275
13276 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13277
13278 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13279
13280 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13281
13282 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13283
13284 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13285
13286 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13287
13288 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13289
13290 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13291
13292 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13293
13294 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13295
13296 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13297
13298 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13299
13300 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13301
13302 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13303
13304 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13305
13306 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13307
13308 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13309
13310 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13311
13312 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13313
13314 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13315
13316 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13317
13318 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13319
13320 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13321
13322 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13323
13324 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13325
13326 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13327
13328 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13329
13330 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13331
13332 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13333
13334 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13335
13336 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13337
13338 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13339
13340 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
13341
13342 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
13343
13344 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
13345
13346 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
13347
13348 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13349
13350 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13351
13352 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13353
13354 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13355
13356 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13357
13358 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13359
13360 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13361
13362 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13363
13364 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13365
13366 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13367
13368 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13369
13370 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13371
13372 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13373
13374 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13375
13376 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13377
13378 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13379
13380 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13381
13382 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13383
13384 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13385
13386 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13387
13388 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13389
13390 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13391
13392 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13393
13394 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13395
13396 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13397
13398 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13399
13400 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13401
13402 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13403
13404 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13405
13406 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13407
13408 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13409
13410 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13411
13412 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13413
13414 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13415
13416 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13417
13418 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13419
13420 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13421
13422 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13423
13424 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13425
13426 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13427
13428 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13429
13430 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13431
13432 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13433
13434 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13435
13436 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13437
13438 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13439
13440 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13441
13442 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13443
13444 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13445
13446 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13447
13448 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
13449
13450 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
13451
13452 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
13453
13454 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
13455
13456 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13457
13458 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13459
13460 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13461
13462 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13463
13464 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13465
13466 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13467
13468 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13469
13470 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13471
13472 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13473
13474 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
13475
13476 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
13477
13478 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
13479
13480 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
13481
13482 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13483
13484 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13485
13486 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13487
13488 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13489
13490 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13491
13492 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13493
13494 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13495
13496 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13497
13498 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13499
13500 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13501
13502 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13503
13504 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13505
13506 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13507
13508 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13509
13510 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13511
13512 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13513
13514 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13515
13516 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13517
13518 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13519
13520 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
13521
13522 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
13523
13524 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
13525
13526 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
13527
13528 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13529
13530 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13531
13532 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13533
13534 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13535
13536 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13537
13538 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13539
13540 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13541
13542 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13543
13544 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13545
13546 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command 
13547
13548 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command 
13549
13550 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command 
13551
13552 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command 
13553
13554 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13555
13556 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13557
13558 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13559
13560 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13561
13562 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13563
13564 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13565
13566 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13567
13568 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13569
13570 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13571
13572 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13573
13574 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13575
13576 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13577
13578 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule 
13579
13580 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule 
13581
13582 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule 
13583
13584 [12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule 
13585
13586
13587 --------------------------------------------------------------
13588 - [12/04/2015 16:26:29]
13589 - Current trace level: Warning
13590 - Max file size : 2000 Kb
13591 --------------------------------------------------------------
13592 [12/04/2015 16:26:29] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13593
13594 [12/04/2015 16:26:29] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13595
13596
13597 --------------------------------------------------------------
13598 - [12/04/2015 16:27:12]
13599 - Current trace level: Warning
13600 - Max file size : 2000 Kb
13601 --------------------------------------------------------------
13602 [12/04/2015 16:27:12] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13603
13604 [12/04/2015 16:27:12] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13605
13606
13607 --------------------------------------------------------------
13608 - [12/04/2015 16:28:21]
13609 - Current trace level: Warning
13610 - Max file size : 2000 Kb
13611 --------------------------------------------------------------
13612 [12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13613
13614 [12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13615
13616 [12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13617
13618 [12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13619
13620 [12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13621
13622 [12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13623
13624 [12/04/2015 16:28:21] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13625
13626 [12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13627
13628 [12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13629
13630 [12/04/2015 16:28:21] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13631
13632
13633 --------------------------------------------------------------
13634 - [12/04/2015 16:33:05]
13635 - Current trace level: Warning
13636 - Max file size : 2000 Kb
13637 --------------------------------------------------------------
13638 [12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13639
13640 [12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13641
13642 [12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13643
13644 [12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13645
13646 [12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13647
13648 [12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13649
13650 [12/04/2015 16:33:05] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13651
13652 [12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13653
13654 [12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13655
13656 [12/04/2015 16:33:05] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13657
13658
13659 --------------------------------------------------------------
13660 - [12/04/2015 16:34:53]
13661 - Current trace level: Warning
13662 - Max file size : 2000 Kb
13663 --------------------------------------------------------------
13664 [12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13665
13666 [12/04/2015 16:36:32] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Media-Component-Description->Reservation-Priority' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(Y)'
13667
13668 [12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13669
13670 [12/04/2015 16:36:32] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Media-Component-Description->Reservation-Priority' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(Y)'
13671
13672 [12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13673
13674 [12/04/2015 16:36:32] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Media-Component-Description->Reservation-Priority' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(Y)'
13675
13676 [12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13677
13678 [12/04/2015 16:36:32] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Reservation-Priority' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(Y)'
13679
13680 [12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13681
13682 [12/04/2015 16:36:32] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Supported-Features->Feature-List-ID' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(N)'
13683
13684 [12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13685
13686 [12/04/2015 16:36:32] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Supported-Features->Feature-List' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(N)'
13687
13688
13689 --------------------------------------------------------------
13690 - [12/04/2015 16:37:41]
13691 - Current trace level: Warning
13692 - Max file size : 2000 Kb
13693 --------------------------------------------------------------
13694 [12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13695
13696 [12/04/2015 16:37:41] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Media-Component-Description->Reservation-Priority' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(Y)'
13697
13698 [12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13699
13700 [12/04/2015 16:37:41] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Media-Component-Description->Reservation-Priority' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(Y)'
13701
13702 [12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13703
13704 [12/04/2015 16:37:41] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Media-Component-Description->Reservation-Priority' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(Y)'
13705
13706 [12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13707
13708 [12/04/2015 16:37:41] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Reservation-Priority' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(Y)'
13709
13710 [12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13711
13712 [12/04/2015 16:37:41] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Supported-Features->Feature-List-ID' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(N)'
13713
13714 [12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13715
13716 [12/04/2015 16:37:41] Warning | source/diameter/codec/EngineImpl.cpp (279) | Validation error: The AVP 'AA-Request->Supported-Features->Feature-List' flags (192) does not fulfill the defined flag rules: 'must(V), may(P), mustnot(M), mayEncypt(N)'
13717
13718
13719 --------------------------------------------------------------
13720 - [12/04/2015 16:38:51]
13721 - Current trace level: Warning
13722 - Max file size : 2000 Kb
13723 --------------------------------------------------------------
13724 [12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13725
13726 [12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13727
13728 [12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13729
13730 [12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13731
13732 [12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13733
13734 [12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13735
13736
13737 --------------------------------------------------------------
13738 - [12/04/2015 16:39:16]
13739 - Current trace level: Warning
13740 - Max file size : 2000 Kb
13741 --------------------------------------------------------------
13742
13743 --------------------------------------------------------------
13744 - [12/04/2015 16:41:53]
13745 - Current trace level: Warning
13746 - Max file size : 2000 Kb
13747 --------------------------------------------------------------
13748
13749 --------------------------------------------------------------
13750 - [12/04/2015 16:42:22]
13751 - Current trace level: Warning
13752 - Max file size : 2000 Kb
13753 --------------------------------------------------------------
13754
13755 --------------------------------------------------------------
13756 - [12/04/2015 16:42:48]
13757 - Current trace level: Warning
13758 - Max file size : 2000 Kb
13759 --------------------------------------------------------------
13760
13761 --------------------------------------------------------------
13762 - [12/04/2015 16:43:50]
13763 - Current trace level: Warning
13764 - Max file size : 2000 Kb
13765 --------------------------------------------------------------
13766
13767 --------------------------------------------------------------
13768 - [12/04/2015 16:44:11]
13769 - Current trace level: Warning
13770 - Max file size : 2000 Kb
13771 --------------------------------------------------------------
13772
13773 --------------------------------------------------------------
13774 - [12/04/2015 16:44:32]
13775 - Current trace level: Warning
13776 - Max file size : 2000 Kb
13777 --------------------------------------------------------------
13778
13779 --------------------------------------------------------------
13780 - [12/04/2015 17:22:53]
13781 - Current trace level: Warning
13782 - Max file size : 2000 Kb
13783 --------------------------------------------------------------
13784 [12/04/2015 17:22:53] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13785
13786 [12/04/2015 17:22:53] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13787
13788
13789 --------------------------------------------------------------
13790 - [12/04/2015 17:24:47]
13791 - Current trace level: Warning
13792 - Max file size : 2000 Kb
13793 --------------------------------------------------------------
13794 [12/04/2015 17:24:47] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13795
13796 [12/04/2015 17:24:47] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13797
13798
13799 --------------------------------------------------------------
13800 - [12/04/2015 17:25:31]
13801 - Current trace level: Warning
13802 - Max file size : 2000 Kb
13803 --------------------------------------------------------------
13804 [12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13805
13806 [12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13807
13808 [12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13809
13810 [12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13811
13812 [12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13813
13814 [12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13815
13816 [12/04/2015 17:25:31] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13817
13818 [12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13819
13820 [12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13821
13822 [12/04/2015 17:25:31] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13823
13824
13825 --------------------------------------------------------------
13826 - [12/04/2015 17:27:09]
13827 - Current trace level: Warning
13828 - Max file size : 2000 Kb
13829 --------------------------------------------------------------
13830 [12/04/2015 17:27:09] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13831
13832 [12/04/2015 17:27:09] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13833
13834 [12/04/2015 17:27:09] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13835
13836
13837 --------------------------------------------------------------
13838 - [12/04/2015 17:28:13]
13839 - Current trace level: Warning
13840 - Max file size : 2000 Kb
13841 --------------------------------------------------------------
13842 [12/04/2015 17:28:13] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13843
13844 [12/04/2015 17:28:13] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13845
13846 [12/04/2015 17:28:13] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13847
13848
13849 --------------------------------------------------------------
13850 - [12/04/2015 17:33:29]
13851 - Current trace level: Warning
13852 - Max file size : 2000 Kb
13853 --------------------------------------------------------------
13854 [12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13855
13856 [12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13857
13858 [12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13859
13860 [12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13861
13862 [12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13863
13864 [12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13865
13866 [12/04/2015 17:33:29] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13867
13868 [12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13869
13870 [12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13871
13872 [12/04/2015 17:33:29] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13873
13874
13875 --------------------------------------------------------------
13876 - [12/04/2015 17:34:21]
13877 - Current trace level: Warning
13878 - Max file size : 2000 Kb
13879 --------------------------------------------------------------
13880 [12/04/2015 17:34:21] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13881
13882 [12/04/2015 17:34:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13883
13884 [12/04/2015 17:34:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13885
13886
13887 --------------------------------------------------------------
13888 - [12/04/2015 17:34:59]
13889 - Current trace level: Warning
13890 - Max file size : 2000 Kb
13891 --------------------------------------------------------------
13892 [12/04/2015 17:34:59] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13893
13894 [12/04/2015 17:34:59] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13895
13896 [12/04/2015 17:34:59] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13897
13898
13899 --------------------------------------------------------------
13900 - [12/04/2015 18:45:37]
13901 - Current trace level: Warning
13902 - Max file size : 2000 Kb
13903 --------------------------------------------------------------
13904 [12/04/2015 18:45:37] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13905
13906 [12/04/2015 18:45:37] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13907
13908 [12/04/2015 18:45:37] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13909
13910
13911 --------------------------------------------------------------
13912 - [12/04/2015 18:52:43]
13913 - Current trace level: Warning
13914 - Max file size : 2000 Kb
13915 --------------------------------------------------------------
13916 [12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13917
13918 [12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13919
13920 [12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13921
13922 [12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13923
13924 [12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13925
13926 [12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13927
13928 [12/04/2015 18:52:43] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13929
13930 [12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13931
13932 [12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13933
13934 [12/04/2015 18:52:43] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13935
13936
13937 --------------------------------------------------------------
13938 - [12/04/2015 18:57:34]
13939 - Current trace level: Warning
13940 - Max file size : 2000 Kb
13941 --------------------------------------------------------------
13942 [12/04/2015 18:57:34] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13943
13944 [12/04/2015 18:57:34] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13945
13946
13947 --------------------------------------------------------------
13948 - [12/04/2015 19:13:47]
13949 - Current trace level: Warning
13950 - Max file size : 2000 Kb
13951 --------------------------------------------------------------
13952 [12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13953
13954 [12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13955
13956 [12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13957
13958 [12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13959
13960 [12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13961
13962 [12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13963
13964 [12/04/2015 19:13:47] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13965
13966 [12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13967
13968 [12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13969
13970 [12/04/2015 19:13:47] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13971
13972
13973 --------------------------------------------------------------
13974 - [12/04/2015 19:25:00]
13975 - Current trace level: Warning
13976 - Max file size : 2000 Kb
13977 --------------------------------------------------------------
13978 [12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13979
13980 [12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13981
13982 [12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13983
13984 [12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13985
13986 [12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13987
13988 [12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13989
13990 [12/04/2015 19:25:00] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
13991
13992 [12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13993
13994 [12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
13995
13996 [12/04/2015 19:25:00] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
13997
13998
13999 --------------------------------------------------------------
14000 - [12/04/2015 19:25:45]
14001 - Current trace level: Warning
14002 - Max file size : 2000 Kb
14003 --------------------------------------------------------------