Module opc_binary_schema

Module opc_binary_schema 

Source
Expand description

This module contains an implementation of the OPCBinarySchema.xsd XML schema, for use with code generation. Attributes such as any or anyAttribute are not added.

Structs§

Documentation
Documentation object.
EnumeratedType
Description of an enumerated type.
EnumeratedValue
Description of an enum value.
FieldType
Type of a struct field.
ImportDirective
Import types from some other schema.
OpaqueType
Opaque type, these are stored as some other primitive type.
StructuredType
Description of a structured type.
TypeDescription
Description of a type in an OPC-UA binary schema.
TypeDictionary
The outer type dictionary containing the types in an OPC UA BSD file.

Enums§

ByteOrder
Byte order for a value.
SwitchOperand
Switch operand.
TypeDictionaryItem
Item in the outer type dictionary.

Functions§

load_bsd_file
Load an OPC-UA BSD file from a string, document is the content of an OPC-UA BSD file.