Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Class - StandaloneQualityReport #230

Closed
3 tasks
stansmith907 opened this issue Jun 13, 2019 · 3 comments · Fixed by #269
Closed
3 tasks

New Class - StandaloneQualityReport #230

stansmith907 opened this issue Jun 13, 2019 · 3 comments · Fixed by #269

Comments

@stansmith907
Copy link
Contributor

stansmith907 commented Jun 13, 2019

Class Definition: standaloneQualityReport
"Reference to an external standalone quality report"

Rules:

  • optional

Element Definitions:

  • reportReference: { citation } "Reference to the associated standalone quality report"
  • abstract: ( character ) "Abstract for the associated standalone quality report"

Rules:

  • reportReference: required, maximum of one
  • abstract: required, maximum of one

mdJson:

{
   "dataQuality": [
      {
         "standaloneQualityReport": {
            "reportReference": { },
            "abstract": "stand alone abstract"
         }
      }
   ]
}
@jlblcc jlblcc added this to Todo in mdToolkit May 21, 2020
@dwalt
Copy link
Collaborator

dwalt commented Jul 27, 2022

Added definition for elementReport.

@dwalt dwalt mentioned this issue Aug 2, 2022
10 tasks
@dwalt
Copy link
Collaborator

dwalt commented Aug 19, 2022

Updated element rules to identify maximum occurrences of 1.

@dwalt
Copy link
Collaborator

dwalt commented Oct 3, 2022

Removed standard report references. Not supported by ISO 19157. References are from standard reports to a clause within a standAloneReport that further elucidates information regarding that report, through an internal document reference, such as a paragraph reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants