Skip to content

Commit

Permalink
#9 WorkCalendar.xsd
Browse files Browse the repository at this point in the history
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
CharlieG021163 committed Feb 10, 2020
1 parent 720c7d2 commit 7382e82
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions Schema/B2MML-WorkCalendar.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@CharlieG021163

CharlieG021163 Feb 10, 2020

Author Collaborator

#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.

<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"/>
Expand Down Expand Up @@ -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.

Copy link
@CharlieG021163

CharlieG021163 Feb 10, 2020

Author Collaborator

#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.

minOccurs = "0"/>
<xsd:element name = "RecurrenceTime" type = "CodeType"
minOccurs = "0"/>
Expand Down Expand Up @@ -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.

Copy link
@CharlieG021163

CharlieG021163 Feb 10, 2020

Author Collaborator

#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.

<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"/>
Expand Down Expand Up @@ -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.

Copy link
@CharlieG021163

CharlieG021163 Feb 10, 2020

Author Collaborator

#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.

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"
Expand Down

0 comments on commit 7382e82

Please sign in to comment.