NIEM / NIEM-Releases

Repository for releases of the National Information Exchange Model
https://niem.github.io/niem-releases/
87 stars 23 forks source link

Fix role types that do not extend structures:ObjectType #170

Closed cdmgtri closed 4 years ago

cdmgtri commented 4 years ago

Types should not both extend and contain a role representing the same base type.

Recommend either changing the parent type to structures:ObjectType or removing the role-of properties.

em:ServiceCallOriginatorType (extends nc:PersonType)

j:PawnBrokerType (extends nc:OrganizationType)

cdmgtri commented 4 years ago

The XSTF (the Justice domain governance body) has decided to change the parent type of j:PawnBrokerType to structures:ObjectType.

cdmgtri commented 4 years ago

Updated types to extend structures:ObjectType.