| 8 | |
| 9 | |
| 10 | class RelatedTTPs(GenericRelationshipList): |
| 11 | _namespace = "http://docs.oasis-open.org/cti/ns/stix/ttp-1" |
| 12 | _binding = ttp_binding |
| 13 | _binding_class = _binding.RelatedTTPsType |
| 14 | |
| 15 | related_ttp = fields.TypedField("Related_TTP", RelatedTTP, multiple=True, key_name="ttps") |
| 16 |