KLE Version 1.1 (Common) / 20230901
===================================

The following changes result from the use of the common schema in version 20200220 for the operation "DeclareIncident":

../IncidentDeclaration/Company/CompanyDescription/Workplace+/AddressExtended/Postbox?[string (whitespace=preserve)]
    - removed

../IncidentDeclaration/Company/Staff/Person*/Work/WorkingTime/Steady/WeeklyHoursAndLessons
    - added with substructure

../IncidentDeclaration/Company/CompanyDescription/Workplace+/BUR-REE-Number[NMTOKEN (pattern=[A-Z][0-9]{8})]
    - new format (leading character)

../IncidentDeclaration/Company/CompanyDescription/Workplace+/BUR-REE-Number[NMTOKEN (pattern=[A-Z][0-9]{8})]
../IncidentDeclaration/Company/CompanyDescription/Workplace+/InHouseID[string (minLength=1,maxLength=255)]
    - new cardinality, one of the above is mandatory by choice

../IncidentDeclaration/Company/CompanyDescription/Workplace+/CompanyWorkingTime+
../IncidentDeclaration/Company/CompanyDescription/Workplace+/CompanyWorkingTime+/WeeklyHours
../IncidentDeclaration/Company/CompanyDescription/Workplace+/CompanyWorkingTime+/WeeklyLessons
../IncidentDeclaration/Company/CompanyDescription/Workplace+/CompanyWorkingTime+/WeeklyHoursAndLessons
    - new substructure according to ELMv5
    - modified restriction for WeeklyHours[decimal (pattern=[0-9]+\.[0-9]{2})]
    - modified restriction for WeeklyLessons[decimal (pattern=[0-9]+\.[0-9]{2})]

../IncidentDeclaration/Company/Staff/Person*/Particulars/EmployeeNumber?[string (whitespace=preserve)]
    - is optional according to ELMv5, but will be enforced by a plausibility rule on the distributor

../IncidentDeclaration/Company/Staff/Person*/Particulars/ResidenceCategory?[NMTOKEN (enum=shortTerm-L,enum=annual-B,enum=settled-C,enum=crossBorder-G,enum=asylumSeeker-N,enum=needForProtection-S,enum=NotificationProcedureForShorttermWork90Days,enum=NotificationProcedureForShorttermWork120Days,enum=ProvisionallyAdmittedForeigners-F,enum=ResidentForeignNationalWithGainfulEmployment-Ci,enum=othersNotSwiss)]
    - extended enum values
        * NotificationProcedureForShorttermWork90Days
        * NotificationProcedureForShorttermWork120Days
        * ProvisionallyAdmittedForeigners-F
        * ResidentForeignNationalWithGainfulEmployment-Ci

../IncidentDeclaration/Company/Staff/Person*/Work/WorkingTime/Steady/WeeklyHours[decimal (pattern=[0-9]+\.[0-9]{2})]
    - modified restriction for WeeklyHours[decimal (pattern=[0-9]+\.[0-9]{2})]

../IncidentDeclaration/Company/Staff/Person*/Work/WorkingTime/Steady/WeeklyLessons[decimal (pattern=[0-9]+\.[0-9]{2})]
    - modified restriction for WeeklyLessons[decimal (pattern=[0-9]+\.[0-9]{2})]

The following changes result from the use of the common schema in version 20200220 for the operation "SynchronizeContract":

../IncidentStories*/DialogMessage*/Paragraph+/Value?/Amount[decimal (pattern=[\-]?[0-9]+\.[0-9]{2})]
../IncidentStories*/DialogMessage*/Paragraph+/Answer?/Amount
../StoriesWithoutDeclaration?/DialogMessage*/Paragraph+/Value?/Amount[decimal (pattern=[\-]?[0-9]+\.[0-9]{2})]
../StoriesWithoutDeclaration?/DialogMessage*/Paragraph+/Answer?/Amount
    - new value type for DialogMessages

../IncidentStories*/AdditionsPerson?/TaxAtSource?/TaxAtSourceCategory/CategoryPredefined[NMTOKEN (enum=HEN,enum=HEY,enum=MEN,enum=MEY,enum=NON,enum=NOY,enum=SFN)]
    - new TaxAtSource codes for predefined categories

../IncidentStories*/Attachment*/ContentType[NMTOKEN (enum=certificateOfIncapacityToWork,enum=correspondence,enum=invoice,enum=other)]
    - fixed typo in enum (whitespace after "invoice")
