Skip to content

Commit

Permalink
Fix ciqAddress prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed May 22, 2017
1 parent 431cf20 commit 5f26d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix/bindings/extensions/address/ciq_address_3_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CIQAddress3_0InstanceType(stix_common_binding.AddressAbstractType):
superclass = stix_common_binding.AddressAbstractType

xmlns = XML_NS
xmlns_prefix = "ciqAddress"
xmlns_prefix = "stix-ciqaddress"
xml_type = "CIQAddress3.0InstanceType"
xsi_type = "%s:%s" % (xmlns_prefix, xml_type)

Expand Down

0 comments on commit 5f26d40

Please sign in to comment.