MESAInternational / B2MML-BatchML

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

add HierarchyScope to OpSegmentDataType to align with ISA-950002 #42

Closed racheliurui closed 4 years ago

racheliurui commented 5 years ago

Background

ADD: element name = "HierarchyScope" to OpSegmentDataType

<xsd:complexType name = "OpSegmentDataType">
...
 <xsd:element name = "Description"      type="DescriptionType" 
                            minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name = "HierarchyScope"             type = "HierarchyScopeType"    
                                                        minOccurs = "0"/>
...
</xsd:complexType>

Supporting Document

ISA-950002 Table 207 – Segment data attributes

Impacted Types

B2MML-OperationsPerformanceTypes.xsd

Dennis-Brandl commented 4 years ago

To be fixed in the January 2020 Sprint.

JoeDo commented 4 years ago

Confirmed that the change has been made in the January-2020-Sprint branch. I'll circle back and Close this issue after the changes have been merged into Master.

Dennis-Brandl commented 4 years ago

To be included in the soon to be released version. Issue closed.