In order to harmonize with AP242, the complexType BaseRootObject should be added to common.xsd and inherited by all objects contained within the data container
<xsd:complexType name="BaseRootObject" abstract="true">
<xsd:annotation>
<xsd:documentation>
Base type for root elements - objects that can be instantiated inside Container
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="BaseObject"/>
</xsd:complexContent>
</xsd:complexType>
fixed in:
plcslib/xsl/generate_xsd/plcs_psm_config.xml revision: 1.32
plcslib/xsl/generate_xsd/plcs_psm_xmi2xsd.xsl revision: 1.47