Is your feature request related to a problem? Please describe.
The Audit Template team and CERL use case requested adding more detailed data for audit cycle start and end time information with full date type. This will address an issue of not knowing what program year the audit happened with only year type provided for now (most audit cycles are either June to June, or Oct to Oct).
Describe the solution you'd like
To avoid breaking change by making change to the current AuditCycleStartYear and AuditCycleEndYear, we propose to add two new elements AuditCycleStartDate and AuditCycleEndDate to accommodate the request.
Describe alternatives you've considered
Change the type attribute of AuditCycleStartYear and AuditCycleEndYear from xs:gYear to xs:date. This will lead to a breaking change.
Additional context
Is your feature request related to a problem? Please describe.
The Audit Template team and CERL use case requested adding more detailed data for audit cycle start and end time information with full date type. This will address an issue of not knowing what program year the audit happened with only year type provided for now (most audit cycles are either June to June, or Oct to Oct).
Describe the solution you'd like
To avoid breaking change by making change to the current
AuditCycleStartYearandAuditCycleEndYear, we propose to add two new elementsAuditCycleStartDateandAuditCycleEndDateto accommodate the request.Describe alternatives you've considered
Change the
typeattribute ofAuditCycleStartYearandAuditCycleEndYearfromxs:gYeartoxs:date. This will lead to a breaking change.Additional context