This Structure DataType is the abstract base type used to provide OPC UA DataType definitions for an OPC UA Binary encoded byte blob used outside an OPC UA Server AddressSpace.

The DataTypeSchemaHeader is formally defined in Table 272.

Table 272 – 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 NamespaceIndex is used in NodeIds and 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 NodeId and QualifiedNames identify an element in this list. The first entry in this array maps to NamespaceIndex 1.

structureDataTypes

StructureDescription[]

Description of Structure and Union DataTypes used in the data that follows the DataTypeSchemaHeader. This includes nested Structures.

DataType NodeIds for Structure DataTypes used in the data refer to entries in this array.

The StructureDescription DataType is defined in 12.33.

enumDataTypes

EnumDescription[]

Description of Enumeration or OptionSet DataTypes used in the data that follows the DataTypeSchemaHeader.

DataType NodeIds for Enumeration or OptionSet DataTypes used in the data refer to entries in this array.

The EnumDescription DataType is defined in 12.34.

simpleDataTypes

SimpleTypeDescription[]

Description of DataTypes derived from built-in DataTypes. This excludes OptionSet DataTypes.

The DataTypeSchemaHeader Structure representation in the AddressSpace is defined in Table 273.

Table 273 – DataTypeSchemaHeader definition

Attributes

Value

BrowseName

DataTypeSchemaHeader

IsAbstract

TRUE

References

NodeClass

BrowseName

DataType

TypeDefinition

ModellingRule

Subtype of Structure defined in Table 185.

Conformance Units

Base Info UaBinary File