Format
The mandatory attribute type is defined in the Mandatory Attribute format.
The format of the CAD to 3DEXPERIENCE mandatory attribute name is:
attributeName,attributeValue,attributeType
In this mapping:
attributeName
: The name of the attribute, for example,$$Comments$$
.-
attributeValue
: The value of the attribute, for example, SOLIDWORKS File. attributeType
: The type of the mandatory value. The attribute Type can have the following values:mandatory
: The CSE must use the value specified in theattributeValue
, ignoring the value of attributes in theFile Summary Properties
or theFile Custom Properties
.The administrator must provide a value in
attributeValue
as mandatory attributes require a value.default
: The CSE can use the value specified in theattributeValue
or can over-write it based on some criteria. Presently, the CSE uses theattributeValue
and synchronizes it with the X-CAD Design Management attribute.The administrator needs to provide a value for
attributeValue
with thedefault
attribute Type as mandatory attributes require a value.null
: The CSE searches for the attribute in theFile Summary Properties
or in theFile Custom Properties
and synchronize the value with the X-CAD Design Management attribute. If a file or custom attribute is specified asnull
, that property should contain a value.The administrator should not provide a value for
.attributeValue
as the CSE ignores the entries forattributeValue
.