B2MML is an XML implementation of the ANSI/ISA-95, Enterprise-Control System Integration, family of standards (ISA-95), known internationally as IEC/ISO 62264. B2MML consists of a set of XML schemas written using the World Wide Web Consortium's XML Schema language (XSD) that implement the data models in the ISA-95 standard.
Other
93
stars
45
forks
source link
Change OpEquipmentRequirementType\EquipmentLevel codetype to EquipmentLevelType #74
The B2MML-Common.xsd defines the codetype for OpEquipmentRequirementType\EquipmentLevel codetype=HierarchyScopeType
This should be CodeType=EquipmentLevel
Additionally, the Sequence should relocate the EquipmentLevel to be immediately after the EquipmentID for easier understanding.
Existing XSD (lines 893 to 912) with the issue at Line 904
Proposed Fix - Relocate to line 898, and change codetype=EquipmentLevelType