isAbstract
attribute which specifies if the type is abstract, meaning that it can not be directly used in a Data or a structure field.abstractPosition
type:<types> <simpleType name="int" baseType="int" /> <simpleType name="float" baseType="float" /> <structType name="abstractPosition" isAbstract="true"> <field name="latitude" type="float" /> <field name="lontitude" type="float" /> </structType> <structType name="Position2Element" > <extends name="abstractPosition" /> <field name="elementID" type="int" /> </structType> </types>
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence