Skip to content

Commit 5f26d40

Browse files
committed
Fix ciqAddress prefix.
1 parent 431cf20 commit 5f26d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stix/bindings/extensions/address/ciq_address_3_0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class CIQAddress3_0InstanceType(stix_common_binding.AddressAbstractType):
3131
superclass = stix_common_binding.AddressAbstractType
3232

3333
xmlns = XML_NS
34-
xmlns_prefix = "ciqAddress"
34+
xmlns_prefix = "stix-ciqaddress"
3535
xml_type = "CIQAddress3.0InstanceType"
3636
xsi_type = "%s:%s" % (xmlns_prefix, xml_type)
3737

0 commit comments

Comments
 (0)