ISO-TC211 / ISO19110

Revision of ISO19110
0 stars 0 forks source link

Missing data type connections #23

Closed jetgeo closed 9 years ago

jetgeo commented 9 years ago

Missing data type connection for attribute: FC_AssociationRole.cardinality (Data type: Multiplicity)
Missing data type connection for attribute: FC_AssociationRole.isOrdered (Data type: Boolean)
Missing data type connection for attribute: FC_AssociationRole.isNavigable (Data type: Boolean) Missing data type connection for attribute: FC_FeatureType.isAbstract (Data type: Boolean)
Missing data type connection for attribute: FC_InheritanceRelation.uniqueInstance (Data type: Boolean)
Missing data type connection for attribute: FC_PropertyType.cardinality (Data type: Multiplicity)

smrgeoinfo commented 9 years ago

Are these the links that need to be established in the EA UML model to get the XML build to work?

jetgeo commented 9 years ago

Yes, these are the attributes that aren't connected properly to a type. I will fix them next week, didn't have time to do it today.

jetgeo commented 9 years ago

The data type "Multiplicity" is removed from the new 19103. Not sure what to do with that.

smrgeoinfo commented 9 years ago

Maybe we have to define the enumeration in 19110?

jetgeo commented 9 years ago

I've had a discussion with Kent Johnsrud and Simon Cox on this issue, and we have agreed that the best sollution is to add a new Multiplicity type to 19109, similar to the one from 19103:2005. Simon have added the new type to 19109, and I have connected the 19110 attributes to this type. But we still have the issue https://github.com/ISO-TC211/ISO19110/issues/11.