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
Background and Solution
ERDi, MESA: OpXXXSpecificationTypes in Common.xsd are missing the OperationalLocation element to align with updated 950002 Operations Definition and Operational Location Models.
Related to #23 thread.
The following changes are required.
complexType name="OpPersonnelSpecificationType"
ADD: element name="OperationalLocation" type="ResourceLocationType" minOccurs = "0" />
complexType name="OpEquipmentSpecificationType"
ADD: element name="OperationalLocation" type="ResourceLocationType" minOccurs = "0" />
complexType name="OpPhysicalAssetSpecificationType"
ADD: element name="PhysicalLocation" type="ResourceLocationType" minOccurs = "0" />
complexType name="OpMaterialSpecificationType"
ADD: element name="StorageLocation" type="ResourceLocationType" minOccurs = "0" />
Background and Solution
ERDi, MESA: OpXXXSpecificationTypes in Common.xsd are missing the OperationalLocation element to align with updated 950002 Operations Definition and Operational Location Models.
Related to #23 thread.
The following changes are required.
complexType name="OpPersonnelSpecificationType"
ADD: element name="OperationalLocation" type="ResourceLocationType" minOccurs = "0" />
complexType name="OpEquipmentSpecificationType"
ADD: element name="OperationalLocation" type="ResourceLocationType" minOccurs = "0" />
complexType name="OpPhysicalAssetSpecificationType"
ADD: element name="PhysicalLocation" type="ResourceLocationType" minOccurs = "0" />
complexType name="OpMaterialSpecificationType"
ADD: element name="StorageLocation" type="ResourceLocationType" minOccurs = "0" />
Impacted Types
Common.xsd
Supporting Document
950002 JWG5 CDV01 version (2019 12)
6.1.7 Personnel specification, Table 156 – Personnel specification attributes
6.1.9 Equipment specification, Table 160 – Equipment specification attributes
6.1.11 Physical asset specification, Table 164 – Physical asset specification attributes
6.1.13 Material specification, Table 168 – Material specification attributes
The text was updated successfully, but these errors were encountered: