-
Notifications
You must be signed in to change notification settings - Fork 3
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
Change TestPropertyMeasurementType to PropertyMeasurementType in Common.xsd (if OperationsTest.xsd not used) to align with updated 950002 Operations Test #17
Comments
ISA-950002 |
@CharlieG021163 the latest version at draft branch have a typo problem (missing "minOccurs = "0" nillable="true"/>") at line 1540, could you please fix it? or do you want me to fix it? b2mmlv7beta/Schema/B2MML-Common.xsd Line 1540 in 2d1c9e2
|
@CharlieG021163 If you change the name from "TestPropertyMeasurementType" to "PropertyMeasurement", should you also change the last element for PropertyMeasurement to something like, <xsd:group ref = "Extended:PropertyMeasurement" minOccurs="0" maxOccurs="1"/> and also change the b2mmlv7beta/Schema/B2MML-CommonExtensions.xsd Line 236 in 2d1c9e2
to <xsd:group name = "PropertyMeasurement"> |
Yes, WIP. Thanks. |
Agreed |
I agree with the change. |
Background and Solution
ERDi, MESA: Related to #101
To align with updated 950002 Operations Test Model's relationships.
Align TestResult element with updated 950002, Operations Test Model where the Test Result object has an association relationships with the resource actual objects.
Under issue #101, the new OperationsTest.xsd schema is added to align with 950002 by including TestSpecificationType and TestResultType together which allows 1st order transactions for both types.
Solution
IF MESA does not except this change, the following change is recommended to Common.xsd.
CHANGE: "TestPropertyMeasurementType" with "PropertyMeasurementType"
Impacted Types
Common.xsd
TestPropertyMeasurementType
Supporting Document
950002 JWG5 CDV01 version (2019 12)
Clause 5.9.9, Property measurement, Table 114 Property measurement attributes.
The text was updated successfully, but these errors were encountered: