Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ExtensionType and Extension1Type to Common.xsd for defined values of Extension element in "OperationsEventClassType" #71

Open
CharlieG021163 opened this issue Sep 22, 2019 · 3 comments
Assignees
Labels
ERDi Issues that need to be fixed in ERDi version High MESA Issues that need to be fixed in MISA Version

Comments

@CharlieG021163
Copy link
Collaborator

CharlieG021163 commented Sep 22, 2019

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

 <xsd:complexType name="Extension1Type">

        <xsd:simpleContent>

            <xsd:restriction base="CodeType">

                <xsd:enumeration value="Sealed"/>

                <xsd:enumeration value="NA"/>

                <xsd:enumeration value="Other"/>

            </xsd:restriction>

        </xsd:simpleContent>

    </xsd:complexType>

    

    <!--     -->    

    <xsd:complexType name="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:extension base="Extension1Type">

                <xsd:attribute name="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

@CharlieG021163 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
CharlieG021163 added a commit that referenced this issue 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.
CharlieG021163 added a commit that referenced this issue Sep 22, 2019
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
CharlieG021163 referenced this issue Sep 23, 2019
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"
@racheliurui
Copy link
Collaborator

Agreed

@racheliurui racheliurui added this to the Discussed & Commented milestone Sep 24, 2019
@CharlieG021163 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
@CharlieG021163 CharlieG021163 added ERDi Issues that need to be fixed in ERDi version High MESA Issues that need to be fixed in MISA Version labels Oct 8, 2019
@gerardmoloneyetpartners
Copy link
Collaborator

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.

@Dennis-Brandl
Copy link

I agree with the change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ERDi Issues that need to be fixed in ERDi version High MESA Issues that need to be fixed in MISA Version
Projects
None yet
Development

No branches or pull requests

5 participants