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
To align with Updated 95002, Operations Event Model Solution
complexType name="OperationsEventClassType" element name="Extension"
CHANGE: type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
TO: type="ExtensionType" minOccurs="0"/>
ADD ExtensionType and Extension1Type to Common.xsd for defined values of Extension element in "OperationsEventClassType" to align with Updated 950002, Operations Event Model
<xsd:complexTypename="Extension1Type">
<xsd:simpleContent>
<xsd:restrictionbase="CodeType">
<xsd:enumerationvalue="Sealed"/>
<xsd:enumerationvalue="NA"/>
<xsd:enumerationvalue="Other"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
<!---->
<xsd:complexTypename="ExtensionType">
<xsd:annotation>
<xsd:documentation>
Defines constraints on the inclusion of the respective operations event class in a hierarchy.
Defined value are
-sealed: no entry can use this entry as its parent;
-(No entry): no entry allows any entry to represent this entry as its parent /ancestor.
Extension can contain a set of entries of other operations event classes who represent this entry in their parent.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extensionbase="Extension1Type">
<xsd:attributename="OtherValue"type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Supporting Document ISA-950002 JWG5 CDV01 version (2019 12)
Clause 5.11.2 Operations event class, Table 126 – Operations event class attributes
Impacted types
B2MML-OperatrionsEvent.xsd: OperationsEventClasssType
New B2MML-Common.xsd: ExtensionType
New B2MML-Common.xsd: Extension1Type
The text was updated successfully, but these errors were encountered:
CharlieG021163
changed the title
ADD ExtensionType and Extension1Type to Common.xsd for defined values of Extension element in "OperationsEventClassType" and "OperationsRecordTemplateType"
ADD ExtensionType and Extension1Type to Common.xsd for defined values of Extension element in "OperationsEventClassType"
Sep 22, 2019
ERDi, MESA: #71 ADD ExtensionType and Extension1Type to Common.xsd for defined values of Extension element in "OperationsEventClassType" to align with Updated 950002, Operations Event Model.
ERDi, MESA: #71 complexType name = "OperationsEventClassType" element name="Extension"
CHANGE: type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
TO: type="ExtensionType" minOccurs="0"/>
To support the Extension element's defined values in the updated 950002, Operations Event Class. ExtensionType and Extension1Type were added to Common.xsd
ERDi, MESA: #73 To align with Updated 95002, Operations Event Model.
B2MML has not address the defined value for 4 elements in the OperationsEventType.
ADD: "OperationsEventTypeType"
ADD: "OperationsEventLevelType"
ADD: "MOMFunctionType"
ADD: "EnterpriseFunctionType"
CharlieG021163
changed the title
ADD ExtensionType and Extension1Type to Common.xsd for defined values of Extension element in "OperationsEventClassType"
Add ExtensionType and Extension1Type to Common.xsd for defined values of Extension element in "OperationsEventClassType"
Sep 26, 2019
Accepted by Dennis with following comments: Renamed to codetype to OperationsEventExtensionType and put it into the OperationsEvent.xsd file.
To be fixed in January 2020 Sprint.
MESAInternational/B2MML-BatchML#54
To align with Updated 95002, Operations Event Model
Solution
complexType name="OperationsEventClassType" element name="Extension"
CHANGE: type="IdentifierType" minOccurs="0" maxOccurs="unbounded"/>
TO: type="ExtensionType" minOccurs="0"/>
ADD ExtensionType and Extension1Type to Common.xsd for defined values of Extension element in "OperationsEventClassType" to align with Updated 950002, Operations Event Model
Supporting Document
ISA-950002 JWG5 CDV01 version (2019 12)
Clause 5.11.2 Operations event class, Table 126 – Operations event class attributes
Impacted types
B2MML-OperatrionsEvent.xsd: OperationsEventClasssType
New B2MML-Common.xsd: ExtensionType
New B2MML-Common.xsd: Extension1Type
The text was updated successfully, but these errors were encountered: