Book a Demo

Author Topic: Types are not being imported  (Read 1955 times)

jbampton

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Types are not being imported
« on: March 16, 2011, 12:30:17 pm »
Basically the types are not being imported when I do an xmi import.  I have the code below.  Am I doing something wrong?


Code: [Select]
<ownedAttribute xmi:type="uml:Property" xmi:id="d1e710" visibility="private" isDerived="false"
                            isOrdered="false"
                            isUnique="true"
                            name="xyz123dateTimeofExposure">
               <type xmi:idref="EAID_634B464C_CF46_49c8_800E_AB3ADD00E81A"/>
               <lowerValue xmi:type="uml:LiteralInteger" value="0" xmi:id="d1e715"/>
               <upperValue xmi:type="uml:LiteralInteger" value="1" xmi:id="d1e715"/>
            </ownedAttribute>

then further down in the file I have this.


Code: [Select]
<EAStub UMLType="Class" name="NEHTA:DateTime"
                 xmi:id="EAID_634B464C_CF46_49c8_800E_AB3ADD00E81A"/>