cdx-proto
    Preparing search index...

    Enumeration PatentAssertionType

    The type of assertion being made about the patent or patent family. Examples include ownership, licensing, and standards inclusion.

    from enum cyclonedx.v1_7.PatentAssertionType

    Index

    Enumeration Members

    EXCLUSIVE_RIGHTS: 6

    The manufacturer asserts exclusive rights granted through a licensing agreement.

    from enum value: PATENT_ASSERTION_TYPE_EXCLUSIVE_RIGHTS = 6;

    LICENSE: 2

    The manufacturer asserts they have a license to use the patent or patent family.

    from enum value: PATENT_ASSERTION_TYPE_LICENSE = 2;

    NON_ASSERTION: 7

    he manufacturer asserts they will not enforce the patent or patent family against certain uses or users.

    from enum value: PATENT_ASSERTION_TYPE_NON_ASSERTION = 7;

    OWNERSHIP: 1

    The manufacturer asserts ownership of the patent or patent family.

    from enum value: PATENT_ASSERTION_TYPE_OWNERSHIP = 1;

    PRIOR_ART: 5

    The manufacturer asserts the patent or patent family as prior art that invalidates another patent or claim.

    from enum value: PATENT_ASSERTION_TYPE_PRIOR_ART = 5;

    RESEARCH_OR_EVALUATION: 8

    The patent or patent family is being used under a research or evaluation license.

    from enum value: PATENT_ASSERTION_TYPE_RESEARCH_OR_EVALUATION = 8;

    STANDARDS_INCLUSION: 4

    The patent is part of a standard essential patent (SEP) portfolio relevant to the component or service.

    from enum value: PATENT_ASSERTION_TYPE_STANDARDS_INCLUSION = 4;

    THIRD_PARTY_CLAIM: 3

    A third party has asserted a claim or potential infringement against the manufacturer’s component or service.

    from enum value: PATENT_ASSERTION_TYPE_THIRD_PARTY_CLAIM = 3;

    UNSPECIFIED: 0

    Default

    from enum value: PATENT_ASSERTION_TYPE_UNSPECIFIED = 0;