This Structure DataTypeis the abstract base type used to provide OPC UA DataTypedefinitions for an OPC UA Binary encoded byte blob used outside an OPC UA Server AddressSpace.
The DataTypeSchemaHeaderis formally defined in Table A.1.
Table A.1– DataTypeSchemaHeader Structure
Name |
Type |
Description |
DataTypeSchemaHeader |
Structure |
|
namespaces |
String[] |
Defines an array of namespace URIs. The index into the array is referred to as NamespaceIndex. The NamespaceIndexis used in NodeIdsand QualifiedNames, rather than the longer namespace URI. NamespaceIndex 0 is reserved for the OPC UA namespace and it is not included in this array. The array contains the namespaces used in the data that follows the DataTypeSchemaHeader. The index used in NodeIdand QualifiedNamesidentify an element in this list. The first entry in this array maps to NamespaceIndex 1. |
structureDataTypes |
StructureDescription[] |
Description of Structure and Union DataTypesused in the data that follows the DataTypeSchemaHeader. This includes nested Structures. DataType NodeIds for Structure DataTypesused in the data refer to entries in this array. The StructureDescription DataTypeis defined in A.1.3. |
enumDataTypes |
EnumDescription[] |
Description of Enumeration or OptionSet DataTypesused in in the data that follows the DataTypeSchemaHeader. DataType NodeIds for Enumeration or OptionSet DataTypesused in the data refer to entries in this array. The EnumDescription DataTypeis defined in A.1.4. |
simpleDataTypes |
SimpleTypeDescription[] |
Description of DataTypesderived from built-in DataTypes. This excludes OptionSet DataTypes. |
The DataTypeSchemaHeader Structurerepresentation in the AddressSpaceis defined in Table A.2.
Table A.2– DataTypeSchemaHeader Definition
Attributes |
Value |
||
BrowseName |
DataTypeSchemaHeader |
||
IsAbstract |
True |
||
References |
NodeClass |
BrowseName |
IsAbstract |
Subtype of Structure defined in OPC 10000-5. |
|||
HasSubtype |
DataType |
UABinaryFileDataType |
False |