Closed barmac closed 1 year ago
DC::Style (which should be DI::Style BTW) in the DMNDI13.xmi file does not contain any properties:
DC::Style
DI::Style
DMNDI13.xmi
<packagedElement xmi:type="uml:Class" xmi:id="_18_1_f7a0369_1441612964861_428140_5975" name="DC::Style" isAbstract="true"/>
While in the DI.xsd it has an id:
DI.xsd
id
<xsd:complexType name="Style" abstract="true"> <xsd:annotation> <xsd:documentation>Style contains formatting properties that affect the appearance or style of diagram elements, including diagram themselves.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="extension" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="id" type="xsd:ID"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType>
Proposal: In DMNDI15, add id to DI::Style (already renamed from DC::Style by #8)
DC::Style
(which should beDI::Style
BTW) in theDMNDI13.xmi
file does not contain any properties:While in the
DI.xsd
it has anid
: