
XML deserializer is missing for delete_keys API resulting XML format request not being correctly handled by QoS Manage API extension. This patch adds XML deserializer for the API. Also add unittest for qos_manage XML serializer and deserilizer. Change-Id: I7b3ac6822c52f11b08d767aa55b7107bd0333c36 Closes-bug: #1312553
9 lines
320 B
Plaintext
9 lines
320 B
Plaintext
<element name="associations" xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<attribute name="name"> <text/> </attribute>
|
|
<attribute name="id"> <text/> </attribute>
|
|
<attribute name="association_type"> <text/> </attribute>
|
|
<zeroOrMore>
|
|
<externalRef href="../atom-link.rng"/>
|
|
</zeroOrMore>
|
|
</element>
|