-
Notifications
You must be signed in to change notification settings - Fork 46
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" #54
Comments
Renamed to codetype to OperationsEventExtensionType and put it into the OperationsEvent.xsd file. |
Confirmed the addition of the OperationsEventExtensionType in OperationsEvent.xsd in the January-2020-Sprint branch. I'll circle back and Close this issue after the changes have been merged into Master. |
Changed as specified above. |
how do I see your commit for this change? its not listed here? |
Changed name to "OperationsEventExtension1Type" as specified in Jan 28th comment. |
I started rebuilding the next version, and I am not sure what happended to this change. Let's leave it open until we find the right changed source. |
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
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: