Reminder
This topic provides background information about the import.
- A Data Model Customization metadata is an xml file.
- The root element is a package.
- The xsd is PLMDictionaryUnified.
- Each element has a UUID specified by the Uuid tag. It can be generated using the uuidgen command under Windows. When assigned to an object, it must not be changed and can be used only once.
- Elements are named by their full database name including the prefix
entered in Data Model Customization. Before
R2015x,
the WIP admin objects were named using a prefix:
- A package used to start with VPLMpac/.
- A type used to start with VPLMtyp/.
- An instance used to start with VPLMrel/.
- An extension used to start with VPLMitf/.
- An attribute used to start with VPLMatt/.
Notes:- This name mapping was suppressed in R2015x.
- Packages created or exported in previous versions are still supported.
Allowed Characters for Naming
Only alphanumeric characters are allowed.
\
indicates that the character that follows should
be considered literally, not interpreted as a regex directive.
- Example
- This expression indicates that the name string must start with a single character taken from the list: A-Z , a-z , 0-9 , or _ and must be followed by at least one character in the list: A-Z , a-z , 0-9 , _ , , : , / or -.