First, sorry for the last post and it's attempted
recall.
Next,
I have a
file (test_tc.mi2 attaced)
with a "BITS"
TextualConvention declaration
"LocationCategory". I also have an object "myGoodLocation" declared
as being of type "LocationCategory". The resulting xsd file is
correct. It contains the TC definition, the object definition and a new TC
declaration "myGoodLocationBits".
I also import the TC in a file (test.mi2) and declare an
object "myBadLocation" declared as being of type "LocationCategory".
The resulting xsd file is NOT correct. The file contains
"myBadLocation" declared as being of type
"myBadLocationCategoryBits". However, the declaration of the
"myBadLocationCategoryBits" TC is not present.
Steve