type
TScQualifier = record
QualifierId: string;
CpsUri: string;
NoticeReferenceOrganization: string;
ExplicitText: string;
end;
property Qualifiers: array of TScQualifier;
Description
The Qualifiers property is an array of the TScQualifier records.
The content of this property is determined by the Identifier property.
See Also