F.2 ConnectionConfigurationSet file content
If ConnectionConfigurationSets are stored in a File, the UABinaryFileDataType and the related definitions in OPC 10000-5 shall be used to encode the file content. The structure of the UABinaryFileDataType file is illustrated in Table F.37. Its Body contains an array of ConnectionConfigurationSetConfDataType or a subtype of it.
| Field | Type | Typical Values |
| Namespaces | 0:String[] | Contains the namespaces used for the data that is contained in the Body of the File. As a minimum, the http://opcfoundation.org/UA/ and http://opcfoundation.org/UA/FX/CM/ namespace shall be included. |
| structureDataTypes | 0:StructureDescription[] | null or empty DataTypes used for configuration are defined by OPC UA FX. |
| enumDataTypes | 0:EnumDescription[] | null or empty DataTypes used for configuration are defined by OPC UA FX. |
| simpleDataTypes | 0:SimpleTypeDescription[] | null or empty DataTypes used for configuration are defined by OPC UA FX. |
| schemaLocation | 0:String | null or empty |
| fileHeader | 0:KeyValuePair[] | null or empty |
| Body | 0:BaseDataType[] | An array of ConnectionConfigurationSetConfDataType. |