PublicInterchangeFile is the root node of a PModel file. It identifies the file type, and contains version information of a PModel file.
The child elements of the PublicInterchangeFile node are LANGUAGE, MODEL, METHOD, PROFILE, OBJECT, FOLDER, PARAMETER, and LOCATION.
The following table lists the attributes of the PublicInterchangeFile node:
Attributes | Type | Description |
---|---|---|
Source | xs:string | Custom identifier indicating the tool that generated the file. It is used as information and is not imported. |
SourceVersion | xs:string | Version of the source that generated the file. It is used for information and is not imported. |
Creator | xs:string | Name of the person who created the file. It is used for information and is not imported. |
SchemaVersion | xs:string | XML schema version of the file. It helps the import wizard to identify the XSD schema that should be used for validation, and how to import the file. |
CreationTime | xs:dateTime | Time when the file was created. It is used for information and is not imported. |
For example:
<PublicInterchangeFile SchemaVersion="1.0" Source="" SourceVersion="1.0" Creator="lij5" CreationTime="2010-11-18T08:34:38">