--- /dev/null
+
+--------------------------------------------------------------
+- [12/04/2015 15:02:01]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+
+--------------------------------------------------------------
+- [12/04/2015 15:32:25]
+- Current trace level: Debug
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 15:32:25] Debug | source/core/util/ComponentManager.cpp (60) | anna::ComponentManager::attach(component) | begin
+
+[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 }
+
+[12/04/2015 15:32:25] Debug | source/core/util/ComponentManager.cpp (0) | anna::ComponentManager::attach(component) | end
+
+[12/04/2015 15:32:25] Debug | source/xml/DTD.cpp (58) | anna::xml::DTD::initialize | begin
+
+[12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (69) | anna::xml::DTDMemory::parse | begin
+
+[12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (73) | DTD | <?xml version="1.0" encoding="UTF-8"?>
+<!-- Diameter message DTD -->
+
+<!ELEMENT message (avp*)>
+<!ELEMENT avp (avp*)>
+
+<!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>
+<!--
+ version: Diameter version. Sets '1' by default
+ name: Command name within working stack (dictionary identifier)
+ p-bit: (P)roxiable bit flag (yes, no). By default is 'no'
+ e-bit: (E)rror bit flag (yes, no). By default is 'no'
+ t-bit: Potentially re-(T)ransmitted bit flag (yes, no). By default is 'no'
+
+ In order to get more coding capabilities, command code and flags could be established instead of former fields,
+ but neither of them are allowed if the other are present (and vice versa):
+
+ code: Command code
+ 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
+
+
+ application-id: Message application id
+ hop-by-hop-id: Message hop by hop id. Sets '0' by default
+ end-by-end-id: Message end by end id. Sets '0' by default
+-->
+
+<!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>
+<!--
+ name: Avp name within working stack (dictionary identifier)
+
+ In order to get more coding capabilities, avp code, vendor-id and flags could be established instead of former avp name,
+ but neither of them are allowed if 'name' is provided (and vice versa):
+
+ code: Avp code
+ vendor-code: Avp vendor code
+ 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)
+ alias: Descriptive/helper field for certain numeric data values. Aliases are defined at diameter dictionary, but are ignored (not checked) at xml message parsing
+ The reason to include it in dtd definition, is because xml messages traced by the diameter codec could add alias field for some Avps
+
+
+ data: Natural string representation for avp data. Specially applicable with numbers and printable strings, but also
+ useful for certain formats which could be easily understandable in such friendly/smart representation. We will
+ achieve different human-readable strings depending on data format:
+
+ [ OctetString ] (if printable, but not recommended)
+ [ Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64 ] (normal number representation)
+ [ Time ] (NTP timestamp, normal number representation)
+ [ Address ] ('<type (IANA Address Family Number)>|<value>' representation; i.e. '1|192.168.0.1'(IPv4), '8|34616279266'(E164), etc.
+ Type (and pipe) field could be avoided for IPv4 and IPv6 address types (a light parse checking is done: one colon for
+ IPv6, one dot for IPv4). Internal engine always includes type on data field, which is also recommended for inputs.
+ Currently, only IPv4, IPv6 and E164 address types have a known printable presentation, anyway using printable format
+ for another types will encode the address value directly as E164 does)
+ [ UTF8String, DiameterIdentity, DiameterURI ] (printable)
+ [ IPFilterRule, QoSFilterRule ] (uses ASCII charset, printable)
+
+ New application formats must define specific natural representation for internal raw data
+
+ hex-data: Hexadecimal octet sequence representation (i.e. 'af012fb3', with even number of digits). Suitable for whatever kind
+ of diameter format, but mandatory for non printable information. OctetString usually transport non human-readable
+ data and should better be encoded within this field although being printable. Unknown avps (which fails identifying
+ provided name or code/vendor-code) must always use this representation.
+
+ Xml representation for decoded messages shows natural content except for 'OctetString' format and unknown avps. Anyway, when printable,
+ OctetString could show such information at data field apart from hex-data, because many implementations use this format to transport
+ readable-string data. In general, one of the data fields is mandatory except for 'Grouped' type (its data is another level of avps).
+ Application-specific formats must decide the way to represent its contents, being recommended to use a natural representation if possible,
+ because xml is read by humans with testing and monitoring purposes.
+-->
+
+
+
+[12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (74) | Temporary file | /tmp/anna.xml.18750.dtd
+
+[12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (0) | anna::xml::DTDMemory::parse | end
+
+[12/04/2015 15:32:25] Debug | source/xml/DTD.cpp (0) | anna::xml::DTD::initialize | end
+
+[12/04/2015 15:32:25] Debug | source/xml/DTD.cpp (58) | anna::xml::DTD::initialize | begin
+
+[12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (69) | anna::xml::DTDMemory::parse | begin
+
+[12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (73) | DTD | <?xml version="1.0" encoding="UTF-8"?>
+<!-- Diameter dictionary DTD -->
+
+<!-- <!ELEMENT dictionary (format*, vendor+, avp+, command+)> allowed empty dictionary load: diameter base protocol would be harcoded -->
+<!ELEMENT dictionary (format*, vendor*, avp*, command*)>
+<!ATTLIST dictionary name CDATA #REQUIRED>
+<!--
+ Dictionary definitions
+
+ name: Dictionary name
+-->
+
+<!ELEMENT format EMPTY>
+<!ATTLIST format name CDATA #REQUIRED parent-type ( OctetString | Integer32 | Integer64 | Unsigned32 | Unsigned64 | Float32 | Float64 ) #REQUIRED>
+<!--
+ Format record
+
+ name: Format type unique name
+ parent-type: Format parent type within diameter basics: OctetString, Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64
+-->
+
+<!ELEMENT vendor EMPTY>
+<!ATTLIST vendor name CDATA #REQUIRED code CDATA #REQUIRED>
+<!--
+ Vendor record
+
+ name: Vendor unique name
+ code: Vendor numeric code
+-->
+
+<!ELEMENT avp (single | grouped)>
+<!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>
+<!--
+ Avp record
+
+ name: Avp unique name
+ code: Avp numeric code
+ vendor-name: Avp vendor name with vendor-id value. Gets IETF (zero value) when missing
+ may-encrypt: Avp data may be encrypted (yes, no). By default is 'no'
+ v-bit: Avp vendor-specific bit rule (must, may, shouldnot, mustnot). By default is 'mustnot'
+ m-bit: Avp mandatory bit rule (must, may, shouldnot, mustnot). By default is 'may'
+ p-bit: Avp protected (encryption) bit rule (must, may, shouldnot, mustnot). By default is 'may'
+-->
+
+<!ELEMENT single (label*)>
+<!ATTLIST single format-name CDATA #REQUIRED enum CDATA #IMPLIED>
+<!--
+ Non-grouped avp struct
+
+ 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)
+ enum: Enum values restriction for enumerated-format avp: '[i][,[j]][,[m-n]...]'
+-->
+
+<!ELEMENT label EMPTY>
+<!ATTLIST label data CDATA #REQUIRED alias CDATA #REQUIRED>
+<!--
+ Mostly used with enumerated-type avps
+
+ data: Specific avp data
+ alias: Data-linked name
+-->
+
+<!ELEMENT grouped (avprule+)>
+<!--
+ Grouped avp struct
+-->
+
+<!ELEMENT avprule EMPTY>
+<!ATTLIST avprule id CDATA #REQUIRED type (Fixed | Mandatory | Optional) #REQUIRED qual CDATA #IMPLIED>
+<!--
+ Avp rule definition
+
+ id: Avp name reference. Generic AVP is harcoded with 'AVP' name
+ type: Avp type (Fixed, Mandatory, Optional)
+ qual: Avp qualifier: *:0-inf; x*:x-inf; *x:0-x; x*y:x-y; missing:1(Fixed, Mandatory), 0-1(Optional)
+-->
+
+<!ELEMENT command (avprule*)>
+<!ATTLIST command name CDATA #REQUIRED code CDATA #REQUIRED type (Request | Answer) #REQUIRED>
+<!--
+ Command record
+
+ name: Command unique name
+ code: Command numeric code
+ type: Command type (Request, Answer)
+-->
+
+
+
+[12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (74) | Temporary file | /tmp/anna.xml.18750.dtd
+
+[12/04/2015 15:32:25] Debug | source/xml/DTDMemory.cpp (0) | anna::xml::DTDMemory::parse | end
+
+[12/04/2015 15:32:25] Debug | source/xml/DTD.cpp (0) | anna::xml::DTD::initialize | end
+
+[12/04/2015 15:32:25] Debug | source/diameter/stack/Dictionary.cpp (850) | Loading diameter dictionary from 'dictionary.xml' ...
+
+[12/04/2015 15:32:25] Debug | source/xml/Document.cpp (73) | anna::xml::Document::initialize (char*) | begin
+
+[12/04/2015 15:32:25] Debug | source/xml/DocumentFile.cpp (59) | anna::xml::DocumentFile::do_initialize | begin
+
+[12/04/2015 15:32:25] Debug | source/xml/DocumentFile.cpp (65) | xml::DocumentFile::do_initialize | Filename: dictionary.xml
+
+[12/04/2015 15:32:25] Debug | source/xml/DocumentFile.cpp (0) | anna::xml::DocumentFile::do_initialize | end
+
+[12/04/2015 15:32:25] Debug | source/xml/Document.cpp (0) | anna::xml::Document::initialize (char*) | end
+
+[12/04/2015 15:32:25] Error | source/xml/DocumentFile.cpp (78) | RuntimeException | Error analyzing XML document: dictionary.xml
+
+
+--------------------------------------------------------------
+- [12/04/2015 15:32:48]
+- Current trace level: Debug
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 15:32:48] Debug | source/core/util/ComponentManager.cpp (60) | anna::ComponentManager::attach(component) | begin
+
+[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 }
+
+[12/04/2015 15:32:48] Debug | source/core/util/ComponentManager.cpp (0) | anna::ComponentManager::attach(component) | end
+
+[12/04/2015 15:32:48] Debug | source/xml/DTD.cpp (58) | anna::xml::DTD::initialize | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (69) | anna::xml::DTDMemory::parse | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (73) | DTD | <?xml version="1.0" encoding="UTF-8"?>
+<!-- Diameter message DTD -->
+
+<!ELEMENT message (avp*)>
+<!ELEMENT avp (avp*)>
+
+<!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>
+<!--
+ version: Diameter version. Sets '1' by default
+ name: Command name within working stack (dictionary identifier)
+ p-bit: (P)roxiable bit flag (yes, no). By default is 'no'
+ e-bit: (E)rror bit flag (yes, no). By default is 'no'
+ t-bit: Potentially re-(T)ransmitted bit flag (yes, no). By default is 'no'
+
+ In order to get more coding capabilities, command code and flags could be established instead of former fields,
+ but neither of them are allowed if the other are present (and vice versa):
+
+ code: Command code
+ 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
+
+
+ application-id: Message application id
+ hop-by-hop-id: Message hop by hop id. Sets '0' by default
+ end-by-end-id: Message end by end id. Sets '0' by default
+-->
+
+<!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>
+<!--
+ name: Avp name within working stack (dictionary identifier)
+
+ In order to get more coding capabilities, avp code, vendor-id and flags could be established instead of former avp name,
+ but neither of them are allowed if 'name' is provided (and vice versa):
+
+ code: Avp code
+ vendor-code: Avp vendor code
+ 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)
+ alias: Descriptive/helper field for certain numeric data values. Aliases are defined at diameter dictionary, but are ignored (not checked) at xml message parsing
+ The reason to include it in dtd definition, is because xml messages traced by the diameter codec could add alias field for some Avps
+
+
+ data: Natural string representation for avp data. Specially applicable with numbers and printable strings, but also
+ useful for certain formats which could be easily understandable in such friendly/smart representation. We will
+ achieve different human-readable strings depending on data format:
+
+ [ OctetString ] (if printable, but not recommended)
+ [ Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64 ] (normal number representation)
+ [ Time ] (NTP timestamp, normal number representation)
+ [ Address ] ('<type (IANA Address Family Number)>|<value>' representation; i.e. '1|192.168.0.1'(IPv4), '8|34616279266'(E164), etc.
+ Type (and pipe) field could be avoided for IPv4 and IPv6 address types (a light parse checking is done: one colon for
+ IPv6, one dot for IPv4). Internal engine always includes type on data field, which is also recommended for inputs.
+ Currently, only IPv4, IPv6 and E164 address types have a known printable presentation, anyway using printable format
+ for another types will encode the address value directly as E164 does)
+ [ UTF8String, DiameterIdentity, DiameterURI ] (printable)
+ [ IPFilterRule, QoSFilterRule ] (uses ASCII charset, printable)
+
+ New application formats must define specific natural representation for internal raw data
+
+ hex-data: Hexadecimal octet sequence representation (i.e. 'af012fb3', with even number of digits). Suitable for whatever kind
+ of diameter format, but mandatory for non printable information. OctetString usually transport non human-readable
+ data and should better be encoded within this field although being printable. Unknown avps (which fails identifying
+ provided name or code/vendor-code) must always use this representation.
+
+ Xml representation for decoded messages shows natural content except for 'OctetString' format and unknown avps. Anyway, when printable,
+ OctetString could show such information at data field apart from hex-data, because many implementations use this format to transport
+ readable-string data. In general, one of the data fields is mandatory except for 'Grouped' type (its data is another level of avps).
+ Application-specific formats must decide the way to represent its contents, being recommended to use a natural representation if possible,
+ because xml is read by humans with testing and monitoring purposes.
+-->
+
+
+
+[12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (74) | Temporary file | /tmp/anna.xml.18781.dtd
+
+[12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (0) | anna::xml::DTDMemory::parse | end
+
+[12/04/2015 15:32:48] Debug | source/xml/DTD.cpp (0) | anna::xml::DTD::initialize | end
+
+[12/04/2015 15:32:48] Debug | source/xml/DTD.cpp (58) | anna::xml::DTD::initialize | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (69) | anna::xml::DTDMemory::parse | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (73) | DTD | <?xml version="1.0" encoding="UTF-8"?>
+<!-- Diameter dictionary DTD -->
+
+<!-- <!ELEMENT dictionary (format*, vendor+, avp+, command+)> allowed empty dictionary load: diameter base protocol would be harcoded -->
+<!ELEMENT dictionary (format*, vendor*, avp*, command*)>
+<!ATTLIST dictionary name CDATA #REQUIRED>
+<!--
+ Dictionary definitions
+
+ name: Dictionary name
+-->
+
+<!ELEMENT format EMPTY>
+<!ATTLIST format name CDATA #REQUIRED parent-type ( OctetString | Integer32 | Integer64 | Unsigned32 | Unsigned64 | Float32 | Float64 ) #REQUIRED>
+<!--
+ Format record
+
+ name: Format type unique name
+ parent-type: Format parent type within diameter basics: OctetString, Integer32, Integer64, Unsigned32, Unsigned64, Float32, Float64
+-->
+
+<!ELEMENT vendor EMPTY>
+<!ATTLIST vendor name CDATA #REQUIRED code CDATA #REQUIRED>
+<!--
+ Vendor record
+
+ name: Vendor unique name
+ code: Vendor numeric code
+-->
+
+<!ELEMENT avp (single | grouped)>
+<!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>
+<!--
+ Avp record
+
+ name: Avp unique name
+ code: Avp numeric code
+ vendor-name: Avp vendor name with vendor-id value. Gets IETF (zero value) when missing
+ may-encrypt: Avp data may be encrypted (yes, no). By default is 'no'
+ v-bit: Avp vendor-specific bit rule (must, may, shouldnot, mustnot). By default is 'mustnot'
+ m-bit: Avp mandatory bit rule (must, may, shouldnot, mustnot). By default is 'may'
+ p-bit: Avp protected (encryption) bit rule (must, may, shouldnot, mustnot). By default is 'may'
+-->
+
+<!ELEMENT single (label*)>
+<!ATTLIST single format-name CDATA #REQUIRED enum CDATA #IMPLIED>
+<!--
+ Non-grouped avp struct
+
+ 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)
+ enum: Enum values restriction for enumerated-format avp: '[i][,[j]][,[m-n]...]'
+-->
+
+<!ELEMENT label EMPTY>
+<!ATTLIST label data CDATA #REQUIRED alias CDATA #REQUIRED>
+<!--
+ Mostly used with enumerated-type avps
+
+ data: Specific avp data
+ alias: Data-linked name
+-->
+
+<!ELEMENT grouped (avprule+)>
+<!--
+ Grouped avp struct
+-->
+
+<!ELEMENT avprule EMPTY>
+<!ATTLIST avprule id CDATA #REQUIRED type (Fixed | Mandatory | Optional) #REQUIRED qual CDATA #IMPLIED>
+<!--
+ Avp rule definition
+
+ id: Avp name reference. Generic AVP is harcoded with 'AVP' name
+ type: Avp type (Fixed, Mandatory, Optional)
+ qual: Avp qualifier: *:0-inf; x*:x-inf; *x:0-x; x*y:x-y; missing:1(Fixed, Mandatory), 0-1(Optional)
+-->
+
+<!ELEMENT command (avprule*)>
+<!ATTLIST command name CDATA #REQUIRED code CDATA #REQUIRED type (Request | Answer) #REQUIRED>
+<!--
+ Command record
+
+ name: Command unique name
+ code: Command numeric code
+ type: Command type (Request, Answer)
+-->
+
+
+
+[12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (74) | Temporary file | /tmp/anna.xml.18781.dtd
+
+[12/04/2015 15:32:48] Debug | source/xml/DTDMemory.cpp (0) | anna::xml::DTDMemory::parse | end
+
+[12/04/2015 15:32:48] Debug | source/xml/DTD.cpp (0) | anna::xml::DTD::initialize | end
+
+[12/04/2015 15:32:48] Debug | source/diameter/stack/Dictionary.cpp (850) | Loading diameter dictionary from 'dictionary.xml' ...
+
+[12/04/2015 15:32:48] Debug | source/xml/Document.cpp (73) | anna::xml::Document::initialize (char*) | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (59) | anna::xml::DocumentFile::do_initialize | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (65) | xml::DocumentFile::do_initialize | Filename: dictionary.xml
+
+[12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (0) | anna::xml::DocumentFile::do_initialize | end
+
+[12/04/2015 15:32:48] Debug | source/xml/Document.cpp (0) | anna::xml::Document::initialize (char*) | end
+
+[12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (88) | anna::xml::Parser::apply(Document,DTD) | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (98) | anna::xml::Parser::apply (_xmlDoc) | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (231) | anna::xml::Parser::setupEncoding | Encoding: none
+
+[12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (0) | anna::xml::Parser::apply (_xmlDoc) | end
+
+[12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (0) | anna::xml::Parser::apply(Document,DTD) | end
+
+[12/04/2015 15:32:48] Debug | source/diameter/stack/Dictionary.cpp (870) |
+------------------------------------- Name -------------------------------------
+Gx and Rx diameter interfaces
+
+------------------------------------ Formats -----------------------------------
+(Diameter RFC-3588 type) 'Address', derived from 'OctetString'
+(Diameter RFC-3588 type) 'DiameterIdentity', derived from 'OctetString'
+(Diameter RFC-3588 type) 'DiameterURI', derived from 'OctetString'
+(Diameter RFC-3588 type) 'Enumerated', derived from 'Integer32'
+(Diameter RFC-3588 type) 'Float32'
+(Diameter RFC-3588 type) 'Float64'
+(Diameter RFC-3588 type) 'Grouped'
+(Diameter RFC-3588 type) 'IPFilterRule', derived from 'OctetString'
+(Diameter RFC-3588 type) 'Integer32'
+(Diameter RFC-3588 type) 'Integer64'
+(Diameter RFC-3588 type) 'OctetString'
+(Diameter RFC-3588 type) 'QoSFilterRule', derived from 'OctetString'
+(Diameter RFC-3588 type) 'Time', derived from 'OctetString'
+(Diameter RFC-3588 type) 'UTF8String', derived from 'OctetString'
+(Diameter RFC-3588 type) 'Unsigned32'
+(Diameter RFC-3588 type) 'Unsigned64'
+
+------------------------------ Vendors (3 entries) -----------------------------
+'IETF'(0)
+'3GPP'(10415)
+'ETSI'(13019)
+
+------------------------------ Avps (331 entries) ------------------------------
+'AVP'(0,0)|Format: 'Any'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
+'User-Name'(1,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'NAS-IP-Address'(4,0)|Format: 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Framed-IP-Address'(8,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
+'Filter-Id'(11,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
+'Class'(25,0)|Format: 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Session-Timeout'(27,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Called-Station-Id'(30,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
+'Proxy-State'(33,0)|Format: 'OctetString'|FlagRules: must(M), mustnot(V,P), mayEncypt(N)
+'Accounting-Session-Id'(44,0)|Format: 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Acct-Multi-Session-Id'(50,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Event-Timestamp'(55,0)|Format: 'Time', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Acct-Interim-Interval'(85,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Framed-IPv6-Prefix'(97,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(N)
+'Host-IP-Address'(257,0)|Format: 'Address', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Auth-Application-Id'(258,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Acct-Application-Id'(259,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+ ERICSSON_SCAP (19302)
+
+'Vendor-Specific-Application-Id'(260,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+ 1*[Vendor-Id].....................................(266,0)
+ *1[Auth-Application-Id]...........................(258,0)
+ *1[Acct-Application-Id]...........................(259,0)
+
+'Redirect-Host-Usage'(261,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 0-6
+ DONT_CACHE (0)
+ ALL_SESSION (1)
+ ALL_REALM (2)
+ REALM_AND_APPLICATION (3)
+ ALL_APPLICATION (4)
+ ALL_HOST (5)
+ ALL_USER (6)
+
+'Redirect-Max-Cache-Time'(262,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Session-Id'(263,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Origin-Host'(264,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Supported-Vendor-Id'(265,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Vendor-Id'(266,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Firmware-Revision'(267,0)|Format: 'Unsigned32'|FlagRules: mustnot(V,M,P), mayEncypt(N)
+'Result-Code'(268,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+ DIAMETER_MULTI_ROUND_AUTH (1001)
+ DIAMETER_SUCCESS (2001)
+ DIAMETER_LIMITED_SUCCESS (2002)
+ DIAMETER_COMMAND_UNSUPPORTED (3001)
+ DIAMETER_UNABLE_TO_DELIVER (3002)
+ DIAMETER_REALM_NOT_SERVED (3003)
+ DIAMETER_TOO_BUSY (3004)
+ DIAMETER_LOOP_DETECTED (3005)
+ DIAMETER_REDIRECT_INDICATION (3006)
+ DIAMETER_APPLICATION_UNSUPPORTED (3007)
+ DIAMETER_INVALID_HDR_BITS (3008)
+ DIAMETER_INVALID_AVP_BITS (3009)
+ DIAMETER_UNKNOWN_PEER (3010)
+ DIAMETER_AUTHENTICATION_REJECTED (4001)
+ DIAMETER_OUT_OF_SPACE (4002)
+ ELECTION_LOST (4003)
+ DIAMETER_ERROR_MIP_REPLY_FAILURE (4005)
+ DIAMETER_ERROR_HA_NOT_AVAILABLE (4006)
+ DIAMETER_ERROR_BAD_KEY (4007)
+ DIAMETER_ERROR_MIP_FILTER_NOT_SUPPORTED (4008)
+ DIAMETER_END_USER_SERVICE_DENIED (4010)
+ DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE (4011)
+ DIAMETER_CREDIT_LIMIT_REACHED (4012)
+ DIAMETER_END_USER_SERVICE_DENIED (4241)
+ DIAMETER_AVP_UNSUPPORTED (5001)
+ DIAMETER_UNKNOWN_SESSION_ID (5002)
+ DIAMETER_AUTHORIZATION_REJECTED (5003)
+ DIAMETER_INVALID_AVP_VALUE (5004)
+ DIAMETER_MISSING_AVP (5005)
+ DIAMETER_RESOURCES_EXCEEDED (5006)
+ DIAMETER_CONTRADICTING_AVPS (5007)
+ DIAMETER_AVP_NOT_ALLOWED (5008)
+ DIAMETER_AVP_OCCURS_TOO_MANY_TIMES (5009)
+ DIAMETER_NO_COMMON_APPLICATION (5010)
+ DIAMETER_UNSUPPORTED_VERSION (5011)
+ DIAMETER_UNABLE_TO_COMPLY (5012)
+ DIAMETER_INVALID_BIT_IN_HEADER (5013)
+ DIAMETER_INVALID_AVP_LENGTH (5014)
+ DIAMETER_INVALID_MESSAGE_LENGTH (5015)
+ DIAMETER_INVALID_AVP_BIT_COMBO (5016)
+ DIAMETER_NO_COMMON_SECURITY (5017)
+ DIAMETER_ERROR_NO_FOREIGN_HA_SERVICE (5024)
+ DIAMETER_ERROR_END_TO_END_MIP_KEY_ENCRYPTION (5025)
+ DIAMETER_USER_UNKNOWN (5030)
+ DIAMETER_RATING_FAILED (5031)
+ DIAMETER_END_USER_NOT_FOUND (5241)
+
+'Product-Name'(269,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: mustnot(V,M,P), mayEncypt(N)
+'Session-Binding'(270,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ RE_AUTH (1)
+ STR (2)
+ ACCOUNTING (4)
+
+'Session-Server-Failover'(271,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-3
+ REFUSE_SERVICE (0)
+ TRY_AGAIN (1)
+ ALLOW_SERVICE (2)
+ TRY_AGAIN_ALLOW_SERVICE (3)
+
+'Multi-Round-Time-Out'(272,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Disconnect-Cause'(273,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 0-2
+ REBOOTING (0)
+ BUSY (1)
+ DO_NOT_WANT_TO_TALK_TO_YOU (2)
+
+'Auth-Request-Type'(274,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 0-3
+ RESERVED (0)
+ AUTHENTICATE_ONLY (1)
+ AUTHORIZE_ONLY (2)
+ AUTHORIZE_AUTHENTICATE (3)
+
+'Auth-Grace-Period'(276,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Auth-Session-State'(277,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 0-1
+ STATE_MAINTAINED (0)
+ NO_STATE_MAINTAINED (1)
+
+'Origin-State-Id'(278,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Failed-AVP'(279,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+ 1*{AVP}...........................................(0,0)
+
+'Proxy-Host'(280,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), mustnot(V,P), mayEncypt(N)
+'Error-Message'(281,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: may(P), mustnot(V,M), mayEncypt(N)
+'Route-Record'(282,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), mustnot(V,P), mayEncypt(N)
+'Destination-Realm'(283,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Proxy-Info'(284,0)|Format: 'Grouped'|FlagRules: must(M), mustnot(V,P), mayEncypt(N)
+ {Proxy-Host}....................................(280,0)
+ {Proxy-State}...................................(33,0)
+ *[AVP]...........................................(0,0)
+
+'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
+ AUTHORIZE_ONLY (0)
+ AUTHORIZE_AUTHENTICATE (1)
+
+'Accounting-Sub-Session-Id'(287,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Authorization-Lifetime'(291,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Redirect-Host'(292,0)|Format: 'DiameterURI', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Destination-Host'(293,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Error-Reporting-Host'(294,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: may(P), mustnot(V,M), mayEncypt(N)
+'Termination-Cause'(295,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)|Allowed enum values: 1-8
+ DIAMETER_LOGOUT (1)
+ DIAMETER_SERVICE_NOT_PROVIDED (2)
+ DIAMETER_BAD_ANSWER (3)
+ DIAMETER_ADMINISTRATIVE (4)
+ DIAMETER_LINK_BROKEN (5)
+ DIAMETER_AUTH_EXPIRED (6)
+ DIAMETER_USER_MOVED (7)
+ DIAMETER_SESSION_TIMEOUT (8)
+
+'Origin-Realm'(296,0)|Format: 'DiameterIdentity', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+'Experimental-Result'(297,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+ {Vendor-Id}.....................................(266,0)
+ {Experimental-Result-Code}......................(298,0)
+
+'Experimental-Result-Code'(298,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+ INVALID_SERVICE_INFORMATION (5061)
+ FILTER_RESTRICTIONS (5062)
+ REQUESTED_SERVICE_NOT_AUTHORIZED (5063)
+ DUPLICATED_AF_SESSION (5064)
+ IP-CAN_SESSION_NOT_AVAILABLE (5065)
+
+'Inband-Security-Id'(299,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(N)
+ NO_INBAND_SECURITY (0)
+ TLS (1)
+
+'E2E-Sequence-AVP'(300,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ *[AVP]...........................................(0,0)
+
+'CC-Correlation-Id'(411,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
+'CC-Input-Octets'(412,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'CC-Money'(413,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ <Unit-Value>....................................(445,0)
+ [Currency-Code].................................(425,0)
+
+'CC-Output-Octets'(414,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'CC-Request-Number'(415,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'CC-Request-Type'(416,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 1-4
+ INITIAL_REQUEST (1)
+ UPDATE_REQUEST (2)
+ TERMINATION_REQUEST (3)
+ EVENT_REQUEST (4)
+
+'CC-Service-Specific-Units'(417,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'CC-Session-Failover'(418,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-1
+ FAILOVER_NOT_SUPPORTED (0)
+ FAILOVER_SUPPORTED (1)
+
+'CC-Sub-Session-Id'(419,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'CC-Time'(420,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'CC-Total-Octets'(421,0)|Format: 'Unsigned64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Check-Balance-Result'(422,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-1
+ ENOUGH_CREDIT (0)
+ NO_CREDIT (1)
+
+'Cost-Information'(423,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ {Unit-Value}....................................(445,0)
+ {Currency-Code}.................................(425,0)
+ [Cost-Unit].....................................(424,0)
+
+'Cost-Unit'(424,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Currency-Code'(425,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Credit-Control'(426,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-1
+ CREDIT_AUTHORIZATION (0)
+ RE_AUTHORIZATION (1)
+
+'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
+ TERMINATE (0)
+ CONTINUE (1)
+ RETRY_AND_TERMINATE (2)
+
+'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
+ TERMINATE_OR_BUFFER (0)
+ CONTINUE (1)
+
+'Exponent'(429,0)|Format: 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Final-Unit-Indication'(430,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ <Final-Unit-Action>.............................(449,0)
+ *[Restriction-Filter-Rule].......................(438,0)
+ *[Filter-Id].....................................(11,0)
+ [Redirect-Server]...............................(434,0)
+
+'Granted-Service-Unit'(431,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ [Tariff-Time-Change]............................(451,0)
+ [CC-Time].......................................(420,0)
+ [CC-Money]......................................(413,0)
+ [CC-Total-Octets]...............................(421,0)
+ [CC-Input-Octets]...............................(412,0)
+ [CC-Output-Octets]..............................(414,0)
+ [CC-Service-Specific-Units].....................(417,0)
+ *[AVP]...........................................(0,0)
+
+'Rating-Group'(432,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Redirect-Address-Type'(433,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-3
+ IPv4_Address (0)
+ IPv6_Address (1)
+ URL (2)
+ SIP_URL (3)
+
+'Redirect-Server'(434,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ <Redirect-Address-Type>.........................(433,0)
+ <Redirect-Server-Address>.......................(435,0)
+
+'Redirect-Server-Address'(435,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Requested-Action'(436,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-3
+ DIRECT_DEBITING (0)
+ REFUND_ACCOUNT (1)
+ CHECK_BALANCE (2)
+ PRICE_ENQUIRY (3)
+
+'Requested-Service-Unit'(437,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ [CC-Time].......................................(420,0)
+ [CC-Money]......................................(413,0)
+ [CC-Total-Octets]...............................(421,0)
+ [CC-Input-Octets]...............................(412,0)
+ [CC-Output-Octets]..............................(414,0)
+ [CC-Service-Specific-Units].....................(417,0)
+ *[AVP]...........................................(0,0)
+
+'Restriction-Filter-Rule'(438,0)|Format: 'IPFilterRule', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Service-Identifier'(439,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Service-Parameter-Info'(440,0)|Format: 'Grouped'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
+ {Service-Parameter-Type}........................(441,0)
+ {Service-Parameter-Value}.......................(442,0)
+
+'Service-Parameter-Type'(441,0)|Format: 'Unsigned32'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
+'Service-Parameter-Value'(442,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
+'Subscription-Id'(443,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ <Subscription-Id-Type>..........................(450,0)
+ <Subscription-Id-Data>..........................(444,0)
+
+'Subscription-Id-Data'(444,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Unit-Value'(445,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ <Value-Digits>..................................(447,0)
+ [Exponent]......................................(429,0)
+
+'Used-Service-Unit'(446,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ [Tariff-Change-Usage]...........................(452,0)
+ [CC-Time].......................................(420,0)
+ [CC-Money]......................................(413,0)
+ [CC-Total-Octets]...............................(421,0)
+ [CC-Input-Octets]...............................(412,0)
+ [CC-Output-Octets]..............................(414,0)
+ [CC-Service-Specific-Units].....................(417,0)
+ *[AVP]...........................................(0,0)
+
+'Value-Digits'(447,0)|Format: 'Integer64'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Validity-Time'(448,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Final-Unit-Action'(449,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-2
+ TERMINATE (0)
+ REDIRECT (1)
+ RESTRICT_ACCESS (2)
+
+'Subscription-Id-Type'(450,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-4
+ END_USER_E164 (0)
+ END_USER_IMSI (1)
+ END_USER_SIP_URL (2)
+ END_USER_NAI (3)
+ END_USER_PRIVATE (4)
+
+'Tariff-Time-Change'(451,0)|Format: 'Time', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Tariff-Change-Usage'(452,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-2
+ UNIT_BEFORE_TARIFF_CHANGE (0)
+ UNIT_AFTER_TARIFF_CHANGE (1)
+ UNIT_INDETERMINATE (2)
+
+'G-S-U-Pool-Identifier'(453,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'CC-Unit-Type'(454,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-5
+ TIME (0)
+ MONEY (1)
+ TOTAL_OCTETS (2)
+ INPUT_OCTETS (3)
+ OUTPUT_OCTETS (4)
+ SERVICE_SPECIFIC_UNITS (5)
+
+'Multiple-Services-Indicator'(455,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-1
+ MULTIPLE_SERVICES_NOT_SUPPORTED (0)
+ MULTIPLE_SERVICES_SUPPORTED (1)
+
+'Multiple-Services-Credit-Control'(456,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ [Granted-Service-Unit]..........................(431,0)
+ [Requested-Service-Unit]........................(437,0)
+ *[Used-Service-Unit].............................(446,0)
+ [Tariff-Change-Usage]...........................(452,0)
+ *[Service-Identifier]............................(439,0)
+ [Rating-Group]..................................(432,0)
+ *[G-S-U-Pool-Reference]..........................(457,0)
+ [Validity-Time].................................(448,0)
+ [Result-Code]...................................(268,0)
+ [Final-Unit-Indication].........................(430,0)
+ *[AVP]...........................................(0,0)
+
+'G-S-U-Pool-Reference'(457,0)|Format: 'Grouped'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+ {G-S-U-Pool-Identifier}.........................(453,0)
+ {CC-Unit-Type}..................................(454,0)
+ {Unit-Value}....................................(445,0)
+
+'User-Equipment-Info'(458,0)|Format: 'Grouped'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
+ {User-Equipment-Info-Type}......................(459,0)
+ {User-Equipment-Info-Value}.....................(460,0)
+
+'User-Equipment-Info-Type'(459,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)|Allowed enum values: 0-3
+ IMEISV (0)
+ MAC (1)
+ EUI64 (2)
+ MODIFIED_EUI64 (3)
+
+'User-Equipment-Info-Value'(460,0)|Format: 'OctetString'|FlagRules: may(M,P), mustnot(V), mayEncypt(Y)
+'Service-Context-Id'(461,0)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Accounting-Record-Type'(480,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 1-4
+ EVENT_RECORD (1)
+ START_RECORD (2)
+ INTERIM_RECORD (3)
+ STOP_RECORD (4)
+
+'Accounting-Interim-Interval'(482,0)|Format: 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'Accounting-Realtime-Required'(483,0)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)|Allowed enum values: 1-3
+ DELIVER_AND_GRANT (1)
+ GRANT_AND_STORE (2)
+ GRANT_AND_LOSE (3)
+
+'Accounting-Record-Number'(485,0)|Format: 'Unsigned32'|FlagRules: must(M), may(P), mustnot(V), mayEncypt(Y)
+'3GPP-Charging-Id'(2,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-PDP-Type'(3,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ IPV4 (0)
+ PPP (1)
+ IPV6 (2)
+
+'3GPP-CG-Address'(4,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-GPRS-Neg-QoS-Profile'(5,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-SGSN-Address'(6,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-GGSN-Address'(7,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-IMSI-MCC-MNC'(8,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-GGSN-MCC-MNC'(9,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-NSAPI'(10,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-Session-Stop-Indicator'(11,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-Selection-Mode'(12,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-Charging-Characteristics'(13,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-SGSN-IPv6-Address'(15,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-GGSN-IPv6-Address'(16,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-SGSN-MCC-MNC'(18,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GGP-IMEISV'(20,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-Rat-Type'(21,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-User-Location-Info'(22,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-MS-TimeZone'(23,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'3GPP-CAMEL-Charging-Info'(24,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Abort-Cause'(500,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-4
+ BEARER_RELEASED (0)
+ INSUFFICIENT_SERVER_RESOURCES (1)
+ INSUFFICIENT_BEARER_RESOURCES (2)
+ PS_TO_CS_HANDOVER (3)
+ SPONSORED_DATA_CONNECTIVITY_DISALLOWED (4)
+
+'Access-Network-Charging-Address'(501,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'Access-Network-Charging-Identifier'(502,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+ {Access-Network-Charging-Identifier-Value}......(503,10415)
+ *[Flows].........................................(510,10415)
+
+'Access-Network-Charging-Identifier-Value'(503,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'AF-Application-Identifier'(504,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'AF-Charging-Identifier'(505,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'Flow-Description'(507,10415)|Format: 'IPFilterRule', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'Flow-Number'(509,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'Flows'(510,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+ {Media-Component-Number}........................(518,10415)
+ *[Flow-Number]...................................(509,10415)
+ [Final-Unit-Action].............................(449,0)
+
+'Flow-Status'(511,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-15
+ ENABLED-UPLINK (0)
+ ENABLED-DOWNLINK (1)
+ ENABLED (2)
+ DISABLED (3)
+ REMOVED (4)
+
+'Flow-Usage'(512,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-15
+ NO_INFORMATION (0)
+ RTCP (1)
+ AF_SIGNALLING (2)
+
+'Specific-Action'(513,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 1-4,6-11
+ CHARGING_CORRELATION_EXCHANGE (1)
+ INDICATION_OF_LOSS_OF_BEARER (2)
+ INDICATION_OF_RECOVERY_OF_BEARER (3)
+ INDICATION_OF_RELEASE_OF_BEARER (4)
+ IP-CAN_CHANGE (6)
+ INDICATION_OF_OUT_OF_CREDIT (7)
+ INDICATION_OF_SUCCESSFUL_RESOURCES_ALLOCATION (8)
+ INDICATION_OF_FAILED_RESOURCES_ALLOCATION (9)
+ INDICATION_OF_LIMITED_PCC_DEPLOYMENT (10)
+ USAGE_REPORT (11)
+
+'Max-Requested-Bandwidth-DL'(515,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'Max-Requested-Bandwidth-UL'(516,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'Media-Component-Description'(517,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+ {Media-Component-Number}........................(518,10415)
+ *[Media-Sub-Component]...........................(519,10415)
+ [AF-Application-Identifier].....................(504,10415)
+ [Media-Type]....................................(520,10415)
+ [Max-Requested-Bandwidth-UL]....................(516,10415)
+ [Max-Requested-Bandwidth-DL]....................(515,10415)
+ [Flow-Status]...................................(511,10415)
+ [Reservation-Priority]..........................(458,13019)
+ [RS-Bandwidth]..................................(522,10415)
+ [RR-Bandwidth]..................................(521,10415)
+ *[Codec-Data]....................................(524,10415)
+
+'Media-Component-Number'(518,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'Media-Sub-Component'(519,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+ {Flow-Number}...................................(509,10415)
+ 0*2[Flow-Description]..............................(507,10415)
+ [Flow-Status]...................................(511,10415)
+ [Flow-Usage]....................................(512,10415)
+ [Max-Requested-Bandwidth-UL]....................(516,10415)
+ [Max-Requested-Bandwidth-DL]....................(515,10415)
+ [AF-Signalling-Protocol]........................(529,10415)
+ *[AVP]...........................................(0,0)
+
+'Media-Type'(520,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-6,4294967295
+ OTHER (4294967295)
+ AUDIO (0)
+ VIDEO (1)
+ DATA (2)
+ APPLICATION (3)
+ CONTROL (4)
+ TEXT (5)
+ MESSAGE (6)
+
+'RR-Bandwidth'(521,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'RS-Bandwidth'(522,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'SIP-Forking-Indication'(523,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-1
+ SINGLE_DIALOGUE (0)
+ SEVERAL_DIALOGUES (1)
+
+'Codec-Data'(524,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'Service-URN'(525,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+'Acceptable-Service-Info'(526,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(Y)
+ *[Media-Component-Description]...................(517,10415)
+ [Max-Requested-Bandwidth-DL]....................(515,10415)
+ [Max-Requested-Bandwidth-UL]....................(516,10415)
+ *[AVP]...........................................(0,0)
+
+'Service-Info-Status'(527,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-1
+ FINAL_SERVICE_INFORMATION (0)
+ PRELIMINARY_SERVICE_INFORMATION (1)
+
+'MPS-Identifier'(528,10415)|Format: 'OctetString'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)
+'AF-Signalling-Protocol'(529,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)|Allowed enum values: 0-1
+ NO_INFORMATION (0)
+ SIP (1)
+
+'Sponsored-Connectivity-Data'(530,10415)|Format: 'Grouped'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)
+ [Sponsor-Identity]..............................(531,10415)
+ [Application-Service-Provider-Identity].........(532,10415)
+ [Granted-Service-Unit]..........................(431,0)
+ [Used-Service-Unit].............................(446,0)
+ *[AVP]...........................................(0,0)
+
+'Sponsor-Identity'(531,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)
+'Application-Service-Provider-Identity'(532,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)
+'Rx-Request-Type'(533,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)|Allowed enum values: 0-1
+ INITIAL_REQUEST (0)
+ UPDATE_REQUEST (1)
+
+'Server-Name'(602,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Server-Capabilities'(603,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ *[Mandatory-Capability]..........................(604,10415)
+ *[Optional-Capability]...........................(605,10415)
+ *[Server-Name]...................................(602,10415)
+ *[AVP]...........................................(0,0)
+
+'Mandatory-Capability'(604,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Optional-Capability'(605,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Supported-Features'(628,10415)|Format: 'Grouped'|FlagRules: must(V), may(M,P), mayEncypt(N)
+ {Vendor-Id}.....................................(266,0)
+ {Feature-List-ID}...............................(629,10415)
+ {Feature-List}..................................(630,10415)
+ *[AVP]...........................................(0,0)
+
+'Feature-List-ID'(629,10415)|Format: 'Unsigned32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(N)
+'Feature-List'(630,10415)|Format: 'Unsigned32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(N)
+'Session-Priority'(650,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-4
+ PRIORITY-0 (0)
+ PRIORITY-1 (1)
+ PRIORITY-2 (2)
+ PRIORITY-3 (3)
+ PRIORITY-4 (4)
+
+'Quota-Consumption-Time'(811,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Event-Type'(823,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [SIP-Method]....................................(824,10415)
+ [Event].........................................(825,10415)
+ [Expires].......................................(888,10415)
+
+'SIP-Method'(824,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Event'(825,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Content-Type'(826,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Content-Length'(827,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Content-Disposition'(828,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Role-Of-Node'(829,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-3
+ ORIGINATING_ROLE (0)
+ TERMINATING_ROLE (1)
+ PROXY_ROLE (2)
+ B2BUA_ROLE (3)
+
+'User-Session-Id'(830,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Calling-Party-Address'(831,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Called-Party-Address'(832,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Time-Stamps'(833,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [SIP-Request-Timestamp].........................(834,10415)
+ [SIP-Response-Timestamp]........................(835,10415)
+ [SIP-Request-Timestamp-Fraction]................(2301,10415)
+ [SIP-Response-Timestamp-Fraction]...............(2302,10415)
+
+'SIP-Request-Timestamp'(834,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SIP-Response-Timestamp'(835,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Application-Server'(836,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Application-Provided-Called-Party-Address'(837,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Inter-Operator-Identifier'(838,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Originating-IOI]...............................(839,10415)
+ [Terminating-IOI]...............................(840,10415)
+
+'Originating-IOI'(839,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Terminating-IOI'(840,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'IMS-Charging-Identifier'(841,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SDP-Session-Description'(842,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SDP-Media-Component'(843,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [SDP-Media-Name]................................(844,10415)
+ *[SDP-Media-Description].........................(845,10415)
+ [Media-Initiator-Flag]..........................(882,10415)
+ [Media-Initiator-Party].........................(1288,10415)
+ [Authorized-QoS]................................(849,10415)
+ [3GPP-Charging-Id]..............................(2,10415)
+ [Access-Network-Charging-Identifier-Value]......(503,10415)
+ [SDP-Type]......................................(2036,10415)
+
+'SDP-Media-Name'(844,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SDP-Media-Description'(845,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'CG-Address'(846,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'GGSN-Address'(847,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Served-Party-IP-Address'(848,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Authorized-QoS'(849,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Application-Server-Information'(850,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Application-Server]............................(836,10415)
+ *[Application-Provided-Called-Party-Address].....(837,10415)
+
+'Trunk-Group-ID'(851,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Incoming-Trunk-Group-ID].......................(852,10415)
+ [Outgoing-Trunk-Group-ID].......................(853,10415)
+
+'Incoming-Trunk-Group-ID'(852,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Outgoing-Trunk-Group-ID'(853,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Bearer-Service'(854,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Service-Id'(855,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Associated-URI'(856,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Cause-Code'(861,10415)|Format: 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Node-Functionality'(862,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-11
+ S-CSCF (0)
+ P-CSCF (1)
+ I-CSCF (2)
+ MRFC (3)
+ MGCF (4)
+ BGCF (5)
+ AS (6)
+ IBCF (7)
+ S-GW (8)
+ P-GW (9)
+ HSGW (10)
+ E-CSCF (11)
+
+'Service-Specific-Data'(863,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Originator'(864,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ Calling Party (0)
+ Called Party (1)
+
+'PS-Furnish-Charging-Information'(865,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {3GPP-Charging-Id}..............................(2,10415)
+ {PS-Free-Format-Data}...........................(866,10415)
+ [PS-Append-Free-Format-Data]....................(867,10415)
+
+'PS-Free-Format-Data'(866,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'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
+ APPEND (0)
+ OVERWRITE (1)
+
+'Time-Quota-Threshold'(868,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Volume-Quota-Threshold'(869,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'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
+ CHANGE_IN_SGSN_IP_ADDRESS (1)
+ CHANGE_IN_QOS (2)
+ CHANGE_IN_LOCATION (3)
+ CHANGE_IN_RAT (4)
+ CHANGEINQOS_TRAFFIC_CLASS (10)
+ CHANGEINQOS_RELIABILITY_CLASS (11)
+ CHANGEINQOS_DELAY_CLASS (12)
+ CHANGEINQOS_PEAK_THROUGHPUT (13)
+ CHANGEINQOS_PRECEDENCE_CLASS (14)
+ CHANGEINQOS_MEAN_THROUGHPUT (15)
+ CHANGEINQOS_MAXIMUM_BIT_RATE_FOR_UPLINK (16)
+ CHANGEINQOS_MAXIMUM_BIT_RATE_FOR_DOWNLINK (17)
+ CHANGEINQOS_RESIDUAL_BER (18)
+ CHANGEINQOS_SDU_ERROR_RATIO (19)
+ CHANGEINQOS_TRANSFER_DELAY (20)
+ CHANGEINQOS_TRAFFIC_HANDLING_PRIORITY (21)
+ CHANGEINQOS_GUARANTEED_BIT_RATE_FOR_UPLINK (22)
+ CHANGEINQOS_GUARANTEED_BIT_RATE_FOR_DOWNLINK (23)
+ CHANGEINLOCATION_MCC (30)
+ CHANGEINLOCATION_MNC (31)
+ CHANGEINLOCATION_RAC (32)
+ CHANGEINLOCATION_LAC (33)
+ CHANGEINLOCATION_CellId (34)
+ CHANGE_IN_MEDIA_COMPOSITION (40)
+ CHANGEINPARTICIPANTS_NMB (50)
+
+'Quota-Holding-Time'(871,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Reporting-Reason'(872,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-8
+ THRESHOLD (0)
+ QHT (1)
+ FINAL (2)
+ QUOTA_EXHAUSTED (3)
+ VALIDITY_TIME (4)
+ OTHER_QUOTA_TYPE (5)
+ RATING_CONDITION_CHANGE (6)
+ FORCED_REAUTHORISATION (7)
+ POOL_EXHAUSTED (8)
+
+'Service-Information'(873,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [PS-Information]................................(874,10415)
+ [IMS-Information]...............................(876,10415)
+ [MMS-Information]...............................(877,10415)
+ [SMS-Information]...............................(2000,10415)
+ [Service-Generic-Information]...................(1256,10415)
+
+'PS-Information'(874,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [3GPP-Charging-Id]..............................(2,10415)
+ [3GPP-PDP-Type].................................(3,10415)
+ [3GPP-GPRS-Neg-QoS-Profile].....................(5,10415)
+ [3GPP-IMSI-MCC-MNC].............................(8,10415)
+ [3GPP-GGSN-MCC-MNC].............................(9,10415)
+ [3GPP-NSAPI]....................................(10,10415)
+ [3GPP-Session-Stop-Indicator]...................(11,10415)
+ [3GPP-Selection-Mode]...........................(12,10415)
+ [3GPP-Charging-Characteristics].................(13,10415)
+ [3GPP-SGSN-MCC-MNC].............................(18,10415)
+ [3GPP-Rat-Type].................................(21,10415)
+ [3GPP-User-Location-Info].......................(22,10415)
+ [3GPP-MS-TimeZone]..............................(23,10415)
+ [3GPP-CAMEL-Charging-Info]......................(24,10415)
+ [CG-Address]....................................(846,10415)
+ [GGSN-Address]..................................(847,10415)
+ [PS-Furnish-Charging-Information]...............(865,10415)
+ [Charging-Rule-Base-Name].......................(1004,10415)
+ [PDP-Address]...................................(1227,10415)
+ [SGSN-Address]..................................(1228,10415)
+ [Called-Station-Id].............................(30,0)
+ *[AVP]...........................................(0,0)
+
+'IMS-Information'(876,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Event-Type]....................................(823,10415)
+ [Role-Of-Node]..................................(829,10415)
+ {Node-Functionality}............................(862,10415)
+ [User-Session-Id]...............................(830,10415)
+ [Outgoing-Session-Id]...........................(2320,10415)
+ [Session-Priority]..............................(650,10415)
+ *[Calling-Party-Address].........................(831,10415)
+ [Called-Party-Address]..........................(832,10415)
+ *[Called-Asserted-Identity]......................(1250,10415)
+ [Number-Portability-Routing-Information]........(2024,10415)
+ [Carrier-Select-Routing-Information]............(2023,10415)
+ [Alternate-Charged-Party-Address]...............(1280,10415)
+ [Requested-Party-Address].......................(1251,10415)
+ *[Associated-URI]................................(856,10415)
+ [Time-Stamps]...................................(833,10415)
+ *[Application-Server-Information]................(850,10415)
+ *[Inter-Operator-Identifier].....................(838,10415)
+ [IMS-Charging-Identifier].......................(841,10415)
+ *[SDP-Session-Description].......................(842,10415)
+ *[SDP-Media-Component]...........................(843,10415)
+ [Served-Party-IP-Address].......................(848,10415)
+ [Server-Capabilities]...........................(603,10415)
+ [Trunk-Group-ID]................................(851,10415)
+ [Bearer-Service]................................(854,10415)
+ [Service-Id]....................................(855,10415)
+ *[Service-Specific-Info].........................(1249,10415)
+ *[Message-Body]..................................(889,10415)
+ [Cause-Code]....................................(861,10415)
+ [Access-Network-Information]....................(1263,10415)
+ *[Early-Media-Description].......................(1272,10415)
+ [IMS-Communication-Service-Identifier]..........(1281,10415)
+ [Online-Charging-Flag]..........................(2303,10415)
+ [Real-Time-Tariff-Information]..................(2305,10415)
+ [Account-Expiration]............................(2309,10415)
+
+'MMS-Information'(877,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Originator-Address]............................(886,10415)
+ *[Recipient-Address].............................(1201,10415)
+ [Submission-Time]...............................(1202,10415)
+ [MM-Content-Type]...............................(1203,10415)
+ [Priority]......................................(1209,10415)
+ [Message-ID]....................................(1210,10415)
+ [Message-Type]..................................(1211,10415)
+ [Message-Size]..................................(1212,10415)
+ [Message-Class].................................(1213,10415)
+ [Delivery-Report-Requested].....................(1216,10415)
+ [Read-Reply-Report-Requested]...................(1222,10415)
+ [MMBox-Storage-Requested].......................(1248,10415)
+ [Applic-ID].....................................(1218,10415)
+ [Reply-Applic-ID]...............................(1223,10415)
+ [Aux-Applic-Info]...............................(1219,10415)
+ [Content-Class].................................(1220,10415)
+ [DRM-Content]...................................(1221,10415)
+ [Adaptations]...................................(1217,10415)
+ [VASP-Id].......................................(1101,10415)
+ [VAS-Id]........................................(1102,10415)
+
+'Media-Initiator-Flag'(882,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-2
+ CALLING_PARTY (0)
+ CALLED_PARTY (1)
+ UNKNOWN (2)
+
+'Number-Of-Participants'(885,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Originator-Address'(886,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Address-Type]..................................(899,10415)
+ [Address-Data]..................................(897,10415)
+ [Address-Domain]................................(898,10415)
+
+'Expires'(888,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Message-Body'(889,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {Content-Type}..................................(826,10415)
+ {Content-Length}................................(827,10415)
+ [Content-Disposition]...........................(828,10415)
+ [Originator]....................................(864,10415)
+
+'Address-Data'(897,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Address-Domain'(898,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Domain-Name]...................................(1200,10415)
+ [3GPP-IMSI-MCC-MNC].............................(8,10415)
+
+'Address-Type'(899,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-7
+ e-mail address (0)
+ MSISDN (1)
+ IPv4 Address (2)
+ IPv6 Address (3)
+ Numeric Shortcode (4)
+ Alphanumeric Shortcode (5)
+ Other (6)
+ IMSI (7)
+
+'Charging-Rule-Base-Name'(1004,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'IP-CAN-Type'(1027,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(Y)|Allowed enum values: 0-6
+ 3GPP-GPRS (0)
+ DOCSIS (1)
+ xDSL (2)
+ WiMAX (3)
+ 3GPP2 (4)
+ 3GP-EPS (5)
+ Non-3GPP-EPS (6)
+
+'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
+ WLAN (0)
+ VIRTUAL (1)
+ BBF (2)
+ UTRAN (1000)
+ GERAN (1001)
+ GAN (1002)
+ HSPA_EVOLUTION (1003)
+ EUTRAN (1004)
+ CDMA2000_1X (2000)
+ HRPD (2001)
+ UMB (2002)
+ EHRPD (2003)
+
+'VASP-Id'(1101,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'VAS-Id'(1102,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Domain-Name'(1200,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Recipient-Address'(1201,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Address-Type]..................................(899,10415)
+ [Address-Data]..................................(897,10415)
+ [Address-Domain]................................(898,10415)
+ [Addressee-Type]................................(1208,10415)
+
+'Submission-Time'(1202,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'MM-Content-Type'(1203,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Type-Number]...................................(1204,10415)
+ [Additional-Type-Information]...................(1205,10415)
+ [Content-Size]..................................(1206,10415)
+ *[Additional-Content-Information]................(1207,10415)
+
+'Type-Number'(1204,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-88
+'Additional-Type-Information'(1205,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Content-Size'(1206,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Additional-Content-Information'(1207,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Type-Number]...................................(1204,10415)
+ [Additional-Type-Information]...................(1205,10415)
+ [Content-Size]..................................(1206,10415)
+
+'Addressee-Type'(1208,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-2
+ TO (0)
+ CC (1)
+ BCC (2)
+
+'Priority'(1209,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-2
+ Low (0)
+ Normal (1)
+ High (2)
+
+'Message-ID'(1210,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Message-Type'(1211,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 1-15
+ m-send-req (1)
+ m-send-conf (2)
+ m-notification-ind (3)
+ m-notifyresp-ind (4)
+ m-retrieve-conf (5)
+ m-acknowledge-ind (6)
+ m-delivery-ind (7)
+ m-read-rec-ind (8)
+ m-read-orig-ind (9)
+ m-forward-req (10)
+ m-forward-conf (11)
+ m-mbox-store-conf (12)
+ m-mbox-view-conf (13)
+ m-mbox-upload-conf (14)
+ m-mbox-delete-conf (15)
+
+'Message-Size'(1212,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Message-Class'(1213,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Class-Identifier]..............................(1214,10415)
+ [Token-Text]....................................(1215,10415)
+
+'Class-Identifier'(1214,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-3
+ Personal (0)
+ Advertisement (1)
+ Informational (2)
+ Auto (3)
+
+'Token-Text'(1215,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Delivery-Report-Requested'(1216,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ No (0)
+ Yes (1)
+
+'Adaptations'(1217,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ Yes (0)
+ No (1)
+
+'Applic-ID'(1218,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Aux-Applic-Info'(1219,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Content-Class'(1220,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-7
+ text (0)
+ image-basic (1)
+ image-rich (2)
+ video-basic (3)
+ video-rich (4)
+ megapixel (5)
+ content-basic (6)
+ content-rich (7)
+
+'DRM-Content'(1221,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ No (0)
+ Yes (1)
+
+'Read-Reply-Report-Requested'(1222,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ No (0)
+ Yes (1)
+
+'Reply-Applic-ID'(1223,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Unit-Quota-Threshold'(1226,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'PDP-Address'(1227,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SGSN-Address'(1228,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'PDP-Context-Type'(1247,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'MMBox-Storage-Requested'(1248,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ No (0)
+ Yes (1)
+
+'Service-Specific-Info'(1249,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Service-Specific-Type].........................(1257,10415)
+ [Service-Specific-Data].........................(863,10415)
+
+'Called-Asserted-Identity'(1250,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Requested-Party-Address'(1251,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Service-Generic-Information'(1256,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Application-Server-ID].........................(2101,10415)
+ [Application-Service-Type]......................(2102,10415)
+ [Application-Session-ID]........................(2103,10415)
+ [Delivery-Status]...............................(2104,10415)
+
+'Service-Specific-Type'(1257,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Access-Network-Information'(1263,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Trigger'(1264,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ *[Trigger-Type]..................................(870,10415)
+
+'Base-Time-Interval'(1265,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Envelope'(1266,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {Envelope-Start-Time}...........................(1269,10415)
+ [Envelope-End-Time].............................(1267,10415)
+ [CC-Total-Octets]...............................(421,0)
+ [CC-Input-Octets]...............................(412,0)
+ [CC-Output-Octets]..............................(414,0)
+ [CC-Service-Specific-Units].....................(417,0)
+ *[AVP]...........................................(0,0)
+
+'Envelope-End-Time'(1267,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Envelope-Reporting'(1268,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-4
+ DO_NOT_REPORT_ENVELOPES (0)
+ REPORT_ENVELOPES (1)
+ REPORT_ENVELOPES_WITH_VOLUME (2)
+ REPORT_ENVELOPES_WITH_EVENTS (3)
+ REPORT_ENVELOPES_WITH_VOLUME_AND_EVENTS (4)
+
+'Envelope-Start-Time'(1269,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Time-Quota-Mechanism'(1270,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {Time-Quota-Type}...............................(1271,10415)
+ {Base-Time-Interval}............................(1265,10415)
+
+'Time-Quota-Type'(1271,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ DISCRETE_TIME_PERIOD (0)
+ CONTINUOUS_TIME_PERIOD (1)
+
+'Early-Media-Description'(1272,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [SDP-TimeStamps]................................(1273,10415)
+ *[SDP-Media-Component]...........................(843,10415)
+ *[SDP-Session-Description].......................(842,10415)
+
+'SDP-TimeStamps'(1273,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [SDP-Offer-Timestamp]...........................(1274,10415)
+ [SDP-Answer-Timestamp]..........................(1275,10415)
+
+'SDP-Offer-Timestamp'(1274,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SDP-Answer-Timestamp'(1275,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'AF-Correlation-Information'(1276,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {AF-Charging-Identifier}........................(505,10415)
+ *[Flows].........................................(510,10415)
+
+'Alternate-Charged-Party-Address'(1280,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'IMS-Communication-Service-Identifier'(1281,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Media-Initiator-Party'(1288,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SMS-Information'(2000,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [SMS-Node]......................................(2016,10415)
+ [Client-Address]................................(2018,10415)
+ [Originator-SCCP-Address].......................(2008,10415)
+ [SMSC-Address]..................................(2017,10415)
+ [Data-Coding-Scheme]............................(2001,10415)
+ [SM-Discharge-Time].............................(2012,10415)
+ [SM-Message-Type]...............................(2007,10415)
+ [Originator-Interface]..........................(2009,10415)
+ [SM-Protocol-ID]................................(2013,10415)
+ [Reply-Path-Requested]..........................(2011,10415)
+ [SM-Status].....................................(2014,10415)
+ [SM-User-Data-Header]...........................(2015,10415)
+ [Number-Of-Messages-Sent].......................(2019,10415)
+ *[Recipient-Info]................................(2026,10415)
+ [Originator-Received-Address]...................(2027,10415)
+ [SM-Service-Type]...............................(2029,10415)
+
+'Data-Coding-Scheme'(2001,10415)|Format: 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Destination-Interface'(2002,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Interface-Id]..................................(2003,10415)
+ [Interface-Text]................................(2005,10415)
+ [Interface-Port]................................(2004,10415)
+ [Interface-Type]................................(2006,10415)
+
+'Interface-Id'(2003,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Interface-Port'(2004,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Interface-Text'(2005,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Interface-Type'(2006,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-4
+ Unknown (0)
+ MOBILE_ORIGINATING (1)
+ MOBILE_TERMINATING (2)
+ APPLICATION_ORIGINATING (3)
+ APPLICATION_TERMINATION (4)
+
+'SM-Message-Type'(2007,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-2
+ SUBMISSION (0)
+ DELIVERY_REPORT (1)
+ SM Service Request (2)
+
+'Originator-SCCP-Address'(2008,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Originator-Interface'(2009,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Interface-Id]..................................(2003,10415)
+ [Interface-Text]................................(2005,10415)
+ [Interface-Port]................................(2004,10415)
+ [Interface-Type]................................(2006,10415)
+
+'Recipient-SCCP-Address'(2010,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Reply-Path-Requested'(2011,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ No Reply Path Set (0)
+ Reply path Set (1)
+
+'SM-Discharge-Time'(2012,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SM-Protocol-ID'(2013,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SM-Status'(2014,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SM-User-Data-Header'(2015,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SMS-Node'(2016,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-3
+ SMS Router (0)
+ IP-SM-GW (1)
+ SMS Router and IP-SM-GW (2)
+ SMS-SC (3)
+
+'SMSC-Address'(2017,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Client-Address'(2018,10415)|Format: 'Address', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Number-Of-Messages-Sent'(2019,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Low-Balance-Indication'(2020,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ NOT_APPLICABLE (0)
+ YES (1)
+
+'Remaining-Balance'(2021,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {Unit-Value}....................................(445,0)
+ {Currency-Code}.................................(425,0)
+
+'Refund-Information'(2022,10415)|Format: 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Carrier-Select-Routing-Information'(2023,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Number-Portability-Routing-Information'(2024,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Recipient-Info'(2026,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Destination-Interface].........................(2002,10415)
+ *[Recipient-Address].............................(1201,10415)
+ *[Recipient-Received-Address]....................(2028,10415)
+ [Recipient-SCCP-Address]........................(2010,10415)
+ [SM-Protocol-ID]................................(2013,10415)
+
+'Originator-Received-Address'(2027,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Address-Type]..................................(899,10415)
+ [Address-Data]..................................(897,10415)
+ [Address-Domain]................................(898,10415)
+
+'Recipient-Received-Address'(2028,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Address-Type]..................................(899,10415)
+ [Address-Data]..................................(897,10415)
+ [Address-Domain]................................(898,10415)
+
+'SM-Service-Type'(2029,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-10
+ VAS4SMS Short Message content processing (0)
+ VAS4SMS Short Message forwarding (1)
+ VAS4SMS Short Message Forwarding multiple subscriptions (2)
+ VAS4SMS Short Message filtering (3)
+ VAS4SMS Short Message receipt (4)
+ VAS4SMS Short Message Network Storage (5)
+ VAS4SMS Short Message to multiple destinations (6)
+ VAS4SMS Short Message Virtual Private Network (VPN) (7)
+ VAS4SMS Short Message Auto Reply (8)
+ VAS4SMS Short Message Personal Signature (9)
+ VAS4SMS Short Message Deferred Delivery (10)
+
+'SDP-Type'(2036,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ SDP Offer (0)
+ SDP Answer (1)
+
+'Current-Tariff'(2056,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Currency-Code].................................(425,0)
+ [Scale-Factor]..................................(2059,10415)
+ *[Rate-Element]..................................(2058,10415)
+
+'Next-Tariff'(2057,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Currency-Code].................................(425,0)
+ [Scale-Factor]..................................(2059,10415)
+ *[Rate-Element]..................................(2058,10415)
+
+'Rate-Element'(2058,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {CC-Unit-Type}..................................(454,0)
+ [Reason-Code]...................................(2316,10415)
+ [Unit-Value]....................................(445,0)
+ [Unit-Cost].....................................(2061,10415)
+ [Unit-Quota-Threshold]..........................(1226,10415)
+
+'Scale-Factor'(2059,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {Value-Digits}..................................(447,0)
+ [Exponent]......................................(429,0)
+
+'Tariff-Information'(2060,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {Current-Tariff}................................(2056,10415)
+ [Tariff-Time-Change]............................(451,0)
+ [Next-Tariff]...................................(2057,10415)
+
+'Unit-Cost'(2061,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ {Value-Digits}..................................(447,0)
+ [Exponent]......................................(429,0)
+
+'Application-Server-ID'(2101,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Application-Service-Type'(2102,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 100-105
+ SENDING (100)
+ RECEIVING (101)
+ RETRIEVAL (102)
+ INVITING (103)
+ LEAVING (104)
+ JOINING (105)
+
+'Application-Session-ID'(2103,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Delivery-Status'(2104,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SIP-Request-Timestamp-Fraction'(2301,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'SIP-Response-Timestamp-Fraction'(2302,10415)|Format: 'Unsigned32'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Online-Charging-Flag'(2303,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-1
+ ECF address not provided (0)
+ ECF address provided (1)
+
+'Real-Time-Tariff-Information'(2305,10415)|Format: 'Grouped'|FlagRules: must(V,M), may(P), mayEncypt(N)
+ [Tariff-Information]............................(2060,10415)
+ [Tariff-XML]....................................(2306,10415)
+
+'Tariff-XML'(2306,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Account-Expiration'(2309,10415)|Format: 'Time', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Reason-Code'(2316,10415)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V,M), may(P), mayEncypt(N)|Allowed enum values: 0-4
+ UNKNOWN (0)
+ USAGE (1)
+ COMMUNICATION-ATTEMPT-CHARGE (2)
+ SETUP-CHARGE (3)
+ ADD-ON-CHARGE (4)
+
+'Outgoing-Session-Id'(2320,10415)|Format: 'UTF8String', derived from 'OctetString'|FlagRules: must(V,M), may(P), mayEncypt(N)
+'Reservation-Priority'(458,13019)|Format: 'Enumerated', derived from 'Integer32'|FlagRules: must(V), may(P), mustnot(M), mayEncypt(Y)|Allowed enum values: 0-15
+ DEFAULT (0)
+ PRIORITY-ONE (1)
+ PRIORITY-TWO (2)
+ PRIORITY-THREE (3)
+ PRIORITY-FOUR (4)
+ PRIORITY-FIVE (5)
+ PRIORITY-SIX (6)
+ PRIORITY-SEVEN (7)
+ PRIORITY-EIGHT (8)
+ PRIORITY-NINE (9)
+ PRIORITY-TEN (10)
+ PRIORITY-ELEVEN (11)
+ PRIORITY-TWELVE (12)
+ PRIORITY-THIRTEEN (13)
+ PRIORITY-FOURTEEN (14)
+ PRIORITY-FIFTEEN (15)
+
+
+----------------------------- Commands (18 entries) ----------------------------
+'Capabilities-Exchange-Request' (257,request)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ 1*{Host-IP-Address}...............................(257,0)
+ {Vendor-Id}.....................................(266,0)
+ {Product-Name}..................................(269,0)
+ [Origin-State-Id]...............................(278,0)
+ *[Supported-Vendor-Id]...........................(265,0)
+ *[Auth-Application-Id]...........................(258,0)
+ *[Inband-Security-Id]............................(299,0)
+ *[Acct-Application-Id]...........................(259,0)
+ [Vendor-Specific-Application-Id]................(260,0)
+ [Firmware-Revision].............................(267,0)
+ *[AVP]...........................................(0,0)
+
+'Capabilities-Exchange-Answer' (257,answer)
+ {Result-Code}...................................(268,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ 1*{Host-IP-Address}...............................(257,0)
+ {Vendor-Id}.....................................(266,0)
+ {Product-Name}..................................(269,0)
+ [Origin-State-Id]...............................(278,0)
+ [Error-Message].................................(281,0)
+ *[Failed-AVP]....................................(279,0)
+ *[Supported-Vendor-Id]...........................(265,0)
+ *[Auth-Application-Id]...........................(258,0)
+ *[Inband-Security-Id]............................(299,0)
+ *[Acct-Application-Id]...........................(259,0)
+ [Vendor-Specific-Application-Id]................(260,0)
+ [Firmware-Revision].............................(267,0)
+ *[AVP]...........................................(0,0)
+
+'Re-Auth-Request' (258,request)
+ <Session-Id>....................................(263,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ {Destination-Realm}.............................(283,0)
+ {Destination-Host}..............................(293,0)
+ {Auth-Application-Id}...........................(258,0)
+ {Specific-Action}...............................(513,10415)
+ *[Access-Network-Charging-Identifier]............(502,10415)
+ [Access-Network-Charging-Address]...............(501,10415)
+ *[Flows].........................................(510,10415)
+ *[Subscription-Id]...............................(443,0)
+ [Abort-Cause]...................................(500,10415)
+ [IP-CAN-Type]...................................(1027,10415)
+ [RAT-Type]......................................(1032,10415)
+ [Sponsored-Connectivity-Data]...................(530,10415)
+ [Origin-State-Id]...............................(278,0)
+ *[Class].........................................(25,0)
+ *[Proxy-Info]....................................(284,0)
+ *[Route-Record]..................................(282,0)
+ *[AVP]...........................................(0,0)
+
+'Re-Auth-Answer' (258,answer)
+ <Session-Id>....................................(263,0)
+ {Result-Code}...................................(268,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ [Experimental-Result]...........................(297,0)
+ *[Media-Component-Description]...................(517,10415)
+ [Service-URN]...................................(525,10415)
+ *[Class].........................................(25,0)
+ [Origin-State-Id]...............................(278,0)
+ [Error-Message].................................(281,0)
+ [Error-Reporting-Host]..........................(294,0)
+ *[Failed-AVP]....................................(279,0)
+ *[Redirect-Host].................................(292,0)
+ [Redirect-Host-Usage]...........................(261,0)
+ [Redirect-Max-Cache-Time].......................(262,0)
+ *[Proxy-Info]....................................(284,0)
+ *[AVP]...........................................(0,0)
+
+'AA-Request' (265,request)
+ <Session-Id>....................................(263,0)
+ {Auth-Application-Id}...........................(258,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ {Destination-Realm}.............................(283,0)
+ [Destination-Host]..............................(293,0)
+ [AF-Application-Identifier].....................(504,10415)
+ *[Media-Component-Description]...................(517,10415)
+ [Service-Info-Status]...........................(527,10415)
+ [AF-Charging-Identifier]........................(505,10415)
+ [SIP-Forking-Indication]........................(523,10415)
+ *[Specific-Action]...............................(513,10415)
+ *[Subscription-Id]...............................(443,0)
+ *[Supported-Features]............................(628,10415)
+ [Reservation-Priority]..........................(458,13019)
+ [Framed-IP-Address].............................(8,0)
+ [Framed-IPv6-Prefix]............................(97,0)
+ [Called-Station-Id].............................(30,0)
+ [Service-URN]...................................(525,10415)
+ [Sponsored-Connectivity-Data]...................(530,10415)
+ [MPS-Identifier]................................(528,10415)
+ [Rx-Request-Type]...............................(533,10415)
+ [Origin-State-Id]...............................(278,0)
+ *[Proxy-Info]....................................(284,0)
+ *[Route-Record]..................................(282,0)
+ *[AVP]...........................................(0,0)
+
+'AA-Answer' (265,answer)
+ {Session-Id}....................................(263,0)
+ {Auth-Application-Id}...........................(258,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ [Result-Code]...................................(268,0)
+ [Experimental-Result]...........................(297,0)
+ *[Access-Network-Charging-Identifier]............(502,10415)
+ [Access-Network-Charging-Address]...............(501,10415)
+ [Acceptable-Service-Info].......................(526,10415)
+ [IP-CAN-Type]...................................(1027,10415)
+ [RAT-Type]......................................(1032,10415)
+ *[Flows].........................................(510,10415)
+ *[Supported-Features]............................(628,10415)
+ *[Class].........................................(25,0)
+ [Error-Message].................................(281,0)
+ [Error-Reporting-Host]..........................(294,0)
+ *[Failed-AVP]....................................(279,0)
+ [Origin-State-Id]...............................(278,0)
+ *[Redirect-Host].................................(292,0)
+ [Redirect-Host-Usage]...........................(261,0)
+ [Redirect-Max-Cache-Time].......................(262,0)
+ *[Proxy-Info]....................................(284,0)
+ *[AVP]...........................................(0,0)
+
+'Accounting-Request' (271,request)
+ <Session-Id>....................................(263,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ {Destination-Realm}.............................(283,0)
+ {Accounting-Record-Type}........................(480,0)
+ {Accounting-Record-Number}......................(485,0)
+ [Acct-Application-Id]...........................(259,0)
+ [Vendor-Specific-Application-Id]................(260,0)
+ [User-Name].....................................(1,0)
+ [Accounting-Sub-Session-Id].....................(287,0)
+ [Accounting-Session-Id].........................(44,0)
+ [Acct-Multi-Session-Id].........................(50,0)
+ [Acct-Interim-Interval].........................(85,0)
+ [Accounting-Realtime-Required]..................(483,0)
+ [Origin-State-Id]...............................(278,0)
+ [Event-Timestamp]...............................(55,0)
+ *[Proxy-Info]....................................(284,0)
+ *[Route-Record]..................................(282,0)
+ *[AVP]...........................................(0,0)
+
+'Accounting-Answer' (271,answer)
+ <Session-Id>....................................(263,0)
+ {Result-Code}...................................(268,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ {Accounting-Record-Type}........................(480,0)
+ {Accounting-Record-Number}......................(485,0)
+ [Acct-Application-Id]...........................(259,0)
+ [Vendor-Specific-Application-Id]................(260,0)
+ [User-Name].....................................(1,0)
+ [Accounting-Sub-Session-Id].....................(287,0)
+ [Accounting-Session-Id].........................(44,0)
+ [Acct-Multi-Session-Id].........................(50,0)
+ [Error-Reporting-Host]..........................(294,0)
+ [Acct-Interim-Interval].........................(85,0)
+ [Accounting-Realtime-Required]..................(483,0)
+ [Origin-State-Id]...............................(278,0)
+ [Event-Timestamp]...............................(55,0)
+ *[Proxy-Info]....................................(284,0)
+ *[AVP]...........................................(0,0)
+
+'Credit-Control-Request' (272,request)
+ <Session-Id>....................................(263,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ {Destination-Realm}.............................(283,0)
+ {Auth-Application-Id}...........................(258,0)
+ [Service-Context-Id]............................(461,0)
+ {CC-Request-Type}...............................(416,0)
+ {CC-Request-Number}.............................(415,0)
+ [Destination-Host]..............................(293,0)
+ [User-Name].....................................(1,0)
+ [CC-Sub-Session-Id].............................(419,0)
+ [Acct-Multi-Session-Id].........................(50,0)
+ [Origin-State-Id]...............................(278,0)
+ [Event-Timestamp]...............................(55,0)
+ *[Subscription-Id]...............................(443,0)
+ [Service-Identifier]............................(439,0)
+ [Termination-Cause].............................(295,0)
+ [Requested-Service-Unit]........................(437,0)
+ [Requested-Action]..............................(436,0)
+ *[Used-Service-Unit].............................(446,0)
+ [Multiple-Services-Indicator]...................(455,0)
+ *[Multiple-Services-Credit-Control]..............(456,0)
+ *[Service-Parameter-Info]........................(440,0)
+ [CC-Correlation-Id].............................(411,0)
+ [User-Equipment-Info]...........................(458,0)
+ *[Proxy-Info]....................................(284,0)
+ *[Route-Record]..................................(282,0)
+ *[AVP]...........................................(0,0)
+
+'Credit-Control-Answer' (272,answer)
+ {Session-Id}....................................(263,0)
+ {Result-Code}...................................(268,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ {Auth-Application-Id}...........................(258,0)
+ {CC-Request-Type}...............................(416,0)
+ {CC-Request-Number}.............................(415,0)
+ [User-Name].....................................(1,0)
+ [CC-Session-Failover]...........................(418,0)
+ [CC-Sub-Session-Id].............................(419,0)
+ [Acct-Multi-Session-Id].........................(50,0)
+ [Origin-State-Id]...............................(278,0)
+ [Event-Timestamp]...............................(55,0)
+ [Granted-Service-Unit]..........................(431,0)
+ *[Multiple-Services-Credit-Control]..............(456,0)
+ [Cost-Information]..............................(423,0)
+ [Final-Unit-Indication].........................(430,0)
+ [Check-Balance-Result]..........................(422,0)
+ [Credit-Control-Failure-Handling]...............(427,0)
+ [Direct-Debiting-Failure-Handling]..............(428,0)
+ [Validity-Time].................................(448,0)
+ *[Redirect-Host].................................(292,0)
+ [Redirect-Host-Usage]...........................(261,0)
+ [Redirect-Max-Cache-Time].......................(262,0)
+ *[Proxy-Info]....................................(284,0)
+ *[Route-Record]..................................(282,0)
+ *[Failed-AVP]....................................(279,0)
+ *[AVP]...........................................(0,0)
+
+'Abort-Session-Request' (274,request)
+ <Session-Id>....................................(263,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ {Destination-Realm}.............................(283,0)
+ {Destination-Host}..............................(293,0)
+ {Auth-Application-Id}...........................(258,0)
+ {Abort-Cause}...................................(500,10415)
+ [Origin-State-Id]...............................(278,0)
+ *[Proxy-Info]....................................(284,0)
+ *[Route-Record]..................................(282,0)
+ *[AVP]...........................................(0,0)
+
+'Abort-Session-Answer' (274,answer)
+ <Session-Id>....................................(263,0)
+ {Result-Code}...................................(268,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ [Origin-State-Id]...............................(278,0)
+ [Error-Message].................................(281,0)
+ [Error-Reporting-Host]..........................(294,0)
+ *[Failed-AVP]....................................(279,0)
+ *[Redirect-Host].................................(292,0)
+ [Redirect-Host-Usage]...........................(261,0)
+ [Redirect-Max-Cache-Time].......................(262,0)
+ *[Proxy-Info]....................................(284,0)
+ *[AVP]...........................................(0,0)
+
+'Session-Termination-Request' (275,request)
+ <Session-Id>....................................(263,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ {Destination-Realm}.............................(283,0)
+ {Auth-Application-Id}...........................(258,0)
+ {Termination-Cause}.............................(295,0)
+ [Destination-Host]..............................(293,0)
+ *[Class].........................................(25,0)
+ [Origin-State-Id]...............................(278,0)
+ *[Proxy-Info]....................................(284,0)
+ *[Route-Record]..................................(282,0)
+ *[AVP]...........................................(0,0)
+
+'Session-Termination-Answer' (275,answer)
+ <Session-Id>....................................(263,0)
+ [Result-Code]...................................(268,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ *[Class].........................................(25,0)
+ [Error-Message].................................(281,0)
+ [Error-Reporting-Host]..........................(294,0)
+ *[Failed-AVP]....................................(279,0)
+ [Sponsored-Connectivity-Data]...................(530,10415)
+ [Origin-State-Id]...............................(278,0)
+ *[Redirect-Host].................................(292,0)
+ [Redirect-Host-Usage]...........................(261,0)
+ [Redirect-Max-Cache-Time].......................(262,0)
+ *[Proxy-Info]....................................(284,0)
+ *[AVP]...........................................(0,0)
+
+'Device-Watchdog-Request' (280,request)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ [Origin-State-Id]...............................(278,0)
+
+'Device-Watchdog-Answer' (280,answer)
+ {Result-Code}...................................(268,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ [Error-Message].................................(281,0)
+ *[Failed-AVP]....................................(279,0)
+ [Origin-State-Id]...............................(278,0)
+
+'Disconnect-Peer-Request' (282,request)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ {Disconnect-Cause}..............................(273,0)
+
+'Disconnect-Peer-Answer' (282,answer)
+ {Result-Code}...................................(268,0)
+ {Origin-Host}...................................(264,0)
+ {Origin-Realm}..................................(296,0)
+ [Error-Message].................................(281,0)
+ *[Failed-AVP]....................................(279,0)
+
+
+
+
+[12/04/2015 15:32:48] Debug | example/diameter/batchConverter/main.cpp (77) | Hex string (remove colons if exists): 010007b48000010901000014000c73c30004cee4000001074000004274635f30315f46756c6c415650733b61664e6f6465486f73746e616d652e61664e6f6465486f73745265616c6d2e636f6d3b313b38353936303800000000012540000027736170634f776e486f737449642e6f70657261746f725265616c6d2e636f6d000000011b400000196f70657261746f725265616c6d2e636f6d000000000001084000002a61664e6f6465486f73746e616d652e61664e6f6465486f73745265616c6d2e636f6d0000000001284000001b61664e6f6465486f73745265616c6d2e636f6d00000001024000000c01000014000001164000000c00000001000000084000000c00955f24000001bb40000028000001c24000000c00000000000001bc400000133334363030303030303031000000001e4000001464656661756c7441706e4964000001f8c0000015000028af4d6f62696c652d545600000000000205c0000224000028af00000206c0000010000028af0000000100000207c00000c4000028af000001fdc0000010000028af00000001000001fbc0000043000028af7065726d697420696e2031372066726f6d20302e3134392e39352e3336203232333420746f2031302e39352e3133302e3530203232333400000001fbc0000044000028af7065726d6974206f75742031372066726f6d2031302e39352e3133302e3530203232333420746f20302e3134392e39352e33362032323334000001ffc0000010000028af0000000200000200c0000010000028af0000000000000207c00000c4000028af000001fdc0000010000028af00000002000001fbc0000043000028af7065726d697420696e2031372066726f6d20302e3134392e39352e3336203232333520746f2031302e39352e3133302e3530203232333500000001fbc0000044000028af7065726d6974206f75742031372066726f6d2031302e39352e3133302e3530203232333520746f20302e3134392e39352e33362032323335000001ffc0000010000028af0000000200000200c0000010000028af0000000100000208c0000010000028af0000000000000204c0000010000028af0000010000000203c0000010000028af00000100000001ffc0000010000028af00000002000001cac0000010000032db0000000200000209c0000010000028af000001000000020ac0000010000028af000001000000020cc0000010000028af4469765800000205c0000214000028af00000206c0000010000028af0000000100000207c00000c4000028af000001fdc0000010000028af00000001000001fbc0000043000028af7065726d697420696e2031372066726f6d20302e3134392e39352e3336203232333420746f2031302e39352e3133302e3530203232333400000001fbc0000044000028af7065726d6974206f75742031372066726f6d2031302e39352e3133302e3530203232333420746f20302e3134392e39352e33362032323334000001ffc0000010000028af0000000200000200c0000010000028af0000000000000207c00000c4000028af000001fdc0000010000028af00000002000001fbc0000043000028af7065726d697420696e2031372066726f6d20302e3134392e39352e3336203232333520746f2031302e39352e3133302e3530203232333500000001fbc0000044000028af7065726d6974206f75742031372066726f6d2031302e39352e3133302e3530203232333520746f20302e3134392e39352e33362032323335000001ffc0000010000028af0000000200000200c0000010000028af0000000100000208c0000010000028af0000000000000204c0000010000028af0001f40000000203c0000010000028af0001f400000001ffc0000010000028af00000002000001cac0000010000032db0000000600000209c0000010000028af0000fa000000020ac0000010000028af0000fa0000000205c0000148000028af00000206c0000010000028af0000000300000207c00000bc000028af000001fdc0000010000028af00000001000001fbc000003d000028af7065726d697420696e2069702066726f6d20302e3134392e39352e333620333020746f203132372e312e312e3731203330000000000001fbc000003e000028af7065726d6974206f75742069702066726f6d203132372e312e312e373220343020746f20302e3134392e39352e33362034300000000001ffc0000010000028af0000000200000200c0000010000028af0000000000000208c0000010000028af0000000200000204c0000010000028af00007d0000000203c0000010000028af00007d00000001ffc0000010000028af00000002000001cac0000010000032db0000000100000209c0000010000028af00007d000000020ac0000010000028af00007d00000001f9c0000015000028af41462d4d61647269640000000000020bc0000010000028af000000010000020dc0000014000028af736f732e666972650000021080000014000028af4e474e2047455453000001cac0000010000032db0000000100000201c0000010000028af0000000400000201c0000010000028af0000000800000201c0000010000028af000000090000020fc0000010000028af0000000100000274c0000038000028af0000010a4000000c000028af00000275c0000010000028af0000000100000276c0000010000028af00000013
+
+[12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (299) | DataBlock to decode:
+ (0x237a790):
+ 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.........
+ 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
+ 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
+ 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.....%@..'
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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.....@.......
+ 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 ....@...........@....._$
+ 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 ....@..(....@...........
+ 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.....@...
+ 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..........(.
+ 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..........$..(.
+ 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 ..........(.............
+ 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 ..(...........(.........
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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..........(.
+ 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 ..............(.........
+ 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 ......(...........(.....
+ 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
+ 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
+ 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.....
+ 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
+ 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
+ 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........
+ 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 ..(...............(.....
+ 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 ..........(.............
+ 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 ..(...............(.....
+ 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 ..........(.............
+ 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...............(.....
+ 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 ..........(.............
+ 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..........(.....
+ 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 ......(...............(.
+ 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
+ 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.
+ 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.
+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..(.
+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
+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
+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..........(.....
+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 ..........(.............
+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 ..(...........(.........
+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
+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
+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
+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
+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
+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..........(.
+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 ..............(.........
+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 ......(...............(.
+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 ..............(.........
+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.
+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 ..............(.........
+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..(.
+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 ..........(.............
+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 ..(...........(.........
+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
+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.
+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..........>..(.
+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
+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
+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............(.........
+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 ......(...............(.
+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 ..............(...}.....
+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 ......(...}...........(.
+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.........
+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 ......(...}...........(.
+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
+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.............(.........
+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........
+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.
+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 ..............(.........
+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 ......(...............(.
+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
+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
+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......(.
+1968: 00 00 00 13 ....
+
+[12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (420) | Message decoded:
+<message version="1" name="AA-Request" application-id="0" hop-by-hop-id="816067" end-by-end-id="315108">
+ <avp name="Session-Id" data="tc_01_FullAVPs;afNodeHostname.afNodeHostRealm.com;1;859608"/>
+ <avp name="Destination-Host" data="sapcOwnHostId.operatorRealm.com"/>
+ <avp name="Destination-Realm" data="operatorRealm.com"/>
+ <avp name="Origin-Host" data="afNodeHostname.afNodeHostRealm.com"/>
+ <avp name="Origin-Realm" data="afNodeHostRealm.com"/>
+ <avp name="Auth-Application-Id" data="16777236"/>
+ <avp name="Origin-State-Id" data="1"/>
+ <avp name="Framed-IP-Address" hex-data="00955f24"/>
+ <avp name="Subscription-Id">
+ <avp name="Subscription-Id-Type" data="0" alias="END_USER_E164"/>
+ <avp name="Subscription-Id-Data" data="34600000001"/>
+ </avp>
+ <avp name="Called-Station-Id" data="defaultApnId"/>
+ <avp name="AF-Application-Identifier" hex-data="4d6f62696c652d5456"/>
+ <avp name="Media-Component-Description">
+ <avp name="Media-Component-Number" data="1"/>
+ <avp name="Media-Sub-Component">
+ <avp name="Flow-Number" data="1"/>
+ <avp name="Flow-Description" data="permit in 17 from 0.149.95.36 2234 to 10.95.130.50 2234"/>
+ <avp name="Flow-Description" data="permit out 17 from 10.95.130.50 2234 to 0.149.95.36 2234"/>
+ <avp name="Flow-Status" data="2" alias="ENABLED"/>
+ <avp name="Flow-Usage" data="0" alias="NO_INFORMATION"/>
+ </avp>
+ <avp name="Media-Sub-Component">
+ <avp name="Flow-Number" data="2"/>
+ <avp name="Flow-Description" data="permit in 17 from 0.149.95.36 2235 to 10.95.130.50 2235"/>
+ <avp name="Flow-Description" data="permit out 17 from 10.95.130.50 2235 to 0.149.95.36 2235"/>
+ <avp name="Flow-Status" data="2" alias="ENABLED"/>
+ <avp name="Flow-Usage" data="1" alias="RTCP"/>
+ </avp>
+ <avp name="Media-Type" data="0" alias="AUDIO"/>
+ <avp name="Max-Requested-Bandwidth-UL" data="256"/>
+ <avp name="Max-Requested-Bandwidth-DL" data="256"/>
+ <avp name="Flow-Status" data="2" alias="ENABLED"/>
+ <avp name="Reservation-Priority" data="2" alias="PRIORITY-TWO"/>
+ <avp name="RR-Bandwidth" data="256"/>
+ <avp name="RS-Bandwidth" data="256"/>
+ <avp name="Codec-Data" hex-data="44697658"/>
+ </avp>
+ <avp name="Media-Component-Description">
+ <avp name="Media-Component-Number" data="1"/>
+ <avp name="Media-Sub-Component">
+ <avp name="Flow-Number" data="1"/>
+ <avp name="Flow-Description" data="permit in 17 from 0.149.95.36 2234 to 10.95.130.50 2234"/>
+ <avp name="Flow-Description" data="permit out 17 from 10.95.130.50 2234 to 0.149.95.36 2234"/>
+ <avp name="Flow-Status" data="2" alias="ENABLED"/>
+ <avp name="Flow-Usage" data="0" alias="NO_INFORMATION"/>
+ </avp>
+ <avp name="Media-Sub-Component">
+ <avp name="Flow-Number" data="2"/>
+ <avp name="Flow-Description" data="permit in 17 from 0.149.95.36 2235 to 10.95.130.50 2235"/>
+ <avp name="Flow-Description" data="permit out 17 from 10.95.130.50 2235 to 0.149.95.36 2235"/>
+ <avp name="Flow-Status" data="2" alias="ENABLED"/>
+ <avp name="Flow-Usage" data="1" alias="RTCP"/>
+ </avp>
+ <avp name="Media-Type" data="0" alias="AUDIO"/>
+ <avp name="Max-Requested-Bandwidth-UL" data="128000"/>
+ <avp name="Max-Requested-Bandwidth-DL" data="128000"/>
+ <avp name="Flow-Status" data="2" alias="ENABLED"/>
+ <avp name="Reservation-Priority" data="6" alias="PRIORITY-SIX"/>
+ <avp name="RR-Bandwidth" data="64000"/>
+ <avp name="RS-Bandwidth" data="64000"/>
+ </avp>
+ <avp name="Media-Component-Description">
+ <avp name="Media-Component-Number" data="3"/>
+ <avp name="Media-Sub-Component">
+ <avp name="Flow-Number" data="1"/>
+ <avp name="Flow-Description" data="permit in ip from 0.149.95.36 30 to 127.1.1.71 30"/>
+ <avp name="Flow-Description" data="permit out ip from 127.1.1.72 40 to 0.149.95.36 40"/>
+ <avp name="Flow-Status" data="2" alias="ENABLED"/>
+ <avp name="Flow-Usage" data="0" alias="NO_INFORMATION"/>
+ </avp>
+ <avp name="Media-Type" data="2" alias="DATA"/>
+ <avp name="Max-Requested-Bandwidth-UL" data="32000"/>
+ <avp name="Max-Requested-Bandwidth-DL" data="32000"/>
+ <avp name="Flow-Status" data="2" alias="ENABLED"/>
+ <avp name="Reservation-Priority" data="1" alias="PRIORITY-ONE"/>
+ <avp name="RR-Bandwidth" data="32000"/>
+ <avp name="RS-Bandwidth" data="32000"/>
+ </avp>
+ <avp name="AF-Charging-Identifier" hex-data="41462d4d6164726964"/>
+ <avp name="SIP-Forking-Indication" data="1" alias="SEVERAL_DIALOGUES"/>
+ <avp name="Service-URN" hex-data="736f732e66697265"/>
+ <avp name="MPS-Identifier" hex-data="4e474e2047455453"/>
+ <avp name="Reservation-Priority" data="1" alias="PRIORITY-ONE"/>
+ <avp name="Specific-Action" data="4" alias="INDICATION_OF_RELEASE_OF_BEARER"/>
+ <avp name="Specific-Action" data="8" alias="INDICATION_OF_SUCCESSFUL_RESOURCES_ALLOCATION"/>
+ <avp name="Specific-Action" data="9" alias="INDICATION_OF_FAILED_RESOURCES_ALLOCATION"/>
+ <avp name="Service-Info-Status" data="1" alias="PRELIMINARY_SERVICE_INFORMATION"/>
+ <avp name="Supported-Features">
+ <avp name="Vendor-Id" data="10415"/>
+ <avp name="Feature-List-ID" data="1"/>
+ <avp name="Feature-List" data="19"/>
+ </avp>
+</message>
+
+
+[12/04/2015 15:32:48] Debug | example/diameter/batchConverter/main.cpp (77) | Hex string (remove colons if exists): 010001b080000110010000160004e6e6000bd986000001074000004674635f30315f46756c6c415650733b6767736e4e6f6465486f73746e616d652e6767736e4e6f6465486f73745265616c6d2e636f6d3b313b34353232323900000000012540000027736170634f776e486f737449642e6f70657261746f725265616c6d2e636f6d000000011b400000196f70657261746f725265616c6d2e636f6d000000000001084000002e6767736e4e6f6465486f73746e616d652e6767736e4e6f6465486f73745265616c6d2e636f6d0000000001284000001d6767736e4e6f6465486f73745265616c6d2e636f6d000000000001024000000c01000016000001164000000c000000010000019f4000000c00000000000001a04000000c00000001000000084000000c00955f24000003e8c0000010000028af00000000000001bb40000028000001c24000000c00000000000001bc400000133334363030303030303031000000001e4000001464656661756c7441706e496400000274c0000038000028af0000010a4000000c000028af00000275c0000010000028af0000000100000276c0000010000028af0000000b
+
+[12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (299) | DataBlock to decode:
+ (0x237a790):
+ 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 ........................
+ 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
+ 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
+ 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.....%
+ 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
+ 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
+ 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.......@...
+ 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
+ 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.....(@...
+ 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...
+ 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 ....@...........@.......
+ 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 ....@...........@.......
+ 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 ....@....._$..........(.
+ 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 ........@..(....@.......
+ 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.....
+ 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
+ 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....
+ 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......(.....
+
+[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
+
+[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
+
+[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
+
+[12/04/2015 15:32:48] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (420) | Message decoded:
+<message version="1" name="Credit-Control-Request" application-id="0" hop-by-hop-id="321254" end-by-end-id="776582">
+ <avp name="Session-Id" data="tc_01_FullAVPs;ggsnNodeHostname.ggsnNodeHostRealm.com;1;452229"/>
+ <avp name="Destination-Host" data="sapcOwnHostId.operatorRealm.com"/>
+ <avp name="Destination-Realm" data="operatorRealm.com"/>
+ <avp name="Origin-Host" data="ggsnNodeHostname.ggsnNodeHostRealm.com"/>
+ <avp name="Origin-Realm" data="ggsnNodeHostRealm.com"/>
+ <avp name="Auth-Application-Id" data="16777238"/>
+ <avp name="Origin-State-Id" data="1"/>
+ <avp name="CC-Request-Number" data="0"/>
+ <avp name="CC-Request-Type" data="1" alias="INITIAL_REQUEST"/>
+ <avp name="Framed-IP-Address" hex-data="00955f24"/>
+ <avp code="1000" vendor-code="10415" flags="192" hex-data="00000000"/>
+ <avp name="Subscription-Id">
+ <avp name="Subscription-Id-Type" data="0" alias="END_USER_E164"/>
+ <avp name="Subscription-Id-Data" data="34600000001"/>
+ </avp>
+ <avp name="Called-Station-Id" data="defaultApnId"/>
+ <avp name="Supported-Features">
+ <avp name="Vendor-Id" data="10415"/>
+ <avp name="Feature-List-ID" data="1"/>
+ <avp name="Feature-List" data="11"/>
+ </avp>
+</message>
+
+
+[12/04/2015 15:32:48] Debug | example/diameter/batchConverter/main.cpp (77) | Hex string (remove colons if exists): 0100012400000110010000160004e6e6000bd986000001024000000c01000016000001074000004674635f30315f46756c6c415650733b6767736e4e6f6465486f73746e616d652e6767736e4e6f6465486f73745265616c6d2e636f6d3b313b34353232323900000000010840000027736170634f776e486f737449642e6f70657261746f725265616c6d2e636f6d000000010c4000000c000007d1000001164000000c551192a700000128400000196f70657261746f725265616c6d2e636f6d0000000000019f4000000c00000000000001a04000000c000000010000027480000038000028af0000010a4000000c000028af0000027580000010000028af000000010000027680000010000028af0000000b000003ffc0000010000028af00000000
+
+[12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (299) | DataBlock to decode:
+ (0x237a790):
+ 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 ...$....................
+ 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
+ 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.
+ 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;
+ 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
+ 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.
+ 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...
+ 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
+ 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.......@...........@...
+ 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..(.....@...
+ 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
+ 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 ......(...............(.
+ 288: 00 00 00 00 ....
+
+[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
+
+[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
+
+[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
+
+[12/04/2015 15:32:48] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+[12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (420) | Message decoded:
+<message version="1" name="Credit-Control-Answer" application-id="0" hop-by-hop-id="321254" end-by-end-id="776582">
+ <avp name="Auth-Application-Id" data="16777238"/>
+ <avp name="Session-Id" data="tc_01_FullAVPs;ggsnNodeHostname.ggsnNodeHostRealm.com;1;452229"/>
+ <avp name="Origin-Host" data="sapcOwnHostId.operatorRealm.com"/>
+ <avp name="Result-Code" data="2001" alias="DIAMETER_SUCCESS"/>
+ <avp name="Origin-State-Id" data="1427215015"/>
+ <avp name="Origin-Realm" data="operatorRealm.com"/>
+ <avp name="CC-Request-Number" data="0"/>
+ <avp name="CC-Request-Type" data="1" alias="INITIAL_REQUEST"/>
+ <avp name="Supported-Features">
+ <avp name="Vendor-Id" data="10415"/>
+ <avp name="Feature-List-ID" data="1"/>
+ <avp name="Feature-List" data="11"/>
+ </avp>
+ <avp code="1023" vendor-code="10415" flags="192" hex-data="00000000"/>
+</message>
+
+
+[12/04/2015 15:32:48] Debug | example/diameter/batchConverter/main.cpp (77) | Hex string (remove colons if exists): 010000f80000010901000014000c73c30004cee4000001024000000c01000014000001074000004274635f30315f46756c6c415650733b61664e6f6465486f73746e616d652e61664e6f6465486f73745265616c6d2e636f6d3b313b38353936303800000000010840000027736170634f776e486f737449642e6f70657261746f725265616c6d2e636f6d000000010c4000000c000007d1000001164000000c551192a700000128400000196f70657261746f725265616c6d2e636f6d0000000000027480000038000028af0000010a4000000c000028af0000027580000010000028af000000010000027680000010000028af00000013
+
+[12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (299) | DataBlock to decode:
+ (0x237a790):
+ 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.........
+ 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
+ 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
+ 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
+ 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
+ 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.....
+ 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......(
+ 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...
+ 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..(.....@.....(.
+ 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....
+ 240: 00 00 28 af 00 00 00 13 ..(.....
+
+[12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (420) | Message decoded:
+<message version="1" name="AA-Answer" application-id="0" hop-by-hop-id="816067" end-by-end-id="315108">
+ <avp name="Auth-Application-Id" data="16777236"/>
+ <avp name="Session-Id" data="tc_01_FullAVPs;afNodeHostname.afNodeHostRealm.com;1;859608"/>
+ <avp name="Origin-Host" data="sapcOwnHostId.operatorRealm.com"/>
+ <avp name="Result-Code" data="2001" alias="DIAMETER_SUCCESS"/>
+ <avp name="Origin-State-Id" data="1427215015"/>
+ <avp name="Origin-Realm" data="operatorRealm.com"/>
+ <avp name="Supported-Features">
+ <avp name="Vendor-Id" data="10415"/>
+ <avp name="Feature-List-ID" data="1"/>
+ <avp name="Feature-List" data="19"/>
+ </avp>
+</message>
+
+
+[12/04/2015 15:32:48] Debug | source/diameter/codec/Message.cpp (937) | Loading diameter message from file './dictionary.xml'
+
+[12/04/2015 15:32:48] Debug | source/xml/Document.cpp (73) | anna::xml::Document::initialize (char*) | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (59) | anna::xml::DocumentFile::do_initialize | begin
+
+[12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (65) | xml::DocumentFile::do_initialize | Filename: ./dictionary.xml
+
+[12/04/2015 15:32:48] Debug | source/xml/DocumentFile.cpp (0) | anna::xml::DocumentFile::do_initialize | end
+
+[12/04/2015 15:32:48] Debug | source/xml/Document.cpp (0) | anna::xml::Document::initialize (char*) | end
+
+[12/04/2015 15:32:48] Debug | source/xml/Parser.cpp (88) | anna::xml::Parser::apply(Document,DTD) | begin
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element dictionary
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element dictionary
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element vendor
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element vendor
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element vendor
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element vendor
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element vendor
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element vendor
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element vendor
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element vendor
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element vendor
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (grouped )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element grouped
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | Element avp content does not follow the DTD, expecting (avp)*, got (single )
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute vendor-name of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute may-encrypt of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute v-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute m-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute p-bit of element avp
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute format-name of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute enum of element single
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute data of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute alias of element label
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute name of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute code of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element command
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute id of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute type of element avprule
+
+[12/04/2015 15:32:48] Error | source/xml/Parser.cpp (188) | No declaration for attribute qual of element avprule
+
+
+--------------------------------------------------------------
+- [12/04/2015 16:26:29]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 16:26:29] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 16:26:29] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 16:27:12]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 16:27:12] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 16:27:12] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 16:28:21]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:28:21] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:28:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:28:21] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 16:33:05]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:33:05] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:33:05] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:33:05] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 16:34:53]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:36:32] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+
+--------------------------------------------------------------
+- [12/04/2015 16:37:41]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+[12/04/2015 16:37:41] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[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)'
+
+
+--------------------------------------------------------------
+- [12/04/2015 16:38:51]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 16:39:01] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+
+--------------------------------------------------------------
+- [12/04/2015 16:39:16]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+
+--------------------------------------------------------------
+- [12/04/2015 16:41:53]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+
+--------------------------------------------------------------
+- [12/04/2015 16:42:22]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+
+--------------------------------------------------------------
+- [12/04/2015 16:42:48]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+
+--------------------------------------------------------------
+- [12/04/2015 16:43:50]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+
+--------------------------------------------------------------
+- [12/04/2015 16:44:11]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+
+--------------------------------------------------------------
+- [12/04/2015 16:44:32]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+
+--------------------------------------------------------------
+- [12/04/2015 17:22:53]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 17:22:53] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 17:22:53] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 17:24:47]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 17:24:47] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 17:24:47] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 17:25:31]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:25:31] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:25:31] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:25:31] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 17:27:09]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 17:27:09] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 17:27:09] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:27:09] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+
+--------------------------------------------------------------
+- [12/04/2015 17:28:13]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 17:28:13] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 17:28:13] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:28:13] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+
+--------------------------------------------------------------
+- [12/04/2015 17:33:29]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:33:29] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:33:29] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:33:29] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 17:34:21]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 17:34:21] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 17:34:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:34:21] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+
+--------------------------------------------------------------
+- [12/04/2015 17:34:59]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 17:34:59] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 17:34:59] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 17:34:59] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+
+--------------------------------------------------------------
+- [12/04/2015 18:45:37]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 18:45:37] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 18:45:37] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 18:45:37] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+
+--------------------------------------------------------------
+- [12/04/2015 18:52:43]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 18:52:43] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 18:52:43] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 18:52:43] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 18:57:34]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 18:57:34] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 18:57:34] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 19:13:47]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:13:47] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:13:47] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:13:47] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 19:25:00]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------
+[12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:25:00] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1000,10415)' with mandatory bit activated
+
+[12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:25:00] Error | source/diameter/codec/Avp.cpp (471) | Mandatory Bit (M) incoherence found
+
+[12/04/2015 19:25:00] Warning | source/diameter/codec/Avp.cpp (643) | Detected unknown Avp '(1023,10415)' with mandatory bit activated
+
+
+--------------------------------------------------------------
+- [12/04/2015 19:25:45]
+- Current trace level: Warning
+- Max file size : 2000 Kb
+--------------------------------------------------------------