Version: 1.2.0.0

stix.common.identity Module

Classes

class stix.common.identity.Identity(id_=None, idref=None, name=None, related_identities=None)

Bases: stix.base.Entity

class stix.common.identity.RelatedIdentities(*args)

Bases: stix.base.EntityList

Functions

stix.common.identity.add_extension(cls)

Registers a stix.Entity class as an implementation of an xml type.

Classes must have an _XSI_TYPE class attributes to be registered. The value of this attribute must be a valid xsi:type.

Note

This was designed for internal use.