// ----- this file has been automatically generated - do not edit

/**
 * |           |                                                            |
 * |-----------|------------------------------------------------------------|
 * | namespace |http://opcfoundation.org/UA/                                |
 * | nodeClass |DataType                                                    |
 * | name      |StructureType                                               |
 * | isAbstract|false                                                       |
 */
export enum EnumStructure  {
  Structure = 0,
  StructureWithOptionalFields = 1,
  Union = 2,
  StructureWithSubtypedValues = 3,
  UnionWithSubtypedValues = 4,
}