Skip to content

XML type definition for EntityAssociationVP associationStatus #18

@brutzman

Description

@brutzman

Ken H. reported a problem with

Lines 2720-2722:

        <attribute name="associationStatus" comment="Indicates association status between two entities">
            <sisoenum type="EntityAssociationAssociationType" comment="uid 319"/>
        </attribute>

Problem: "EntityAssociationAssociationType" is already defined as uid 330 on line 271.

Plausible change is to uniquely rename the type:

        <attribute name="associationStatus" comment="Indicates association status between two entities">
            <sisoenum type="EntityAssociationAssociationStatus" comment="uid 319"/>
        </attribute>

Relevant DIS specification excerpt:

  • IEEE standard 1278.1-2012 page 330
  • 6.2.94.4 Entity Association VP Record
  • 6.2.94.4.3 Fields
  • c) Association Status. This field shall indicate the association status between two entities, or an entity with another object. It shall be represented by an 8-bit enumeration (see [UID 319]).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions