2.2.4.186 ValidationIssue

The ValidationIssue complex type specifies a validation issue that is recorded against a master data member and attribute based on a validation business rule.

The following is the XML schema definition of the ValidationIssue complex type.

   <xs:complexType name="ValidationIssue">
     <xs:sequence>
       <xs:element minOccurs="0" name="AuditInfo" nillable="true" type="tns:AuditInfo" />
       <xs:element minOccurs="0" name="BusinessRuleId" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="BusinessRuleItemId" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="EntityId" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="HierarchyId" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="Id" type="xs:int" />
       <xs:element minOccurs="0" name="MemberId" nillable="true" type="tns:MemberIdentifier" />
       <xs:element minOccurs="0" name="ModelId" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="NotificationSent" type="xs:boolean" />
       <xs:element minOccurs="0" name="VersionId" nillable="true" type="tns:Identifier" />
     </xs:sequence>
   </xs:complexType>

AuditInfo: Specifies the AuditInfo complex type.

BusinessRuleId: Specifies the Identifier of the business rule that created the validation issue.

BusinessRuleItemId: Specifies the Identifier of the action in the business rule that created the validation issue.

Description: Specifies the description of the business rule issue.

EntityId: Specifies the Identifier of the entity that is associated with the validation issue.

HierarchyId: Specifies the Identifier of the hierarchy that is associated with the validation issue (if applicable).

Id: Specifies the Identifier of the validation issue.

MemberId: Specifies the MemberIdentifier of the master data member that is associated with the validation issue.

ModelId: Specifies the Identifier of the model that is associated with the validation issue.

NotificationSent: Specifies a Boolean that is set to true if a notification has been sent for the validation issue.

VersionId: Specifies the Identifier of the version that is associated with the validation issue.