Issue 5530: Recommend that FeatureLocation derive from Extendable (gene-expression-ftf) Source: Rosetta Biosoftware Business Unit (Mr. Michael D Miller, nobody) Nature: Uncategorized Issue Severity: Summary: Recommend that FeatureLocation derive from Extendable. It was an oversight that this was not done in the first palce Resolution of the issue would change: MAGE-OM and the generated MAGE.xmi MAGE-ML.dtd Section 3.1.7, "DesignElement" of the documentation Resolution: see below Revised Text: Section 2.1.7, "DesignElement" of the documentation For the documentation of FeatureLocation. Currently: "FeatureLocation Specifies where a feature is located relative to a grid." Becomes: "FeatureLocation Specifies where a feature is located relative to a grid. Derived from Extendable" MAGE-OM and the generated MAGE.xmi are updated to derive FeatureLocation from Extendable. MAGE-ML.dtd Currently: "<!-- Element and Attlist declarations for FeatureLocation Specifies where a feature is located relative to a grid. Attributes row: row position in the Zone column: column position in the Zone. --> <!ELEMENT FeatureLocation_assn (FeatureLocation) > <!ELEMENT FeatureLocation EMPTY > <!ATTLIST FeatureLocation row CDATA #REQUIRED column CDATA #REQUIRED >" Becomes: "<!-- Element and Attlist declarations for FeatureLocation Specifies where a feature is located relative to a grid. Associations Inherites associations from base class Extendable. Attributes Inherites attributes from base class Extendable. row: row position in the Zone column: column position in the Zone. --> <!ELEMENT FeatureLocation_assn (FeatureLocation) > <!ELEMENT FeatureLocation ((%Extendable_content;)) > <!ATTLIST FeatureLocation %Extendable_attrs; row CDATA #REQUIRED column CDATA #REQUIRED >" Actions taken: July 20, 2002: received issue December 11, 2002: closed issue Discussion: It was an oversight that this was not done in the first place End of Annotations:===== Recommend that FeatureLocation derive from Extendable. It was an oversight that this was not done in the first palce Resolution of the issue would change: MAGE-OM and the generated MAGE.xmi MAGE-ML.dtd Section 3.1.7, "DesignElement" of the documentation (MAGE ISSUE 104)