You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #60 Background
Currently B2MML WorkAlert.xsd has a common "property" element name for both WorkAlertDefinitionType and WorkAlertType. This confusing. Change name to match align with Work Alert Model in 950004.
Impacted Types and Solutions B2MML-WorkAlert.xsd
complexType name = "WorkAlertDefinitionType">
CHANGE: <xsd:element name = "Property" type = "WorkAlertPropertyType" minOccurs = "0" maxOccurs = "unbounded"/>
TO: <xsd:element name = "WorkAlertDefinitionProperty" type = "WorkAlertDefinitionPropertyType" minOccurs = "0" maxOccurs = "unbounded"/>
complexType name = "WorkAlertType">
CHANGE: <xsd:element name = "Property" type = "WorkAlertPropertyType" minOccurs = "0" maxOccurs = "unbounded"/>
TO: <xsd:element name = "WorkAlertProperty" type = "WorkAlertPropertyType" minOccurs = "0" maxOccurs = "unbounded"/>
Supporting Document ISA-950004 JWG5 CDV01 version (2019 12)
Clause 12.2 Work alert definition, Table 78 – Work alert definition relationship roles
Clause 12.4 Work alert, Table 83 – Work alert relationship roles
Impacted Types B2MML-WorkAlert.xsd
The text was updated successfully, but these errors were encountered:
CharlieG021163
changed the title
Add specific property element names to WorkAlertDefinitionType and WorkAlertType to align with 940002.
Add specific property element names to WorkAlertDefinitionType and WorkAlertType to align with 950004.
Dec 9, 2019
CharlieG021163
changed the title
Add specific property element names to WorkAlertDefinitionType and WorkAlertType to align with 950004.
Add specific property element names to WorkAlertDefinitionType and WorkAlertType in WorkAlert.xsd to align with 950004.
Jan 28, 2020
Related to #60
Background
Currently B2MML WorkAlert.xsd has a common "property" element name for both WorkAlertDefinitionType and WorkAlertType. This confusing. Change name to match align with Work Alert Model in 950004.
Impacted Types and Solutions
B2MML-WorkAlert.xsd
complexType name = "WorkAlertDefinitionType">
CHANGE: <xsd:element name = "Property" type = "WorkAlertPropertyType" minOccurs = "0" maxOccurs = "unbounded"/>
TO: <xsd:element name = "WorkAlertDefinitionProperty" type = "WorkAlertDefinitionPropertyType" minOccurs = "0" maxOccurs = "unbounded"/>
complexType name = "WorkAlertType">
CHANGE: <xsd:element name = "Property" type = "WorkAlertPropertyType" minOccurs = "0" maxOccurs = "unbounded"/>
TO: <xsd:element name = "WorkAlertProperty" type = "WorkAlertPropertyType" minOccurs = "0" maxOccurs = "unbounded"/>
Supporting Document
ISA-950004 JWG5 CDV01 version (2019 12)
Clause 12.2 Work alert definition, Table 78 – Work alert definition relationship roles
Clause 12.4 Work alert, Table 83 – Work alert relationship roles
Impacted Types
B2MML-WorkAlert.xsd
The text was updated successfully, but these errors were encountered: