Skip to content

Commit

Permalink
Merge pull request #311 from STIXProject/ciq-updates
Browse files Browse the repository at this point in the history
CIQ Identity updates
  • Loading branch information
gtback committed Nov 2, 2016
2 parents 3f724e1 + 1eb6497 commit 8ff7411
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 156 deletions.
2 changes: 1 addition & 1 deletion stix/bindings/extensions/identity/ciq_identity_3_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CIQIdentity3_0InstanceType(stix_common_binding.IdentityType):
superclass = stix_common_binding.IdentityType

xmlns = XML_NS
xmlns_prefix = "ciqIdentity"
xmlns_prefix = "stix-ciqidentity"
xml_type = "CIQIdentity3.0InstanceType"
xsi_type = "%s:%s" % (xmlns_prefix, xml_type)

Expand Down

0 comments on commit 8ff7411

Please sign in to comment.