-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
WorkCalendarDefinitionType -ADD element name = "PublishedDate" type = "DateTimeType" -ADD element name = "EffectiveStartDate" type = "DateTimeType" -ADD element name = "EffectiveEndDate" type = "DateTimeType" WorkCalendarDefinitionEntryType -ADD element name = "PublishedDate" type = "DateTimeType" -CHANGE: <xsd:element name = "StartRule" type = "CodeType" minOccurs = "0"/> TO: element name = "EffectiveStartDate" type = "DateTimeType" -ADD element name = "EffectiveEndDate" type = "DateTimeType" WorkCalendarType -ADD element name = "PublishedDate" type = "DateTimeType" -ADD element name = "EffectiveStartDate" type = "DateTimeType" -ADD element name = "EffectiveEndDate" type = "DateTimeType" WorkCalendarEntryType -Existing element: <xsd:element name = "StartDateTime" -Existing element: <xsd:element name = "FinishDateTime" -ADD: <xsd:element name = "PublishedDate"
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,13 +124,19 @@ | |
<xsd:element name = "ID" type = "IdentifierType"/> | ||
<xsd:element name = "Description" type = "DescriptionType" | ||
minOccurs = "0" maxOccurs = "unbounded"/> | ||
<xsd:element name = "PublishedDate" type = "DateTimeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "EffectiveStartDate type = "DateTimeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "EffectiveEndDate type = "DateTimeType" | ||
minOccurs = "0"/> | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "WorkCalendarDefinitionEntry" | ||
type = "WorkCalendarDefinitionEntryType" | ||
type = "WorkCalendarDefinitionEntryType" | ||
minOccurs = "1" maxOccurs = "unbounded"/> | ||
<xsd:element name = "WorkCalendarDefinitionProperty" | ||
type = "WorkCalendarDefinitionPropertyType" | ||
type = "WorkCalendarDefinitionPropertyType" | ||
minOccurs = "0" maxOccurs = "unbounded"/> | ||
<xsd:group ref = "Extended:WorkCalendarDefinition" | ||
minOccurs = "0" maxOccurs = "1"/> | ||
|
@@ -159,9 +165,13 @@ | |
minOccurs = "0"/> | ||
<xsd:element name = "Description" type = "DescriptionType" | ||
minOccurs = "0" maxOccurs = "unbounded"/> | ||
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType" | ||
<xsd:element name = "PublishedDate" type = "DateTimeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "StartRule" type = "CodeType" | ||
<xsd:element name = "EffectiveStartDate type = "DateTimeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "EffectiveEndDate type = "DateTimeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType" | ||
This comment has been minimized.
Sorry, something went wrong.
CharlieG021163
Author
Collaborator
|
||
minOccurs = "0"/> | ||
<xsd:element name = "RecurrenceTime" type = "CodeType" | ||
minOccurs = "0"/> | ||
|
@@ -202,12 +212,18 @@ | |
<xsd:element name = "ID" type = "IdentifierType"/> | ||
<xsd:element name = "Description" type = "DescriptionType" | ||
minOccurs = "0" maxOccurs = "unbounded"/> | ||
<xsd:element name = "PublishedDate" type = "DateTimeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "EffectiveStartDate type = "DateTimeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "EffectiveEndDate type = "DateTimeType" | ||
minOccurs = "0"/> | ||
This comment has been minimized.
Sorry, something went wrong.
CharlieG021163
Author
Collaborator
|
||
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "WorkCalendarEntry" type = "WorkCalendarEntryType" | ||
minOccurs = "1" maxOccurs = "unbounded"/> | ||
<xsd:element name = "WorkCalendarProperty" | ||
type = "WorkCalendarPropertyType" | ||
type = "WorkCalendarPropertyType" | ||
minOccurs = "0" maxOccurs = "unbounded"/> | ||
<xsd:group ref = "Extended:WorkCalendar" | ||
minOccurs = "0" maxOccurs = "1"/> | ||
|
@@ -239,12 +255,14 @@ | |
<xsd:element name = "ID" type = "IdentifierType"/> | ||
<xsd:element name = "Description" type = "DescriptionType" | ||
minOccurs = "0" maxOccurs = "unbounded"/> | ||
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType" | ||
<xsd:element name = "PublishedDate" type = "DateTimeType" | ||
This comment has been minimized.
Sorry, something went wrong.
CharlieG021163
Author
Collaborator
|
||
minOccurs = "0"/> | ||
<xsd:element name = "StartDateTime" type = "DateTimeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "FinishDateTime" type = "DateTimeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "EntryType" type = "CodeType" | ||
minOccurs = "0"/> | ||
<xsd:element name = "WorkCalendarEntryChild" type = "WorkCalendarEntryType" | ||
|
#9 This change based on the approved comment from the ISA95 October 2019 Meeting. EffectiveFrom and EffectiveTo elements were change to EffectiveStartDate and EffectiveEndDate elements with PublishedDate elemetn that are to used as header elements for master data 1st order objects along with ID, Description, and Version. This has been added to the updated 950002 and 950004 JWG5 CVD01 version for IEC.