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.
- Enumerated
Type - Description of an enumerated type.
- Enumerated
Value - Description of an enum value.
- Field
Type - Type of a struct field.
- Import
Directive - Import types from some other schema.
- Opaque
Type - Opaque type, these are stored as some other primitive type.
- Structured
Type - Description of a structured type.
- Type
Description - Description of a type in an OPC-UA binary schema.
- Type
Dictionary - The outer type dictionary containing the types in an OPC UA BSD file.
Enums§
- Byte
Order - Byte order for a value.
- Switch
Operand - Switch operand.
- Type
Dictionary Item - Item in the outer type dictionary.
Functions§
- load_
bsd_ file - Load an OPC-UA BSD file from a string,
documentis the content of an OPC-UA BSD file.