We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431cf20 commit 5f26d40Copy full SHA for 5f26d40
stix/bindings/extensions/address/ciq_address_3_0.py
@@ -31,7 +31,7 @@ class CIQAddress3_0InstanceType(stix_common_binding.AddressAbstractType):
31
superclass = stix_common_binding.AddressAbstractType
32
33
xmlns = XML_NS
34
- xmlns_prefix = "ciqAddress"
+ xmlns_prefix = "stix-ciqaddress"
35
xml_type = "CIQAddress3.0InstanceType"
36
xsi_type = "%s:%s" % (xmlns_prefix, xml_type)
37
0 commit comments