<Relation>
Section:
Class
Required:
No
Value type:
None
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag is used to define relationships and cardinality that exist between this class and any other class which is used when an XSD is constructed for this class.
The tag itself contains no value. Instead, it must contain two tags: <toBizClass> and <cardinality>.
Example
This example is the default configuration for the DB_DOC class in wmconf.xml:
<Relation>
<toBizClass>com.osm.biz.WMFile</toBizClass>
<cardinality>*</cardinality>
</Relation>
Was this helpful?