b2mml

package module
v0.0.0-...-256d957 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2017 License: MIT Imports: 2 Imported by: 0

README

go-b2mml

A Go package contains structs for all the types defined in the MESA International standards B2MML and BatchML schemas. It is a port of the C# B2MML.NET package.

Example usage

package main

import (
	"encoding/xml"
	"fmt"
	"io/ioutil"

	b2mml "github.com/factrylabs/go-b2mml"
)

func main() {
	data, _ := ioutil.ReadFile("/path/to/materiallot.xml")
	ml := b2mml.MaterialLotType{}
	_ := xml.Unmarshal(data, &ml)
	fmt.Printf("Resulting B2MML struct:\n%+v\n", ml)
}

FAQ

Why not generate directly from the B2MML schema? For a project we had to unmarshal some B2MML messages to Go structs. There is no mature xsd code generator for Go (yet, according to our experience), and it seemed much easier to simply "translate" the C# code generated by the Microsoft (R) Xml Schemas/DataTypes support utility (xsd.exe) than to write an xsd generator ourselves.

Contributing

Feel free to open an issue or a to submit a pull request...

Credits

Thanks to jpdillingham for creating the C# version.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcknowledgeBatchProductionRecordType

type AcknowledgeBatchProductionRecordType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeBatchProductionRecordTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeBatchProductionRecordType was auto-generated. Do not change.

type AcknowledgeBatchProductionRecordTypeDataArea

type AcknowledgeBatchProductionRecordTypeDataArea struct {
	Acknowledge           TransAcknowledgeType        `json:",omitempty" xml:",omitempty"`
	BatchProductionRecord []BatchProductionRecordType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeBatchProductionRecordTypeDataArea was auto-generated. Do not change.

type AcknowledgeEquipmentCapabilityTestSpecType

type AcknowledgeEquipmentCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeEquipmentCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeEquipmentCapabilityTestSpecType was auto-generated. Do not change.

type AcknowledgeEquipmentCapabilityTestSpecTypeDataArea

type AcknowledgeEquipmentCapabilityTestSpecTypeDataArea struct {
	Acknowledge                 TransAcknowledgeType                       `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpec []EquipmentCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeEquipmentCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type AcknowledgeEquipmentClassType

type AcknowledgeEquipmentClassType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeEquipmentClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeEquipmentClassType was auto-generated. Do not change.

type AcknowledgeEquipmentClassTypeDataArea

type AcknowledgeEquipmentClassTypeDataArea struct {
	Acknowledge    TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	EquipmentClass []EquipmentClassType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeEquipmentClassTypeDataArea was auto-generated. Do not change.

type AcknowledgeEquipmentInformationType

type AcknowledgeEquipmentInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeEquipmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeEquipmentInformationType was auto-generated. Do not change.

type AcknowledgeEquipmentInformationTypeDataArea

type AcknowledgeEquipmentInformationTypeDataArea struct {
	Acknowledge          TransAcknowledgeType       `json:",omitempty" xml:",omitempty"`
	EquipmentInformation []EquipmentInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeEquipmentInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeEquipmentType

type AcknowledgeEquipmentType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeEquipmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeEquipmentType was auto-generated. Do not change.

type AcknowledgeEquipmentTypeDataArea

type AcknowledgeEquipmentTypeDataArea struct {
	Acknowledge TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	Equipment   []EquipmentType      `json:",omitempty" xml:",omitempty"`
}

AcknowledgeEquipmentTypeDataArea was auto-generated. Do not change.

type AcknowledgeGRecipeInformationType

type AcknowledgeGRecipeInformationType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeGRecipeInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeGRecipeInformationType was auto-generated. Do not change.

type AcknowledgeGRecipeInformationTypeDataArea

type AcknowledgeGRecipeInformationTypeDataArea struct {
	Acknowledge        TransAcknowledgeType     `json:",omitempty" xml:",omitempty"`
	GRecipeInformation []GRecipeInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeGRecipeInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeJobListType

type AcknowledgeJobListType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeJobListTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeJobListType was auto-generated. Do not change.

type AcknowledgeJobListTypeDataArea

type AcknowledgeJobListTypeDataArea struct {
	Acknowledge TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	JobList     []JobListType        `json:",omitempty" xml:",omitempty"`
}

AcknowledgeJobListTypeDataArea was auto-generated. Do not change.

type AcknowledgeJobResponseType

type AcknowledgeJobResponseType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeJobResponseTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeJobResponseType was auto-generated. Do not change.

type AcknowledgeJobResponseTypeDataArea

type AcknowledgeJobResponseTypeDataArea struct {
	Acknowledge TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	JobResponse []JobResponseType    `json:",omitempty" xml:",omitempty"`
}

AcknowledgeJobResponseTypeDataArea was auto-generated. Do not change.

type AcknowledgeMaterialClassType

type AcknowledgeMaterialClassType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeMaterialClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeMaterialClassType was auto-generated. Do not change.

type AcknowledgeMaterialClassTypeDataArea

type AcknowledgeMaterialClassTypeDataArea struct {
	Acknowledge   TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	MaterialClass []MaterialClassType  `json:",omitempty" xml:",omitempty"`
}

AcknowledgeMaterialClassTypeDataArea was auto-generated. Do not change.

type AcknowledgeMaterialDefinitionType

type AcknowledgeMaterialDefinitionType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeMaterialDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeMaterialDefinitionType was auto-generated. Do not change.

type AcknowledgeMaterialDefinitionTypeDataArea

type AcknowledgeMaterialDefinitionTypeDataArea struct {
	Acknowledge        TransAcknowledgeType     `json:",omitempty" xml:",omitempty"`
	MaterialDefinition []MaterialDefinitionType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeMaterialDefinitionTypeDataArea was auto-generated. Do not change.

type AcknowledgeMaterialInformationType

type AcknowledgeMaterialInformationType struct {
	ApplicationArea TransApplicationAreaType                   `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeMaterialInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeMaterialInformationType was auto-generated. Do not change.

type AcknowledgeMaterialInformationTypeDataArea

type AcknowledgeMaterialInformationTypeDataArea struct {
	Acknowledge         TransAcknowledgeType      `json:",omitempty" xml:",omitempty"`
	MaterialInformation []MaterialInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeMaterialInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeMaterialLotType

type AcknowledgeMaterialLotType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeMaterialLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeMaterialLotType was auto-generated. Do not change.

type AcknowledgeMaterialLotTypeDataArea

type AcknowledgeMaterialLotTypeDataArea struct {
	Acknowledge TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	MaterialLot []MaterialLotType    `json:",omitempty" xml:",omitempty"`
}

AcknowledgeMaterialLotTypeDataArea was auto-generated. Do not change.

type AcknowledgeMaterialSubLotType

type AcknowledgeMaterialSubLotType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeMaterialSubLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeMaterialSubLotType was auto-generated. Do not change.

type AcknowledgeMaterialSubLotTypeDataArea

type AcknowledgeMaterialSubLotTypeDataArea struct {
	Acknowledge    TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	MaterialSubLot []MaterialSubLotType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeMaterialSubLotTypeDataArea was auto-generated. Do not change.

type AcknowledgeMaterialTestSpecType

type AcknowledgeMaterialTestSpecType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeMaterialTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeMaterialTestSpecType was auto-generated. Do not change.

type AcknowledgeMaterialTestSpecTypeDataArea

type AcknowledgeMaterialTestSpecTypeDataArea struct {
	Acknowledge      TransAcknowledgeType            `json:",omitempty" xml:",omitempty"`
	MaterialTestSpec []MaterialTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeMaterialTestSpecTypeDataArea was auto-generated. Do not change.

type AcknowledgeOperationsCapabilityInformationType

type AcknowledgeOperationsCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                               `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeOperationsCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeOperationsCapabilityInformationType was auto-generated. Do not change.

type AcknowledgeOperationsCapabilityInformationTypeDataArea

type AcknowledgeOperationsCapabilityInformationTypeDataArea struct {
	Acknowledge                     TransAcknowledgeType                  `json:",omitempty" xml:",omitempty"`
	OperationsCapabilityInformation []OperationsCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeOperationsCapabilityInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeOperationsCapabilityType

type AcknowledgeOperationsCapabilityType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeOperationsCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeOperationsCapabilityType was auto-generated. Do not change.

type AcknowledgeOperationsCapabilityTypeDataArea

type AcknowledgeOperationsCapabilityTypeDataArea struct {
	Acknowledge          TransAcknowledgeType       `json:",omitempty" xml:",omitempty"`
	OperationsCapability []OperationsCapabilityType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeOperationsCapabilityTypeDataArea was auto-generated. Do not change.

type AcknowledgeOperationsDefinitionInformationType

type AcknowledgeOperationsDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                               `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeOperationsDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeOperationsDefinitionInformationType was auto-generated. Do not change.

type AcknowledgeOperationsDefinitionInformationTypeDataArea

type AcknowledgeOperationsDefinitionInformationTypeDataArea struct {
	Acknowledge                     TransAcknowledgeType                  `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionInformation []OperationsDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeOperationsDefinitionInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeOperationsDefinitionType

type AcknowledgeOperationsDefinitionType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeOperationsDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeOperationsDefinitionType was auto-generated. Do not change.

type AcknowledgeOperationsDefinitionTypeDataArea

type AcknowledgeOperationsDefinitionTypeDataArea struct {
	Acknowledge          TransAcknowledgeType       `json:",omitempty" xml:",omitempty"`
	OperationsDefinition []OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeOperationsDefinitionTypeDataArea was auto-generated. Do not change.

type AcknowledgeOperationsPerformanceType

type AcknowledgeOperationsPerformanceType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeOperationsPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeOperationsPerformanceType was auto-generated. Do not change.

type AcknowledgeOperationsPerformanceTypeDataArea

type AcknowledgeOperationsPerformanceTypeDataArea struct {
	Acknowledge           TransAcknowledgeType        `json:",omitempty" xml:",omitempty"`
	OperationsPerformance []OperationsPerformanceType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeOperationsPerformanceTypeDataArea was auto-generated. Do not change.

type AcknowledgeOperationsScheduleType

type AcknowledgeOperationsScheduleType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeOperationsScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeOperationsScheduleType was auto-generated. Do not change.

type AcknowledgeOperationsScheduleTypeDataArea

type AcknowledgeOperationsScheduleTypeDataArea struct {
	Acknowledge        TransAcknowledgeType     `json:",omitempty" xml:",omitempty"`
	OperationsSchedule []OperationsScheduleType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeOperationsScheduleTypeDataArea was auto-generated. Do not change.

type AcknowledgePersonType

type AcknowledgePersonType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgePersonTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgePersonType was auto-generated. Do not change.

type AcknowledgePersonTypeDataArea

type AcknowledgePersonTypeDataArea struct {
	Acknowledge TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	Person      []PersonType         `json:",omitempty" xml:",omitempty"`
}

AcknowledgePersonTypeDataArea was auto-generated. Do not change.

type AcknowledgePersonnelClassType

type AcknowledgePersonnelClassType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgePersonnelClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgePersonnelClassType was auto-generated. Do not change.

type AcknowledgePersonnelClassTypeDataArea

type AcknowledgePersonnelClassTypeDataArea struct {
	Acknowledge    TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	PersonnelClass []PersonnelClassType `json:",omitempty" xml:",omitempty"`
}

AcknowledgePersonnelClassTypeDataArea was auto-generated. Do not change.

type AcknowledgePersonnelInformationType

type AcknowledgePersonnelInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgePersonnelInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgePersonnelInformationType was auto-generated. Do not change.

type AcknowledgePersonnelInformationTypeDataArea

type AcknowledgePersonnelInformationTypeDataArea struct {
	Acknowledge          TransAcknowledgeType       `json:",omitempty" xml:",omitempty"`
	PersonnelInformation []PersonnelInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgePersonnelInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgePhysicalAssetCapabilityTestSpecType

type AcknowledgePhysicalAssetCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                               `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgePhysicalAssetCapabilityTestSpecType was auto-generated. Do not change.

type AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea

type AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea struct {
	Acknowledge                     TransAcknowledgeType                           `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpec []PhysicalAssetCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type AcknowledgePhysicalAssetClassType

type AcknowledgePhysicalAssetClassType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgePhysicalAssetClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgePhysicalAssetClassType was auto-generated. Do not change.

type AcknowledgePhysicalAssetClassTypeDataArea

type AcknowledgePhysicalAssetClassTypeDataArea struct {
	Acknowledge        TransAcknowledgeType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClass []PhysicalAssetClassType `json:",omitempty" xml:",omitempty"`
}

AcknowledgePhysicalAssetClassTypeDataArea was auto-generated. Do not change.

type AcknowledgePhysicalAssetInformationType

type AcknowledgePhysicalAssetInformationType struct {
	ApplicationArea TransApplicationAreaType                        `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgePhysicalAssetInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgePhysicalAssetInformationType was auto-generated. Do not change.

type AcknowledgePhysicalAssetInformationTypeDataArea

type AcknowledgePhysicalAssetInformationTypeDataArea struct {
	Acknowledge              TransAcknowledgeType           `json:",omitempty" xml:",omitempty"`
	PhysicalAssetInformation []PhysicalAssetInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgePhysicalAssetInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgePhysicalAssetType

type AcknowledgePhysicalAssetType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgePhysicalAssetTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgePhysicalAssetType was auto-generated. Do not change.

type AcknowledgePhysicalAssetTypeDataArea

type AcknowledgePhysicalAssetTypeDataArea struct {
	Acknowledge   TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	PhysicalAsset []PhysicalAssetType  `json:",omitempty" xml:",omitempty"`
}

AcknowledgePhysicalAssetTypeDataArea was auto-generated. Do not change.

type AcknowledgeProcessElementLibraryType

type AcknowledgeProcessElementLibraryType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeProcessElementLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeProcessElementLibraryType was auto-generated. Do not change.

type AcknowledgeProcessElementLibraryTypeDataArea

type AcknowledgeProcessElementLibraryTypeDataArea struct {
	Acknowledge           TransAcknowledgeType        `json:",omitempty" xml:",omitempty"`
	ProcessElementLibrary []ProcessElementLibraryType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeProcessElementLibraryTypeDataArea was auto-generated. Do not change.

type AcknowledgeProcessSegmentInformationType

type AcknowledgeProcessSegmentInformationType struct {
	ApplicationArea TransApplicationAreaType                         `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeProcessSegmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeProcessSegmentInformationType was auto-generated. Do not change.

type AcknowledgeProcessSegmentInformationTypeDataArea

type AcknowledgeProcessSegmentInformationTypeDataArea struct {
	Acknowledge               TransAcknowledgeType            `json:",omitempty" xml:",omitempty"`
	ProcessSegmentInformation []ProcessSegmentInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeProcessSegmentInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeProcessSegmentType

type AcknowledgeProcessSegmentType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeProcessSegmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeProcessSegmentType was auto-generated. Do not change.

type AcknowledgeProcessSegmentTypeDataArea

type AcknowledgeProcessSegmentTypeDataArea struct {
	Acknowledge    TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	ProcessSegment []ProcessSegmentType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeProcessSegmentTypeDataArea was auto-generated. Do not change.

type AcknowledgeProductDefinitionType

type AcknowledgeProductDefinitionType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeProductDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeProductDefinitionType was auto-generated. Do not change.

type AcknowledgeProductDefinitionTypeDataArea

type AcknowledgeProductDefinitionTypeDataArea struct {
	Acknowledge       TransAcknowledgeType    `json:",omitempty" xml:",omitempty"`
	ProductDefinition []ProductDefinitionType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeProductDefinitionTypeDataArea was auto-generated. Do not change.

type AcknowledgeProductInformationType

type AcknowledgeProductInformationType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeProductInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeProductInformationType was auto-generated. Do not change.

type AcknowledgeProductInformationTypeDataArea

type AcknowledgeProductInformationTypeDataArea struct {
	Acknowledge        TransAcknowledgeType     `json:",omitempty" xml:",omitempty"`
	ProductInformation []ProductInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeProductInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeProductionCapabilityType

type AcknowledgeProductionCapabilityType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeProductionCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeProductionCapabilityType was auto-generated. Do not change.

type AcknowledgeProductionCapabilityTypeDataArea

type AcknowledgeProductionCapabilityTypeDataArea struct {
	Acknowledge          TransAcknowledgeType       `json:",omitempty" xml:",omitempty"`
	ProductionCapability []ProductionCapabilityType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeProductionCapabilityTypeDataArea was auto-generated. Do not change.

type AcknowledgeProductionPerformanceType

type AcknowledgeProductionPerformanceType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeProductionPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeProductionPerformanceType was auto-generated. Do not change.

type AcknowledgeProductionPerformanceTypeDataArea

type AcknowledgeProductionPerformanceTypeDataArea struct {
	Acknowledge           TransAcknowledgeType        `json:",omitempty" xml:",omitempty"`
	ProductionPerformance []ProductionPerformanceType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeProductionPerformanceTypeDataArea was auto-generated. Do not change.

type AcknowledgeProductionScheduleType

type AcknowledgeProductionScheduleType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeProductionScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeProductionScheduleType was auto-generated. Do not change.

type AcknowledgeProductionScheduleTypeDataArea

type AcknowledgeProductionScheduleTypeDataArea struct {
	Acknowledge        TransAcknowledgeType     `json:",omitempty" xml:",omitempty"`
	ProductionSchedule []ProductionScheduleType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeProductionScheduleTypeDataArea was auto-generated. Do not change.

type AcknowledgeQualificationTestSpecificationType

type AcknowledgeQualificationTestSpecificationType struct {
	ApplicationArea TransApplicationAreaType                              `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeQualificationTestSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeQualificationTestSpecificationType was auto-generated. Do not change.

type AcknowledgeQualificationTestSpecificationTypeDataArea

type AcknowledgeQualificationTestSpecificationTypeDataArea struct {
	Acknowledge                    TransAcknowledgeType                 `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecification []QualificationTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeQualificationTestSpecificationTypeDataArea was auto-generated. Do not change.

type AcknowledgeResourceConstraintLibraryType

type AcknowledgeResourceConstraintLibraryType struct {
	ApplicationArea TransApplicationAreaType                         `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeResourceConstraintLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeResourceConstraintLibraryType was auto-generated. Do not change.

type AcknowledgeResourceConstraintLibraryTypeDataArea

type AcknowledgeResourceConstraintLibraryTypeDataArea struct {
	Acknowledge               TransAcknowledgeType            `json:",omitempty" xml:",omitempty"`
	ResourceConstraintLibrary []ResourceConstraintLibraryType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeResourceConstraintLibraryTypeDataArea was auto-generated. Do not change.

type AcknowledgeResourceNetworkConnectionInformationType

type AcknowledgeResourceNetworkConnectionInformationType struct {
	ApplicationArea TransApplicationAreaType                                    `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeResourceNetworkConnectionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeResourceNetworkConnectionInformationType was auto-generated. Do not change.

type AcknowledgeResourceNetworkConnectionInformationTypeDataArea

type AcknowledgeResourceNetworkConnectionInformationTypeDataArea struct {
	Acknowledge                          TransAcknowledgeType                       `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionInformation []ResourceNetworkConnectionInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeResourceNetworkConnectionInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeResourceRelationshipNetworkType

type AcknowledgeResourceRelationshipNetworkType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeResourceRelationshipNetworkTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeResourceRelationshipNetworkType was auto-generated. Do not change.

type AcknowledgeResourceRelationshipNetworkTypeDataArea

type AcknowledgeResourceRelationshipNetworkTypeDataArea struct {
	Acknowledge                 TransAcknowledgeType              `json:",omitempty" xml:",omitempty"`
	ResourceRelationshipNetwork []ResourceRelationshipNetworkType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeResourceRelationshipNetworkTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkAlertDefinitionType

type AcknowledgeWorkAlertDefinitionType struct {
	ApplicationArea TransApplicationAreaType                   `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkAlertDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkAlertDefinitionType was auto-generated. Do not change.

type AcknowledgeWorkAlertDefinitionTypeDataArea

type AcknowledgeWorkAlertDefinitionTypeDataArea struct {
	Acknowledge         TransAcknowledgeType      `json:",omitempty" xml:",omitempty"`
	WorkAlertDefinition []WorkAlertDefinitionType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkAlertDefinitionTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkAlertInformationType

type AcknowledgeWorkAlertInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkAlertInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkAlertInformationType was auto-generated. Do not change.

type AcknowledgeWorkAlertInformationTypeDataArea

type AcknowledgeWorkAlertInformationTypeDataArea struct {
	Acknowledge          TransAcknowledgeType       `json:",omitempty" xml:",omitempty"`
	WorkAlertInformation []WorkAlertInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkAlertInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkAlertType

type AcknowledgeWorkAlertType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkAlertTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkAlertType was auto-generated. Do not change.

type AcknowledgeWorkAlertTypeDataArea

type AcknowledgeWorkAlertTypeDataArea struct {
	Acknowledge TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	WorkAlert   []WorkAlertType      `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkAlertTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkCapabilityInformationType

type AcknowledgeWorkCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                         `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkCapabilityInformationType was auto-generated. Do not change.

type AcknowledgeWorkCapabilityInformationTypeDataArea

type AcknowledgeWorkCapabilityInformationTypeDataArea struct {
	Acknowledge               TransAcknowledgeType            `json:",omitempty" xml:",omitempty"`
	WorkCapabilityInformation []WorkCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkCapabilityInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkCapabilityType

type AcknowledgeWorkCapabilityType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkCapabilityType was auto-generated. Do not change.

type AcknowledgeWorkCapabilityTypeDataArea

type AcknowledgeWorkCapabilityTypeDataArea struct {
	Acknowledge    TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	WorkCapability []WorkCapabilityType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkCapabilityTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkDefinitionInformationType

type AcknowledgeWorkDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                         `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkDefinitionInformationType was auto-generated. Do not change.

type AcknowledgeWorkDefinitionInformationTypeDataArea

type AcknowledgeWorkDefinitionInformationTypeDataArea struct {
	Acknowledge               TransAcknowledgeType            `json:",omitempty" xml:",omitempty"`
	WorkDefinitionInformation []WorkDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkDefinitionInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkDirectiveType

type AcknowledgeWorkDirectiveType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkDirectiveTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkDirectiveType was auto-generated. Do not change.

type AcknowledgeWorkDirectiveTypeDataArea

type AcknowledgeWorkDirectiveTypeDataArea struct {
	Acknowledge   TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	WorkDirective []WorkDirectiveType  `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkDirectiveTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkMasterType

type AcknowledgeWorkMasterType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkMasterTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkMasterType was auto-generated. Do not change.

type AcknowledgeWorkMasterTypeDataArea

type AcknowledgeWorkMasterTypeDataArea struct {
	Acknowledge TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	WorkMaster  []WorkMasterType     `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkMasterTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkPerformanceType

type AcknowledgeWorkPerformanceType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkPerformanceType was auto-generated. Do not change.

type AcknowledgeWorkPerformanceTypeDataArea

type AcknowledgeWorkPerformanceTypeDataArea struct {
	Acknowledge     TransAcknowledgeType  `json:",omitempty" xml:",omitempty"`
	WorkPerformance []WorkPerformanceType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkPerformanceTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkScheduleType

type AcknowledgeWorkScheduleType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkScheduleType was auto-generated. Do not change.

type AcknowledgeWorkScheduleTypeDataArea

type AcknowledgeWorkScheduleTypeDataArea struct {
	Acknowledge  TransAcknowledgeType `json:",omitempty" xml:",omitempty"`
	WorkSchedule []WorkScheduleType   `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkScheduleTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkflowSpecificationInformationType

type AcknowledgeWorkflowSpecificationInformationType struct {
	ApplicationArea TransApplicationAreaType                                `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkflowSpecificationInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkflowSpecificationInformationType was auto-generated. Do not change.

type AcknowledgeWorkflowSpecificationInformationTypeDataArea

type AcknowledgeWorkflowSpecificationInformationTypeDataArea struct {
	Acknowledge                      TransAcknowledgeType                   `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationInformation []WorkflowSpecificationInformationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkflowSpecificationInformationTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkflowSpecificationType

type AcknowledgeWorkflowSpecificationType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkflowSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkflowSpecificationType was auto-generated. Do not change.

type AcknowledgeWorkflowSpecificationTypeDataArea

type AcknowledgeWorkflowSpecificationTypeDataArea struct {
	Acknowledge           TransAcknowledgeType        `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification []WorkflowSpecificationType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkflowSpecificationTypeDataArea was auto-generated. Do not change.

type AcknowledgeWorkflowSpecificationTypeType

type AcknowledgeWorkflowSpecificationTypeType struct {
	ApplicationArea TransApplicationAreaType                         `json:",omitempty" xml:",omitempty"`
	DataArea        AcknowledgeWorkflowSpecificationTypeTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

AcknowledgeWorkflowSpecificationTypeType was auto-generated. Do not change.

type AcknowledgeWorkflowSpecificationTypeTypeDataArea

type AcknowledgeWorkflowSpecificationTypeTypeDataArea struct {
	Acknowledge               TransAcknowledgeType            `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationType []WorkflowSpecificationTypeType `json:",omitempty" xml:",omitempty"`
}

AcknowledgeWorkflowSpecificationTypeTypeDataArea was auto-generated. Do not change.

type ActualBatchSizeType

type ActualBatchSizeType struct {
	NumericType
}

ActualBatchSizeType was auto-generated. Do not change.

type ActualEndTimeType

type ActualEndTimeType struct {
	DateTimeType
}

ActualEndTimeType was auto-generated. Do not change.

type ActualEquipmentIDType

type ActualEquipmentIDType struct {
	IdentifierType
}

ActualEquipmentIDType was auto-generated. Do not change.

type ActualFinishTimeType

type ActualFinishTimeType struct {
	DateTimeType
}

ActualFinishTimeType was auto-generated. Do not change.

type ActualProductProducedType

type ActualProductProducedType struct {
	IdentifierType
}

ActualProductProducedType was auto-generated. Do not change.

type ActualStartTimeType

type ActualStartTimeType struct {
	DateTimeType
}

ActualStartTimeType was auto-generated. Do not change.

type AlarmDataType

type AlarmDataType struct {
	AlarmEvent CodeType         `json:",omitempty" xml:",omitempty"`
	AlarmType  CodeType         `json:",omitempty" xml:",omitempty"`
	AlarmLimit []ValueType      `json:",omitempty" xml:",omitempty"`
	Priority   []IdentifierType `json:",omitempty" xml:",omitempty"`
}

AlarmDataType was auto-generated. Do not change.

type AnyGenericValueType

type AnyGenericValueType struct {
	CurrencyID                string `json:",omitempty" xml:"currencyID,attr,omitempty"`
	CurrencyCodeListVersionID string `json:",omitempty" xml:"currencyCodeListVersionID,attr,omitempty"`
	EncodingCode              string `json:",omitempty" xml:"encodingCode,attr,omitempty"`
	Format                    string `json:",omitempty" xml:"format,attr,omitempty"`
	CharacterSetCode          string `json:",omitempty" xml:"characterSetCode,attr,omitempty"`
	ListID                    string `json:",omitempty" xml:"listID,attr,omitempty"`
	ListAgencyID              string `json:",omitempty" xml:"listAgencyID,attr,omitempty"`
	ListAgencyName            string `json:",omitempty" xml:"listAgencyName,attr,omitempty"`
	ListName                  string `json:",omitempty" xml:"listName,attr,omitempty"`
	ListVersionID             string `json:",omitempty" xml:"listVersionID,attr,omitempty"`
	LanguageID                string `json:",omitempty" xml:"languageID,attr,omitempty"`
	LanguageLocaleID          string `json:",omitempty" xml:"languageLocaleID,attr,omitempty"`
	ListURI                   string `json:",omitempty" xml:"listURI,attr,omitempty"`
	ListSchemaURI             string `json:",omitempty" xml:"listSchemaURI,attr,omitempty"`
	MimeCode                  string `json:",omitempty" xml:"mimeCode,attr,omitempty"`
	Name                      string `json:",omitempty" xml:"name,attr,omitempty"`
	SchemaID                  string `json:",omitempty" xml:"schemaID,attr,omitempty"`
	SchemaName                string `json:",omitempty" xml:"schemaName,attr,omitempty"`
	SchemaAgencyID            string `json:",omitempty" xml:"schemaAgencyID,attr,omitempty"`
	SchemaAgencyName          string `json:",omitempty" xml:"schemaAgencyName,attr,omitempty"`
	SchemaVersionID           string `json:",omitempty" xml:"schemaVersionID,attr,omitempty"`
	SchemaDataURI             string `json:",omitempty" xml:"schemaDataURI,attr,omitempty"`
	SchemaURI                 string `json:",omitempty" xml:"schemaURI,attr,omitempty"`
	UnitCode                  string `json:",omitempty" xml:"unitCode,attr,omitempty"`
	UnitCodeListID            string `json:",omitempty" xml:"unitCodeListID,attr,omitempty"`
	UnitCodeListAgencyID      string `json:",omitempty" xml:"unitCodeListAgencyID,attr,omitempty"`
	UnitCodeListAgencyName    string `json:",omitempty" xml:"unitCodeListAgencyName,attr,omitempty"`
	UnitCodeListVersionID     string `json:",omitempty" xml:"unitCodeListVersionID,attr,omitempty"`
	Filename                  string `json:",omitempty" xml:"filename,attr,omitempty"`
	Uri                       string `json:",omitempty" xml:"uri,attr,omitempty"`
	Value                     string `json:",omitempty" xml:",chardata"`
}

AnyGenericValueType was auto-generated. Do not change.

type ApprovalDateType

type ApprovalDateType struct {
	DateTimeType
}

ApprovalDateType was auto-generated. Do not change.

type ApprovalHistoryType

type ApprovalHistoryType struct {
	FinalApprovalDate  FinalApprovalDateType    `json:",omitempty" xml:",omitempty"`
	Version            VersionType              `json:",omitempty" xml:",omitempty"`
	Description        []DescriptionType        `json:",omitempty" xml:",omitempty"`
	IndividualApproval []IndividualApprovalType `json:",omitempty" xml:",omitempty"`
}

ApprovalHistoryType was auto-generated. Do not change.

type ApprovedByType

type ApprovedByType struct {
	NameType
}

ApprovedByType was auto-generated. Do not change.

type AssemblyRelationship1Type

type AssemblyRelationship1Type struct {
	CodeType
}

AssemblyRelationship1Type was auto-generated. Do not change.

type AssemblyRelationshipType

type AssemblyRelationshipType struct {
	AssemblyRelationship1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

AssemblyRelationshipType was auto-generated. Do not change.

type AssemblyType1Type

type AssemblyType1Type struct {
	CodeType
}

AssemblyType1Type was auto-generated. Do not change.

type AssemblyTypeType

type AssemblyTypeType struct {
	AssemblyType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

AssemblyTypeType was auto-generated. Do not change.

type AuthorType

type AuthorType struct {
	IdentifierType
}

AuthorType was auto-generated. Do not change.

type BODType

type BODType struct {
	OriginalApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	Description             []TextType               `json:",omitempty" xml:",omitempty"`
	Note                    []TextType               `json:",omitempty" xml:",omitempty"`
	UserArea                TransUserAreaType        `json:",omitempty" xml:",omitempty"`
}

BODType was auto-generated. Do not change.

type BatchEquipmentClassIDType

type BatchEquipmentClassIDType struct {
	IdentifierType
}

BatchEquipmentClassIDType was auto-generated. Do not change.

type BatchEquipmentIDType

type BatchEquipmentIDType struct {
	Property  EquipmentElementPropertyType `json:",omitempty" xml:",omitempty"`
	Condition ConditionType                `json:",omitempty" xml:",omitempty"`
	Value     BatchValueType               `json:",omitempty" xml:",omitempty"`
}

BatchEquipmentIDType was auto-generated. Do not change.

type BatchEquipmentRequirementType

type BatchEquipmentRequirementType struct {
	ID          IDType           `json:",omitempty" xml:",omitempty"`
	Constraint  []ConstraintType `json:",omitempty" xml:",omitempty"`
	Description DescriptionType  `json:",omitempty" xml:",omitempty"`
}

BatchEquipmentRequirementType was auto-generated. Do not change.

type BatchIDType

type BatchIDType struct {
	IdentifierType
}

BatchIDType was auto-generated. Do not change.

type BatchInformationType

type BatchInformationType struct {
	ListHeader          []ListHeaderType          `json:",omitempty" xml:",omitempty"`
	Description         []DescriptionType         `json:",omitempty" xml:",omitempty"`
	MasterRecipe        []MasterRecipeType        `json:",omitempty" xml:",omitempty"`
	ControlRecipe       []ControlRecipeType       `json:",omitempty" xml:",omitempty"`
	RecipeBuildingBlock []RecipeBuildingBlockType `json:",omitempty" xml:",omitempty"`
	EquipmentElement    []EquipmentElementType    `json:",omitempty" xml:",omitempty"`
	BatchList           []BatchListType           `json:",omitempty" xml:",omitempty"`
	EnumerationSet      []EnumerationSetType      `json:",omitempty" xml:",omitempty"`
}

BatchInformationType was auto-generated. Do not change.

type BatchListEntryType

type BatchListEntryType struct {
	ID                  IDType                  `json:",omitempty" xml:",omitempty"`
	Description         []DescriptionType       `json:",omitempty" xml:",omitempty"`
	BatchListEntryType1 BatchListEntryTypeType  `json:",omitempty" xml:",omitempty"`
	Status              BatchStatusType         `json:",omitempty" xml:",omitempty"`
	Mode                ModeType                `json:",omitempty" xml:",omitempty"`
	ExternalID          ExternalIDType          `json:",omitempty" xml:",omitempty"`
	RecipeID            RecipeIDType            `json:",omitempty" xml:",omitempty"`
	RecipeVersion       RecipeVersionType       `json:",omitempty" xml:",omitempty"`
	BatchID             BatchIDType             `json:",omitempty" xml:",omitempty"`
	LotID               LotIDType               `json:",omitempty" xml:",omitempty"`
	CampaignID          CampaignIDType          `json:",omitempty" xml:",omitempty"`
	ProductID           ProductIDType           `json:",omitempty" xml:",omitempty"`
	OrderID             OrderIDType             `json:",omitempty" xml:",omitempty"`
	StartCondition      StartConditionType      `json:",omitempty" xml:",omitempty"`
	RequestedStartTime  RequestedStartTimeType  `json:",omitempty" xml:",omitempty"`
	ActualStartTime     ActualStartTimeType     `json:",omitempty" xml:",omitempty"`
	RequestedEndTime    RequestedEndTimeType    `json:",omitempty" xml:",omitempty"`
	ActualEndTime       ActualEndTimeType       `json:",omitempty" xml:",omitempty"`
	BatchPriority       BatchPriorityType       `json:",omitempty" xml:",omitempty"`
	RequestedBatchSize  RequestedBatchSizeType  `json:",omitempty" xml:",omitempty"`
	ActualBatchSize     ActualBatchSizeType     `json:",omitempty" xml:",omitempty"`
	UnitOfMeasure       UnitOfMeasureType       `json:",omitempty" xml:",omitempty"`
	Note                []NoteType              `json:",omitempty" xml:",omitempty"`
	Parameter           []BatchParameterType    `json:",omitempty" xml:",omitempty"`
	Items               []interface{}           `json:",omitempty" xml:",omitempty"`
	ActualEquipmentID   []ActualEquipmentIDType `json:",omitempty" xml:",omitempty"`
	BatchListEntry      []BatchListEntryType    `json:",omitempty" xml:",omitempty"`
}

BatchListEntryType was auto-generated. Do not change.

type BatchListEntryType1Type

type BatchListEntryType1Type struct {
	CodeType
}

BatchListEntryType1Type was auto-generated. Do not change.

type BatchListEntryTypeType

type BatchListEntryTypeType struct {
	BatchListEntryType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

BatchListEntryTypeType was auto-generated. Do not change.

type BatchListType

type BatchListType struct {
	ListHeader     ListHeaderType       `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType    `json:",omitempty" xml:",omitempty"`
	BatchListEntry []BatchListEntryType `json:",omitempty" xml:",omitempty"`
}

BatchListType was auto-generated. Do not change.

type BatchParameterType

type BatchParameterType struct {
	ID               IDType                 `json:",omitempty" xml:",omitempty"`
	Description      DescriptionType        `json:",omitempty" xml:",omitempty"`
	ParameterType    ParameterTypeType      `json:",omitempty" xml:",omitempty"`
	ParameterSubType []ParameterSubTypeType `json:",omitempty" xml:",omitempty"`
	Value            []BatchValueType       `json:",omitempty" xml:",omitempty"`
	Scaled           ScaledType             `json:",omitempty" xml:",omitempty"`
	ScaleReference   ScaleReferenceType     `json:",omitempty" xml:",omitempty"`
	Parameter        []BatchParameterType   `json:",omitempty" xml:",omitempty"`
}

BatchParameterType was auto-generated. Do not change.

type BatchPriorityType

type BatchPriorityType struct {
	NumericType
}

BatchPriorityType was auto-generated. Do not change.

type BatchProductionRecordType

type BatchProductionRecordType struct {
	ID                        IdentifierType                        `json:",omitempty" xml:",omitempty"`
	EntryID                   IdentifierType                        `json:",omitempty" xml:",omitempty"`
	ObjectType                RecordObjectTypeType                  `json:",omitempty" xml:",omitempty"`
	TimeStamp                 DateTimeType                          `json:",omitempty" xml:",omitempty"`
	ExternalReference         IdentifierType                        `json:",omitempty" xml:",omitempty"`
	Description               []DescriptionType                     `json:",omitempty" xml:",omitempty"`
	EquipmentScope            IdentifierType                        `json:",omitempty" xml:",omitempty"`
	PublishedDate             DateTimeType                          `json:",omitempty" xml:",omitempty"`
	CreationDate              DateTimeType                          `json:",omitempty" xml:",omitempty"`
	BatchID                   IdentifierType                        `json:",omitempty" xml:",omitempty"`
	BatchProductionRecordSpec IdentifierType                        `json:",omitempty" xml:",omitempty"`
	CampaignID                IdentifierType                        `json:",omitempty" xml:",omitempty"`
	ChangeIndication          string                                `json:",omitempty" xml:",omitempty"`
	Delimiter                 TextType                              `json:",omitempty" xml:",omitempty"`
	EquipmentID               IdentifierType                        `json:",omitempty" xml:",omitempty"`
	ExpirationDate            DateTimeType                          `json:",omitempty" xml:",omitempty"`
	Language                  CodeType                              `json:",omitempty" xml:",omitempty"`
	LastChangedDate           DateTimeType                          `json:",omitempty" xml:",omitempty"`
	LotID                     IdentifierType                        `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID      IdentifierType                        `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID           IdentifierType                        `json:",omitempty" xml:",omitempty"`
	RecordStatus              CodeType                              `json:",omitempty" xml:",omitempty"`
	Version                   IdentifierType                        `json:",omitempty" xml:",omitempty"`
	ChangeHistory             []ChangeType                          `json:",omitempty" xml:",omitempty"`
	Comments                  []CommentType                         `json:",omitempty" xml:",omitempty"`
	ControlRecipes            []ControlRecipeRecordType             `json:",omitempty" xml:",omitempty"`
	DataSets                  []DataSetType                         `json:",omitempty" xml:",omitempty"`
	Events                    []SingleEventType                     `json:",omitempty" xml:",omitempty"`
	MasterRecipes             []MasterRecipeRecordType              `json:",omitempty" xml:",omitempty"`
	PersonnelIdentification   []PersonnelIdentificationManifestType `json:",omitempty" xml:",omitempty"`
	OperationsDefinitions     []OperationsDefinitionRecordType      `json:",omitempty" xml:",omitempty"`
	OperationsPerformances    []OperationsPerformanceRecordType     `json:",omitempty" xml:",omitempty"`
	OperationsSchedules       []OperationsScheduleRecordType        `json:",omitempty" xml:",omitempty"`
	ProductDefinitions        []ProductDefinitionRecordType         `json:",omitempty" xml:",omitempty"`
	ProductionPerformances    []ProductionPerformanceRecordType     `json:",omitempty" xml:",omitempty"`
	ProductionSchedules       []ProductionScheduleRecordType        `json:",omitempty" xml:",omitempty"`
	RecipeElements            []RecipeElementRecordType             `json:",omitempty" xml:",omitempty"`
	ResourceQualifications    []ResourceQualificationsManifestType  `json:",omitempty" xml:",omitempty"`
	Samples                   []SampleType                          `json:",omitempty" xml:",omitempty"`
	WorkDirectives            []WorkDirectiveRecordType             `json:",omitempty" xml:",omitempty"`
	WorkMasters               []WorkMasterRecordType                `json:",omitempty" xml:",omitempty"`
	WorkPerformances          []WorkPerformanceRecordType           `json:",omitempty" xml:",omitempty"`
	WorkSchedules             []WorkScheduleRecordType              `json:",omitempty" xml:",omitempty"`
	BatchProductionRecord     *BatchProductionRecordType            `json:",omitempty" xml:",omitempty"`
}

BatchProductionRecordType was auto-generated. Do not change.

type BatchSizeType

type BatchSizeType struct {
	Nominal        NominalType        `json:",omitempty" xml:",omitempty"`
	Min            MinType            `json:",omitempty" xml:",omitempty"`
	Max            MaxType            `json:",omitempty" xml:",omitempty"`
	ScaleReference ScaleReferenceType `json:",omitempty" xml:",omitempty"`
	ScaledSize     ScaledSizeType     `json:",omitempty" xml:",omitempty"`
	UnitOfMeasure  UnitOfMeasureType  `json:",omitempty" xml:",omitempty"`
}

BatchSizeType was auto-generated. Do not change.

type BatchStatus1Type

type BatchStatus1Type struct {
	CodeType
}

BatchStatus1Type was auto-generated. Do not change.

type BatchStatusType

type BatchStatusType struct {
	BatchStatus1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

BatchStatusType was auto-generated. Do not change.

type BatchValueType

type BatchValueType struct {
	ValueString        []ValueStringType      `json:",omitempty" xml:",omitempty"`
	DataInterpretation DataInterpretationType `json:",omitempty" xml:",omitempty"`
	DataType           DataTypeType           `json:",omitempty" xml:",omitempty"`
	UnitOfMeasure      UnitOfMeasureType      `json:",omitempty" xml:",omitempty"`
	EnumerationSetID   []EnumerationSetIDType `json:",omitempty" xml:",omitempty"`
	Text               []string               `json:",omitempty" xml:",chardata"`
}

BatchValueType was auto-generated. Do not change.

type BillOfMaterialIDType

type BillOfMaterialIDType struct {
	IdentifierType
}

BillOfMaterialIDType was auto-generated. Do not change.

type BillOfMaterialsIDType

type BillOfMaterialsIDType struct {
	IdentifierType
}

BillOfMaterialsIDType was auto-generated. Do not change.

type BillOfResourcesIDType

type BillOfResourcesIDType struct {
	IdentifierType
}

BillOfResourcesIDType was auto-generated. Do not change.

type BuildingBlockElementIDType

type BuildingBlockElementIDType struct {
	IdentifierType
}

BuildingBlockElementIDType was auto-generated. Do not change.

type BuildingBlockElementVersionType

type BuildingBlockElementVersionType struct {
	IdentifierType
}

BuildingBlockElementVersionType was auto-generated. Do not change.

type CampaignIDType

type CampaignIDType struct {
	IdentifierType
}

CampaignIDType was auto-generated. Do not change.

type CancelBatchProductionRecordType

type CancelBatchProductionRecordType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        CancelBatchProductionRecordTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelBatchProductionRecordType was auto-generated. Do not change.

type CancelBatchProductionRecordTypeDataArea

type CancelBatchProductionRecordTypeDataArea struct {
	Cancel                []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	BatchProductionRecord []BatchProductionRecordType `json:",omitempty" xml:",omitempty"`
}

CancelBatchProductionRecordTypeDataArea was auto-generated. Do not change.

type CancelEquipmentCapabilityTestSpecType

type CancelEquipmentCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                      `json:",omitempty" xml:",omitempty"`
	DataArea        CancelEquipmentCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelEquipmentCapabilityTestSpecType was auto-generated. Do not change.

type CancelEquipmentCapabilityTestSpecTypeDataArea

type CancelEquipmentCapabilityTestSpecTypeDataArea struct {
	Cancel                      []TransActionCriteriaType                  `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpec []EquipmentCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

CancelEquipmentCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type CancelEquipmentClassType

type CancelEquipmentClassType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        CancelEquipmentClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelEquipmentClassType was auto-generated. Do not change.

type CancelEquipmentClassTypeDataArea

type CancelEquipmentClassTypeDataArea struct {
	Cancel         []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	EquipmentClass []EquipmentClassType      `json:",omitempty" xml:",omitempty"`
}

CancelEquipmentClassTypeDataArea was auto-generated. Do not change.

type CancelEquipmentInformationType

type CancelEquipmentInformationType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        CancelEquipmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelEquipmentInformationType was auto-generated. Do not change.

type CancelEquipmentInformationTypeDataArea

type CancelEquipmentInformationTypeDataArea struct {
	Cancel               []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	EquipmentInformation []EquipmentInformationType `json:",omitempty" xml:",omitempty"`
}

CancelEquipmentInformationTypeDataArea was auto-generated. Do not change.

type CancelEquipmentType

type CancelEquipmentType struct {
	ApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	DataArea        CancelEquipmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelEquipmentType was auto-generated. Do not change.

type CancelEquipmentTypeDataArea

type CancelEquipmentTypeDataArea struct {
	Cancel    []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	Equipment []EquipmentType           `json:",omitempty" xml:",omitempty"`
}

CancelEquipmentTypeDataArea was auto-generated. Do not change.

type CancelGRecipeInformationType

type CancelGRecipeInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        CancelGRecipeInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelGRecipeInformationType was auto-generated. Do not change.

type CancelGRecipeInformationTypeDataArea

type CancelGRecipeInformationTypeDataArea struct {
	Cancel             []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	GRecipeInformation []GRecipeInformationType  `json:",omitempty" xml:",omitempty"`
}

CancelGRecipeInformationTypeDataArea was auto-generated. Do not change.

type CancelJobListType

type CancelJobListType struct {
	ApplicationArea TransApplicationAreaType  `json:",omitempty" xml:",omitempty"`
	DataArea        CancelJobListTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelJobListType was auto-generated. Do not change.

type CancelJobListTypeDataArea

type CancelJobListTypeDataArea struct {
	Cancel  []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	JobList []JobListType             `json:",omitempty" xml:",omitempty"`
}

CancelJobListTypeDataArea was auto-generated. Do not change.

type CancelJobResponseType

type CancelJobResponseType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        CancelJobResponseTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelJobResponseType was auto-generated. Do not change.

type CancelJobResponseTypeDataArea

type CancelJobResponseTypeDataArea struct {
	Cancel      []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	JobResponse []JobResponseType         `json:",omitempty" xml:",omitempty"`
}

CancelJobResponseTypeDataArea was auto-generated. Do not change.

type CancelMaterialClassType

type CancelMaterialClassType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        CancelMaterialClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelMaterialClassType was auto-generated. Do not change.

type CancelMaterialClassTypeDataArea

type CancelMaterialClassTypeDataArea struct {
	Cancel        []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialClass []MaterialClassType       `json:",omitempty" xml:",omitempty"`
}

CancelMaterialClassTypeDataArea was auto-generated. Do not change.

type CancelMaterialDefinitionType

type CancelMaterialDefinitionType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        CancelMaterialDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelMaterialDefinitionType was auto-generated. Do not change.

type CancelMaterialDefinitionTypeDataArea

type CancelMaterialDefinitionTypeDataArea struct {
	Cancel             []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialDefinition []MaterialDefinitionType  `json:",omitempty" xml:",omitempty"`
}

CancelMaterialDefinitionTypeDataArea was auto-generated. Do not change.

type CancelMaterialInformationType

type CancelMaterialInformationType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        CancelMaterialInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelMaterialInformationType was auto-generated. Do not change.

type CancelMaterialInformationTypeDataArea

type CancelMaterialInformationTypeDataArea struct {
	Cancel              []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialInformation []MaterialInformationType `json:",omitempty" xml:",omitempty"`
}

CancelMaterialInformationTypeDataArea was auto-generated. Do not change.

type CancelMaterialLotType

type CancelMaterialLotType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        CancelMaterialLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelMaterialLotType was auto-generated. Do not change.

type CancelMaterialLotTypeDataArea

type CancelMaterialLotTypeDataArea struct {
	Cancel      []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialLot []MaterialLotType         `json:",omitempty" xml:",omitempty"`
}

CancelMaterialLotTypeDataArea was auto-generated. Do not change.

type CancelMaterialSubLotType

type CancelMaterialSubLotType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        CancelMaterialSubLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelMaterialSubLotType was auto-generated. Do not change.

type CancelMaterialSubLotTypeDataArea

type CancelMaterialSubLotTypeDataArea struct {
	Cancel         []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialSubLot []MaterialSubLotType      `json:",omitempty" xml:",omitempty"`
}

CancelMaterialSubLotTypeDataArea was auto-generated. Do not change.

type CancelMaterialTestSpecType

type CancelMaterialTestSpecType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        CancelMaterialTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelMaterialTestSpecType was auto-generated. Do not change.

type CancelMaterialTestSpecTypeDataArea

type CancelMaterialTestSpecTypeDataArea struct {
	Cancel           []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	MaterialTestSpec []MaterialTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

CancelMaterialTestSpecTypeDataArea was auto-generated. Do not change.

type CancelOperationsCapabilityInformationType

type CancelOperationsCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                          `json:",omitempty" xml:",omitempty"`
	DataArea        CancelOperationsCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelOperationsCapabilityInformationType was auto-generated. Do not change.

type CancelOperationsCapabilityInformationTypeDataArea

type CancelOperationsCapabilityInformationTypeDataArea struct {
	Cancel                          []TransActionCriteriaType             `json:",omitempty" xml:",omitempty"`
	OperationsCapabilityInformation []OperationsCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

CancelOperationsCapabilityInformationTypeDataArea was auto-generated. Do not change.

type CancelOperationsCapabilityType

type CancelOperationsCapabilityType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        CancelOperationsCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelOperationsCapabilityType was auto-generated. Do not change.

type CancelOperationsCapabilityTypeDataArea

type CancelOperationsCapabilityTypeDataArea struct {
	Cancel               []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	OperationsCapability []OperationsCapabilityType `json:",omitempty" xml:",omitempty"`
}

CancelOperationsCapabilityTypeDataArea was auto-generated. Do not change.

type CancelOperationsDefinitionInformationType

type CancelOperationsDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                          `json:",omitempty" xml:",omitempty"`
	DataArea        CancelOperationsDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelOperationsDefinitionInformationType was auto-generated. Do not change.

type CancelOperationsDefinitionInformationTypeDataArea

type CancelOperationsDefinitionInformationTypeDataArea struct {
	Cancel                          []TransActionCriteriaType             `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionInformation []OperationsDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

CancelOperationsDefinitionInformationTypeDataArea was auto-generated. Do not change.

type CancelOperationsDefinitionType

type CancelOperationsDefinitionType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        CancelOperationsDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelOperationsDefinitionType was auto-generated. Do not change.

type CancelOperationsDefinitionTypeDataArea

type CancelOperationsDefinitionTypeDataArea struct {
	Cancel               []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	OperationsDefinition []OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

CancelOperationsDefinitionTypeDataArea was auto-generated. Do not change.

type CancelOperationsPerformanceType

type CancelOperationsPerformanceType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        CancelOperationsPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelOperationsPerformanceType was auto-generated. Do not change.

type CancelOperationsPerformanceTypeDataArea

type CancelOperationsPerformanceTypeDataArea struct {
	Cancel                []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	OperationsPerformance []OperationsPerformanceType `json:",omitempty" xml:",omitempty"`
}

CancelOperationsPerformanceTypeDataArea was auto-generated. Do not change.

type CancelOperationsScheduleType

type CancelOperationsScheduleType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        CancelOperationsScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelOperationsScheduleType was auto-generated. Do not change.

type CancelOperationsScheduleTypeDataArea

type CancelOperationsScheduleTypeDataArea struct {
	Cancel             []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	OperationsSchedule []OperationsScheduleType  `json:",omitempty" xml:",omitempty"`
}

CancelOperationsScheduleTypeDataArea was auto-generated. Do not change.

type CancelPersonType

type CancelPersonType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        CancelPersonTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelPersonType was auto-generated. Do not change.

type CancelPersonTypeDataArea

type CancelPersonTypeDataArea struct {
	Cancel []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	Person []PersonType              `json:",omitempty" xml:",omitempty"`
}

CancelPersonTypeDataArea was auto-generated. Do not change.

type CancelPersonnelClassType

type CancelPersonnelClassType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        CancelPersonnelClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelPersonnelClassType was auto-generated. Do not change.

type CancelPersonnelClassTypeDataArea

type CancelPersonnelClassTypeDataArea struct {
	Cancel         []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	PersonnelClass []PersonnelClassType      `json:",omitempty" xml:",omitempty"`
}

CancelPersonnelClassTypeDataArea was auto-generated. Do not change.

type CancelPersonnelInformationType

type CancelPersonnelInformationType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        CancelPersonnelInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
}

CancelPersonnelInformationType was auto-generated. Do not change.

type CancelPersonnelInformationTypeDataArea

type CancelPersonnelInformationTypeDataArea struct {
	Cancel               []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	PersonnelInformation []PersonnelInformationType `json:",omitempty" xml:",omitempty"`
}

CancelPersonnelInformationTypeDataArea was auto-generated. Do not change.

type CancelPhysicalAssetCapabilityTestSpecType

type CancelPhysicalAssetCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                          `json:",omitempty" xml:",omitempty"`
	DataArea        CancelPhysicalAssetCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelPhysicalAssetCapabilityTestSpecType was auto-generated. Do not change.

type CancelPhysicalAssetCapabilityTestSpecTypeDataArea

type CancelPhysicalAssetCapabilityTestSpecTypeDataArea struct {
	Cancel                          []TransActionCriteriaType                      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpec []PhysicalAssetCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

CancelPhysicalAssetCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type CancelPhysicalAssetClassType

type CancelPhysicalAssetClassType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        CancelPhysicalAssetClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelPhysicalAssetClassType was auto-generated. Do not change.

type CancelPhysicalAssetClassTypeDataArea

type CancelPhysicalAssetClassTypeDataArea struct {
	Cancel             []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClass []PhysicalAssetClassType  `json:",omitempty" xml:",omitempty"`
}

CancelPhysicalAssetClassTypeDataArea was auto-generated. Do not change.

type CancelPhysicalAssetInformationType

type CancelPhysicalAssetInformationType struct {
	ApplicationArea TransApplicationAreaType                   `json:",omitempty" xml:",omitempty"`
	DataArea        CancelPhysicalAssetInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelPhysicalAssetInformationType was auto-generated. Do not change.

type CancelPhysicalAssetInformationTypeDataArea

type CancelPhysicalAssetInformationTypeDataArea struct {
	Cancel                   []TransActionCriteriaType      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetInformation []PhysicalAssetInformationType `json:",omitempty" xml:",omitempty"`
}

CancelPhysicalAssetInformationTypeDataArea was auto-generated. Do not change.

type CancelPhysicalAssetType

type CancelPhysicalAssetType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        CancelPhysicalAssetTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelPhysicalAssetType was auto-generated. Do not change.

type CancelPhysicalAssetTypeDataArea

type CancelPhysicalAssetTypeDataArea struct {
	Cancel        []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	PhysicalAsset []PhysicalAssetType       `json:",omitempty" xml:",omitempty"`
}

CancelPhysicalAssetTypeDataArea was auto-generated. Do not change.

type CancelProcessElementLibraryType

type CancelProcessElementLibraryType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        CancelProcessElementLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelProcessElementLibraryType was auto-generated. Do not change.

type CancelProcessElementLibraryTypeDataArea

type CancelProcessElementLibraryTypeDataArea struct {
	Cancel                []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	ProcessElementLibrary []ProcessElementLibraryType `json:",omitempty" xml:",omitempty"`
}

CancelProcessElementLibraryTypeDataArea was auto-generated. Do not change.

type CancelProcessSegmentInformationType

type CancelProcessSegmentInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        CancelProcessSegmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelProcessSegmentInformationType was auto-generated. Do not change.

type CancelProcessSegmentInformationTypeDataArea

type CancelProcessSegmentInformationTypeDataArea struct {
	Cancel                    []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	ProcessSegmentInformation []ProcessSegmentInformationType `json:",omitempty" xml:",omitempty"`
}

CancelProcessSegmentInformationTypeDataArea was auto-generated. Do not change.

type CancelProcessSegmentType

type CancelProcessSegmentType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        CancelProcessSegmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelProcessSegmentType was auto-generated. Do not change.

type CancelProcessSegmentTypeDataArea

type CancelProcessSegmentTypeDataArea struct {
	Cancel         []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	ProcessSegment []ProcessSegmentType      `json:",omitempty" xml:",omitempty"`
}

CancelProcessSegmentTypeDataArea was auto-generated. Do not change.

type CancelProductDefinitionType

type CancelProductDefinitionType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        CancelProductDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelProductDefinitionType was auto-generated. Do not change.

type CancelProductDefinitionTypeDataArea

type CancelProductDefinitionTypeDataArea struct {
	Cancel            []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	ProductDefinition []ProductDefinitionType   `json:",omitempty" xml:",omitempty"`
}

CancelProductDefinitionTypeDataArea was auto-generated. Do not change.

type CancelProductInformationType

type CancelProductInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        CancelProductInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelProductInformationType was auto-generated. Do not change.

type CancelProductInformationTypeDataArea

type CancelProductInformationTypeDataArea struct {
	Cancel             []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	ProductInformation []ProductInformationType  `json:",omitempty" xml:",omitempty"`
}

CancelProductInformationTypeDataArea was auto-generated. Do not change.

type CancelProductionCapabilityType

type CancelProductionCapabilityType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        CancelProductionCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelProductionCapabilityType was auto-generated. Do not change.

type CancelProductionCapabilityTypeDataArea

type CancelProductionCapabilityTypeDataArea struct {
	Cancel               []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	ProductionCapability []ProductionCapabilityType `json:",omitempty" xml:",omitempty"`
}

CancelProductionCapabilityTypeDataArea was auto-generated. Do not change.

type CancelProductionPerformanceType

type CancelProductionPerformanceType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        CancelProductionPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelProductionPerformanceType was auto-generated. Do not change.

type CancelProductionPerformanceTypeDataArea

type CancelProductionPerformanceTypeDataArea struct {
	Cancel                []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	ProductionPerformance []ProductionPerformanceType `json:",omitempty" xml:",omitempty"`
}

CancelProductionPerformanceTypeDataArea was auto-generated. Do not change.

type CancelProductionScheduleType

type CancelProductionScheduleType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        CancelProductionScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelProductionScheduleType was auto-generated. Do not change.

type CancelProductionScheduleTypeDataArea

type CancelProductionScheduleTypeDataArea struct {
	Cancel             []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	ProductionSchedule []ProductionScheduleType  `json:",omitempty" xml:",omitempty"`
}

CancelProductionScheduleTypeDataArea was auto-generated. Do not change.

type CancelQualificationTestSpecificationType

type CancelQualificationTestSpecificationType struct {
	ApplicationArea TransApplicationAreaType                         `json:",omitempty" xml:",omitempty"`
	DataArea        CancelQualificationTestSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelQualificationTestSpecificationType was auto-generated. Do not change.

type CancelQualificationTestSpecificationTypeDataArea

type CancelQualificationTestSpecificationTypeDataArea struct {
	Cancel                         []TransActionCriteriaType            `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecification []QualificationTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

CancelQualificationTestSpecificationTypeDataArea was auto-generated. Do not change.

type CancelResourceConstraintLibraryType

type CancelResourceConstraintLibraryType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        CancelResourceConstraintLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelResourceConstraintLibraryType was auto-generated. Do not change.

type CancelResourceConstraintLibraryTypeDataArea

type CancelResourceConstraintLibraryTypeDataArea struct {
	Cancel                    []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	ResourceConstraintLibrary []ResourceConstraintLibraryType `json:",omitempty" xml:",omitempty"`
}

CancelResourceConstraintLibraryTypeDataArea was auto-generated. Do not change.

type CancelResourceNetworkConnectionInformationType

type CancelResourceNetworkConnectionInformationType struct {
	ApplicationArea TransApplicationAreaType                               `json:",omitempty" xml:",omitempty"`
	DataArea        CancelResourceNetworkConnectionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelResourceNetworkConnectionInformationType was auto-generated. Do not change.

type CancelResourceNetworkConnectionInformationTypeDataArea

type CancelResourceNetworkConnectionInformationTypeDataArea struct {
	Cancel                               []TransActionCriteriaType                  `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionInformation []ResourceNetworkConnectionInformationType `json:",omitempty" xml:",omitempty"`
}

CancelResourceNetworkConnectionInformationTypeDataArea was auto-generated. Do not change.

type CancelResourceRelationshipNetworkType

type CancelResourceRelationshipNetworkType struct {
	ApplicationArea TransApplicationAreaType                      `json:",omitempty" xml:",omitempty"`
	DataArea        CancelResourceRelationshipNetworkTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelResourceRelationshipNetworkType was auto-generated. Do not change.

type CancelResourceRelationshipNetworkTypeDataArea

type CancelResourceRelationshipNetworkTypeDataArea struct {
	Cancel                      []TransActionCriteriaType         `json:",omitempty" xml:",omitempty"`
	ResourceRelationshipNetwork []ResourceRelationshipNetworkType `json:",omitempty" xml:",omitempty"`
}

CancelResourceRelationshipNetworkTypeDataArea was auto-generated. Do not change.

type CancelWorkAlertDefinitionType

type CancelWorkAlertDefinitionType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkAlertDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkAlertDefinitionType was auto-generated. Do not change.

type CancelWorkAlertDefinitionTypeDataArea

type CancelWorkAlertDefinitionTypeDataArea struct {
	Cancel              []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkAlertDefinition []WorkAlertDefinitionType `json:",omitempty" xml:",omitempty"`
}

CancelWorkAlertDefinitionTypeDataArea was auto-generated. Do not change.

type CancelWorkAlertInformationType

type CancelWorkAlertInformationType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkAlertInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkAlertInformationType was auto-generated. Do not change.

type CancelWorkAlertInformationTypeDataArea

type CancelWorkAlertInformationTypeDataArea struct {
	Cancel               []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	WorkAlertInformation []WorkAlertInformationType `json:",omitempty" xml:",omitempty"`
}

CancelWorkAlertInformationTypeDataArea was auto-generated. Do not change.

type CancelWorkAlertType

type CancelWorkAlertType struct {
	ApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkAlertTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkAlertType was auto-generated. Do not change.

type CancelWorkAlertTypeDataArea

type CancelWorkAlertTypeDataArea struct {
	Cancel    []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkAlert []WorkAlertType           `json:",omitempty" xml:",omitempty"`
}

CancelWorkAlertTypeDataArea was auto-generated. Do not change.

type CancelWorkCapabilityInformationType

type CancelWorkCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkCapabilityInformationType was auto-generated. Do not change.

type CancelWorkCapabilityInformationTypeDataArea

type CancelWorkCapabilityInformationTypeDataArea struct {
	Cancel                    []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	WorkCapabilityInformation []WorkCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

CancelWorkCapabilityInformationTypeDataArea was auto-generated. Do not change.

type CancelWorkCapabilityType

type CancelWorkCapabilityType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkCapabilityType was auto-generated. Do not change.

type CancelWorkCapabilityTypeDataArea

type CancelWorkCapabilityTypeDataArea struct {
	Cancel         []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkCapability []WorkCapabilityType      `json:",omitempty" xml:",omitempty"`
}

CancelWorkCapabilityTypeDataArea was auto-generated. Do not change.

type CancelWorkDefinitionInformationType

type CancelWorkDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkDefinitionInformationType was auto-generated. Do not change.

type CancelWorkDefinitionInformationTypeDataArea

type CancelWorkDefinitionInformationTypeDataArea struct {
	Cancel                    []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	WorkDefinitionInformation []WorkDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

CancelWorkDefinitionInformationTypeDataArea was auto-generated. Do not change.

type CancelWorkDirectiveType

type CancelWorkDirectiveType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkDirectiveTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkDirectiveType was auto-generated. Do not change.

type CancelWorkDirectiveTypeDataArea

type CancelWorkDirectiveTypeDataArea struct {
	Cancel        []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkDirective []WorkDirectiveType       `json:",omitempty" xml:",omitempty"`
}

CancelWorkDirectiveTypeDataArea was auto-generated. Do not change.

type CancelWorkMasterType

type CancelWorkMasterType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkMasterTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkMasterType was auto-generated. Do not change.

type CancelWorkMasterTypeDataArea

type CancelWorkMasterTypeDataArea struct {
	Cancel     []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkMaster []WorkMasterType          `json:",omitempty" xml:",omitempty"`
}

CancelWorkMasterTypeDataArea was auto-generated. Do not change.

type CancelWorkPerformanceType

type CancelWorkPerformanceType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkPerformanceType was auto-generated. Do not change.

type CancelWorkPerformanceTypeDataArea

type CancelWorkPerformanceTypeDataArea struct {
	Cancel          []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkPerformance []WorkPerformanceType     `json:",omitempty" xml:",omitempty"`
}

CancelWorkPerformanceTypeDataArea was auto-generated. Do not change.

type CancelWorkScheduleType

type CancelWorkScheduleType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkScheduleType was auto-generated. Do not change.

type CancelWorkScheduleTypeDataArea

type CancelWorkScheduleTypeDataArea struct {
	Cancel       []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkSchedule []WorkScheduleType        `json:",omitempty" xml:",omitempty"`
}

CancelWorkScheduleTypeDataArea was auto-generated. Do not change.

type CancelWorkflowSpecificationInformationType

type CancelWorkflowSpecificationInformationType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkflowSpecificationInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkflowSpecificationInformationType was auto-generated. Do not change.

type CancelWorkflowSpecificationInformationTypeDataArea

type CancelWorkflowSpecificationInformationTypeDataArea struct {
	Cancel                           []TransActionCriteriaType              `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationInformation []WorkflowSpecificationInformationType `json:",omitempty" xml:",omitempty"`
}

CancelWorkflowSpecificationInformationTypeDataArea was auto-generated. Do not change.

type CancelWorkflowSpecificationType

type CancelWorkflowSpecificationType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkflowSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkflowSpecificationType was auto-generated. Do not change.

type CancelWorkflowSpecificationTypeDataArea

type CancelWorkflowSpecificationTypeDataArea struct {
	Cancel                []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification []WorkflowSpecificationType `json:",omitempty" xml:",omitempty"`
}

CancelWorkflowSpecificationTypeDataArea was auto-generated. Do not change.

type CancelWorkflowSpecificationTypeType

type CancelWorkflowSpecificationTypeType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        CancelWorkflowSpecificationTypeTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

CancelWorkflowSpecificationTypeType was auto-generated. Do not change.

type CancelWorkflowSpecificationTypeTypeDataArea

type CancelWorkflowSpecificationTypeTypeDataArea struct {
	Cancel                    []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationType []WorkflowSpecificationTypeType `json:",omitempty" xml:",omitempty"`
}

CancelWorkflowSpecificationTypeTypeDataArea was auto-generated. Do not change.

type CapabilityType1Type

type CapabilityType1Type struct {
	CodeType
}

CapabilityType1Type was auto-generated. Do not change.

type CapabilityTypeType

type CapabilityTypeType struct {
	CapabilityType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

CapabilityTypeType was auto-generated. Do not change.

type CauseType

type CauseType struct {
	CodeType
}

CauseType was auto-generated. Do not change.

type CertificateOfAnalysisReferenceType

type CertificateOfAnalysisReferenceType struct {
	IdentifierType
}

CertificateOfAnalysisReferenceType was auto-generated. Do not change.

type ChangeBatchProductionRecordType

type ChangeBatchProductionRecordType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeBatchProductionRecordTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeBatchProductionRecordType was auto-generated. Do not change.

type ChangeBatchProductionRecordTypeDataArea

type ChangeBatchProductionRecordTypeDataArea struct {
	Change                TransChangeType             `json:",omitempty" xml:",omitempty"`
	BatchProductionRecord []BatchProductionRecordType `json:",omitempty" xml:",omitempty"`
}

ChangeBatchProductionRecordTypeDataArea was auto-generated. Do not change.

type ChangeEquipmentCapabilityTestSpecType

type ChangeEquipmentCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                      `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeEquipmentCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeEquipmentCapabilityTestSpecType was auto-generated. Do not change.

type ChangeEquipmentCapabilityTestSpecTypeDataArea

type ChangeEquipmentCapabilityTestSpecTypeDataArea struct {
	Change                      TransChangeType                            `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpec []EquipmentCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ChangeEquipmentCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type ChangeEquipmentClassType

type ChangeEquipmentClassType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeEquipmentClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeEquipmentClassType was auto-generated. Do not change.

type ChangeEquipmentClassTypeDataArea

type ChangeEquipmentClassTypeDataArea struct {
	Change         TransChangeType      `json:",omitempty" xml:",omitempty"`
	EquipmentClass []EquipmentClassType `json:",omitempty" xml:",omitempty"`
}

ChangeEquipmentClassTypeDataArea was auto-generated. Do not change.

type ChangeEquipmentInformationType

type ChangeEquipmentInformationType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeEquipmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeEquipmentInformationType was auto-generated. Do not change.

type ChangeEquipmentInformationTypeDataArea

type ChangeEquipmentInformationTypeDataArea struct {
	Change               TransChangeType            `json:",omitempty" xml:",omitempty"`
	EquipmentInformation []EquipmentInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeEquipmentInformationTypeDataArea was auto-generated. Do not change.

type ChangeEquipmentType

type ChangeEquipmentType struct {
	ApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeEquipmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeEquipmentType was auto-generated. Do not change.

type ChangeEquipmentTypeDataArea

type ChangeEquipmentTypeDataArea struct {
	Change    TransChangeType `json:",omitempty" xml:",omitempty"`
	Equipment []EquipmentType `json:",omitempty" xml:",omitempty"`
}

ChangeEquipmentTypeDataArea was auto-generated. Do not change.

type ChangeGRecipeInformationType

type ChangeGRecipeInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeGRecipeInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeGRecipeInformationType was auto-generated. Do not change.

type ChangeGRecipeInformationTypeDataArea

type ChangeGRecipeInformationTypeDataArea struct {
	Change             TransChangeType          `json:",omitempty" xml:",omitempty"`
	GRecipeInformation []GRecipeInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeGRecipeInformationTypeDataArea was auto-generated. Do not change.

type ChangeJobListType

type ChangeJobListType struct {
	ApplicationArea TransApplicationAreaType  `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeJobListTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeJobListType was auto-generated. Do not change.

type ChangeJobListTypeDataArea

type ChangeJobListTypeDataArea struct {
	Change  TransChangeType `json:",omitempty" xml:",omitempty"`
	JobList []JobListType   `json:",omitempty" xml:",omitempty"`
}

ChangeJobListTypeDataArea was auto-generated. Do not change.

type ChangeJobResponseType

type ChangeJobResponseType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeJobResponseTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeJobResponseType was auto-generated. Do not change.

type ChangeJobResponseTypeDataArea

type ChangeJobResponseTypeDataArea struct {
	Change      TransChangeType   `json:",omitempty" xml:",omitempty"`
	JobResponse []JobResponseType `json:",omitempty" xml:",omitempty"`
}

ChangeJobResponseTypeDataArea was auto-generated. Do not change.

type ChangeMaterialClassType

type ChangeMaterialClassType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeMaterialClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeMaterialClassType was auto-generated. Do not change.

type ChangeMaterialClassTypeDataArea

type ChangeMaterialClassTypeDataArea struct {
	Change        TransChangeType     `json:",omitempty" xml:",omitempty"`
	MaterialClass []MaterialClassType `json:",omitempty" xml:",omitempty"`
}

ChangeMaterialClassTypeDataArea was auto-generated. Do not change.

type ChangeMaterialDefinitionType

type ChangeMaterialDefinitionType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeMaterialDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeMaterialDefinitionType was auto-generated. Do not change.

type ChangeMaterialDefinitionTypeDataArea

type ChangeMaterialDefinitionTypeDataArea struct {
	Change             TransChangeType          `json:",omitempty" xml:",omitempty"`
	MaterialDefinition []MaterialDefinitionType `json:",omitempty" xml:",omitempty"`
}

ChangeMaterialDefinitionTypeDataArea was auto-generated. Do not change.

type ChangeMaterialInformationType

type ChangeMaterialInformationType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeMaterialInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeMaterialInformationType was auto-generated. Do not change.

type ChangeMaterialInformationTypeDataArea

type ChangeMaterialInformationTypeDataArea struct {
	Change              TransChangeType           `json:",omitempty" xml:",omitempty"`
	MaterialInformation []MaterialInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeMaterialInformationTypeDataArea was auto-generated. Do not change.

type ChangeMaterialLotType

type ChangeMaterialLotType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeMaterialLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeMaterialLotType was auto-generated. Do not change.

type ChangeMaterialLotTypeDataArea

type ChangeMaterialLotTypeDataArea struct {
	Change      TransChangeType   `json:",omitempty" xml:",omitempty"`
	MaterialLot []MaterialLotType `json:",omitempty" xml:",omitempty"`
}

ChangeMaterialLotTypeDataArea was auto-generated. Do not change.

type ChangeMaterialSubLotType

type ChangeMaterialSubLotType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeMaterialSubLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeMaterialSubLotType was auto-generated. Do not change.

type ChangeMaterialSubLotTypeDataArea

type ChangeMaterialSubLotTypeDataArea struct {
	Change         TransChangeType      `json:",omitempty" xml:",omitempty"`
	MaterialSubLot []MaterialSubLotType `json:",omitempty" xml:",omitempty"`
}

ChangeMaterialSubLotTypeDataArea was auto-generated. Do not change.

type ChangeMaterialTestSpecType

type ChangeMaterialTestSpecType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeMaterialTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeMaterialTestSpecType was auto-generated. Do not change.

type ChangeMaterialTestSpecTypeDataArea

type ChangeMaterialTestSpecTypeDataArea struct {
	Change           TransChangeType                 `json:",omitempty" xml:",omitempty"`
	MaterialTestSpec []MaterialTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ChangeMaterialTestSpecTypeDataArea was auto-generated. Do not change.

type ChangeOperationsCapabilityInformationType

type ChangeOperationsCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                          `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeOperationsCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeOperationsCapabilityInformationType was auto-generated. Do not change.

type ChangeOperationsCapabilityInformationTypeDataArea

type ChangeOperationsCapabilityInformationTypeDataArea struct {
	Change                          TransChangeType                       `json:",omitempty" xml:",omitempty"`
	OperationsCapabilityInformation []OperationsCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeOperationsCapabilityInformationTypeDataArea was auto-generated. Do not change.

type ChangeOperationsCapabilityType

type ChangeOperationsCapabilityType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeOperationsCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeOperationsCapabilityType was auto-generated. Do not change.

type ChangeOperationsCapabilityTypeDataArea

type ChangeOperationsCapabilityTypeDataArea struct {
	Change               TransChangeType            `json:",omitempty" xml:",omitempty"`
	OperationsCapability []OperationsCapabilityType `json:",omitempty" xml:",omitempty"`
}

ChangeOperationsCapabilityTypeDataArea was auto-generated. Do not change.

type ChangeOperationsDefinitionInformationType

type ChangeOperationsDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                          `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeOperationsDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeOperationsDefinitionInformationType was auto-generated. Do not change.

type ChangeOperationsDefinitionInformationTypeDataArea

type ChangeOperationsDefinitionInformationTypeDataArea struct {
	Change                          TransChangeType                       `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionInformation []OperationsDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeOperationsDefinitionInformationTypeDataArea was auto-generated. Do not change.

type ChangeOperationsDefinitionType

type ChangeOperationsDefinitionType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeOperationsDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeOperationsDefinitionType was auto-generated. Do not change.

type ChangeOperationsDefinitionTypeDataArea

type ChangeOperationsDefinitionTypeDataArea struct {
	Change               TransChangeType            `json:",omitempty" xml:",omitempty"`
	OperationsDefinition []OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

ChangeOperationsDefinitionTypeDataArea was auto-generated. Do not change.

type ChangeOperationsPerformanceType

type ChangeOperationsPerformanceType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeOperationsPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeOperationsPerformanceType was auto-generated. Do not change.

type ChangeOperationsPerformanceTypeDataArea

type ChangeOperationsPerformanceTypeDataArea struct {
	Change                TransChangeType             `json:",omitempty" xml:",omitempty"`
	OperationsPerformance []OperationsPerformanceType `json:",omitempty" xml:",omitempty"`
}

ChangeOperationsPerformanceTypeDataArea was auto-generated. Do not change.

type ChangeOperationsScheduleType

type ChangeOperationsScheduleType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeOperationsScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeOperationsScheduleType was auto-generated. Do not change.

type ChangeOperationsScheduleTypeDataArea

type ChangeOperationsScheduleTypeDataArea struct {
	Change             TransChangeType          `json:",omitempty" xml:",omitempty"`
	OperationsSchedule []OperationsScheduleType `json:",omitempty" xml:",omitempty"`
}

ChangeOperationsScheduleTypeDataArea was auto-generated. Do not change.

type ChangePersonType

type ChangePersonType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        ChangePersonTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangePersonType was auto-generated. Do not change.

type ChangePersonTypeDataArea

type ChangePersonTypeDataArea struct {
	Change TransChangeType `json:",omitempty" xml:",omitempty"`
	Person []PersonType    `json:",omitempty" xml:",omitempty"`
}

ChangePersonTypeDataArea was auto-generated. Do not change.

type ChangePersonnelClassType

type ChangePersonnelClassType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        ChangePersonnelClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangePersonnelClassType was auto-generated. Do not change.

type ChangePersonnelClassTypeDataArea

type ChangePersonnelClassTypeDataArea struct {
	Change         TransChangeType      `json:",omitempty" xml:",omitempty"`
	PersonnelClass []PersonnelClassType `json:",omitempty" xml:",omitempty"`
}

ChangePersonnelClassTypeDataArea was auto-generated. Do not change.

type ChangePersonnelInformationType

type ChangePersonnelInformationType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        ChangePersonnelInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangePersonnelInformationType was auto-generated. Do not change.

type ChangePersonnelInformationTypeDataArea

type ChangePersonnelInformationTypeDataArea struct {
	Change               TransChangeType            `json:",omitempty" xml:",omitempty"`
	PersonnelInformation []PersonnelInformationType `json:",omitempty" xml:",omitempty"`
}

ChangePersonnelInformationTypeDataArea was auto-generated. Do not change.

type ChangePhysicalAssetCapabilityTestSpecType

type ChangePhysicalAssetCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                          `json:",omitempty" xml:",omitempty"`
	DataArea        ChangePhysicalAssetCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangePhysicalAssetCapabilityTestSpecType was auto-generated. Do not change.

type ChangePhysicalAssetCapabilityTestSpecTypeDataArea

type ChangePhysicalAssetCapabilityTestSpecTypeDataArea struct {
	Change                          TransChangeType                                `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpec []PhysicalAssetCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ChangePhysicalAssetCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type ChangePhysicalAssetClassType

type ChangePhysicalAssetClassType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ChangePhysicalAssetClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangePhysicalAssetClassType was auto-generated. Do not change.

type ChangePhysicalAssetClassTypeDataArea

type ChangePhysicalAssetClassTypeDataArea struct {
	Change             TransChangeType          `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClass []PhysicalAssetClassType `json:",omitempty" xml:",omitempty"`
}

ChangePhysicalAssetClassTypeDataArea was auto-generated. Do not change.

type ChangePhysicalAssetInformationType

type ChangePhysicalAssetInformationType struct {
	ApplicationArea TransApplicationAreaType                   `json:",omitempty" xml:",omitempty"`
	DataArea        ChangePhysicalAssetInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangePhysicalAssetInformationType was auto-generated. Do not change.

type ChangePhysicalAssetInformationTypeDataArea

type ChangePhysicalAssetInformationTypeDataArea struct {
	Change                   TransChangeType                `json:",omitempty" xml:",omitempty"`
	PhysicalAssetInformation []PhysicalAssetInformationType `json:",omitempty" xml:",omitempty"`
}

ChangePhysicalAssetInformationTypeDataArea was auto-generated. Do not change.

type ChangePhysicalAssetType

type ChangePhysicalAssetType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        ChangePhysicalAssetTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangePhysicalAssetType was auto-generated. Do not change.

type ChangePhysicalAssetTypeDataArea

type ChangePhysicalAssetTypeDataArea struct {
	Change        TransChangeType     `json:",omitempty" xml:",omitempty"`
	PhysicalAsset []PhysicalAssetType `json:",omitempty" xml:",omitempty"`
}

ChangePhysicalAssetTypeDataArea was auto-generated. Do not change.

type ChangeProcessElementLibraryType

type ChangeProcessElementLibraryType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeProcessElementLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeProcessElementLibraryType was auto-generated. Do not change.

type ChangeProcessElementLibraryTypeDataArea

type ChangeProcessElementLibraryTypeDataArea struct {
	Change                TransChangeType             `json:",omitempty" xml:",omitempty"`
	ProcessElementLibrary []ProcessElementLibraryType `json:",omitempty" xml:",omitempty"`
}

ChangeProcessElementLibraryTypeDataArea was auto-generated. Do not change.

type ChangeProcessSegmentInformationType

type ChangeProcessSegmentInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeProcessSegmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeProcessSegmentInformationType was auto-generated. Do not change.

type ChangeProcessSegmentInformationTypeDataArea

type ChangeProcessSegmentInformationTypeDataArea struct {
	Change                    TransChangeType                 `json:",omitempty" xml:",omitempty"`
	ProcessSegmentInformation []ProcessSegmentInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeProcessSegmentInformationTypeDataArea was auto-generated. Do not change.

type ChangeProcessSegmentType

type ChangeProcessSegmentType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeProcessSegmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeProcessSegmentType was auto-generated. Do not change.

type ChangeProcessSegmentTypeDataArea

type ChangeProcessSegmentTypeDataArea struct {
	Change         TransChangeType      `json:",omitempty" xml:",omitempty"`
	ProcessSegment []ProcessSegmentType `json:",omitempty" xml:",omitempty"`
}

ChangeProcessSegmentTypeDataArea was auto-generated. Do not change.

type ChangeProductDefinitionType

type ChangeProductDefinitionType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeProductDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeProductDefinitionType was auto-generated. Do not change.

type ChangeProductDefinitionTypeDataArea

type ChangeProductDefinitionTypeDataArea struct {
	Change            TransChangeType         `json:",omitempty" xml:",omitempty"`
	ProductDefinition []ProductDefinitionType `json:",omitempty" xml:",omitempty"`
}

ChangeProductDefinitionTypeDataArea was auto-generated. Do not change.

type ChangeProductInformationType

type ChangeProductInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeProductInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeProductInformationType was auto-generated. Do not change.

type ChangeProductInformationTypeDataArea

type ChangeProductInformationTypeDataArea struct {
	Change             TransChangeType          `json:",omitempty" xml:",omitempty"`
	ProductInformation []ProductInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeProductInformationTypeDataArea was auto-generated. Do not change.

type ChangeProductionCapabilityType

type ChangeProductionCapabilityType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeProductionCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeProductionCapabilityType was auto-generated. Do not change.

type ChangeProductionCapabilityTypeDataArea

type ChangeProductionCapabilityTypeDataArea struct {
	Change               TransChangeType            `json:",omitempty" xml:",omitempty"`
	ProductionCapability []ProductionCapabilityType `json:",omitempty" xml:",omitempty"`
}

ChangeProductionCapabilityTypeDataArea was auto-generated. Do not change.

type ChangeProductionPerformanceType

type ChangeProductionPerformanceType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeProductionPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeProductionPerformanceType was auto-generated. Do not change.

type ChangeProductionPerformanceTypeDataArea

type ChangeProductionPerformanceTypeDataArea struct {
	Change                TransChangeType             `json:",omitempty" xml:",omitempty"`
	ProductionPerformance []ProductionPerformanceType `json:",omitempty" xml:",omitempty"`
}

ChangeProductionPerformanceTypeDataArea was auto-generated. Do not change.

type ChangeProductionScheduleType

type ChangeProductionScheduleType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeProductionScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeProductionScheduleType was auto-generated. Do not change.

type ChangeProductionScheduleTypeDataArea

type ChangeProductionScheduleTypeDataArea struct {
	Change             TransChangeType          `json:",omitempty" xml:",omitempty"`
	ProductionSchedule []ProductionScheduleType `json:",omitempty" xml:",omitempty"`
}

ChangeProductionScheduleTypeDataArea was auto-generated. Do not change.

type ChangeQualificationTestSpecificationType

type ChangeQualificationTestSpecificationType struct {
	ApplicationArea TransApplicationAreaType                         `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeQualificationTestSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeQualificationTestSpecificationType was auto-generated. Do not change.

type ChangeQualificationTestSpecificationTypeDataArea

type ChangeQualificationTestSpecificationTypeDataArea struct {
	Change                         TransChangeType                      `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecification []QualificationTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ChangeQualificationTestSpecificationTypeDataArea was auto-generated. Do not change.

type ChangeResourceConstraintLibraryType

type ChangeResourceConstraintLibraryType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeResourceConstraintLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeResourceConstraintLibraryType was auto-generated. Do not change.

type ChangeResourceConstraintLibraryTypeDataArea

type ChangeResourceConstraintLibraryTypeDataArea struct {
	Change                    TransChangeType                 `json:",omitempty" xml:",omitempty"`
	ResourceConstraintLibrary []ResourceConstraintLibraryType `json:",omitempty" xml:",omitempty"`
}

ChangeResourceConstraintLibraryTypeDataArea was auto-generated. Do not change.

type ChangeResourceNetworkConnectionInformationType

type ChangeResourceNetworkConnectionInformationType struct {
	ApplicationArea TransApplicationAreaType                               `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeResourceNetworkConnectionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeResourceNetworkConnectionInformationType was auto-generated. Do not change.

type ChangeResourceNetworkConnectionInformationTypeDataArea

type ChangeResourceNetworkConnectionInformationTypeDataArea struct {
	Change                               TransChangeType                            `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionInformation []ResourceNetworkConnectionInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeResourceNetworkConnectionInformationTypeDataArea was auto-generated. Do not change.

type ChangeResourceRelationshipNetworkType

type ChangeResourceRelationshipNetworkType struct {
	ApplicationArea TransApplicationAreaType                      `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeResourceRelationshipNetworkTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeResourceRelationshipNetworkType was auto-generated. Do not change.

type ChangeResourceRelationshipNetworkTypeDataArea

type ChangeResourceRelationshipNetworkTypeDataArea struct {
	Change                      TransChangeType                   `json:",omitempty" xml:",omitempty"`
	ResourceRelationshipNetwork []ResourceRelationshipNetworkType `json:",omitempty" xml:",omitempty"`
}

ChangeResourceRelationshipNetworkTypeDataArea was auto-generated. Do not change.

type ChangeType

type ChangeType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	RecordReference   IdentifierType       `json:",omitempty" xml:",omitempty"`
	PrechangeData     []ValueType          `json:",omitempty" xml:",omitempty"`
	Reason            []TextType           `json:",omitempty" xml:",omitempty"`
}

ChangeType was auto-generated. Do not change.

type ChangeWorkAlertDefinitionType

type ChangeWorkAlertDefinitionType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkAlertDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkAlertDefinitionType was auto-generated. Do not change.

type ChangeWorkAlertDefinitionTypeDataArea

type ChangeWorkAlertDefinitionTypeDataArea struct {
	Change              TransChangeType           `json:",omitempty" xml:",omitempty"`
	WorkAlertDefinition []WorkAlertDefinitionType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkAlertDefinitionTypeDataArea was auto-generated. Do not change.

type ChangeWorkAlertInformationType

type ChangeWorkAlertInformationType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkAlertInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkAlertInformationType was auto-generated. Do not change.

type ChangeWorkAlertInformationTypeDataArea

type ChangeWorkAlertInformationTypeDataArea struct {
	Change               TransChangeType            `json:",omitempty" xml:",omitempty"`
	WorkAlertInformation []WorkAlertInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkAlertInformationTypeDataArea was auto-generated. Do not change.

type ChangeWorkAlertType

type ChangeWorkAlertType struct {
	ApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkAlertTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkAlertType was auto-generated. Do not change.

type ChangeWorkAlertTypeDataArea

type ChangeWorkAlertTypeDataArea struct {
	Change    TransChangeType `json:",omitempty" xml:",omitempty"`
	WorkAlert []WorkAlertType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkAlertTypeDataArea was auto-generated. Do not change.

type ChangeWorkCapabilityInformationType

type ChangeWorkCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkCapabilityInformationType was auto-generated. Do not change.

type ChangeWorkCapabilityInformationTypeDataArea

type ChangeWorkCapabilityInformationTypeDataArea struct {
	Change                    TransChangeType                 `json:",omitempty" xml:",omitempty"`
	WorkCapabilityInformation []WorkCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkCapabilityInformationTypeDataArea was auto-generated. Do not change.

type ChangeWorkCapabilityType

type ChangeWorkCapabilityType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkCapabilityType was auto-generated. Do not change.

type ChangeWorkCapabilityTypeDataArea

type ChangeWorkCapabilityTypeDataArea struct {
	Change         TransChangeType      `json:",omitempty" xml:",omitempty"`
	WorkCapability []WorkCapabilityType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkCapabilityTypeDataArea was auto-generated. Do not change.

type ChangeWorkDefinitionInformationType

type ChangeWorkDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkDefinitionInformationType was auto-generated. Do not change.

type ChangeWorkDefinitionInformationTypeDataArea

type ChangeWorkDefinitionInformationTypeDataArea struct {
	Change                    TransChangeType                 `json:",omitempty" xml:",omitempty"`
	WorkDefinitionInformation []WorkDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkDefinitionInformationTypeDataArea was auto-generated. Do not change.

type ChangeWorkDirectiveType

type ChangeWorkDirectiveType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkDirectiveTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkDirectiveType was auto-generated. Do not change.

type ChangeWorkDirectiveTypeDataArea

type ChangeWorkDirectiveTypeDataArea struct {
	Change        TransChangeType     `json:",omitempty" xml:",omitempty"`
	WorkDirective []WorkDirectiveType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkDirectiveTypeDataArea was auto-generated. Do not change.

type ChangeWorkMasterType

type ChangeWorkMasterType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkMasterTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkMasterType was auto-generated. Do not change.

type ChangeWorkMasterTypeDataArea

type ChangeWorkMasterTypeDataArea struct {
	Change     TransChangeType  `json:",omitempty" xml:",omitempty"`
	WorkMaster []WorkMasterType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkMasterTypeDataArea was auto-generated. Do not change.

type ChangeWorkPerformanceType

type ChangeWorkPerformanceType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkPerformanceType was auto-generated. Do not change.

type ChangeWorkPerformanceTypeDataArea

type ChangeWorkPerformanceTypeDataArea struct {
	Change          TransChangeType       `json:",omitempty" xml:",omitempty"`
	WorkPerformance []WorkPerformanceType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkPerformanceTypeDataArea was auto-generated. Do not change.

type ChangeWorkScheduleType

type ChangeWorkScheduleType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkScheduleType was auto-generated. Do not change.

type ChangeWorkScheduleTypeDataArea

type ChangeWorkScheduleTypeDataArea struct {
	Change       TransChangeType    `json:",omitempty" xml:",omitempty"`
	WorkSchedule []WorkScheduleType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkScheduleTypeDataArea was auto-generated. Do not change.

type ChangeWorkflowSpecificationInformationType

type ChangeWorkflowSpecificationInformationType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkflowSpecificationInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkflowSpecificationInformationType was auto-generated. Do not change.

type ChangeWorkflowSpecificationInformationTypeDataArea

type ChangeWorkflowSpecificationInformationTypeDataArea struct {
	Change                           TransChangeType                        `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationInformation []WorkflowSpecificationInformationType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkflowSpecificationInformationTypeDataArea was auto-generated. Do not change.

type ChangeWorkflowSpecificationType

type ChangeWorkflowSpecificationType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkflowSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkflowSpecificationType was auto-generated. Do not change.

type ChangeWorkflowSpecificationTypeDataArea

type ChangeWorkflowSpecificationTypeDataArea struct {
	Change                TransChangeType             `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification []WorkflowSpecificationType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkflowSpecificationTypeDataArea was auto-generated. Do not change.

type ChangeWorkflowSpecificationTypeType

type ChangeWorkflowSpecificationTypeType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        ChangeWorkflowSpecificationTypeTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ChangeWorkflowSpecificationTypeType was auto-generated. Do not change.

type ChangeWorkflowSpecificationTypeTypeDataArea

type ChangeWorkflowSpecificationTypeTypeDataArea struct {
	Change                    TransChangeType                 `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationType []WorkflowSpecificationTypeType `json:",omitempty" xml:",omitempty"`
}

ChangeWorkflowSpecificationTypeTypeDataArea was auto-generated. Do not change.

type ClassEquipmentIDType

type ClassEquipmentIDType struct {
	IdentifierType
}

ClassEquipmentIDType was auto-generated. Do not change.

type ClassInstanceAssociationType

type ClassInstanceAssociationType struct {
	ClassEquipmentID  ClassEquipmentIDType  `json:",omitempty" xml:",omitempty"`
	MemberEquipmentID MemberEquipmentIDType `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType     `json:",omitempty" xml:",omitempty"`
}

ClassInstanceAssociationType was auto-generated. Do not change.

type CodeType

type CodeType struct {
	ListID         string `json:",omitempty" xml:"listID,attr,omitempty"`
	ListAgencyID   string `json:",omitempty" xml:"listAgencyID,attr,omitempty"`
	ListAgencyName string `json:",omitempty" xml:"listAgencyName,attr,omitempty"`
	ListName       string `json:",omitempty" xml:"listName,attr,omitempty"`
	ListVersionID  string `json:",omitempty" xml:"listVersionID,attr,omitempty"`
	Name           string `json:",omitempty" xml:"name,attr,omitempty"`
	LanguageID     string `json:",omitempty" xml:"languageID,attr,omitempty"`
	ListURI        string `json:",omitempty" xml:"listURI,attr,omitempty"`
	ListSchemeURI  string `json:",omitempty" xml:"listSchemeURI,attr,omitempty"`
	Value          string `json:",omitempty" xml:",chardata"`
}

CodeType was auto-generated. Do not change.

type CommentType

type CommentType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	RecordReference   IdentifierType       `json:",omitempty" xml:",omitempty"`
	CommentText       []TextType           `json:",omitempty" xml:",omitempty"`
	PersonID          NameType             `json:",omitempty" xml:",omitempty"`
}

CommentType was auto-generated. Do not change.

type ConditionAnnotationType

type ConditionAnnotationType struct {
	IdentifierType
}

ConditionAnnotationType was auto-generated. Do not change.

type ConditionType

type ConditionType struct {
	IdentifierType
}

ConditionType was auto-generated. Do not change.

type ConfidenceFactorType

type ConfidenceFactorType struct {
	IdentifierType
}

ConfidenceFactorType was auto-generated. Do not change.

type ConfirmBODType

type ConfirmBODType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        ConfirmBODTypeDataArea   `json:",omitempty" xml:",omitempty"`
}

ConfirmBODType was auto-generated. Do not change.

type ConfirmBODTypeDataArea

type ConfirmBODTypeDataArea struct {
	Confirm TransConfirmType `json:",omitempty" xml:",omitempty"`
	BOD     []BODType        `json:",omitempty" xml:",omitempty"`
}

ConfirmBODTypeDataArea was auto-generated. Do not change.

type ConnectionType1Type

type ConnectionType1Type struct {
	CodeType
}

ConnectionType1Type was auto-generated. Do not change.

type ConnectionTypeType

type ConnectionTypeType struct {
	ConnectionType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ConnectionTypeType was auto-generated. Do not change.

type ConstraintType

type ConstraintType struct {
	ID        IDType        `json:",omitempty" xml:",omitempty"`
	Condition ConditionType `json:",omitempty" xml:",omitempty"`
}

ConstraintType was auto-generated. Do not change.

type ConstraintType1Type

type ConstraintType1Type struct {
	CodeType
}

ConstraintType1Type was auto-generated. Do not change.

type ConstraintTypeType

type ConstraintTypeType struct {
	ConstraintType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ConstraintTypeType was auto-generated. Do not change.

type ConsumableActualPropertyType

type ConsumableActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

ConsumableActualPropertyType was auto-generated. Do not change.

type ConsumableActualType

type ConsumableActualType struct {
	MaterialClassID                    []MaterialClassIDType                  `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID               []MaterialDefinitionIDType             `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	ConsumableActualProperty           []ConsumableActualPropertyType         `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

ConsumableActualType was auto-generated. Do not change.

type ConsumableExpectedRequirementPropertyType

type ConsumableExpectedRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

ConsumableExpectedRequirementPropertyType was auto-generated. Do not change.

type ConsumableExpectedRequirementType

type ConsumableExpectedRequirementType struct {
	MaterialClassID                       []MaterialClassIDType                       `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID                  []MaterialDefinitionIDType                  `json:",omitempty" xml:",omitempty"`
	Description                           []DescriptionType                           `json:",omitempty" xml:",omitempty"`
	Location                              LocationType                                `json:",omitempty" xml:",omitempty"`
	HierarchyScope                        HierarchyScopeType                          `json:",omitempty" xml:",omitempty"`
	Quantity                              []QuantityValueType                         `json:",omitempty" xml:",omitempty"`
	ConsumableExpectedRequirementProperty []ConsumableExpectedRequirementPropertyType `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse    RequiredByRequestedSegmentResponseType      `json:",omitempty" xml:",omitempty"`
}

ConsumableExpectedRequirementType was auto-generated. Do not change.

type ControlRecipeRecordType

type ControlRecipeRecordType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	ControlRecipe     ControlRecipeType    `json:",omitempty" xml:",omitempty"`
}

ControlRecipeRecordType was auto-generated. Do not change.

type ControlRecipeType

type ControlRecipeType struct {
	ID                   IDType                          `json:",omitempty" xml:",omitempty"`
	Version              VersionType                     `json:",omitempty" xml:",omitempty"`
	VersionDate          VersionDateType                 `json:",omitempty" xml:",omitempty"`
	Description          []DescriptionType               `json:",omitempty" xml:",omitempty"`
	BatchID              BatchIDType                     `json:",omitempty" xml:",omitempty"`
	Header               HeaderType                      `json:",omitempty" xml:",omitempty"`
	EquipmentRequirement []BatchEquipmentRequirementType `json:",omitempty" xml:",omitempty"`
	Formula              FormulaType                     `json:",omitempty" xml:",omitempty"`
	ProcedureLogic       ProcedureLogicType              `json:",omitempty" xml:",omitempty"`
	RecipeElement        []RecipeElementType             `json:",omitempty" xml:",omitempty"`
	OtherInformation     []OtherInformationType          `json:",omitempty" xml:",omitempty"`
}

ControlRecipeType was auto-generated. Do not change.

type CorrectionType

type CorrectionType struct {
	CodeType
}

CorrectionType was auto-generated. Do not change.

type CreateDateType

type CreateDateType struct {
	DateTimeType
}

CreateDateType was auto-generated. Do not change.

type DataInterpretation1Type

type DataInterpretation1Type struct {
	CodeType
}

DataInterpretation1Type was auto-generated. Do not change.

type DataInterpretationType

type DataInterpretationType struct {
	DataInterpretation1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

DataInterpretationType was auto-generated. Do not change.

type DataSetType

type DataSetType struct {
	EntryID              IdentifierType         `json:",omitempty" xml:",omitempty"`
	ObjectType           RecordObjectTypeType   `json:",omitempty" xml:",omitempty"`
	TimeStamp            DateTimeType           `json:",omitempty" xml:",omitempty"`
	ExternalReference    IdentifierType         `json:",omitempty" xml:",omitempty"`
	Description          []DescriptionType      `json:",omitempty" xml:",omitempty"`
	TrendSystemReference IdentifierType         `json:",omitempty" xml:",omitempty"`
	StartTime            DateTimeType           `json:",omitempty" xml:",omitempty"`
	EndTime              DateTimeType           `json:",omitempty" xml:",omitempty"`
	TimeSpecification    TimeSpecificationType  `json:",omitempty" xml:",omitempty"`
	TagSpecification     []TagSpecificationType `json:",omitempty" xml:",omitempty"`
	Items                []interface{}          `json:",omitempty" xml:",omitempty"`
}

DataSetType was auto-generated. Do not change.

type DataType1Type

type DataType1Type struct {
	CodeType
}

DataType1Type was auto-generated. Do not change.

type DataTypeType

type DataTypeType struct {
	DataType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

DataTypeType was auto-generated. Do not change.

type DataValueType

type DataValueType struct {
	TagIndex NumericType    `json:",omitempty" xml:",omitempty"`
	Value    []string       `json:",omitempty" xml:",omitempty"`
	Quality  IdentifierType `json:",omitempty" xml:",omitempty"`
}

DataValueType was auto-generated. Do not change.

type DateTimeType

type DateTimeType struct {
	Format string    `json:",omitempty" xml:"format,attr,omitempty"`
	Value  time.Time `json:",omitempty" xml:",chardata"`
}

DateTimeType was auto-generated. Do not change.

type DefaultValueType

type DefaultValueType struct {
	TextType
}

DefaultValueType was auto-generated. Do not change.

type DelimitedDataBlockType

type DelimitedDataBlockType struct {
	TagDelimiter   string `json:",omitempty" xml:",omitempty"`
	OrderDelimiter string `json:",omitempty" xml:",omitempty"`
	DelimitedData  string `json:",omitempty" xml:",omitempty"`
}

DelimitedDataBlockType was auto-generated. Do not change.

type Dependency1Type

type Dependency1Type struct {
	CodeType
}

Dependency1Type was auto-generated. Do not change.

type DependencyType

type DependencyType struct {
	Dependency1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

DependencyType was auto-generated. Do not change.

type Depiction1Type

type Depiction1Type struct {
	CodeType
}

Depiction1Type was auto-generated. Do not change.

type DepictionType

type DepictionType struct {
	Depiction1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

DepictionType was auto-generated. Do not change.

type DescriptionType

type DescriptionType struct {
	TextType
}

DescriptionType was auto-generated. Do not change.

type DirectedLinkType

type DirectedLinkType struct {
	ID          IdentifierType    `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
	FromID      IdentifierType    `json:",omitempty" xml:",omitempty"`
	ToID        IdentifierType    `json:",omitempty" xml:",omitempty"`
}

DirectedLinkType was auto-generated. Do not change.

type EarliestStartTimeType

type EarliestStartTimeType struct {
	DateTimeType
}

EarliestStartTimeType was auto-generated. Do not change.

type EffectiveDateType

type EffectiveDateType struct {
	DateTimeType
}

EffectiveDateType was auto-generated. Do not change.

type EndTimeType

type EndTimeType struct {
	DateTimeType
}

EndTimeType was auto-generated. Do not change.

type EnumerationNumberType

type EnumerationNumberType struct {
	NumericType
}

EnumerationNumberType was auto-generated. Do not change.

type EnumerationSetIDType

type EnumerationSetIDType struct {
	IdentifierType
}

EnumerationSetIDType was auto-generated. Do not change.

type EnumerationSetType

type EnumerationSetType struct {
	ID          IDType            `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
	Enumeration []EnumerationType `json:",omitempty" xml:",omitempty"`
}

EnumerationSetType was auto-generated. Do not change.

type EnumerationStringType

type EnumerationStringType struct {
	TextType
}

EnumerationStringType was auto-generated. Do not change.

type EnumerationType

type EnumerationType struct {
	EnumerationNumber EnumerationNumberType `json:",omitempty" xml:",omitempty"`
	EnumerationString EnumerationStringType `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType     `json:",omitempty" xml:",omitempty"`
}

EnumerationType was auto-generated. Do not change.

type EquipmentActualPropertyType

type EquipmentActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

EquipmentActualPropertyType was auto-generated. Do not change.

type EquipmentActualType

type EquipmentActualType struct {
	EquipmentClassID                   []EquipmentClassIDType                 `json:",omitempty" xml:",omitempty"`
	EquipmentID                        []EquipmentIDType                      `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	EquipmentActualProperty            []EquipmentActualPropertyType          `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

EquipmentActualType was auto-generated. Do not change.

type EquipmentAssetMappingType

type EquipmentAssetMappingType struct {
	EquipmentID     EquipmentIDType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID PhysicalAssetIDType `json:",omitempty" xml:",omitempty"`
	StartTime       DateTimeType        `json:",omitempty" xml:",omitempty"`
	EndTime         DateTimeType        `json:",omitempty" xml:",omitempty"`
}

EquipmentAssetMappingType was auto-generated. Do not change.

type EquipmentCapabilityPropertyType

type EquipmentCapabilityPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

EquipmentCapabilityPropertyType was auto-generated. Do not change.

type EquipmentCapabilityTestSpecificationIDType

type EquipmentCapabilityTestSpecificationIDType struct {
	IdentifierType
}

EquipmentCapabilityTestSpecificationIDType was auto-generated. Do not change.

type EquipmentCapabilityTestSpecificationType

type EquipmentCapabilityTestSpecificationType struct {
	Name                         NameType                           `json:",omitempty" xml:",omitempty"`
	Description                  []DescriptionType                  `json:",omitempty" xml:",omitempty"`
	Version                      VersionType                        `json:",omitempty" xml:",omitempty"`
	Location                     LocationType                       `json:",omitempty" xml:",omitempty"`
	HierarchyScope               HierarchyScopeType                 `json:",omitempty" xml:",omitempty"`
	TestedEquipmentProperty      []TestedEquipmentPropertyType      `json:",omitempty" xml:",omitempty"`
	TestedEquipmentClassProperty []TestedEquipmentClassPropertyType `json:",omitempty" xml:",omitempty"`
}

EquipmentCapabilityTestSpecificationType was auto-generated. Do not change.

type EquipmentCapabilityType

type EquipmentCapabilityType struct {
	EquipmentClassID            EquipmentClassIDType              `json:",omitempty" xml:",omitempty"`
	EquipmentID                 EquipmentIDType                   `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                 `json:",omitempty" xml:",omitempty"`
	CapabilityType              CapabilityTypeType                `json:",omitempty" xml:",omitempty"`
	Reason                      ReasonType                        `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel       []EquipmentElementLevelType       `json:",omitempty" xml:",omitempty"`
	StartTime                   StartTimeType                     `json:",omitempty" xml:",omitempty"`
	EndTime                     EndTimeType                       `json:",omitempty" xml:",omitempty"`
	Location                    LocationType                      `json:",omitempty" xml:",omitempty"`
	HierarchyScope              HierarchyScopeType                `json:",omitempty" xml:",omitempty"`
	Quantity                    []QuantityValueType               `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityProperty []EquipmentCapabilityPropertyType `json:",omitempty" xml:",omitempty"`
}

EquipmentCapabilityType was auto-generated. Do not change.

type EquipmentClassIDType

type EquipmentClassIDType struct {
	IdentifierType
}

EquipmentClassIDType was auto-generated. Do not change.

type EquipmentClassPropertyType

type EquipmentClassPropertyType struct {
	ID                                     IdentifierType                               `json:",omitempty" xml:",omitempty"`
	Description                            []DescriptionType                            `json:",omitempty" xml:",omitempty"`
	Value                                  []ValueType                                  `json:",omitempty" xml:",omitempty"`
	EquipmentClassProperty                 []EquipmentClassPropertyType                 `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpecificationID []EquipmentCapabilityTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

EquipmentClassPropertyType was auto-generated. Do not change.

type EquipmentClassType

type EquipmentClassType struct {
	ID                                     IdentifierType                               `json:",omitempty" xml:",omitempty"`
	Description                            []DescriptionType                            `json:",omitempty" xml:",omitempty"`
	Location                               LocationType                                 `json:",omitempty" xml:",omitempty"`
	HierarchyScope                         HierarchyScopeType                           `json:",omitempty" xml:",omitempty"`
	EquipmentLevel                         HierarchyScopeType                           `json:",omitempty" xml:",omitempty"`
	EquipmentClassProperty                 []EquipmentClassPropertyType                 `json:",omitempty" xml:",omitempty"`
	EquipmentID                            []EquipmentIDType                            `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpecificationID []EquipmentCapabilityTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

EquipmentClassType was auto-generated. Do not change.

type EquipmentConnectionType

type EquipmentConnectionType struct {
	ID              IDType                `json:",omitempty" xml:",omitempty"`
	Description     []DescriptionType     `json:",omitempty" xml:",omitempty"`
	ConnectionType  ConnectionTypeType    `json:",omitempty" xml:",omitempty"`
	FromEquipmentID []FromEquipmentIDType `json:",omitempty" xml:",omitempty"`
	ToEquipmentID   []ToEquipmentIDType   `json:",omitempty" xml:",omitempty"`
}

EquipmentConnectionType was auto-generated. Do not change.

type EquipmentElementIDType

type EquipmentElementIDType struct {
	IdentifierType
}

EquipmentElementIDType was auto-generated. Do not change.

type EquipmentElementLevel1Type

type EquipmentElementLevel1Type struct {
	CodeType
}

EquipmentElementLevel1Type was auto-generated. Do not change.

type EquipmentElementLevelType

type EquipmentElementLevelType struct {
	EquipmentElementLevel1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

EquipmentElementLevelType was auto-generated. Do not change.

type EquipmentElementPropertyType

type EquipmentElementPropertyType struct {
	ID          IDType                         `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType              `json:",omitempty" xml:",omitempty"`
	Value       BatchValueType                 `json:",omitempty" xml:",omitempty"`
	Property    []EquipmentElementPropertyType `json:",omitempty" xml:",omitempty"`
}

EquipmentElementPropertyType was auto-generated. Do not change.

type EquipmentElementType

type EquipmentElementType struct {
	ID                              IDType                                `json:",omitempty" xml:",omitempty"`
	Description                     []DescriptionType                     `json:",omitempty" xml:",omitempty"`
	EquipmentElementType1           EquipmentElementTypeType              `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel           EquipmentElementLevelType             `json:",omitempty" xml:",omitempty"`
	ClassInstanceAssociation        []ClassInstanceAssociationType        `json:",omitempty" xml:",omitempty"`
	Property                        []EquipmentElementPropertyType        `json:",omitempty" xml:",omitempty"`
	EquipmentProceduralElementClass []EquipmentProceduralElementClassType `json:",omitempty" xml:",omitempty"`
	EquipmentProceduralElement      []EquipmentProceduralElementType      `json:",omitempty" xml:",omitempty"`
	EquipmentConnection             []EquipmentConnectionType             `json:",omitempty" xml:",omitempty"`
	Items                           []interface{}                         `json:",omitempty" xml:",omitempty"`
}

EquipmentElementType was auto-generated. Do not change.

type EquipmentElementType1Type

type EquipmentElementType1Type struct {
	CodeType
}

EquipmentElementType1Type was auto-generated. Do not change.

type EquipmentElementTypeType

type EquipmentElementTypeType struct {
	EquipmentElementType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

EquipmentElementTypeType was auto-generated. Do not change.

type EquipmentIDType

type EquipmentIDType struct {
	IdentifierType
}

EquipmentIDType was auto-generated. Do not change.

type EquipmentInformationType

type EquipmentInformationType struct {
	ID                                   IdentifierType                             `json:",omitempty" xml:",omitempty"`
	Description                          []DescriptionType                          `json:",omitempty" xml:",omitempty"`
	Location                             LocationType                               `json:",omitempty" xml:",omitempty"`
	HierarchyScope                       HierarchyScopeType                         `json:",omitempty" xml:",omitempty"`
	PublishedDate                        PublishedDateType                          `json:",omitempty" xml:",omitempty"`
	Equipment                            []EquipmentType                            `json:",omitempty" xml:",omitempty"`
	EquipmentClass                       []EquipmentClassType                       `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpecification []EquipmentCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

EquipmentInformationType was auto-generated. Do not change.

type EquipmentProceduralElementClassIDType

type EquipmentProceduralElementClassIDType struct {
	IdentifierType
}

EquipmentProceduralElementClassIDType was auto-generated. Do not change.

type EquipmentProceduralElementClassType

type EquipmentProceduralElementClassType struct {
	ID                             IDType                             `json:",omitempty" xml:",omitempty"`
	Description                    []DescriptionType                  `json:",omitempty" xml:",omitempty"`
	EquipmentProceduralElementType EquipmentProceduralElementTypeType `json:",omitempty" xml:",omitempty"`
	Parameter                      []BatchParameterType               `json:",omitempty" xml:",omitempty"`
}

EquipmentProceduralElementClassType was auto-generated. Do not change.

type EquipmentProceduralElementType

type EquipmentProceduralElementType struct {
	ID                              IDType                             `json:",omitempty" xml:",omitempty"`
	Description                     []DescriptionType                  `json:",omitempty" xml:",omitempty"`
	EquipmentProceduralElementType1 EquipmentProceduralElementTypeType `json:",omitempty" xml:",omitempty"`
	Items                           []interface{}                      `json:",omitempty" xml:",omitempty"`
}

EquipmentProceduralElementType was auto-generated. Do not change.

type EquipmentProceduralElementType1Type

type EquipmentProceduralElementType1Type struct {
	CodeType
}

EquipmentProceduralElementType1Type was auto-generated. Do not change.

type EquipmentProceduralElementTypeType

type EquipmentProceduralElementTypeType struct {
	EquipmentProceduralElementType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

EquipmentProceduralElementTypeType was auto-generated. Do not change.

type EquipmentPropertyType

type EquipmentPropertyType struct {
	ID                                     IdentifierType                               `json:",omitempty" xml:",omitempty"`
	Description                            []DescriptionType                            `json:",omitempty" xml:",omitempty"`
	Value                                  []ValueType                                  `json:",omitempty" xml:",omitempty"`
	EquipmentProperty                      []EquipmentPropertyType                      `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpecificationID []EquipmentCapabilityTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
	TestResult                             []TestResultType                             `json:",omitempty" xml:",omitempty"`
}

EquipmentPropertyType was auto-generated. Do not change.

type EquipmentRequirementPropertyType

type EquipmentRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

EquipmentRequirementPropertyType was auto-generated. Do not change.

type EquipmentRequirementType

type EquipmentRequirementType struct {
	EquipmentClassID                   []EquipmentClassIDType                 `json:",omitempty" xml:",omitempty"`
	EquipmentID                        []EquipmentIDType                      `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	EquipmentRequirementProperty       []EquipmentRequirementPropertyType     `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

EquipmentRequirementType was auto-generated. Do not change.

type EquipmentSegmentSpecificationPropertyType

type EquipmentSegmentSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

EquipmentSegmentSpecificationPropertyType was auto-generated. Do not change.

type EquipmentSegmentSpecificationType

type EquipmentSegmentSpecificationType struct {
	EquipmentClassID                      EquipmentClassIDType                        `json:",omitempty" xml:",omitempty"`
	EquipmentID                           EquipmentIDType                             `json:",omitempty" xml:",omitempty"`
	Description                           []DescriptionType                           `json:",omitempty" xml:",omitempty"`
	EquipmentUse                          CodeType                                    `json:",omitempty" xml:",omitempty"`
	Quantity                              []QuantityValueType                         `json:",omitempty" xml:",omitempty"`
	EquipmentSegmentSpecificationProperty []EquipmentSegmentSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

EquipmentSegmentSpecificationType was auto-generated. Do not change.

type EquipmentSpecificationPropertyType

type EquipmentSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

EquipmentSpecificationPropertyType was auto-generated. Do not change.

type EquipmentSpecificationType

type EquipmentSpecificationType struct {
	EquipmentClassID               EquipmentClassIDType                 `json:",omitempty" xml:",omitempty"`
	EquipmentID                    EquipmentIDType                      `json:",omitempty" xml:",omitempty"`
	Description                    []DescriptionType                    `json:",omitempty" xml:",omitempty"`
	Quantity                       []QuantityValueType                  `json:",omitempty" xml:",omitempty"`
	EquipmentSpecificationProperty []EquipmentSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

EquipmentSpecificationType was auto-generated. Do not change.

type EquipmentType

type EquipmentType struct {
	ID                                     IdentifierType                               `json:",omitempty" xml:",omitempty"`
	Description                            []DescriptionType                            `json:",omitempty" xml:",omitempty"`
	Location                               LocationType                                 `json:",omitempty" xml:",omitempty"`
	HierarchyScope                         HierarchyScopeType                           `json:",omitempty" xml:",omitempty"`
	EquipmentLevel                         HierarchyScopeType                           `json:",omitempty" xml:",omitempty"`
	EquipmentAssetMapping                  []EquipmentAssetMappingType                  `json:",omitempty" xml:",omitempty"`
	EquipmentProperty                      []EquipmentPropertyType                      `json:",omitempty" xml:",omitempty"`
	Equipment                              []EquipmentType                              `json:",omitempty" xml:",omitempty"`
	EquipmentClassID                       []EquipmentClassIDType                       `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpecificationID []EquipmentCapabilityTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

EquipmentType was auto-generated. Do not change.

type EquipmentUseType

type EquipmentUseType struct {
	CodeType
}

EquipmentUseType was auto-generated. Do not change.

type EvaluationOrderType

type EvaluationOrderType struct {
	NumericType
}

EvaluationOrderType was auto-generated. Do not change.

type EventSubType1Type

type EventSubType1Type struct {
	CodeType
}

EventSubType1Type was auto-generated. Do not change.

type EventSubTypeType

type EventSubTypeType struct {
	EventSubType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

EventSubTypeType was auto-generated. Do not change.

type EventType1Type

type EventType1Type struct {
	CodeType
}

EventType1Type was auto-generated. Do not change.

type EventTypeType

type EventTypeType struct {
	EventType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

EventTypeType was auto-generated. Do not change.

type ExpirationDateType

type ExpirationDateType struct {
	DateTimeType
}

ExpirationDateType was auto-generated. Do not change.

type ExpirationTimeType

type ExpirationTimeType struct {
	DateTimeType
}

ExpirationTimeType was auto-generated. Do not change.

type ExternalIDType

type ExternalIDType struct {
	IdentifierType
}

ExternalIDType was auto-generated. Do not change.

type FinalApprovalDateType

type FinalApprovalDateType struct {
	DateTimeType
}

FinalApprovalDateType was auto-generated. Do not change.

type FormulaType

type FormulaType struct {
	Parameter []BatchParameterType `json:",omitempty" xml:",omitempty"`
}

FormulaType was auto-generated. Do not change.

type FromEquipmentIDType

type FromEquipmentIDType struct {
	IdentifierType
}

FromEquipmentIDType was auto-generated. Do not change.

type FromIDType

type FromIDType struct {
	FromIDValue string       `json:",omitempty" xml:",omitempty"`
	FromType    FromTypeType `json:",omitempty" xml:",omitempty"`
	IDScope     IDScopeType  `json:",omitempty" xml:",omitempty"`
}

FromIDType was auto-generated. Do not change.

type FromType1Type

type FromType1Type struct {
	CodeType
}

FromType1Type was auto-generated. Do not change.

type FromTypeType

type FromTypeType struct {
	FromType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

FromTypeType was auto-generated. Do not change.

type GROtherInformationType

type GROtherInformationType struct {
	OtherInfoID IdentifierType    `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
	OtherValue  []ValueType       `json:",omitempty" xml:",omitempty"`
}

GROtherInformationType was auto-generated. Do not change.

type GRecipeFormulaType

type GRecipeFormulaType struct {
	Description             []DescriptionType             `json:",omitempty" xml:",omitempty"`
	ProcessInputs           GRecipeMaterialsType          `json:",omitempty" xml:",omitempty"`
	ProcessOutputs          GRecipeMaterialsType          `json:",omitempty" xml:",omitempty"`
	ProcessIntermediates    GRecipeMaterialsType          `json:",omitempty" xml:",omitempty"`
	ProcessElementParameter []ProcessElementParameterType `json:",omitempty" xml:",omitempty"`
}

GRecipeFormulaType was auto-generated. Do not change.

type GRecipeHeaderType

type GRecipeHeaderType struct {
	Description    []DescriptionType  `json:",omitempty" xml:",omitempty"`
	DerivedFromID  IdentifierType     `json:",omitempty" xml:",omitempty"`
	ProductID      []IdentifierType   `json:",omitempty" xml:",omitempty"`
	Description1   []DescriptionType  `json:",omitempty" xml:",omitempty"`
	ProductName    []NameType         `json:",omitempty" xml:",omitempty"`
	BatchSize      []ValueType        `json:",omitempty" xml:",omitempty"`
	EffectiveDate  DateTimeType       `json:",omitempty" xml:",omitempty"`
	ExpirationDate DateTimeType       `json:",omitempty" xml:",omitempty"`
	HeaderProperty HeaderPropertyType `json:",omitempty" xml:",omitempty"`
}

GRecipeHeaderType was auto-generated. Do not change.

type GRecipeInformationType

type GRecipeInformationType struct {
	ID             IdentifierType     `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType  `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType `json:",omitempty" xml:",omitempty"`
	PublishedDate  PublishedDateType  `json:",omitempty" xml:",omitempty"`
	Recipe         []GRecipeType      `json:",omitempty" xml:",omitempty"`
}

GRecipeInformationType was auto-generated. Do not change.

type GRecipeMaterialType

type GRecipeMaterialType struct {
	ID          IdentifierType    `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
	MaterialID  IdentifierType    `json:",omitempty" xml:",omitempty"`
	Order       NumericType       `json:",omitempty" xml:",omitempty"`
	Amount      QuantityValueType `json:",omitempty" xml:",omitempty"`
}

GRecipeMaterialType was auto-generated. Do not change.

type GRecipeMaterialsType

type GRecipeMaterialsType struct {
	ID            IdentifierType        `json:",omitempty" xml:",omitempty"`
	Description   []DescriptionType     `json:",omitempty" xml:",omitempty"`
	MaterialsType MaterialsTypeType     `json:",omitempty" xml:",omitempty"`
	Material      []GRecipeMaterialType `json:",omitempty" xml:",omitempty"`
}

GRecipeMaterialsType was auto-generated. Do not change.

type GRecipeType

type GRecipeType struct {
	ID                 IdentifierType           `json:",omitempty" xml:",omitempty"`
	Description        []DescriptionType        `json:",omitempty" xml:",omitempty"`
	GRecipeType1       GRecipeTypeType          `json:",omitempty" xml:",omitempty"`
	LifeCycleState     LifeCycleStateType       `json:",omitempty" xml:",omitempty"`
	Header             GRecipeHeaderType        `json:",omitempty" xml:",omitempty"`
	Formula            GRecipeFormulaType       `json:",omitempty" xml:",omitempty"`
	ProcessProcedure   ProcessElementType       `json:",omitempty" xml:",omitempty"`
	ResourceConstraint []ResourceConstraintType `json:",omitempty" xml:",omitempty"`
	OtherInformation   []GROtherInformationType `json:",omitempty" xml:",omitempty"`
}

GRecipeType was auto-generated. Do not change.

type GRecipeType1Type

type GRecipeType1Type struct {
	CodeType
}

GRecipeType1Type was auto-generated. Do not change.

type GRecipeTypeType

type GRecipeTypeType struct {
	GRecipeType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

GRecipeTypeType was auto-generated. Do not change.

type GetBatchProductionRecordType

type GetBatchProductionRecordType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        GetBatchProductionRecordTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetBatchProductionRecordType was auto-generated. Do not change.

type GetBatchProductionRecordTypeDataArea

type GetBatchProductionRecordTypeDataArea struct {
	Get                   []string                    `json:",omitempty" xml:",omitempty"`
	BatchProductionRecord []BatchProductionRecordType `json:",omitempty" xml:",omitempty"`
}

GetBatchProductionRecordTypeDataArea was auto-generated. Do not change.

type GetEquipmentCapabilityTestSpecType

type GetEquipmentCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                   `json:",omitempty" xml:",omitempty"`
	DataArea        GetEquipmentCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetEquipmentCapabilityTestSpecType was auto-generated. Do not change.

type GetEquipmentCapabilityTestSpecTypeDataArea

type GetEquipmentCapabilityTestSpecTypeDataArea struct {
	Get                         []string                                   `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpec []EquipmentCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

GetEquipmentCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type GetEquipmentClassType

type GetEquipmentClassType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        GetEquipmentClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetEquipmentClassType was auto-generated. Do not change.

type GetEquipmentClassTypeDataArea

type GetEquipmentClassTypeDataArea struct {
	Get            []string             `json:",omitempty" xml:",omitempty"`
	EquipmentClass []EquipmentClassType `json:",omitempty" xml:",omitempty"`
}

GetEquipmentClassTypeDataArea was auto-generated. Do not change.

type GetEquipmentInformationType

type GetEquipmentInformationType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        GetEquipmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetEquipmentInformationType was auto-generated. Do not change.

type GetEquipmentInformationTypeDataArea

type GetEquipmentInformationTypeDataArea struct {
	Get                  []string                   `json:",omitempty" xml:",omitempty"`
	EquipmentInformation []EquipmentInformationType `json:",omitempty" xml:",omitempty"`
}

GetEquipmentInformationTypeDataArea was auto-generated. Do not change.

type GetEquipmentType

type GetEquipmentType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        GetEquipmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetEquipmentType was auto-generated. Do not change.

type GetEquipmentTypeDataArea

type GetEquipmentTypeDataArea struct {
	Get       []string        `json:",omitempty" xml:",omitempty"`
	Equipment []EquipmentType `json:",omitempty" xml:",omitempty"`
}

GetEquipmentTypeDataArea was auto-generated. Do not change.

type GetGRecipeInformationType

type GetGRecipeInformationType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        GetGRecipeInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetGRecipeInformationType was auto-generated. Do not change.

type GetGRecipeInformationTypeDataArea

type GetGRecipeInformationTypeDataArea struct {
	Get                []string                 `json:",omitempty" xml:",omitempty"`
	GRecipeInformation []GRecipeInformationType `json:",omitempty" xml:",omitempty"`
}

GetGRecipeInformationTypeDataArea was auto-generated. Do not change.

type GetJobListType

type GetJobListType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        GetJobListTypeDataArea   `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetJobListType was auto-generated. Do not change.

type GetJobListTypeDataArea

type GetJobListTypeDataArea struct {
	Get     []string      `json:",omitempty" xml:",omitempty"`
	JobList []JobListType `json:",omitempty" xml:",omitempty"`
}

GetJobListTypeDataArea was auto-generated. Do not change.

type GetJobResponseType

type GetJobResponseType struct {
	ApplicationArea TransApplicationAreaType   `json:",omitempty" xml:",omitempty"`
	DataArea        GetJobResponseTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetJobResponseType was auto-generated. Do not change.

type GetJobResponseTypeDataArea

type GetJobResponseTypeDataArea struct {
	Get         []string          `json:",omitempty" xml:",omitempty"`
	JobResponse []JobResponseType `json:",omitempty" xml:",omitempty"`
}

GetJobResponseTypeDataArea was auto-generated. Do not change.

type GetMaterialClassType

type GetMaterialClassType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        GetMaterialClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetMaterialClassType was auto-generated. Do not change.

type GetMaterialClassTypeDataArea

type GetMaterialClassTypeDataArea struct {
	Get           []string            `json:",omitempty" xml:",omitempty"`
	MaterialClass []MaterialClassType `json:",omitempty" xml:",omitempty"`
}

GetMaterialClassTypeDataArea was auto-generated. Do not change.

type GetMaterialDefinitionType

type GetMaterialDefinitionType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        GetMaterialDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetMaterialDefinitionType was auto-generated. Do not change.

type GetMaterialDefinitionTypeDataArea

type GetMaterialDefinitionTypeDataArea struct {
	Get                []string                 `json:",omitempty" xml:",omitempty"`
	MaterialDefinition []MaterialDefinitionType `json:",omitempty" xml:",omitempty"`
}

GetMaterialDefinitionTypeDataArea was auto-generated. Do not change.

type GetMaterialInformationType

type GetMaterialInformationType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        GetMaterialInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetMaterialInformationType was auto-generated. Do not change.

type GetMaterialInformationTypeDataArea

type GetMaterialInformationTypeDataArea struct {
	Get                 []string                  `json:",omitempty" xml:",omitempty"`
	MaterialInformation []MaterialInformationType `json:",omitempty" xml:",omitempty"`
}

GetMaterialInformationTypeDataArea was auto-generated. Do not change.

type GetMaterialLotType

type GetMaterialLotType struct {
	ApplicationArea TransApplicationAreaType   `json:",omitempty" xml:",omitempty"`
	DataArea        GetMaterialLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetMaterialLotType was auto-generated. Do not change.

type GetMaterialLotTypeDataArea

type GetMaterialLotTypeDataArea struct {
	Get         []string          `json:",omitempty" xml:",omitempty"`
	MaterialLot []MaterialLotType `json:",omitempty" xml:",omitempty"`
}

GetMaterialLotTypeDataArea was auto-generated. Do not change.

type GetMaterialSubLotType

type GetMaterialSubLotType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        GetMaterialSubLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetMaterialSubLotType was auto-generated. Do not change.

type GetMaterialSubLotTypeDataArea

type GetMaterialSubLotTypeDataArea struct {
	Get            []string             `json:",omitempty" xml:",omitempty"`
	MaterialSubLot []MaterialSubLotType `json:",omitempty" xml:",omitempty"`
}

GetMaterialSubLotTypeDataArea was auto-generated. Do not change.

type GetMaterialTestSpecType

type GetMaterialTestSpecType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        GetMaterialTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetMaterialTestSpecType was auto-generated. Do not change.

type GetMaterialTestSpecTypeDataArea

type GetMaterialTestSpecTypeDataArea struct {
	Get              []string                        `json:",omitempty" xml:",omitempty"`
	MaterialTestSpec []MaterialTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

GetMaterialTestSpecTypeDataArea was auto-generated. Do not change.

type GetOperationsCapabilityInformationType

type GetOperationsCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                       `json:",omitempty" xml:",omitempty"`
	DataArea        GetOperationsCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetOperationsCapabilityInformationType was auto-generated. Do not change.

type GetOperationsCapabilityInformationTypeDataArea

type GetOperationsCapabilityInformationTypeDataArea struct {
	Get                             []string                              `json:",omitempty" xml:",omitempty"`
	OperationsCapabilityInformation []OperationsCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

GetOperationsCapabilityInformationTypeDataArea was auto-generated. Do not change.

type GetOperationsCapabilityType

type GetOperationsCapabilityType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        GetOperationsCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetOperationsCapabilityType was auto-generated. Do not change.

type GetOperationsCapabilityTypeDataArea

type GetOperationsCapabilityTypeDataArea struct {
	Get                  []string                   `json:",omitempty" xml:",omitempty"`
	OperationsCapability []OperationsCapabilityType `json:",omitempty" xml:",omitempty"`
}

GetOperationsCapabilityTypeDataArea was auto-generated. Do not change.

type GetOperationsDefinitionInformationType

type GetOperationsDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                       `json:",omitempty" xml:",omitempty"`
	DataArea        GetOperationsDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetOperationsDefinitionInformationType was auto-generated. Do not change.

type GetOperationsDefinitionInformationTypeDataArea

type GetOperationsDefinitionInformationTypeDataArea struct {
	Get                             []string                              `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionInformation []OperationsDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

GetOperationsDefinitionInformationTypeDataArea was auto-generated. Do not change.

type GetOperationsDefinitionType

type GetOperationsDefinitionType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        GetOperationsDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetOperationsDefinitionType was auto-generated. Do not change.

type GetOperationsDefinitionTypeDataArea

type GetOperationsDefinitionTypeDataArea struct {
	Get                  []string                   `json:",omitempty" xml:",omitempty"`
	OperationsDefinition []OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

GetOperationsDefinitionTypeDataArea was auto-generated. Do not change.

type GetOperationsPerformanceType

type GetOperationsPerformanceType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        GetOperationsPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetOperationsPerformanceType was auto-generated. Do not change.

type GetOperationsPerformanceTypeDataArea

type GetOperationsPerformanceTypeDataArea struct {
	Get                   []string                    `json:",omitempty" xml:",omitempty"`
	OperationsPerformance []OperationsPerformanceType `json:",omitempty" xml:",omitempty"`
}

GetOperationsPerformanceTypeDataArea was auto-generated. Do not change.

type GetOperationsScheduleType

type GetOperationsScheduleType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        GetOperationsScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetOperationsScheduleType was auto-generated. Do not change.

type GetOperationsScheduleTypeDataArea

type GetOperationsScheduleTypeDataArea struct {
	Get                []string                 `json:",omitempty" xml:",omitempty"`
	OperationsSchedule []OperationsScheduleType `json:",omitempty" xml:",omitempty"`
}

GetOperationsScheduleTypeDataArea was auto-generated. Do not change.

type GetPersonType

type GetPersonType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        GetPersonTypeDataArea    `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetPersonType was auto-generated. Do not change.

type GetPersonTypeDataArea

type GetPersonTypeDataArea struct {
	Get    []string     `json:",omitempty" xml:",omitempty"`
	Person []PersonType `json:",omitempty" xml:",omitempty"`
}

GetPersonTypeDataArea was auto-generated. Do not change.

type GetPersonnelClassType

type GetPersonnelClassType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        GetPersonnelClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetPersonnelClassType was auto-generated. Do not change.

type GetPersonnelClassTypeDataArea

type GetPersonnelClassTypeDataArea struct {
	Get            []string             `json:",omitempty" xml:",omitempty"`
	PersonnelClass []PersonnelClassType `json:",omitempty" xml:",omitempty"`
}

GetPersonnelClassTypeDataArea was auto-generated. Do not change.

type GetPersonnelInformationType

type GetPersonnelInformationType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        GetPersonnelInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetPersonnelInformationType was auto-generated. Do not change.

type GetPersonnelInformationTypeDataArea

type GetPersonnelInformationTypeDataArea struct {
	Get                  []string                   `json:",omitempty" xml:",omitempty"`
	PersonnelInformation []PersonnelInformationType `json:",omitempty" xml:",omitempty"`
}

GetPersonnelInformationTypeDataArea was auto-generated. Do not change.

type GetPhysicalAssetCapabilityTestSpecType

type GetPhysicalAssetCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                       `json:",omitempty" xml:",omitempty"`
	DataArea        GetPhysicalAssetCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetPhysicalAssetCapabilityTestSpecType was auto-generated. Do not change.

type GetPhysicalAssetCapabilityTestSpecTypeDataArea

type GetPhysicalAssetCapabilityTestSpecTypeDataArea struct {
	Get                             []string                                       `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpec []PhysicalAssetCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

GetPhysicalAssetCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type GetPhysicalAssetClassType

type GetPhysicalAssetClassType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        GetPhysicalAssetClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetPhysicalAssetClassType was auto-generated. Do not change.

type GetPhysicalAssetClassTypeDataArea

type GetPhysicalAssetClassTypeDataArea struct {
	Get                []string                 `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClass []PhysicalAssetClassType `json:",omitempty" xml:",omitempty"`
}

GetPhysicalAssetClassTypeDataArea was auto-generated. Do not change.

type GetPhysicalAssetInformationType

type GetPhysicalAssetInformationType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        GetPhysicalAssetInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetPhysicalAssetInformationType was auto-generated. Do not change.

type GetPhysicalAssetInformationTypeDataArea

type GetPhysicalAssetInformationTypeDataArea struct {
	Get                      []string                       `json:",omitempty" xml:",omitempty"`
	PhysicalAssetInformation []PhysicalAssetInformationType `json:",omitempty" xml:",omitempty"`
}

GetPhysicalAssetInformationTypeDataArea was auto-generated. Do not change.

type GetPhysicalAssetType

type GetPhysicalAssetType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        GetPhysicalAssetTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetPhysicalAssetType was auto-generated. Do not change.

type GetPhysicalAssetTypeDataArea

type GetPhysicalAssetTypeDataArea struct {
	Get           []string            `json:",omitempty" xml:",omitempty"`
	PhysicalAsset []PhysicalAssetType `json:",omitempty" xml:",omitempty"`
}

GetPhysicalAssetTypeDataArea was auto-generated. Do not change.

type GetProcessElementLibraryType

type GetProcessElementLibraryType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        GetProcessElementLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetProcessElementLibraryType was auto-generated. Do not change.

type GetProcessElementLibraryTypeDataArea

type GetProcessElementLibraryTypeDataArea struct {
	Get                   []string                    `json:",omitempty" xml:",omitempty"`
	ProcessElementLibrary []ProcessElementLibraryType `json:",omitempty" xml:",omitempty"`
}

GetProcessElementLibraryTypeDataArea was auto-generated. Do not change.

type GetProcessSegmentInformationType

type GetProcessSegmentInformationType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        GetProcessSegmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetProcessSegmentInformationType was auto-generated. Do not change.

type GetProcessSegmentInformationTypeDataArea

type GetProcessSegmentInformationTypeDataArea struct {
	Get                       []string                        `json:",omitempty" xml:",omitempty"`
	ProcessSegmentInformation []ProcessSegmentInformationType `json:",omitempty" xml:",omitempty"`
}

GetProcessSegmentInformationTypeDataArea was auto-generated. Do not change.

type GetProcessSegmentType

type GetProcessSegmentType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        GetProcessSegmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetProcessSegmentType was auto-generated. Do not change.

type GetProcessSegmentTypeDataArea

type GetProcessSegmentTypeDataArea struct {
	Get            []string             `json:",omitempty" xml:",omitempty"`
	ProcessSegment []ProcessSegmentType `json:",omitempty" xml:",omitempty"`
}

GetProcessSegmentTypeDataArea was auto-generated. Do not change.

type GetProductDefinitionType

type GetProductDefinitionType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        GetProductDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetProductDefinitionType was auto-generated. Do not change.

type GetProductDefinitionTypeDataArea

type GetProductDefinitionTypeDataArea struct {
	Get               []string                `json:",omitempty" xml:",omitempty"`
	ProductDefinition []ProductDefinitionType `json:",omitempty" xml:",omitempty"`
}

GetProductDefinitionTypeDataArea was auto-generated. Do not change.

type GetProductInformationType

type GetProductInformationType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        GetProductInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetProductInformationType was auto-generated. Do not change.

type GetProductInformationTypeDataArea

type GetProductInformationTypeDataArea struct {
	Get                []string                 `json:",omitempty" xml:",omitempty"`
	ProductInformation []ProductInformationType `json:",omitempty" xml:",omitempty"`
}

GetProductInformationTypeDataArea was auto-generated. Do not change.

type GetProductionCapabilityType

type GetProductionCapabilityType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        GetProductionCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetProductionCapabilityType was auto-generated. Do not change.

type GetProductionCapabilityTypeDataArea

type GetProductionCapabilityTypeDataArea struct {
	Get                  []string                   `json:",omitempty" xml:",omitempty"`
	ProductionCapability []ProductionCapabilityType `json:",omitempty" xml:",omitempty"`
}

GetProductionCapabilityTypeDataArea was auto-generated. Do not change.

type GetProductionPerformanceType

type GetProductionPerformanceType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        GetProductionPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetProductionPerformanceType was auto-generated. Do not change.

type GetProductionPerformanceTypeDataArea

type GetProductionPerformanceTypeDataArea struct {
	Get                   []string                    `json:",omitempty" xml:",omitempty"`
	ProductionPerformance []ProductionPerformanceType `json:",omitempty" xml:",omitempty"`
}

GetProductionPerformanceTypeDataArea was auto-generated. Do not change.

type GetProductionScheduleType

type GetProductionScheduleType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        GetProductionScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetProductionScheduleType was auto-generated. Do not change.

type GetProductionScheduleTypeDataArea

type GetProductionScheduleTypeDataArea struct {
	Get                []string                 `json:",omitempty" xml:",omitempty"`
	ProductionSchedule []ProductionScheduleType `json:",omitempty" xml:",omitempty"`
}

GetProductionScheduleTypeDataArea was auto-generated. Do not change.

type GetQualificationTestSpecificationType

type GetQualificationTestSpecificationType struct {
	ApplicationArea TransApplicationAreaType                      `json:",omitempty" xml:",omitempty"`
	DataArea        GetQualificationTestSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetQualificationTestSpecificationType was auto-generated. Do not change.

type GetQualificationTestSpecificationTypeDataArea

type GetQualificationTestSpecificationTypeDataArea struct {
	Get                            []string                             `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecification []QualificationTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

GetQualificationTestSpecificationTypeDataArea was auto-generated. Do not change.

type GetResourceConstraintLibraryType

type GetResourceConstraintLibraryType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        GetResourceConstraintLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetResourceConstraintLibraryType was auto-generated. Do not change.

type GetResourceConstraintLibraryTypeDataArea

type GetResourceConstraintLibraryTypeDataArea struct {
	Get                       []string                        `json:",omitempty" xml:",omitempty"`
	ResourceConstraintLibrary []ResourceConstraintLibraryType `json:",omitempty" xml:",omitempty"`
}

GetResourceConstraintLibraryTypeDataArea was auto-generated. Do not change.

type GetResourceNetworkConnectionInformationType

type GetResourceNetworkConnectionInformationType struct {
	ApplicationArea TransApplicationAreaType                            `json:",omitempty" xml:",omitempty"`
	DataArea        GetResourceNetworkConnectionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetResourceNetworkConnectionInformationType was auto-generated. Do not change.

type GetResourceNetworkConnectionInformationTypeDataArea

type GetResourceNetworkConnectionInformationTypeDataArea struct {
	Get                                  []string                                   `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionInformation []ResourceNetworkConnectionInformationType `json:",omitempty" xml:",omitempty"`
}

GetResourceNetworkConnectionInformationTypeDataArea was auto-generated. Do not change.

type GetResourceRelationshipNetworkType

type GetResourceRelationshipNetworkType struct {
	ApplicationArea TransApplicationAreaType                   `json:",omitempty" xml:",omitempty"`
	DataArea        GetResourceRelationshipNetworkTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetResourceRelationshipNetworkType was auto-generated. Do not change.

type GetResourceRelationshipNetworkTypeDataArea

type GetResourceRelationshipNetworkTypeDataArea struct {
	Get                         []string                          `json:",omitempty" xml:",omitempty"`
	ResourceRelationshipNetwork []ResourceRelationshipNetworkType `json:",omitempty" xml:",omitempty"`
}

GetResourceRelationshipNetworkTypeDataArea was auto-generated. Do not change.

type GetTransactionProfileType

type GetTransactionProfileType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        GetTransactionProfileTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetTransactionProfileType was auto-generated. Do not change.

type GetTransactionProfileTypeDataArea

type GetTransactionProfileTypeDataArea struct {
	Get                []string                 `json:",omitempty" xml:",omitempty"`
	TransactionProfile []TransactionProfileType `json:",omitempty" xml:",omitempty"`
}

GetTransactionProfileTypeDataArea was auto-generated. Do not change.

type GetWorkAlertDefinitionType

type GetWorkAlertDefinitionType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkAlertDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkAlertDefinitionType was auto-generated. Do not change.

type GetWorkAlertDefinitionTypeDataArea

type GetWorkAlertDefinitionTypeDataArea struct {
	Get                 []string                  `json:",omitempty" xml:",omitempty"`
	WorkAlertDefinition []WorkAlertDefinitionType `json:",omitempty" xml:",omitempty"`
}

GetWorkAlertDefinitionTypeDataArea was auto-generated. Do not change.

type GetWorkAlertInformationType

type GetWorkAlertInformationType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkAlertInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkAlertInformationType was auto-generated. Do not change.

type GetWorkAlertInformationTypeDataArea

type GetWorkAlertInformationTypeDataArea struct {
	Get                  []string                   `json:",omitempty" xml:",omitempty"`
	WorkAlertInformation []WorkAlertInformationType `json:",omitempty" xml:",omitempty"`
}

GetWorkAlertInformationTypeDataArea was auto-generated. Do not change.

type GetWorkAlertType

type GetWorkAlertType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkAlertTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkAlertType was auto-generated. Do not change.

type GetWorkAlertTypeDataArea

type GetWorkAlertTypeDataArea struct {
	Get       []string        `json:",omitempty" xml:",omitempty"`
	WorkAlert []WorkAlertType `json:",omitempty" xml:",omitempty"`
}

GetWorkAlertTypeDataArea was auto-generated. Do not change.

type GetWorkCapabilityInformationType

type GetWorkCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkCapabilityInformationType was auto-generated. Do not change.

type GetWorkCapabilityInformationTypeDataArea

type GetWorkCapabilityInformationTypeDataArea struct {
	Get                       []string                        `json:",omitempty" xml:",omitempty"`
	WorkCapabilityInformation []WorkCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

GetWorkCapabilityInformationTypeDataArea was auto-generated. Do not change.

type GetWorkCapabilityType

type GetWorkCapabilityType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkCapabilityType was auto-generated. Do not change.

type GetWorkCapabilityTypeDataArea

type GetWorkCapabilityTypeDataArea struct {
	Get            []string             `json:",omitempty" xml:",omitempty"`
	WorkCapability []WorkCapabilityType `json:",omitempty" xml:",omitempty"`
}

GetWorkCapabilityTypeDataArea was auto-generated. Do not change.

type GetWorkDefinitionInformationType

type GetWorkDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkDefinitionInformationType was auto-generated. Do not change.

type GetWorkDefinitionInformationTypeDataArea

type GetWorkDefinitionInformationTypeDataArea struct {
	Get                       []string                        `json:",omitempty" xml:",omitempty"`
	WorkDefinitionInformation []WorkDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

GetWorkDefinitionInformationTypeDataArea was auto-generated. Do not change.

type GetWorkDirectiveType

type GetWorkDirectiveType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkDirectiveTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkDirectiveType was auto-generated. Do not change.

type GetWorkDirectiveTypeDataArea

type GetWorkDirectiveTypeDataArea struct {
	Get           []string            `json:",omitempty" xml:",omitempty"`
	WorkDirective []WorkDirectiveType `json:",omitempty" xml:",omitempty"`
}

GetWorkDirectiveTypeDataArea was auto-generated. Do not change.

type GetWorkMasterType

type GetWorkMasterType struct {
	ApplicationArea TransApplicationAreaType  `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkMasterTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkMasterType was auto-generated. Do not change.

type GetWorkMasterTypeDataArea

type GetWorkMasterTypeDataArea struct {
	Get        []string         `json:",omitempty" xml:",omitempty"`
	WorkMaster []WorkMasterType `json:",omitempty" xml:",omitempty"`
}

GetWorkMasterTypeDataArea was auto-generated. Do not change.

type GetWorkPerformanceType

type GetWorkPerformanceType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkPerformanceType was auto-generated. Do not change.

type GetWorkPerformanceTypeDataArea

type GetWorkPerformanceTypeDataArea struct {
	Get             []string              `json:",omitempty" xml:",omitempty"`
	WorkPerformance []WorkPerformanceType `json:",omitempty" xml:",omitempty"`
}

GetWorkPerformanceTypeDataArea was auto-generated. Do not change.

type GetWorkScheduleType

type GetWorkScheduleType struct {
	ApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkScheduleType was auto-generated. Do not change.

type GetWorkScheduleTypeDataArea

type GetWorkScheduleTypeDataArea struct {
	Get          []string           `json:",omitempty" xml:",omitempty"`
	WorkSchedule []WorkScheduleType `json:",omitempty" xml:",omitempty"`
}

GetWorkScheduleTypeDataArea was auto-generated. Do not change.

type GetWorkflowSpecificationInformationType

type GetWorkflowSpecificationInformationType struct {
	ApplicationArea TransApplicationAreaType                        `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkflowSpecificationInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkflowSpecificationInformationType was auto-generated. Do not change.

type GetWorkflowSpecificationInformationTypeDataArea

type GetWorkflowSpecificationInformationTypeDataArea struct {
	Get                              []string                               `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationInformation []WorkflowSpecificationInformationType `json:",omitempty" xml:",omitempty"`
}

GetWorkflowSpecificationInformationTypeDataArea was auto-generated. Do not change.

type GetWorkflowSpecificationType

type GetWorkflowSpecificationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkflowSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkflowSpecificationType was auto-generated. Do not change.

type GetWorkflowSpecificationTypeDataArea

type GetWorkflowSpecificationTypeDataArea struct {
	Get                   []string                    `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification []WorkflowSpecificationType `json:",omitempty" xml:",omitempty"`
}

GetWorkflowSpecificationTypeDataArea was auto-generated. Do not change.

type GetWorkflowSpecificationTypeType

type GetWorkflowSpecificationTypeType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        GetWorkflowSpecificationTypeTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

GetWorkflowSpecificationTypeType was auto-generated. Do not change.

type GetWorkflowSpecificationTypeTypeDataArea

type GetWorkflowSpecificationTypeTypeDataArea struct {
	Get                       []string                        `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationType []WorkflowSpecificationTypeType `json:",omitempty" xml:",omitempty"`
}

GetWorkflowSpecificationTypeTypeDataArea was auto-generated. Do not change.

type HeaderPropertyType

type HeaderPropertyType struct {
	ID          IdentifierType    `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
	Value       []ValueType       `json:",omitempty" xml:",omitempty"`
}

HeaderPropertyType was auto-generated. Do not change.

type HeaderType

type HeaderType struct {
	ModificationLog       []ModificationLogType       `json:",omitempty" xml:",omitempty"`
	ApprovalHistory       []ApprovalHistoryType       `json:",omitempty" xml:",omitempty"`
	EffectiveDate         EffectiveDateType           `json:",omitempty" xml:",omitempty"`
	ExpirationDate        ExpirationDateType          `json:",omitempty" xml:",omitempty"`
	ProductID             ProductIDType               `json:",omitempty" xml:",omitempty"`
	ProductName           ProductNameType             `json:",omitempty" xml:",omitempty"`
	BatchSize             BatchSizeType               `json:",omitempty" xml:",omitempty"`
	ActualProductProduced []ActualProductProducedType `json:",omitempty" xml:",omitempty"`
	Status                BatchStatusType             `json:",omitempty" xml:",omitempty"`
}

HeaderType was auto-generated. Do not change.

type HierarchyScopeType

type HierarchyScopeType struct {
	EquipmentID           EquipmentIDType           `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel EquipmentElementLevelType `json:",omitempty" xml:",omitempty"`
	HierarchyScope        *HierarchyScopeType       `json:",omitempty" xml:",omitempty"`
}

HierarchyScopeType was auto-generated. Do not change.

type IDScope1Type

type IDScope1Type struct {
	CodeType
}

IDScope1Type was auto-generated. Do not change.

type IDScopeType

type IDScopeType struct {
	IDScope1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

IDScopeType was auto-generated. Do not change.

type IDType

type IDType struct {
	IdentifierType
}

IDType was auto-generated. Do not change.

type IdentifierType

type IdentifierType struct {
	SchemeID         string `json:",omitempty" xml:"schemeID,attr,omitempty"`
	SchemeName       string `json:",omitempty" xml:"schemeName,attr,omitempty"`
	SchemeAgencyID   string `json:",omitempty" xml:"schemeAgencyID,attr,omitempty"`
	SchemeAgencyName string `json:",omitempty" xml:"schemeAgencyName,attr,omitempty"`
	SchemeVersionID  string `json:",omitempty" xml:"schemeVersionID,attr,omitempty"`
	SchemeDataURI    string `json:",omitempty" xml:"schemeDataURI,attr,omitempty"`
	SchemeURI        string `json:",omitempty" xml:"schemeURI,attr,omitempty"`
	Value            string `json:",omitempty" xml:",chardata"`
}

IdentifierType was auto-generated. Do not change.

type IndividualApprovalType

type IndividualApprovalType struct {
	ApprovedBy   ApprovedByType    `json:",omitempty" xml:",omitempty"`
	ApprovalDate ApprovalDateType  `json:",omitempty" xml:",omitempty"`
	Description  []DescriptionType `json:",omitempty" xml:",omitempty"`
}

IndividualApprovalType was auto-generated. Do not change.

type JobListType

type JobListType struct {
	ID             IdentifierType     `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType  `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType `json:",omitempty" xml:",omitempty"`
	Workype        OperationsTypeType `json:",omitempty" xml:",omitempty"`
	StartTime      StartTimeType      `json:",omitempty" xml:",omitempty"`
	EndTime        EndTimeType        `json:",omitempty" xml:",omitempty"`
	JobOrder       []JobOrderType     `json:",omitempty" xml:",omitempty"`
}

JobListType was auto-generated. Do not change.

type JobOrderCommand1Type

type JobOrderCommand1Type struct {
	CodeType
}

JobOrderCommand1Type was auto-generated. Do not change.

type JobOrderCommandRuleType

type JobOrderCommandRuleType struct {
	TextType
}

JobOrderCommandRuleType was auto-generated. Do not change.

type JobOrderCommandType

type JobOrderCommandType struct {
	JobOrderCommand1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

JobOrderCommandType was auto-generated. Do not change.

type JobOrderDispatchStatusType

type JobOrderDispatchStatusType struct {
	CodeType
}

JobOrderDispatchStatusType was auto-generated. Do not change.

type JobOrderType

type JobOrderType struct {
	ID                       IdentifierType                   `json:",omitempty" xml:",omitempty"`
	Description              []DescriptionType                `json:",omitempty" xml:",omitempty"`
	HierarchyScope           HierarchyScopeType               `json:",omitempty" xml:",omitempty"`
	WorkType                 OperationsTypeType               `json:",omitempty" xml:",omitempty"`
	WorkMasterID             IdentifierType                   `json:",omitempty" xml:",omitempty"`
	WorkMasterVersion        VersionType                      `json:",omitempty" xml:",omitempty"`
	StartTime                StartTimeType                    `json:",omitempty" xml:",omitempty"`
	EndTime                  EndTimeType                      `json:",omitempty" xml:",omitempty"`
	Priority                 PriorityType                     `json:",omitempty" xml:",omitempty"`
	Command                  JobOrderCommandType              `json:",omitempty" xml:",omitempty"`
	CommandRule              JobOrderCommandRuleType          `json:",omitempty" xml:",omitempty"`
	DispatchStatus           JobOrderDispatchStatusType       `json:",omitempty" xml:",omitempty"`
	JobOrderParameter        []ParameterType                  `json:",omitempty" xml:",omitempty"`
	PersonnelRequirement     []OpPersonnelRequirementType     `json:",omitempty" xml:",omitempty"`
	EquipmentRequirement     []OpEquipmentRequirementType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetRequirement []OpPhysicalAssetRequirementType `json:",omitempty" xml:",omitempty"`
	MaterialRequirement      []OpMaterialRequirementType      `json:",omitempty" xml:",omitempty"`
}

JobOrderType was auto-generated. Do not change.

type JobResponseType

type JobResponseType struct {
	ID                   IdentifierType              `json:",omitempty" xml:",omitempty"`
	Description          []DescriptionType           `json:",omitempty" xml:",omitempty"`
	HierarchyScope       HierarchyScopeType          `json:",omitempty" xml:",omitempty"`
	WorkType             OperationsTypeType          `json:",omitempty" xml:",omitempty"`
	JobOrderID           IdentifierType              `json:",omitempty" xml:",omitempty"`
	WorkDirectiveID      IdentifierType              `json:",omitempty" xml:",omitempty"`
	WorkDirectiveVersion VersionType                 `json:",omitempty" xml:",omitempty"`
	StartTime            ActualStartTimeType         `json:",omitempty" xml:",omitempty"`
	EndTime              ActualEndTimeType           `json:",omitempty" xml:",omitempty"`
	JobState             ResponseStateType           `json:",omitempty" xml:",omitempty"`
	JobResponsetData     []OpSegmentDataType         `json:",omitempty" xml:",omitempty"`
	PersonnelActual      []OpPersonnelActualType     `json:",omitempty" xml:",omitempty"`
	EquipmentActual      []OpEquipmentActualType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetActual  []OpPhysicalAssetActualType `json:",omitempty" xml:",omitempty"`
	MaterialActual       []OpMaterialActualType      `json:",omitempty" xml:",omitempty"`
	JobResponse          []JobResponseType           `json:",omitempty" xml:",omitempty"`
}

JobResponseType was auto-generated. Do not change.

type LatestEndTimeType

type LatestEndTimeType struct {
	DateTimeType
}

LatestEndTimeType was auto-generated. Do not change.

type LifeCycleStateType

type LifeCycleStateType struct {
	LifeCycleStateType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

LifeCycleStateType was auto-generated. Do not change.

type LifeCycleStateType1Type

type LifeCycleStateType1Type struct {
	CodeType
}

LifeCycleStateType1Type was auto-generated. Do not change.

type LinkType

type LinkType struct {
	ID              IDType              `json:",omitempty" xml:",omitempty"`
	FromID          []FromIDType        `json:",omitempty" xml:",omitempty"`
	ToID            []ToIDType          `json:",omitempty" xml:",omitempty"`
	LinkType1       LinkTypeType        `json:",omitempty" xml:",omitempty"`
	Depiction       DepictionType       `json:",omitempty" xml:",omitempty"`
	EvaluationOrder EvaluationOrderType `json:",omitempty" xml:",omitempty"`
	Description     []DescriptionType   `json:",omitempty" xml:",omitempty"`
}

LinkType was auto-generated. Do not change.

type LinkType1Type

type LinkType1Type struct {
	CodeType
}

LinkType1Type was auto-generated. Do not change.

type LinkTypeType

type LinkTypeType struct {
	LinkType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

LinkTypeType was auto-generated. Do not change.

type ListHeaderType

type ListHeaderType struct {
	ID              IDType                `json:",omitempty" xml:",omitempty"`
	Version         VersionType           `json:",omitempty" xml:",omitempty"`
	Description     []DescriptionType     `json:",omitempty" xml:",omitempty"`
	Origin          OriginType            `json:",omitempty" xml:",omitempty"`
	CreateDate      CreateDateType        `json:",omitempty" xml:",omitempty"`
	ModificationLog []ModificationLogType `json:",omitempty" xml:",omitempty"`
}

ListHeaderType was auto-generated. Do not change.

type LocationType

type LocationType struct {
	EquipmentID           EquipmentIDType           `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel EquipmentElementLevelType `json:",omitempty" xml:",omitempty"`
	Location              *LocationType             `json:",omitempty" xml:",omitempty"`
}

LocationType was auto-generated. Do not change.

type LotIDType

type LotIDType struct {
	IdentifierType
}

LotIDType was auto-generated. Do not change.

type ManufacturingBillIDType

type ManufacturingBillIDType struct {
	IdentifierType
}

ManufacturingBillIDType was auto-generated. Do not change.

type ManufacturingBillType

type ManufacturingBillType struct {
	ID                        IdentifierType           `json:",omitempty" xml:",omitempty"`
	Description               DescriptionType          `json:",omitempty" xml:",omitempty"`
	MaterialClassID           MaterialClassIDType      `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID      MaterialDefinitionIDType `json:",omitempty" xml:",omitempty"`
	Quantity                  []QuantityValueType      `json:",omitempty" xml:",omitempty"`
	AssemblyManufacturingBill []ManufacturingBillType  `json:",omitempty" xml:",omitempty"`
	AssemblyType              AssemblyTypeType         `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship      AssemblyRelationshipType `json:",omitempty" xml:",omitempty"`
	BillOfMaterialID          BillOfMaterialIDType     `json:",omitempty" xml:",omitempty"`
}

ManufacturingBillType was auto-generated. Do not change.

type MasterRecipeRecordType

type MasterRecipeRecordType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	MasterRecipe      MasterRecipeType     `json:",omitempty" xml:",omitempty"`
}

MasterRecipeRecordType was auto-generated. Do not change.

type MasterRecipeType

type MasterRecipeType struct {
	ID                   IDType                          `json:",omitempty" xml:",omitempty"`
	Version              VersionType                     `json:",omitempty" xml:",omitempty"`
	VersionDate          VersionDateType                 `json:",omitempty" xml:",omitempty"`
	Description          []DescriptionType               `json:",omitempty" xml:",omitempty"`
	Header               HeaderType                      `json:",omitempty" xml:",omitempty"`
	EquipmentRequirement []BatchEquipmentRequirementType `json:",omitempty" xml:",omitempty"`
	Formula              FormulaType                     `json:",omitempty" xml:",omitempty"`
	ProcedureLogic       ProcedureLogicType              `json:",omitempty" xml:",omitempty"`
	RecipeElement        []RecipeElementType             `json:",omitempty" xml:",omitempty"`
	OtherInformation     []OtherInformationType          `json:",omitempty" xml:",omitempty"`
}

MasterRecipeType was auto-generated. Do not change.

type MaterialActualIDType

type MaterialActualIDType struct {
	IdentifierType
}

MaterialActualIDType was auto-generated. Do not change.

type MaterialActualPropertyType

type MaterialActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

MaterialActualPropertyType was auto-generated. Do not change.

type MaterialActualType

type MaterialActualType struct {
	MaterialClassID                    []MaterialClassIDType                  `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID               []MaterialDefinitionIDType             `json:",omitempty" xml:",omitempty"`
	MaterialLotID                      []MaterialLotIDType                    `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID                   []MaterialSubLotIDType                 `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	MaterialUse                        MaterialUseType                        `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	AssemblyActual                     []MaterialActualType                   `json:",omitempty" xml:",omitempty"`
	AssemblyType                       AssemblyTypeType                       `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship               AssemblyRelationshipType               `json:",omitempty" xml:",omitempty"`
	MaterialActualProperty             []MaterialActualPropertyType           `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

MaterialActualType was auto-generated. Do not change.

type MaterialCapabilityIDType

type MaterialCapabilityIDType struct {
	IdentifierType
}

MaterialCapabilityIDType was auto-generated. Do not change.

type MaterialCapabilityPropertyType

type MaterialCapabilityPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
	MaterialUse MaterialUseType     `json:",omitempty" xml:",omitempty"`
}

MaterialCapabilityPropertyType was auto-generated. Do not change.

type MaterialCapabilityType

type MaterialCapabilityType struct {
	MaterialClassID            MaterialClassIDType              `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID       MaterialDefinitionIDType         `json:",omitempty" xml:",omitempty"`
	MaterialLotID              MaterialLotIDType                `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID           MaterialSubLotIDType             `json:",omitempty" xml:",omitempty"`
	Description                []DescriptionType                `json:",omitempty" xml:",omitempty"`
	CapabilityType             CapabilityTypeType               `json:",omitempty" xml:",omitempty"`
	Reason                     ReasonType                       `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel      []EquipmentElementLevelType      `json:",omitempty" xml:",omitempty"`
	MaterialUse                MaterialUseType                  `json:",omitempty" xml:",omitempty"`
	StartTime                  StartTimeType                    `json:",omitempty" xml:",omitempty"`
	EndTime                    EndTimeType                      `json:",omitempty" xml:",omitempty"`
	Location                   LocationType                     `json:",omitempty" xml:",omitempty"`
	HierarchyScope             HierarchyScopeType               `json:",omitempty" xml:",omitempty"`
	Quantity                   []QuantityValueType              `json:",omitempty" xml:",omitempty"`
	AssemblyCapability         []MaterialCapabilityType         `json:",omitempty" xml:",omitempty"`
	AssemblyType               AssemblyTypeType                 `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship       AssemblyRelationshipType         `json:",omitempty" xml:",omitempty"`
	MaterialCapabilityProperty []MaterialCapabilityPropertyType `json:",omitempty" xml:",omitempty"`
}

MaterialCapabilityType was auto-generated. Do not change.

type MaterialClassIDType

type MaterialClassIDType struct {
	IdentifierType
}

MaterialClassIDType was auto-generated. Do not change.

type MaterialClassPropertyType

type MaterialClassPropertyType struct {
	ID                          IdentifierType                    `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                 `json:",omitempty" xml:",omitempty"`
	Value                       []ValueType                       `json:",omitempty" xml:",omitempty"`
	MaterialClassProperty       []MaterialClassPropertyType       `json:",omitempty" xml:",omitempty"`
	MaterialTestSpecificationID []MaterialTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

MaterialClassPropertyType was auto-generated. Do not change.

type MaterialClassType

type MaterialClassType struct {
	ID                          IdentifierType                    `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                 `json:",omitempty" xml:",omitempty"`
	Location                    LocationType                      `json:",omitempty" xml:",omitempty"`
	HierarchyScope              HierarchyScopeType                `json:",omitempty" xml:",omitempty"`
	MaterialClassProperty       []MaterialClassPropertyType       `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID        []MaterialDefinitionIDType        `json:",omitempty" xml:",omitempty"`
	MaterialTestSpecificationID []MaterialTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
	AssemblyClassID             []MaterialClassIDType             `json:",omitempty" xml:",omitempty"`
	AssemblyType                AssemblyTypeType                  `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship        AssemblyRelationshipType          `json:",omitempty" xml:",omitempty"`
}

MaterialClassType was auto-generated. Do not change.

type MaterialConsumedActualPropertyType

type MaterialConsumedActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

MaterialConsumedActualPropertyType was auto-generated. Do not change.

type MaterialConsumedActualType

type MaterialConsumedActualType struct {
	MaterialClassID                    []MaterialClassIDType                  `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID               []MaterialDefinitionIDType             `json:",omitempty" xml:",omitempty"`
	MaterialLotID                      []MaterialLotIDType                    `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID                   []MaterialSubLotIDType                 `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	MaterialConsumedActualProperty     []MaterialConsumedActualPropertyType   `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

MaterialConsumedActualType was auto-generated. Do not change.

type MaterialConsumedRequirementPropertyType

type MaterialConsumedRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

MaterialConsumedRequirementPropertyType was auto-generated. Do not change.

type MaterialConsumedRequirementType

type MaterialConsumedRequirementType struct {
	MaterialClassID                     []MaterialClassIDType                     `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID                []MaterialDefinitionIDType                `json:",omitempty" xml:",omitempty"`
	MaterialLotID                       []MaterialLotIDType                       `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID                    []MaterialSubLotIDType                    `json:",omitempty" xml:",omitempty"`
	Description                         []DescriptionType                         `json:",omitempty" xml:",omitempty"`
	Location                            LocationType                              `json:",omitempty" xml:",omitempty"`
	HierarchyScope                      HierarchyScopeType                        `json:",omitempty" xml:",omitempty"`
	Quantity                            []QuantityValueType                       `json:",omitempty" xml:",omitempty"`
	MaterialConsumedRequirementProperty []MaterialConsumedRequirementPropertyType `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse  RequiredByRequestedSegmentResponseType    `json:",omitempty" xml:",omitempty"`
}

MaterialConsumedRequirementType was auto-generated. Do not change.

type MaterialDefinitionIDType

type MaterialDefinitionIDType struct {
	IdentifierType
}

MaterialDefinitionIDType was auto-generated. Do not change.

type MaterialDefinitionPropertyType

type MaterialDefinitionPropertyType struct {
	ID                          IdentifierType                    `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                 `json:",omitempty" xml:",omitempty"`
	Value                       []ValueType                       `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionProperty  []MaterialDefinitionPropertyType  `json:",omitempty" xml:",omitempty"`
	MaterialTestSpecificationID []MaterialTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

MaterialDefinitionPropertyType was auto-generated. Do not change.

type MaterialDefinitionType

type MaterialDefinitionType struct {
	ID                          IdentifierType                    `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                 `json:",omitempty" xml:",omitempty"`
	Location                    LocationType                      `json:",omitempty" xml:",omitempty"`
	HierarchyScope              HierarchyScopeType                `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionProperty  []MaterialDefinitionPropertyType  `json:",omitempty" xml:",omitempty"`
	MaterialClassID             []MaterialClassIDType             `json:",omitempty" xml:",omitempty"`
	MaterialLotID               []MaterialLotIDType               `json:",omitempty" xml:",omitempty"`
	MaterialTestSpecificationID []MaterialTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
	AssemblylDefinitionID       []MaterialDefinitionIDType        `json:",omitempty" xml:",omitempty"`
	AssemblyType                AssemblyTypeType                  `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship        AssemblyRelationshipType          `json:",omitempty" xml:",omitempty"`
}

MaterialDefinitionType was auto-generated. Do not change.

type MaterialInformationType

type MaterialInformationType struct {
	ID                        IdentifierType                  `json:",omitempty" xml:",omitempty"`
	Description               []DescriptionType               `json:",omitempty" xml:",omitempty"`
	Location                  LocationType                    `json:",omitempty" xml:",omitempty"`
	HierarchyScope            HierarchyScopeType              `json:",omitempty" xml:",omitempty"`
	PublishedDate             PublishedDateType               `json:",omitempty" xml:",omitempty"`
	MaterialClass             []MaterialClassType             `json:",omitempty" xml:",omitempty"`
	MaterialDefinition        []MaterialDefinitionType        `json:",omitempty" xml:",omitempty"`
	MaterialLot               []MaterialLotType               `json:",omitempty" xml:",omitempty"`
	MaterialSubLot            []MaterialSubLotType            `json:",omitempty" xml:",omitempty"`
	MaterialTestSpecification []MaterialTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

MaterialInformationType was auto-generated. Do not change.

type MaterialLotIDType

type MaterialLotIDType struct {
	IdentifierType
}

MaterialLotIDType was auto-generated. Do not change.

type MaterialLotPropertyType

type MaterialLotPropertyType struct {
	ID                          IdentifierType                    `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                 `json:",omitempty" xml:",omitempty"`
	Value                       []ValueType                       `json:",omitempty" xml:",omitempty"`
	MaterialLotProperty         []MaterialLotPropertyType         `json:",omitempty" xml:",omitempty"`
	MaterialTestSpecificationID []MaterialTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
	TestResult                  []TestResultType                  `json:",omitempty" xml:",omitempty"`
}

MaterialLotPropertyType was auto-generated. Do not change.

type MaterialLotType

type MaterialLotType struct {
	ID                          IdentifierType                    `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                 `json:",omitempty" xml:",omitempty"`
	Location                    LocationType                      `json:",omitempty" xml:",omitempty"`
	HierarchyScope              HierarchyScopeType                `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID        MaterialDefinitionIDType          `json:",omitempty" xml:",omitempty"`
	Status                      StatusType                        `json:",omitempty" xml:",omitempty"`
	MaterialLotProperty         []MaterialLotPropertyType         `json:",omitempty" xml:",omitempty"`
	MaterialSubLot              []MaterialSubLotType              `json:",omitempty" xml:",omitempty"`
	StorageLocation             StorageHierarchyScopeType         `json:",omitempty" xml:",omitempty"`
	Quantity                    []QuantityValueType               `json:",omitempty" xml:",omitempty"`
	MaterialTestSpecificationID []MaterialTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
	AssemblyLotID               []MaterialLotType                 `json:",omitempty" xml:",omitempty"`
	AssemblySubLotID            []MaterialSubLotType              `json:",omitempty" xml:",omitempty"`
	AssemblyType                AssemblyTypeType                  `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship        AssemblyRelationshipType          `json:",omitempty" xml:",omitempty"`
}

MaterialLotType was auto-generated. Do not change.

type MaterialProducedActualPropertyType

type MaterialProducedActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

MaterialProducedActualPropertyType was auto-generated. Do not change.

type MaterialProducedActualType

type MaterialProducedActualType struct {
	MaterialClassID                    []MaterialClassIDType                  `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID               []MaterialDefinitionIDType             `json:",omitempty" xml:",omitempty"`
	MaterialLotID                      []MaterialLotIDType                    `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID                   []MaterialSubLotIDType                 `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	MaterialProducedActualProperty     []MaterialProducedActualPropertyType   `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

MaterialProducedActualType was auto-generated. Do not change.

type MaterialProducedRequirementPropertyType

type MaterialProducedRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

MaterialProducedRequirementPropertyType was auto-generated. Do not change.

type MaterialProducedRequirementType

type MaterialProducedRequirementType struct {
	MaterialClassID                     []MaterialClassIDType                     `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID                []MaterialDefinitionIDType                `json:",omitempty" xml:",omitempty"`
	MaterialLotID                       []MaterialLotIDType                       `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID                    []MaterialSubLotIDType                    `json:",omitempty" xml:",omitempty"`
	Description                         []DescriptionType                         `json:",omitempty" xml:",omitempty"`
	Location                            LocationType                              `json:",omitempty" xml:",omitempty"`
	HierarchyScope                      HierarchyScopeType                        `json:",omitempty" xml:",omitempty"`
	Quantity                            []QuantityValueType                       `json:",omitempty" xml:",omitempty"`
	MaterialProducedRequirementProperty []MaterialProducedRequirementPropertyType `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse  RequiredByRequestedSegmentResponseType    `json:",omitempty" xml:",omitempty"`
}

MaterialProducedRequirementType was auto-generated. Do not change.

type MaterialRequirementIDType

type MaterialRequirementIDType struct {
	IdentifierType
}

MaterialRequirementIDType was auto-generated. Do not change.

type MaterialRequirementPropertyType

type MaterialRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

MaterialRequirementPropertyType was auto-generated. Do not change.

type MaterialRequirementType

type MaterialRequirementType struct {
	MaterialClassID                    []MaterialClassIDType                  `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID               []MaterialDefinitionIDType             `json:",omitempty" xml:",omitempty"`
	MaterialLotID                      []MaterialLotIDType                    `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID                   []MaterialSubLotIDType                 `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	MaterialUse                        MaterialUseType                        `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	AssemblyRequirement                []MaterialRequirementType              `json:",omitempty" xml:",omitempty"`
	AssemblyType                       AssemblyTypeType                       `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship               AssemblyRelationshipType               `json:",omitempty" xml:",omitempty"`
	MaterialRequirementProperty        []MaterialRequirementPropertyType      `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

MaterialRequirementType was auto-generated. Do not change.

type MaterialSegmentSpecificationPropertyType

type MaterialSegmentSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

MaterialSegmentSpecificationPropertyType was auto-generated. Do not change.

type MaterialSegmentSpecificationType

type MaterialSegmentSpecificationType struct {
	ID                                   IdentifierType                             `json:",omitempty" xml:",omitempty"`
	MaterialClassID                      MaterialClassIDType                        `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID                 MaterialDefinitionIDType                   `json:",omitempty" xml:",omitempty"`
	Description                          []DescriptionType                          `json:",omitempty" xml:",omitempty"`
	AssemblyType                         AssemblyTypeType                           `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship                 AssemblyRelationshipType                   `json:",omitempty" xml:",omitempty"`
	AssemblySpecificationID              []IdentifierType                           `json:",omitempty" xml:",omitempty"`
	MaterialUse                          MaterialUseType                            `json:",omitempty" xml:",omitempty"`
	Quantity                             []QuantityValueType                        `json:",omitempty" xml:",omitempty"`
	MaterialSegmentSpecificationProperty []MaterialSegmentSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

MaterialSegmentSpecificationType was auto-generated. Do not change.

type MaterialSpecificationIDType

type MaterialSpecificationIDType struct {
	IdentifierType
}

MaterialSpecificationIDType was auto-generated. Do not change.

type MaterialSpecificationPropertyType

type MaterialSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

MaterialSpecificationPropertyType was auto-generated. Do not change.

type MaterialSpecificationType

type MaterialSpecificationType struct {
	MaterialClassID               MaterialClassIDType                 `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID          MaterialDefinitionIDType            `json:",omitempty" xml:",omitempty"`
	Description                   []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	MaterialUse                   MaterialUseType                     `json:",omitempty" xml:",omitempty"`
	Quantity                      []QuantityValueType                 `json:",omitempty" xml:",omitempty"`
	AssemblySpecification         []MaterialSpecificationType         `json:",omitempty" xml:",omitempty"`
	AssemblyType                  AssemblyTypeType                    `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship          AssemblyRelationshipType            `json:",omitempty" xml:",omitempty"`
	MaterialSpecificationProperty []MaterialSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

MaterialSpecificationType was auto-generated. Do not change.

type MaterialSubLotIDType

type MaterialSubLotIDType struct {
	IdentifierType
}

MaterialSubLotIDType was auto-generated. Do not change.

type MaterialSubLotType

type MaterialSubLotType struct {
	ID                     IdentifierType            `json:",omitempty" xml:",omitempty"`
	Description            []DescriptionType         `json:",omitempty" xml:",omitempty"`
	Location               LocationType              `json:",omitempty" xml:",omitempty"`
	HierarchyScope         HierarchyScopeType        `json:",omitempty" xml:",omitempty"`
	Status                 StatusType                `json:",omitempty" xml:",omitempty"`
	MaterialSublotProperty []MaterialLotPropertyType `json:",omitempty" xml:",omitempty"`
	StorageLocation        StorageHierarchyScopeType `json:",omitempty" xml:",omitempty"`
	Quantity               []QuantityValueType       `json:",omitempty" xml:",omitempty"`
	MaterialSubLot         []MaterialSubLotType      `json:",omitempty" xml:",omitempty"`
	MaterialLotID          MaterialLotIDType         `json:",omitempty" xml:",omitempty"`
	AssemblyLotID          []MaterialLotType         `json:",omitempty" xml:",omitempty"`
	AssemblySubLotID       []MaterialSubLotType      `json:",omitempty" xml:",omitempty"`
	AssemblyType           AssemblyTypeType          `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship   AssemblyRelationshipType  `json:",omitempty" xml:",omitempty"`
}

MaterialSubLotType was auto-generated. Do not change.

type MaterialTestSpecificationIDType

type MaterialTestSpecificationIDType struct {
	IdentifierType
}

MaterialTestSpecificationIDType was auto-generated. Do not change.

type MaterialTestSpecificationType

type MaterialTestSpecificationType struct {
	Name                             NameType                               `json:",omitempty" xml:",omitempty"`
	Description                      []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Version                          VersionType                            `json:",omitempty" xml:",omitempty"`
	Location                         LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                   HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	TestedMaterialClassProperty      []TestedMaterialClassPropertyType      `json:",omitempty" xml:",omitempty"`
	TestedMaterialDefinitionProperty []TestedMaterialDefinitionPropertyType `json:",omitempty" xml:",omitempty"`
	TestedMaterialLotProperty        []TestedMaterialLotPropertyType        `json:",omitempty" xml:",omitempty"`
}

MaterialTestSpecificationType was auto-generated. Do not change.

type MaterialUse1Type

type MaterialUse1Type struct {
	CodeType
}

MaterialUse1Type was auto-generated. Do not change.

type MaterialUseType

type MaterialUseType struct {
	MaterialUse1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

MaterialUseType was auto-generated. Do not change.

type MaterialsType1Type

type MaterialsType1Type struct {
	CodeType
}

MaterialsType1Type was auto-generated. Do not change.

type MaterialsTypeType

type MaterialsTypeType struct {
	MaterialsType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

MaterialsTypeType was auto-generated. Do not change.

type MaxType

type MaxType struct {
	MeasureType
}

MaxType was auto-generated. Do not change.

type MeasureType

type MeasureType struct {
	UnitCode              string  `json:",omitempty" xml:"unitCode,attr,omitempty"`
	UnitCodeListVersionID string  `json:",omitempty" xml:"unitCodeListVersionID,attr,omitempty"`
	Value                 float64 `json:",omitempty" xml:",chardata"`
}

MeasureType was auto-generated. Do not change.

type MemberEquipmentIDType

type MemberEquipmentIDType struct {
	IdentifierType
}

MemberEquipmentIDType was auto-generated. Do not change.

type MinType

type MinType struct {
	MeasureType
}

MinType was auto-generated. Do not change.

type Mode1Type

type Mode1Type struct {
	CodeType
}

Mode1Type was auto-generated. Do not change.

type ModeType

type ModeType struct {
	Mode1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ModeType was auto-generated. Do not change.

type ModificationLogType

type ModificationLogType struct {
	ModifiedDate ModifiedDateType  `json:",omitempty" xml:",omitempty"`
	Description  []DescriptionType `json:",omitempty" xml:",omitempty"`
	Author       AuthorType        `json:",omitempty" xml:",omitempty"`
}

ModificationLogType was auto-generated. Do not change.

type ModifiedDateType

type ModifiedDateType struct {
	DateTimeType
}

ModifiedDateType was auto-generated. Do not change.

type NameType

type NameType struct {
	LanguageID string `json:",omitempty" xml:"languageID,attr,omitempty"`
	Value      string `json:",omitempty" xml:",chardata"`
}

NameType was auto-generated. Do not change.

type NominalType

type NominalType struct {
	MeasureType
}

NominalType was auto-generated. Do not change.

type NoteType

type NoteType struct {
	TextType
}

NoteType was auto-generated. Do not change.

type NumericType

type NumericType struct {
	Format string  `json:",omitempty" xml:"format,attr,omitempty"`
	Value  float64 `json:",omitempty" xml:",chardata"`
}

NumericType was auto-generated. Do not change.

type OpEquipmentActualPropertyType

type OpEquipmentActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpEquipmentActualPropertyType was auto-generated. Do not change.

type OpEquipmentActualType

type OpEquipmentActualType struct {
	EquipmentClassID                   []EquipmentClassIDType                 `json:",omitempty" xml:",omitempty"`
	EquipmentID                        []EquipmentIDType                      `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	EquipmentUse                       EquipmentUseType                       `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	EquipmentActualProperty            []OpEquipmentActualPropertyType        `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpEquipmentActualType was auto-generated. Do not change.

type OpEquipmentCapabilityPropertyType

type OpEquipmentCapabilityPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpEquipmentCapabilityPropertyType was auto-generated. Do not change.

type OpEquipmentCapabilityType

type OpEquipmentCapabilityType struct {
	EquipmentClassID            []EquipmentClassIDType              `json:",omitempty" xml:",omitempty"`
	EquipmentID                 []EquipmentIDType                   `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	CapabilityType              CapabilityTypeType                  `json:",omitempty" xml:",omitempty"`
	Reason                      ReasonType                          `json:",omitempty" xml:",omitempty"`
	ConfidenceFactor            ConfidenceFactorType                `json:",omitempty" xml:",omitempty"`
	HierarchyScope              HierarchyScopeType                  `json:",omitempty" xml:",omitempty"`
	EquipmentUse                EquipmentUseType                    `json:",omitempty" xml:",omitempty"`
	StartTime                   StartTimeType                       `json:",omitempty" xml:",omitempty"`
	EndTime                     EndTimeType                         `json:",omitempty" xml:",omitempty"`
	Quantity                    []QuantityValueType                 `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityProperty []OpEquipmentCapabilityPropertyType `json:",omitempty" xml:",omitempty"`
}

OpEquipmentCapabilityType was auto-generated. Do not change.

type OpEquipmentRequirementPropertyType

type OpEquipmentRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpEquipmentRequirementPropertyType was auto-generated. Do not change.

type OpEquipmentRequirementType

type OpEquipmentRequirementType struct {
	EquipmentClassID                   []EquipmentClassIDType                 `json:",omitempty" xml:",omitempty"`
	EquipmentID                        []EquipmentIDType                      `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	EquipmentUse                       EquipmentUseType                       `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	EquipmentLevel                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	EquipmentRequirementProperty       []OpEquipmentRequirementPropertyType   `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpEquipmentRequirementType was auto-generated. Do not change.

type OpEquipmentSpecificationPropertyType

type OpEquipmentSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpEquipmentSpecificationPropertyType was auto-generated. Do not change.

type OpEquipmentSpecificationType

type OpEquipmentSpecificationType struct {
	EquipmentClassID               []EquipmentClassIDType                 `json:",omitempty" xml:",omitempty"`
	EquipmentID                    []EquipmentIDType                      `json:",omitempty" xml:",omitempty"`
	Description                    []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	EquipmentUse                   EquipmentUseType                       `json:",omitempty" xml:",omitempty"`
	Quantity                       []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	EquipmentSpecificationProperty []OpEquipmentSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

OpEquipmentSpecificationType was auto-generated. Do not change.

type OpMaterialActualPropertyType

type OpMaterialActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	MaterialActualProperty             []OpMaterialActualPropertyType         `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpMaterialActualPropertyType was auto-generated. Do not change.

type OpMaterialActualType

type OpMaterialActualType struct {
	MaterialClassID                    []MaterialClassIDType                  `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID               []MaterialDefinitionIDType             `json:",omitempty" xml:",omitempty"`
	MaterialLotID                      []MaterialLotIDType                    `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID                   []MaterialSubLotIDType                 `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	MaterialUse                        MaterialUseType                        `json:",omitempty" xml:",omitempty"`
	StorageLocation                    StorageLocationType                    `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	AssemblyActual                     []OpMaterialActualType                 `json:",omitempty" xml:",omitempty"`
	AssemblyType                       AssemblyTypeType                       `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship               AssemblyRelationshipType               `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	MaterialActualProperty             []OpMaterialActualPropertyType         `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpMaterialActualType was auto-generated. Do not change.

type OpMaterialCapabilityPropertyType

type OpMaterialCapabilityPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
	MaterialUse MaterialUseType     `json:",omitempty" xml:",omitempty"`
}

OpMaterialCapabilityPropertyType was auto-generated. Do not change.

type OpMaterialCapabilityType

type OpMaterialCapabilityType struct {
	MaterialClassID            []MaterialClassIDType              `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID       []MaterialDefinitionIDType         `json:",omitempty" xml:",omitempty"`
	MaterialLotID              []MaterialLotIDType                `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID           []MaterialSubLotIDType             `json:",omitempty" xml:",omitempty"`
	Description                []DescriptionType                  `json:",omitempty" xml:",omitempty"`
	CapabilityType             CapabilityTypeType                 `json:",omitempty" xml:",omitempty"`
	Reason                     ReasonType                         `json:",omitempty" xml:",omitempty"`
	ConfidenceFactor           ConfidenceFactorType               `json:",omitempty" xml:",omitempty"`
	HierarchyScope             HierarchyScopeType                 `json:",omitempty" xml:",omitempty"`
	MaterialUse                MaterialUseType                    `json:",omitempty" xml:",omitempty"`
	StartTime                  StartTimeType                      `json:",omitempty" xml:",omitempty"`
	EndTime                    EndTimeType                        `json:",omitempty" xml:",omitempty"`
	AssemblyCapability         []OpMaterialCapabilityType         `json:",omitempty" xml:",omitempty"`
	AssemblyType               AssemblyTypeType                   `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship       AssemblyRelationshipType           `json:",omitempty" xml:",omitempty"`
	Quantity                   []QuantityValueType                `json:",omitempty" xml:",omitempty"`
	MaterialCapabilityProperty []OpMaterialCapabilityPropertyType `json:",omitempty" xml:",omitempty"`
}

OpMaterialCapabilityType was auto-generated. Do not change.

type OpMaterialRequirementPropertyType

type OpMaterialRequirementPropertyType struct {
	ID                          IdentifierType                      `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	Value                       []ValueType                         `json:",omitempty" xml:",omitempty"`
	Quantity                    []QuantityValueType                 `json:",omitempty" xml:",omitempty"`
	MaterialRequirementProperty []OpMaterialRequirementPropertyType `json:",omitempty" xml:",omitempty"`
}

OpMaterialRequirementPropertyType was auto-generated. Do not change.

type OpMaterialRequirementType

type OpMaterialRequirementType struct {
	MaterialClassID                    []MaterialClassIDType                  `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID               []MaterialDefinitionIDType             `json:",omitempty" xml:",omitempty"`
	MaterialLotID                      []MaterialLotIDType                    `json:",omitempty" xml:",omitempty"`
	MaterialSubLotID                   []MaterialSubLotIDType                 `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	MaterialUse                        MaterialUseType                        `json:",omitempty" xml:",omitempty"`
	StorageLocation                    StorageLocationType                    `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	AssemblyRequirement                []OpMaterialRequirementType            `json:",omitempty" xml:",omitempty"`
	AssemblyType                       AssemblyTypeType                       `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship               AssemblyRelationshipType               `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	MaterialRequirementProperty        []OpMaterialRequirementPropertyType    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpMaterialRequirementType was auto-generated. Do not change.

type OpMaterialSpecificationPropertyType

type OpMaterialSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpMaterialSpecificationPropertyType was auto-generated. Do not change.

type OpMaterialSpecificationType

type OpMaterialSpecificationType struct {
	ID                            IdentifierType                        `json:",omitempty" xml:",omitempty"`
	MaterialClassID               []MaterialClassIDType                 `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID          []MaterialDefinitionIDType            `json:",omitempty" xml:",omitempty"`
	Description                   []DescriptionType                     `json:",omitempty" xml:",omitempty"`
	MaterialUse                   MaterialUseType                       `json:",omitempty" xml:",omitempty"`
	Quantity                      []QuantityValueType                   `json:",omitempty" xml:",omitempty"`
	AssemblySpecification         []OpMaterialSpecificationType         `json:",omitempty" xml:",omitempty"`
	AssemblyType                  AssemblyTypeType                      `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship          AssemblyRelationshipType              `json:",omitempty" xml:",omitempty"`
	MaterialSpecificationProperty []OpMaterialSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

OpMaterialSpecificationType was auto-generated. Do not change.

type OpPersonnelActualPropertyType

type OpPersonnelActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpPersonnelActualPropertyType was auto-generated. Do not change.

type OpPersonnelActualType

type OpPersonnelActualType struct {
	PersonnelClassID                   []PersonnelClassIDType                 `json:",omitempty" xml:",omitempty"`
	PersonID                           []PersonIDType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	PersonnelUse                       PersonnelUseType                       `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	PersonnelActualProperty            []OpPersonnelActualPropertyType        `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpPersonnelActualType was auto-generated. Do not change.

type OpPersonnelCapabilityPropertyType

type OpPersonnelCapabilityPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpPersonnelCapabilityPropertyType was auto-generated. Do not change.

type OpPersonnelCapabilityType

type OpPersonnelCapabilityType struct {
	PersonnelClassID            []PersonnelClassIDType              `json:",omitempty" xml:",omitempty"`
	PersonID                    []PersonIDType                      `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	CapabilityType              CapabilityTypeType                  `json:",omitempty" xml:",omitempty"`
	Reason                      ReasonType                          `json:",omitempty" xml:",omitempty"`
	ConfidenceFactor            ConfidenceFactorType                `json:",omitempty" xml:",omitempty"`
	HierarchyScope              HierarchyScopeType                  `json:",omitempty" xml:",omitempty"`
	PersonnelUse                PersonnelUseType                    `json:",omitempty" xml:",omitempty"`
	StartTime                   StartTimeType                       `json:",omitempty" xml:",omitempty"`
	EndTime                     EndTimeType                         `json:",omitempty" xml:",omitempty"`
	Quantity                    []QuantityValueType                 `json:",omitempty" xml:",omitempty"`
	PersonnelCapabilityProperty []OpPersonnelCapabilityPropertyType `json:",omitempty" xml:",omitempty"`
}

OpPersonnelCapabilityType was auto-generated. Do not change.

type OpPersonnelRequirementPropertyType

type OpPersonnelRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpPersonnelRequirementPropertyType was auto-generated. Do not change.

type OpPersonnelRequirementType

type OpPersonnelRequirementType struct {
	PersonnelClassID                   []PersonnelClassIDType                 `json:",omitempty" xml:",omitempty"`
	PersonID                           []PersonIDType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	PersonnelUse                       PersonnelUseType                       `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	PersonnelRequirementProperty       []OpPersonnelRequirementPropertyType   `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpPersonnelRequirementType was auto-generated. Do not change.

type OpPersonnelSpecificationPropertyType

type OpPersonnelSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpPersonnelSpecificationPropertyType was auto-generated. Do not change.

type OpPersonnelSpecificationType

type OpPersonnelSpecificationType struct {
	PersonnelClassID               []PersonnelClassIDType                 `json:",omitempty" xml:",omitempty"`
	PersonID                       []PersonIDType                         `json:",omitempty" xml:",omitempty"`
	Description                    []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	PersonnelUse                   PersonnelUseType                       `json:",omitempty" xml:",omitempty"`
	Quantity                       []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	PersonnelSpecificationProperty []OpPersonnelSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

OpPersonnelSpecificationType was auto-generated. Do not change.

type OpPhysicalAssetActualPropertyType

type OpPhysicalAssetActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpPhysicalAssetActualPropertyType was auto-generated. Do not change.

type OpPhysicalAssetActualType

type OpPhysicalAssetActualType struct {
	PhysicalAssetClassID               []PhysicalAssetClassIDType             `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                    []PhysicalAssetIDType                  `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetActualProperty        []OpPhysicalAssetActualPropertyType    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpPhysicalAssetActualType was auto-generated. Do not change.

type OpPhysicalAssetCapabilityPropertyType

type OpPhysicalAssetCapabilityPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpPhysicalAssetCapabilityPropertyType was auto-generated. Do not change.

type OpPhysicalAssetCapabilityType

type OpPhysicalAssetCapabilityType struct {
	PhysicalAssetClassID            []PhysicalAssetClassIDType              `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                 []PhysicalAssetIDType                   `json:",omitempty" xml:",omitempty"`
	Description                     []DescriptionType                       `json:",omitempty" xml:",omitempty"`
	CapabilityType                  CapabilityTypeType                      `json:",omitempty" xml:",omitempty"`
	Reason                          ReasonType                              `json:",omitempty" xml:",omitempty"`
	ConfidenceFactor                ConfidenceFactorType                    `json:",omitempty" xml:",omitempty"`
	HierarchyScope                  HierarchyScopeType                      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetUse                PhysicalAssetUseType                    `json:",omitempty" xml:",omitempty"`
	StartTime                       StartTimeType                           `json:",omitempty" xml:",omitempty"`
	EndTime                         EndTimeType                             `json:",omitempty" xml:",omitempty"`
	Quantity                        []QuantityValueType                     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityProperty []OpPhysicalAssetCapabilityPropertyType `json:",omitempty" xml:",omitempty"`
}

OpPhysicalAssetCapabilityType was auto-generated. Do not change.

type OpPhysicalAssetRequirementPropertyType

type OpPhysicalAssetRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpPhysicalAssetRequirementPropertyType was auto-generated. Do not change.

type OpPhysicalAssetRequirementType

type OpPhysicalAssetRequirementType struct {
	PhysicalAssetClassID               []PhysicalAssetClassIDType               `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                    []PhysicalAssetIDType                    `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                        `json:",omitempty" xml:",omitempty"`
	PhysicalAssetUse                   PhysicalAssetUseType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                      `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                       `json:",omitempty" xml:",omitempty"`
	EquipmentLevel                     HierarchyScopeType                       `json:",omitempty" xml:",omitempty"`
	PhysicalAssetRequirementProperty   []OpPhysicalAssetRequirementPropertyType `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType   `json:",omitempty" xml:",omitempty"`
}

OpPhysicalAssetRequirementType was auto-generated. Do not change.

type OpPhysicalAssetSpecificationPropertyType

type OpPhysicalAssetSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

OpPhysicalAssetSpecificationPropertyType was auto-generated. Do not change.

type OpPhysicalAssetSpecificationType

type OpPhysicalAssetSpecificationType struct {
	PhysicalAssetClassID               []PhysicalAssetClassIDType                 `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                    []PhysicalAssetIDType                      `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                          `json:",omitempty" xml:",omitempty"`
	PhysicalAssetUse                   PhysicalAssetUseType                       `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                        `json:",omitempty" xml:",omitempty"`
	PhysicalAssetSpecificationProperty []OpPhysicalAssetSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

OpPhysicalAssetSpecificationType was auto-generated. Do not change.

type OpProcessSegmentCapabilityType

type OpProcessSegmentCapabilityType struct {
	ID                       IdentifierType                   `json:",omitempty" xml:",omitempty"`
	Description              []DescriptionType                `json:",omitempty" xml:",omitempty"`
	ProcessSegmentID         []ProcessSegmentIDType           `json:",omitempty" xml:",omitempty"`
	CapabilityType           CapabilityTypeType               `json:",omitempty" xml:",omitempty"`
	Reason                   []ReasonType                     `json:",omitempty" xml:",omitempty"`
	HierarchyScope           []HierarchyScopeType             `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel    []EquipmentElementLevelType      `json:",omitempty" xml:",omitempty"`
	StartTime                StartTimeType                    `json:",omitempty" xml:",omitempty"`
	EndTime                  EndTimeType                      `json:",omitempty" xml:",omitempty"`
	PersonnelCapability      []OpPersonnelCapabilityType      `json:",omitempty" xml:",omitempty"`
	EquipmentCapability      []OpEquipmentCapabilityType      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapability  []OpPhysicalAssetCapabilityType  `json:",omitempty" xml:",omitempty"`
	MaterialCapability       []OpMaterialCapabilityType       `json:",omitempty" xml:",omitempty"`
	ProcessSegmentCapability []OpProcessSegmentCapabilityType `json:",omitempty" xml:",omitempty"`
}

OpProcessSegmentCapabilityType was auto-generated. Do not change.

type OpSegmentDataType

type OpSegmentDataType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	SegmentData                        []OpSegmentDataType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpSegmentDataType was auto-generated. Do not change.

type OpSegmentRequirementType

type OpSegmentRequirementType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	OperationsType                     OperationsTypeType                     `json:",omitempty" xml:",omitempty"`
	ProcessSegmentID                   ProcessSegmentIDType                   `json:",omitempty" xml:",omitempty"`
	EarliestStartTime                  EarliestStartTimeType                  `json:",omitempty" xml:",omitempty"`
	LatestEndTime                      LatestEndTimeType                      `json:",omitempty" xml:",omitempty"`
	Duration                           string                                 `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionID             OperationsDefinitionIDType             `json:",omitempty" xml:",omitempty"`
	SegmentState                       RequestStateType                       `json:",omitempty" xml:",omitempty"`
	SegmentParameter                   []ParameterType                        `json:",omitempty" xml:",omitempty"`
	PersonnelRequirement               []OpPersonnelRequirementType           `json:",omitempty" xml:",omitempty"`
	EquipmentRequirement               []OpEquipmentRequirementType           `json:",omitempty" xml:",omitempty"`
	PhysicalAssetRequirement           []OpPhysicalAssetRequirementType       `json:",omitempty" xml:",omitempty"`
	MaterialRequirement                []OpMaterialRequirementType            `json:",omitempty" xml:",omitempty"`
	SegmentRequirement                 []OpSegmentRequirementType             `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpSegmentRequirementType was auto-generated. Do not change.

type OpSegmentResponseType

type OpSegmentResponseType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	OperationsType                     OperationsTypeType                     `json:",omitempty" xml:",omitempty"`
	ProcessSegmentID                   []ProcessSegmentIDType                 `json:",omitempty" xml:",omitempty"`
	ActualStartTime                    ActualStartTimeType                    `json:",omitempty" xml:",omitempty"`
	ActualEndTime                      ActualEndTimeType                      `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionID             []OperationsDefinitionIDType           `json:",omitempty" xml:",omitempty"`
	SegmentState                       ResponseStateType                      `json:",omitempty" xml:",omitempty"`
	SegmentData                        []OpSegmentDataType                    `json:",omitempty" xml:",omitempty"`
	PersonnelActual                    []OpPersonnelActualType                `json:",omitempty" xml:",omitempty"`
	EquipmentActual                    []OpEquipmentActualType                `json:",omitempty" xml:",omitempty"`
	PhysicalAssetActual                []OpPhysicalAssetActualType            `json:",omitempty" xml:",omitempty"`
	MaterialActual                     []OpMaterialActualType                 `json:",omitempty" xml:",omitempty"`
	SegmentResponse                    []OpSegmentResponseType                `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

OpSegmentResponseType was auto-generated. Do not change.

type OperationsCapabilityInformationType

type OperationsCapabilityInformationType struct {
	ID                   IdentifierType             `json:",omitempty" xml:",omitempty"`
	Description          []DescriptionType          `json:",omitempty" xml:",omitempty"`
	HierarchyScope       HierarchyScopeType         `json:",omitempty" xml:",omitempty"`
	PublishedDate        PublishedDateType          `json:",omitempty" xml:",omitempty"`
	OperationsCapability []OperationsCapabilityType `json:",omitempty" xml:",omitempty"`
}

OperationsCapabilityInformationType was auto-generated. Do not change.

type OperationsCapabilityType

type OperationsCapabilityType struct {
	ID                       IdentifierType                   `json:",omitempty" xml:",omitempty"`
	Description              []DescriptionType                `json:",omitempty" xml:",omitempty"`
	HierarchyScope           HierarchyScopeType               `json:",omitempty" xml:",omitempty"`
	CapabilityType           CapabilityTypeType               `json:",omitempty" xml:",omitempty"`
	Reason                   ReasonType                       `json:",omitempty" xml:",omitempty"`
	ConfidenceFactor         ConfidenceFactorType             `json:",omitempty" xml:",omitempty"`
	StartTime                StartTimeType                    `json:",omitempty" xml:",omitempty"`
	EndTime                  EndTimeType                      `json:",omitempty" xml:",omitempty"`
	PublishedDate            PublishedDateType                `json:",omitempty" xml:",omitempty"`
	PersonnelCapability      []OpPersonnelCapabilityType      `json:",omitempty" xml:",omitempty"`
	EquipmentCapability      []OpEquipmentCapabilityType      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapability  []OpPhysicalAssetCapabilityType  `json:",omitempty" xml:",omitempty"`
	MaterialCapability       []OpMaterialCapabilityType       `json:",omitempty" xml:",omitempty"`
	ProcessSegmentCapability []OpProcessSegmentCapabilityType `json:",omitempty" xml:",omitempty"`
}

OperationsCapabilityType was auto-generated. Do not change.

type OperationsDefinitionIDType

type OperationsDefinitionIDType struct {
	IdentifierType
}

OperationsDefinitionIDType was auto-generated. Do not change.

type OperationsDefinitionInformationType

type OperationsDefinitionInformationType struct {
	ID                   IdentifierType             `json:",omitempty" xml:",omitempty"`
	Description          []DescriptionType          `json:",omitempty" xml:",omitempty"`
	HierarchyScope       HierarchyScopeType         `json:",omitempty" xml:",omitempty"`
	PublishedDate        PublishedDateType          `json:",omitempty" xml:",omitempty"`
	OperationsDefinition []OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

OperationsDefinitionInformationType was auto-generated. Do not change.

type OperationsDefinitionRecordType

type OperationsDefinitionRecordType struct {
	EntryID              IdentifierType           `json:",omitempty" xml:",omitempty"`
	ObjectType           RecordObjectTypeType     `json:",omitempty" xml:",omitempty"`
	TimeStamp            DateTimeType             `json:",omitempty" xml:",omitempty"`
	ExternalReference    IdentifierType           `json:",omitempty" xml:",omitempty"`
	Description          []DescriptionType        `json:",omitempty" xml:",omitempty"`
	OperationsDefinition OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

OperationsDefinitionRecordType was auto-generated. Do not change.

type OperationsDefinitionType

type OperationsDefinitionType struct {
	ID                     IdentifierType               `json:",omitempty" xml:",omitempty"`
	Version                VersionType                  `json:",omitempty" xml:",omitempty"`
	Description            []DescriptionType            `json:",omitempty" xml:",omitempty"`
	HierarchyScope         HierarchyScopeType           `json:",omitempty" xml:",omitempty"`
	OperationsType         OperationsTypeType           `json:",omitempty" xml:",omitempty"`
	PublishedDate          PublishedDateType            `json:",omitempty" xml:",omitempty"`
	BillOfMaterialsID      BillOfMaterialsIDType        `json:",omitempty" xml:",omitempty"`
	WorkDefinitionID       IdentifierType               `json:",omitempty" xml:",omitempty"`
	BillOfResourcesID      BillOfResourcesIDType        `json:",omitempty" xml:",omitempty"`
	OperationsMaterialBill []OperationsMaterialBillType `json:",omitempty" xml:",omitempty"`
	OperationsSegment      []OperationsSegmentType      `json:",omitempty" xml:",omitempty"`
}

OperationsDefinitionType was auto-generated. Do not change.

type OperationsMaterialBillItemType

type OperationsMaterialBillItemType struct {
	ID                         IdentifierType                   `json:",omitempty" xml:",omitempty"`
	Description                DescriptionType                  `json:",omitempty" xml:",omitempty"`
	MaterialClassID            []MaterialClassIDType            `json:",omitempty" xml:",omitempty"`
	MaterialDefinitionID       []MaterialDefinitionIDType       `json:",omitempty" xml:",omitempty"`
	UseType                    CodeType                         `json:",omitempty" xml:",omitempty"`
	AssemblyBillOfMaterialItem []OperationsMaterialBillItemType `json:",omitempty" xml:",omitempty"`
	AssemblyType               AssemblyTypeType                 `json:",omitempty" xml:",omitempty"`
	AssemblyRelationship       AssemblyRelationshipType         `json:",omitempty" xml:",omitempty"`
	MaterialSpecificationID    []IdentifierType                 `json:",omitempty" xml:",omitempty"`
	Quantity                   []QuantityValueType              `json:",omitempty" xml:",omitempty"`
}

OperationsMaterialBillItemType was auto-generated. Do not change.

type OperationsMaterialBillType

type OperationsMaterialBillType struct {
	ID                         IdentifierType                   `json:",omitempty" xml:",omitempty"`
	Description                DescriptionType                  `json:",omitempty" xml:",omitempty"`
	OperationsMaterialBillItem []OperationsMaterialBillItemType `json:",omitempty" xml:",omitempty"`
}

OperationsMaterialBillType was auto-generated. Do not change.

type OperationsPerformanceRecordType

type OperationsPerformanceRecordType struct {
	EntryID               IdentifierType            `json:",omitempty" xml:",omitempty"`
	ObjectType            RecordObjectTypeType      `json:",omitempty" xml:",omitempty"`
	TimeStamp             DateTimeType              `json:",omitempty" xml:",omitempty"`
	ExternalReference     IdentifierType            `json:",omitempty" xml:",omitempty"`
	Description           []DescriptionType         `json:",omitempty" xml:",omitempty"`
	OperationsPerformance OperationsPerformanceType `json:",omitempty" xml:",omitempty"`
}

OperationsPerformanceRecordType was auto-generated. Do not change.

type OperationsPerformanceType

type OperationsPerformanceType struct {
	ID                   IdentifierType           `json:",omitempty" xml:",omitempty"`
	Description          []DescriptionType        `json:",omitempty" xml:",omitempty"`
	HierarchyScope       HierarchyScopeType       `json:",omitempty" xml:",omitempty"`
	OperationsType       OperationsTypeType       `json:",omitempty" xml:",omitempty"`
	OperationsScheduleID OperationsScheduleIDType `json:",omitempty" xml:",omitempty"`
	StartTime            StartTimeType            `json:",omitempty" xml:",omitempty"`
	EndTime              EndTimeType              `json:",omitempty" xml:",omitempty"`
	PerformanceState     ResponseStateType        `json:",omitempty" xml:",omitempty"`
	PublishedDate        PublishedDateType        `json:",omitempty" xml:",omitempty"`
	OperationsResponse   []OperationsResponseType `json:",omitempty" xml:",omitempty"`
}

OperationsPerformanceType was auto-generated. Do not change.

type OperationsRequestIDType

type OperationsRequestIDType struct {
	IdentifierType
}

OperationsRequestIDType was auto-generated. Do not change.

type OperationsRequestType

type OperationsRequestType struct {
	ID                     IdentifierType             `json:",omitempty" xml:",omitempty"`
	Description            []DescriptionType          `json:",omitempty" xml:",omitempty"`
	HierarchyScope         HierarchyScopeType         `json:",omitempty" xml:",omitempty"`
	OperationsType         OperationsTypeType         `json:",omitempty" xml:",omitempty"`
	StartTime              StartTimeType              `json:",omitempty" xml:",omitempty"`
	EndTime                EndTimeType                `json:",omitempty" xml:",omitempty"`
	Priority               PriorityType               `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionID OperationsDefinitionIDType `json:",omitempty" xml:",omitempty"`
	RequestState           RequestStateType           `json:",omitempty" xml:",omitempty"`
	SegmentRequirement     []OpSegmentRequirementType `json:",omitempty" xml:",omitempty"`
	SegmentResponse        []OpSegmentResponseType    `json:",omitempty" xml:",omitempty"`
}

OperationsRequestType was auto-generated. Do not change.

type OperationsResponseType

type OperationsResponseType struct {
	ID                     IdentifierType               `json:",omitempty" xml:",omitempty"`
	Description            []DescriptionType            `json:",omitempty" xml:",omitempty"`
	HierarchyScope         HierarchyScopeType           `json:",omitempty" xml:",omitempty"`
	OperationsType         OperationsTypeType           `json:",omitempty" xml:",omitempty"`
	OperationsRequestID    []OperationsRequestIDType    `json:",omitempty" xml:",omitempty"`
	StartTime              StartTimeType                `json:",omitempty" xml:",omitempty"`
	EndTime                EndTimeType                  `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionID []OperationsDefinitionIDType `json:",omitempty" xml:",omitempty"`
	ResponseState          ResponseStateType            `json:",omitempty" xml:",omitempty"`
	SegmentResponse        []OpSegmentResponseType      `json:",omitempty" xml:",omitempty"`
}

OperationsResponseType was auto-generated. Do not change.

type OperationsScheduleIDType

type OperationsScheduleIDType struct {
	IdentifierType
}

OperationsScheduleIDType was auto-generated. Do not change.

type OperationsScheduleRecordType

type OperationsScheduleRecordType struct {
	EntryID            IdentifierType         `json:",omitempty" xml:",omitempty"`
	ObjectType         RecordObjectTypeType   `json:",omitempty" xml:",omitempty"`
	TimeStamp          DateTimeType           `json:",omitempty" xml:",omitempty"`
	ExternalReference  IdentifierType         `json:",omitempty" xml:",omitempty"`
	Description        []DescriptionType      `json:",omitempty" xml:",omitempty"`
	OperationsSchedule OperationsScheduleType `json:",omitempty" xml:",omitempty"`
}

OperationsScheduleRecordType was auto-generated. Do not change.

type OperationsScheduleType

type OperationsScheduleType struct {
	ID                IdentifierType          `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType       `json:",omitempty" xml:",omitempty"`
	HierarchyScope    HierarchyScopeType      `json:",omitempty" xml:",omitempty"`
	OperationsType    OperationsTypeType      `json:",omitempty" xml:",omitempty"`
	StartTime         StartTimeType           `json:",omitempty" xml:",omitempty"`
	EndTime           EndTimeType             `json:",omitempty" xml:",omitempty"`
	ScheduleState     RequestStateType        `json:",omitempty" xml:",omitempty"`
	PublishedDate     PublishedDateType       `json:",omitempty" xml:",omitempty"`
	OperationsRequest []OperationsRequestType `json:",omitempty" xml:",omitempty"`
}

OperationsScheduleType was auto-generated. Do not change.

type OperationsSegmentIDType

type OperationsSegmentIDType struct {
	IdentifierType
}

OperationsSegmentIDType was auto-generated. Do not change.

type OperationsSegmentType

type OperationsSegmentType struct {
	ID                         IdentifierType                     `json:",omitempty" xml:",omitempty"`
	Description                DescriptionType                    `json:",omitempty" xml:",omitempty"`
	OperationsType             OperationsTypeType                 `json:",omitempty" xml:",omitempty"`
	HierarchyScope             HierarchyScopeType                 `json:",omitempty" xml:",omitempty"`
	Duration                   string                             `json:",omitempty" xml:",omitempty"`
	ProcessSegmentID           []ProcessSegmentIDType             `json:",omitempty" xml:",omitempty"`
	Parameter                  []ParameterType                    `json:",omitempty" xml:",omitempty"`
	PersonnelSpecification     []OpPersonnelSpecificationType     `json:",omitempty" xml:",omitempty"`
	EquipmentSpecification     []OpEquipmentSpecificationType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetSpecification []OpPhysicalAssetSpecificationType `json:",omitempty" xml:",omitempty"`
	MaterialSpecification      []OpMaterialSpecificationType      `json:",omitempty" xml:",omitempty"`
	SegmentDependency          []SegmentDependencyType            `json:",omitempty" xml:",omitempty"`
	OperationsSegment          []OperationsSegmentType            `json:",omitempty" xml:",omitempty"`
}

OperationsSegmentType was auto-generated. Do not change.

type OperationsType1Type

type OperationsType1Type struct {
	CodeType
}

OperationsType1Type was auto-generated. Do not change.

type OperationsTypeType

type OperationsTypeType struct {
	OperationsType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

OperationsTypeType was auto-generated. Do not change.

type OrderIDType

type OrderIDType struct {
	IdentifierType
}

OrderIDType was auto-generated. Do not change.

type OrderedDataType

type OrderedDataType struct {
	OrderIndex NumericType     `json:",omitempty" xml:",omitempty"`
	TimeValue  DateTimeType    `json:",omitempty" xml:",omitempty"`
	DataValue  []DataValueType `json:",omitempty" xml:",omitempty"`
}

OrderedDataType was auto-generated. Do not change.

type OriginType

type OriginType struct {
	IdentifierType
}

OriginType was auto-generated. Do not change.

type OtherDependencyType

type OtherDependencyType struct {
	CodeType
}

OtherDependencyType was auto-generated. Do not change.

type OtherInformationType

type OtherInformationType struct {
	ID          IDType            `json:",omitempty" xml:",omitempty"`
	Value       []BatchValueType  `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
}

OtherInformationType was auto-generated. Do not change.

type ParameterIDType

type ParameterIDType struct {
	IdentifierType
}

ParameterIDType was auto-generated. Do not change.

type ParameterSubTypeType

type ParameterSubTypeType struct {
	IdentifierType
}

ParameterSubTypeType was auto-generated. Do not change.

type ParameterType

type ParameterType struct {
	ID          IdentifierType    `json:",omitempty" xml:",omitempty"`
	Value       []ValueType       `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
	Parameter   []ParameterType   `json:",omitempty" xml:",omitempty"`
}

ParameterType was auto-generated. Do not change.

type ParameterType1Type

type ParameterType1Type struct {
	CodeType
}

ParameterType1Type was auto-generated. Do not change.

type ParameterTypeType

type ParameterTypeType struct {
	ParameterType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ParameterTypeType was auto-generated. Do not change.

type PersonIDType

type PersonIDType struct {
	IdentifierType
}

PersonIDType was auto-generated. Do not change.

type PersonNameType

type PersonNameType struct {
	IdentifierType
}

PersonNameType was auto-generated. Do not change.

type PersonPropertyType

type PersonPropertyType struct {
	ID                               IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                      []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                            []ValueType                            `json:",omitempty" xml:",omitempty"`
	PersonProperty                   []PersonPropertyType                   `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecificationID []QualificationTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
	TestResult                       []TestResultType                       `json:",omitempty" xml:",omitempty"`
}

PersonPropertyType was auto-generated. Do not change.

type PersonType

type PersonType struct {
	ID                               IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                      []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                         LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                   HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	PersonName                       PersonNameType                         `json:",omitempty" xml:",omitempty"`
	PersonProperty                   []PersonPropertyType                   `json:",omitempty" xml:",omitempty"`
	PersonnelClassID                 []PersonnelClassIDType                 `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecificationID []QualificationTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

PersonType was auto-generated. Do not change.

type PersonnelActualPropertyType

type PersonnelActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

PersonnelActualPropertyType was auto-generated. Do not change.

type PersonnelActualType

type PersonnelActualType struct {
	PersonnelClassID                   []PersonnelClassIDType                 `json:",omitempty" xml:",omitempty"`
	PersonID                           []PersonIDType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	PersonnelActualProperty            []PersonnelActualPropertyType          `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

PersonnelActualType was auto-generated. Do not change.

type PersonnelCapabilityPropertyType

type PersonnelCapabilityPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

PersonnelCapabilityPropertyType was auto-generated. Do not change.

type PersonnelCapabilityType

type PersonnelCapabilityType struct {
	PersonnelClassID            PersonnelClassIDType              `json:",omitempty" xml:",omitempty"`
	PersonID                    PersonIDType                      `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType                 `json:",omitempty" xml:",omitempty"`
	CapabilityType              CapabilityTypeType                `json:",omitempty" xml:",omitempty"`
	Reason                      ReasonType                        `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel       []EquipmentElementLevelType       `json:",omitempty" xml:",omitempty"`
	StartTime                   StartTimeType                     `json:",omitempty" xml:",omitempty"`
	EndTime                     EndTimeType                       `json:",omitempty" xml:",omitempty"`
	Location                    LocationType                      `json:",omitempty" xml:",omitempty"`
	HierarchyScope              HierarchyScopeType                `json:",omitempty" xml:",omitempty"`
	Quantity                    []QuantityValueType               `json:",omitempty" xml:",omitempty"`
	PersonnelCapabilityProperty []PersonnelCapabilityPropertyType `json:",omitempty" xml:",omitempty"`
}

PersonnelCapabilityType was auto-generated. Do not change.

type PersonnelClassIDType

type PersonnelClassIDType struct {
	IdentifierType
}

PersonnelClassIDType was auto-generated. Do not change.

type PersonnelClassPropertyType

type PersonnelClassPropertyType struct {
	ID                               IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                      []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                            []ValueType                            `json:",omitempty" xml:",omitempty"`
	PersonnelClassProperty           []PersonnelClassPropertyType           `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecificationID []QualificationTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

PersonnelClassPropertyType was auto-generated. Do not change.

type PersonnelClassType

type PersonnelClassType struct {
	ID                               IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                      []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                         LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                   HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	PersonnelClassProperty           []PersonnelClassPropertyType           `json:",omitempty" xml:",omitempty"`
	PersonID                         []PersonIDType                         `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecificationID []QualificationTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

PersonnelClassType was auto-generated. Do not change.

type PersonnelIdentificationManifestType

type PersonnelIdentificationManifestType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	RecordReference   IdentifierType       `json:",omitempty" xml:",omitempty"`
	Name              []NameType           `json:",omitempty" xml:",omitempty"`
	ChangeIndication  string               `json:",omitempty" xml:",omitempty"`
	Reason            TextType             `json:",omitempty" xml:",omitempty"`
}

PersonnelIdentificationManifestType was auto-generated. Do not change.

type PersonnelInformationType

type PersonnelInformationType struct {
	ID                             IdentifierType                       `json:",omitempty" xml:",omitempty"`
	Description                    []DescriptionType                    `json:",omitempty" xml:",omitempty"`
	Location                       LocationType                         `json:",omitempty" xml:",omitempty"`
	HierarchyScope                 HierarchyScopeType                   `json:",omitempty" xml:",omitempty"`
	PublishedDate                  PublishedDateType                    `json:",omitempty" xml:",omitempty"`
	Person                         []PersonType                         `json:",omitempty" xml:",omitempty"`
	PersonnelClass                 []PersonnelClassType                 `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecification []QualificationTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

PersonnelInformationType was auto-generated. Do not change.

type PersonnelRequirementPropertyType

type PersonnelRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

PersonnelRequirementPropertyType was auto-generated. Do not change.

type PersonnelRequirementType

type PersonnelRequirementType struct {
	PersonnelClassID                   []PersonnelClassIDType                 `json:",omitempty" xml:",omitempty"`
	PersonID                           []PersonIDType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	PersonnelRequirementProperty       []PersonnelRequirementPropertyType     `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

PersonnelRequirementType was auto-generated. Do not change.

type PersonnelSegmentSpecificationPropertyType

type PersonnelSegmentSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

PersonnelSegmentSpecificationPropertyType was auto-generated. Do not change.

type PersonnelSegmentSpecificationType

type PersonnelSegmentSpecificationType struct {
	PersonnelClassID                      PersonnelClassIDType                        `json:",omitempty" xml:",omitempty"`
	PersonID                              PersonIDType                                `json:",omitempty" xml:",omitempty"`
	Description                           []DescriptionType                           `json:",omitempty" xml:",omitempty"`
	PersonnelUse                          CodeType                                    `json:",omitempty" xml:",omitempty"`
	Quantity                              []QuantityValueType                         `json:",omitempty" xml:",omitempty"`
	PersonnelSegmentSpecificationProperty []PersonnelSegmentSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

PersonnelSegmentSpecificationType was auto-generated. Do not change.

type PersonnelSpecificationPropertyType

type PersonnelSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

PersonnelSpecificationPropertyType was auto-generated. Do not change.

type PersonnelSpecificationType

type PersonnelSpecificationType struct {
	PersonnelClassID               PersonnelClassIDType                 `json:",omitempty" xml:",omitempty"`
	PersonID                       PersonIDType                         `json:",omitempty" xml:",omitempty"`
	Description                    []DescriptionType                    `json:",omitempty" xml:",omitempty"`
	Quantity                       []QuantityValueType                  `json:",omitempty" xml:",omitempty"`
	PersonnelSpecificationProperty []PersonnelSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

PersonnelSpecificationType was auto-generated. Do not change.

type PersonnelUseType

type PersonnelUseType struct {
	CodeType
}

PersonnelUseType was auto-generated. Do not change.

type PhysicalAssetActualIDType

type PhysicalAssetActualIDType struct {
	IdentifierType
}

PhysicalAssetActualIDType was auto-generated. Do not change.

type PhysicalAssetActualPropertyType

type PhysicalAssetActualPropertyType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetActualPropertyType was auto-generated. Do not change.

type PhysicalAssetActualType

type PhysicalAssetActualType struct {
	PhysicalAssetClassID               []PhysicalAssetClassIDType             `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                    []PhysicalAssetIDType                  `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	PhysicalAssetActualProperty        []PhysicalAssetActualPropertyType      `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetActualType was auto-generated. Do not change.

type PhysicalAssetCapabilityPropertyType

type PhysicalAssetCapabilityPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetCapabilityPropertyType was auto-generated. Do not change.

type PhysicalAssetCapabilityTestSpecificationIDType

type PhysicalAssetCapabilityTestSpecificationIDType struct {
	IdentifierType
}

PhysicalAssetCapabilityTestSpecificationIDType was auto-generated. Do not change.

type PhysicalAssetCapabilityTestSpecificationType

type PhysicalAssetCapabilityTestSpecificationType struct {
	Name                             NameType                               `json:",omitempty" xml:",omitempty"`
	Description                      []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Version                          VersionType                            `json:",omitempty" xml:",omitempty"`
	HierarchyScope                   HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	TestedPhysicalAssetProperty      []TestedPhysicalAssetPropertyType      `json:",omitempty" xml:",omitempty"`
	TestedPhysicalAssetClassProperty []TestedPhysicalAssetClassPropertyType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetCapabilityTestSpecificationType was auto-generated. Do not change.

type PhysicalAssetCapabilityType

type PhysicalAssetCapabilityType struct {
	PhysicalAssetClassID            PhysicalAssetClassIDType              `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                 PhysicalAssetIDType                   `json:",omitempty" xml:",omitempty"`
	Description                     []DescriptionType                     `json:",omitempty" xml:",omitempty"`
	CapabilityType                  CapabilityTypeType                    `json:",omitempty" xml:",omitempty"`
	Reason                          ReasonType                            `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel           []EquipmentElementLevelType           `json:",omitempty" xml:",omitempty"`
	StartTime                       StartTimeType                         `json:",omitempty" xml:",omitempty"`
	EndTime                         EndTimeType                           `json:",omitempty" xml:",omitempty"`
	Location                        LocationType                          `json:",omitempty" xml:",omitempty"`
	HierarchyScope                  HierarchyScopeType                    `json:",omitempty" xml:",omitempty"`
	Quantity                        []QuantityValueType                   `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityProperty []PhysicalAssetCapabilityPropertyType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetCapabilityType was auto-generated. Do not change.

type PhysicalAssetClassIDType

type PhysicalAssetClassIDType struct {
	IdentifierType
}

PhysicalAssetClassIDType was auto-generated. Do not change.

type PhysicalAssetClassPropertyType

type PhysicalAssetClassPropertyType struct {
	ID                                         IdentifierType                                   `json:",omitempty" xml:",omitempty"`
	Description                                []DescriptionType                                `json:",omitempty" xml:",omitempty"`
	Value                                      []ValueType                                      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClassProperty                 []PhysicalAssetClassPropertyType                 `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpecificationID []PhysicalAssetCapabilityTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetClassPropertyType was auto-generated. Do not change.

type PhysicalAssetClassType

type PhysicalAssetClassType struct {
	ID                                         IdentifierType                                   `json:",omitempty" xml:",omitempty"`
	Description                                []DescriptionType                                `json:",omitempty" xml:",omitempty"`
	HierarchyScope                             HierarchyScopeType                               `json:",omitempty" xml:",omitempty"`
	Manufacturer                               []NameType                                       `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClassProperty                 []PhysicalAssetClassPropertyType                 `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                            []PhysicalAssetIDType                            `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpecificationID []PhysicalAssetCapabilityTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetClassType was auto-generated. Do not change.

type PhysicalAssetIDType

type PhysicalAssetIDType struct {
	IdentifierType
}

PhysicalAssetIDType was auto-generated. Do not change.

type PhysicalAssetInformationType

type PhysicalAssetInformationType struct {
	ID                                       IdentifierType                                 `json:",omitempty" xml:",omitempty"`
	Description                              []DescriptionType                              `json:",omitempty" xml:",omitempty"`
	HierarchyScope                           HierarchyScopeType                             `json:",omitempty" xml:",omitempty"`
	PublishedDate                            PublishedDateType                              `json:",omitempty" xml:",omitempty"`
	PhysicalAsset                            []PhysicalAssetType                            `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClass                       []PhysicalAssetClassType                       `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpecification []PhysicalAssetCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetInformationType was auto-generated. Do not change.

type PhysicalAssetPropertyType

type PhysicalAssetPropertyType struct {
	ID                                         IdentifierType                                   `json:",omitempty" xml:",omitempty"`
	Description                                []DescriptionType                                `json:",omitempty" xml:",omitempty"`
	Value                                      []ValueType                                      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetProperty                      []PhysicalAssetPropertyType                      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpecificationID []PhysicalAssetCapabilityTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
	TestResult                                 []TestResultType                                 `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetPropertyType was auto-generated. Do not change.

type PhysicalAssetRequirementPropertyType

type PhysicalAssetRequirementPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetRequirementPropertyType was auto-generated. Do not change.

type PhysicalAssetRequirementType

type PhysicalAssetRequirementType struct {
	PhysicalAssetClassID               []PhysicalAssetClassIDType             `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                    []PhysicalAssetIDType                  `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                    `json:",omitempty" xml:",omitempty"`
	PhysicalAssetRequirementProperty   []PhysicalAssetRequirementPropertyType `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetRequirementType was auto-generated. Do not change.

type PhysicalAssetSegmentSpecificationPropertyType

type PhysicalAssetSegmentSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetSegmentSpecificationPropertyType was auto-generated. Do not change.

type PhysicalAssetSegmentSpecificationType

type PhysicalAssetSegmentSpecificationType struct {
	PhysicalAssetClassID                      PhysicalAssetClassIDType                        `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                           PhysicalAssetIDType                             `json:",omitempty" xml:",omitempty"`
	Description                               []DescriptionType                               `json:",omitempty" xml:",omitempty"`
	PhysicalAssetUse                          CodeType                                        `json:",omitempty" xml:",omitempty"`
	Quantity                                  []QuantityValueType                             `json:",omitempty" xml:",omitempty"`
	PhysicalAssetSegmentSpecificationProperty []PhysicalAssetSegmentSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetSegmentSpecificationType was auto-generated. Do not change.

type PhysicalAssetSpecificationPropertyType

type PhysicalAssetSpecificationPropertyType struct {
	ID          IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType   `json:",omitempty" xml:",omitempty"`
	Value       []ValueType         `json:",omitempty" xml:",omitempty"`
	Quantity    []QuantityValueType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetSpecificationPropertyType was auto-generated. Do not change.

type PhysicalAssetSpecificationType

type PhysicalAssetSpecificationType struct {
	PhysicalAssetClassID               PhysicalAssetClassIDType                 `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID                    PhysicalAssetIDType                      `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                        `json:",omitempty" xml:",omitempty"`
	Quantity                           []QuantityValueType                      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetSpecificationProperty []PhysicalAssetSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetSpecificationType was auto-generated. Do not change.

type PhysicalAssetType

type PhysicalAssetType struct {
	ID                                         IdentifierType                                   `json:",omitempty" xml:",omitempty"`
	Description                                []DescriptionType                                `json:",omitempty" xml:",omitempty"`
	HierarchyScope                             HierarchyScopeType                               `json:",omitempty" xml:",omitempty"`
	PhysicalLocation                           IdentifierType                                   `json:",omitempty" xml:",omitempty"`
	FixedAssetID                               IdentifierType                                   `json:",omitempty" xml:",omitempty"`
	VendorID                                   IdentifierType                                   `json:",omitempty" xml:",omitempty"`
	EquipmentLevel                             HierarchyScopeType                               `json:",omitempty" xml:",omitempty"`
	EquipmentAssetMapping                      []EquipmentAssetMappingType                      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetProperty                      []PhysicalAssetPropertyType                      `json:",omitempty" xml:",omitempty"`
	PhysicalAsset                              []PhysicalAssetType                              `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClassID                       []PhysicalAssetClassIDType                       `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpecificationID []PhysicalAssetCapabilityTestSpecificationIDType `json:",omitempty" xml:",omitempty"`
}

PhysicalAssetType was auto-generated. Do not change.

type PhysicalAssetUseType

type PhysicalAssetUseType struct {
	CodeType
}

PhysicalAssetUseType was auto-generated. Do not change.

type PlannedFinishTimeType

type PlannedFinishTimeType struct {
	DateTimeType
}

PlannedFinishTimeType was auto-generated. Do not change.

type PlannedStartTimeType

type PlannedStartTimeType struct {
	DateTimeType
}

PlannedStartTimeType was auto-generated. Do not change.

type PriorityType

type PriorityType struct {
	NumericType
}

PriorityType was auto-generated. Do not change.

type ProblemType

type ProblemType struct {
	CodeType
}

ProblemType was auto-generated. Do not change.

type ProcedureChartElementType

type ProcedureChartElementType struct {
	ID                         IdentifierType                `json:",omitempty" xml:",omitempty"`
	Label                      TextType                      `json:",omitempty" xml:",omitempty"`
	Description                []DescriptionType             `json:",omitempty" xml:",omitempty"`
	ProcedureChartElementType1 ProcedureChartElementTypeType `json:",omitempty" xml:",omitempty"`
}

ProcedureChartElementType was auto-generated. Do not change.

type ProcedureChartElementType1Type

type ProcedureChartElementType1Type struct {
	CodeType
}

ProcedureChartElementType1Type was auto-generated. Do not change.

type ProcedureChartElementTypeType

type ProcedureChartElementTypeType struct {
	ProcedureChartElementType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ProcedureChartElementTypeType was auto-generated. Do not change.

type ProcedureLogicType

type ProcedureLogicType struct {
	Link       []LinkType       `json:",omitempty" xml:",omitempty"`
	Step       []StepType       `json:",omitempty" xml:",omitempty"`
	Transition []TransitionType `json:",omitempty" xml:",omitempty"`
}

ProcedureLogicType was auto-generated. Do not change.

type ProcessBatchProductionRecordType

type ProcessBatchProductionRecordType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessBatchProductionRecordTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessBatchProductionRecordType was auto-generated. Do not change.

type ProcessBatchProductionRecordTypeDataArea

type ProcessBatchProductionRecordTypeDataArea struct {
	Process               TransProcessType            `json:",omitempty" xml:",omitempty"`
	BatchProductionRecord []BatchProductionRecordType `json:",omitempty" xml:",omitempty"`
}

ProcessBatchProductionRecordTypeDataArea was auto-generated. Do not change.

type ProcessElementLibraryType

type ProcessElementLibraryType struct {
	ID                 IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description        []DescriptionType    `json:",omitempty" xml:",omitempty"`
	HierarchyScope     HierarchyScopeType   `json:",omitempty" xml:",omitempty"`
	PublishedDate      PublishedDateType    `json:",omitempty" xml:",omitempty"`
	ProcessElementSpec []ProcessElementType `json:",omitempty" xml:",omitempty"`
}

ProcessElementLibraryType was auto-generated. Do not change.

type ProcessElementParameterType

type ProcessElementParameterType struct {
	ID                           IdentifierType                    `json:",omitempty" xml:",omitempty"`
	Description                  []DescriptionType                 `json:",omitempty" xml:",omitempty"`
	ProcessElementParameterType1 []ProcessElementParameterTypeType `json:",omitempty" xml:",omitempty"`
	Value                        []ValueType                       `json:",omitempty" xml:",omitempty"`
}

ProcessElementParameterType was auto-generated. Do not change.

type ProcessElementParameterType1Type

type ProcessElementParameterType1Type struct {
	CodeType
}

ProcessElementParameterType1Type was auto-generated. Do not change.

type ProcessElementParameterTypeType

type ProcessElementParameterTypeType struct {
	ProcessElementParameterType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ProcessElementParameterTypeType was auto-generated. Do not change.

type ProcessElementType

type ProcessElementType struct {
	ID                      IdentifierType                `json:",omitempty" xml:",omitempty"`
	Description             []DescriptionType             `json:",omitempty" xml:",omitempty"`
	ProcessElementType1     ProcessElementTypeType        `json:",omitempty" xml:",omitempty"`
	LifeCycleState          LifeCycleStateType            `json:",omitempty" xml:",omitempty"`
	SequenceOrder           SequenceOrderType             `json:",omitempty" xml:",omitempty"`
	SequencePath            NumericType                   `json:",omitempty" xml:",omitempty"`
	Materials               []GRecipeMaterialsType        `json:",omitempty" xml:",omitempty"`
	DirectedLink            []DirectedLinkType            `json:",omitempty" xml:",omitempty"`
	ProcedureChartElement   []ProcedureChartElementType   `json:",omitempty" xml:",omitempty"`
	ProcessElement          []ProcessElementType          `json:",omitempty" xml:",omitempty"`
	ProcessElementParameter []ProcessElementParameterType `json:",omitempty" xml:",omitempty"`
	ResourceConstraint      []ResourceConstraintType      `json:",omitempty" xml:",omitempty"`
	OtherInformation        []GROtherInformationType      `json:",omitempty" xml:",omitempty"`
}

ProcessElementType was auto-generated. Do not change.

type ProcessElementType1Type

type ProcessElementType1Type struct {
	CodeType
}

ProcessElementType1Type was auto-generated. Do not change.

type ProcessElementTypeType

type ProcessElementTypeType struct {
	ProcessElementType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ProcessElementTypeType was auto-generated. Do not change.

type ProcessEquipmentCapabilityTestSpecType

type ProcessEquipmentCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                       `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessEquipmentCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessEquipmentCapabilityTestSpecType was auto-generated. Do not change.

type ProcessEquipmentCapabilityTestSpecTypeDataArea

type ProcessEquipmentCapabilityTestSpecTypeDataArea struct {
	Process                     TransProcessType                           `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpec []EquipmentCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ProcessEquipmentCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type ProcessEquipmentClassType

type ProcessEquipmentClassType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessEquipmentClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessEquipmentClassType was auto-generated. Do not change.

type ProcessEquipmentClassTypeDataArea

type ProcessEquipmentClassTypeDataArea struct {
	Process        TransProcessType     `json:",omitempty" xml:",omitempty"`
	EquipmentClass []EquipmentClassType `json:",omitempty" xml:",omitempty"`
}

ProcessEquipmentClassTypeDataArea was auto-generated. Do not change.

type ProcessEquipmentInformationType

type ProcessEquipmentInformationType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessEquipmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessEquipmentInformationType was auto-generated. Do not change.

type ProcessEquipmentInformationTypeDataArea

type ProcessEquipmentInformationTypeDataArea struct {
	Process              TransProcessType           `json:",omitempty" xml:",omitempty"`
	EquipmentInformation []EquipmentInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessEquipmentInformationTypeDataArea was auto-generated. Do not change.

type ProcessEquipmentType

type ProcessEquipmentType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessEquipmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessEquipmentType was auto-generated. Do not change.

type ProcessEquipmentTypeDataArea

type ProcessEquipmentTypeDataArea struct {
	Process   TransProcessType `json:",omitempty" xml:",omitempty"`
	Equipment []EquipmentType  `json:",omitempty" xml:",omitempty"`
}

ProcessEquipmentTypeDataArea was auto-generated. Do not change.

type ProcessGRecipeInformationType

type ProcessGRecipeInformationType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessGRecipeInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessGRecipeInformationType was auto-generated. Do not change.

type ProcessGRecipeInformationTypeDataArea

type ProcessGRecipeInformationTypeDataArea struct {
	Process            TransProcessType         `json:",omitempty" xml:",omitempty"`
	GRecipeInformation []GRecipeInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessGRecipeInformationTypeDataArea was auto-generated. Do not change.

type ProcessJobListType

type ProcessJobListType struct {
	ApplicationArea TransApplicationAreaType   `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessJobListTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessJobListType was auto-generated. Do not change.

type ProcessJobListTypeDataArea

type ProcessJobListTypeDataArea struct {
	Process TransProcessType `json:",omitempty" xml:",omitempty"`
	JobList []JobListType    `json:",omitempty" xml:",omitempty"`
}

ProcessJobListTypeDataArea was auto-generated. Do not change.

type ProcessJobResponseType

type ProcessJobResponseType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessJobResponseTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessJobResponseType was auto-generated. Do not change.

type ProcessJobResponseTypeDataArea

type ProcessJobResponseTypeDataArea struct {
	Process     TransProcessType  `json:",omitempty" xml:",omitempty"`
	JobResponse []JobResponseType `json:",omitempty" xml:",omitempty"`
}

ProcessJobResponseTypeDataArea was auto-generated. Do not change.

type ProcessMaterialClassType

type ProcessMaterialClassType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessMaterialClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessMaterialClassType was auto-generated. Do not change.

type ProcessMaterialClassTypeDataArea

type ProcessMaterialClassTypeDataArea struct {
	Process       TransProcessType    `json:",omitempty" xml:",omitempty"`
	MaterialClass []MaterialClassType `json:",omitempty" xml:",omitempty"`
}

ProcessMaterialClassTypeDataArea was auto-generated. Do not change.

type ProcessMaterialDefinitionType

type ProcessMaterialDefinitionType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessMaterialDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessMaterialDefinitionType was auto-generated. Do not change.

type ProcessMaterialDefinitionTypeDataArea

type ProcessMaterialDefinitionTypeDataArea struct {
	Process            TransProcessType         `json:",omitempty" xml:",omitempty"`
	MaterialDefinition []MaterialDefinitionType `json:",omitempty" xml:",omitempty"`
}

ProcessMaterialDefinitionTypeDataArea was auto-generated. Do not change.

type ProcessMaterialInformationType

type ProcessMaterialInformationType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessMaterialInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessMaterialInformationType was auto-generated. Do not change.

type ProcessMaterialInformationTypeDataArea

type ProcessMaterialInformationTypeDataArea struct {
	Process             TransProcessType          `json:",omitempty" xml:",omitempty"`
	MaterialInformation []MaterialInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessMaterialInformationTypeDataArea was auto-generated. Do not change.

type ProcessMaterialLotType

type ProcessMaterialLotType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessMaterialLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessMaterialLotType was auto-generated. Do not change.

type ProcessMaterialLotTypeDataArea

type ProcessMaterialLotTypeDataArea struct {
	Process     TransProcessType  `json:",omitempty" xml:",omitempty"`
	MaterialLot []MaterialLotType `json:",omitempty" xml:",omitempty"`
}

ProcessMaterialLotTypeDataArea was auto-generated. Do not change.

type ProcessMaterialSubLotType

type ProcessMaterialSubLotType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessMaterialSubLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessMaterialSubLotType was auto-generated. Do not change.

type ProcessMaterialSubLotTypeDataArea

type ProcessMaterialSubLotTypeDataArea struct {
	Process        TransProcessType     `json:",omitempty" xml:",omitempty"`
	MaterialSubLot []MaterialSubLotType `json:",omitempty" xml:",omitempty"`
}

ProcessMaterialSubLotTypeDataArea was auto-generated. Do not change.

type ProcessMaterialTestSpecType

type ProcessMaterialTestSpecType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessMaterialTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessMaterialTestSpecType was auto-generated. Do not change.

type ProcessMaterialTestSpecTypeDataArea

type ProcessMaterialTestSpecTypeDataArea struct {
	Process          TransProcessType                `json:",omitempty" xml:",omitempty"`
	MaterialTestSpec []MaterialTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ProcessMaterialTestSpecTypeDataArea was auto-generated. Do not change.

type ProcessOperationsCapabilityInformationType

type ProcessOperationsCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessOperationsCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessOperationsCapabilityInformationType was auto-generated. Do not change.

type ProcessOperationsCapabilityInformationTypeDataArea

type ProcessOperationsCapabilityInformationTypeDataArea struct {
	Process                         TransProcessType                      `json:",omitempty" xml:",omitempty"`
	OperationsCapabilityInformation []OperationsCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessOperationsCapabilityInformationTypeDataArea was auto-generated. Do not change.

type ProcessOperationsCapabilityType

type ProcessOperationsCapabilityType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessOperationsCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessOperationsCapabilityType was auto-generated. Do not change.

type ProcessOperationsCapabilityTypeDataArea

type ProcessOperationsCapabilityTypeDataArea struct {
	Process              TransProcessType           `json:",omitempty" xml:",omitempty"`
	OperationsCapability []OperationsCapabilityType `json:",omitempty" xml:",omitempty"`
}

ProcessOperationsCapabilityTypeDataArea was auto-generated. Do not change.

type ProcessOperationsDefinitionInformationType

type ProcessOperationsDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessOperationsDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessOperationsDefinitionInformationType was auto-generated. Do not change.

type ProcessOperationsDefinitionInformationTypeDataArea

type ProcessOperationsDefinitionInformationTypeDataArea struct {
	Process                         TransProcessType                      `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionInformation []OperationsDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessOperationsDefinitionInformationTypeDataArea was auto-generated. Do not change.

type ProcessOperationsDefinitionType

type ProcessOperationsDefinitionType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessOperationsDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessOperationsDefinitionType was auto-generated. Do not change.

type ProcessOperationsDefinitionTypeDataArea

type ProcessOperationsDefinitionTypeDataArea struct {
	Process              TransProcessType           `json:",omitempty" xml:",omitempty"`
	OperationsDefinition []OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

ProcessOperationsDefinitionTypeDataArea was auto-generated. Do not change.

type ProcessOperationsPerformanceType

type ProcessOperationsPerformanceType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessOperationsPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessOperationsPerformanceType was auto-generated. Do not change.

type ProcessOperationsPerformanceTypeDataArea

type ProcessOperationsPerformanceTypeDataArea struct {
	Process               TransProcessType            `json:",omitempty" xml:",omitempty"`
	OperationsPerformance []OperationsPerformanceType `json:",omitempty" xml:",omitempty"`
}

ProcessOperationsPerformanceTypeDataArea was auto-generated. Do not change.

type ProcessOperationsScheduleType

type ProcessOperationsScheduleType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessOperationsScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessOperationsScheduleType was auto-generated. Do not change.

type ProcessOperationsScheduleTypeDataArea

type ProcessOperationsScheduleTypeDataArea struct {
	Process            TransProcessType         `json:",omitempty" xml:",omitempty"`
	OperationsSchedule []OperationsScheduleType `json:",omitempty" xml:",omitempty"`
}

ProcessOperationsScheduleTypeDataArea was auto-generated. Do not change.

type ProcessPersonType

type ProcessPersonType struct {
	ApplicationArea TransApplicationAreaType  `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessPersonTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessPersonType was auto-generated. Do not change.

type ProcessPersonTypeDataArea

type ProcessPersonTypeDataArea struct {
	Process TransProcessType `json:",omitempty" xml:",omitempty"`
	Person  []PersonType     `json:",omitempty" xml:",omitempty"`
}

ProcessPersonTypeDataArea was auto-generated. Do not change.

type ProcessPersonnelClassType

type ProcessPersonnelClassType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessPersonnelClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessPersonnelClassType was auto-generated. Do not change.

type ProcessPersonnelClassTypeDataArea

type ProcessPersonnelClassTypeDataArea struct {
	Process        TransProcessType     `json:",omitempty" xml:",omitempty"`
	PersonnelClass []PersonnelClassType `json:",omitempty" xml:",omitempty"`
}

ProcessPersonnelClassTypeDataArea was auto-generated. Do not change.

type ProcessPersonnelInformationType

type ProcessPersonnelInformationType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessPersonnelInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessPersonnelInformationType was auto-generated. Do not change.

type ProcessPersonnelInformationTypeDataArea

type ProcessPersonnelInformationTypeDataArea struct {
	Process              TransProcessType           `json:",omitempty" xml:",omitempty"`
	PersonnelInformation []PersonnelInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessPersonnelInformationTypeDataArea was auto-generated. Do not change.

type ProcessPhysicalAssetCapabilityTestSpecType

type ProcessPhysicalAssetCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessPhysicalAssetCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessPhysicalAssetCapabilityTestSpecType was auto-generated. Do not change.

type ProcessPhysicalAssetCapabilityTestSpecTypeDataArea

type ProcessPhysicalAssetCapabilityTestSpecTypeDataArea struct {
	Process                         TransProcessType                               `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpec []PhysicalAssetCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ProcessPhysicalAssetCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type ProcessPhysicalAssetClassType

type ProcessPhysicalAssetClassType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessPhysicalAssetClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessPhysicalAssetClassType was auto-generated. Do not change.

type ProcessPhysicalAssetClassTypeDataArea

type ProcessPhysicalAssetClassTypeDataArea struct {
	Process            TransProcessType         `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClass []PhysicalAssetClassType `json:",omitempty" xml:",omitempty"`
}

ProcessPhysicalAssetClassTypeDataArea was auto-generated. Do not change.

type ProcessPhysicalAssetInformationType

type ProcessPhysicalAssetInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessPhysicalAssetInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessPhysicalAssetInformationType was auto-generated. Do not change.

type ProcessPhysicalAssetInformationTypeDataArea

type ProcessPhysicalAssetInformationTypeDataArea struct {
	Process                  TransProcessType               `json:",omitempty" xml:",omitempty"`
	PhysicalAssetInformation []PhysicalAssetInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessPhysicalAssetInformationTypeDataArea was auto-generated. Do not change.

type ProcessPhysicalAssetType

type ProcessPhysicalAssetType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessPhysicalAssetTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessPhysicalAssetType was auto-generated. Do not change.

type ProcessPhysicalAssetTypeDataArea

type ProcessPhysicalAssetTypeDataArea struct {
	Process       TransProcessType    `json:",omitempty" xml:",omitempty"`
	PhysicalAsset []PhysicalAssetType `json:",omitempty" xml:",omitempty"`
}

ProcessPhysicalAssetTypeDataArea was auto-generated. Do not change.

type ProcessProcessElementLibraryType

type ProcessProcessElementLibraryType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessProcessElementLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessProcessElementLibraryType was auto-generated. Do not change.

type ProcessProcessElementLibraryTypeDataArea

type ProcessProcessElementLibraryTypeDataArea struct {
	Process               TransProcessType            `json:",omitempty" xml:",omitempty"`
	ProcessElementLibrary []ProcessElementLibraryType `json:",omitempty" xml:",omitempty"`
}

ProcessProcessElementLibraryTypeDataArea was auto-generated. Do not change.

type ProcessProcessSegmentInformationType

type ProcessProcessSegmentInformationType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessProcessSegmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessProcessSegmentInformationType was auto-generated. Do not change.

type ProcessProcessSegmentInformationTypeDataArea

type ProcessProcessSegmentInformationTypeDataArea struct {
	Process                   TransProcessType                `json:",omitempty" xml:",omitempty"`
	ProcessSegmentInformation []ProcessSegmentInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessProcessSegmentInformationTypeDataArea was auto-generated. Do not change.

type ProcessProcessSegmentType

type ProcessProcessSegmentType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessProcessSegmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessProcessSegmentType was auto-generated. Do not change.

type ProcessProcessSegmentTypeDataArea

type ProcessProcessSegmentTypeDataArea struct {
	Process        TransProcessType     `json:",omitempty" xml:",omitempty"`
	ProcessSegment []ProcessSegmentType `json:",omitempty" xml:",omitempty"`
}

ProcessProcessSegmentTypeDataArea was auto-generated. Do not change.

type ProcessProductDefinitionType

type ProcessProductDefinitionType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessProductDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessProductDefinitionType was auto-generated. Do not change.

type ProcessProductDefinitionTypeDataArea

type ProcessProductDefinitionTypeDataArea struct {
	Process           TransProcessType        `json:",omitempty" xml:",omitempty"`
	ProductDefinition []ProductDefinitionType `json:",omitempty" xml:",omitempty"`
}

ProcessProductDefinitionTypeDataArea was auto-generated. Do not change.

type ProcessProductInformationType

type ProcessProductInformationType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessProductInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessProductInformationType was auto-generated. Do not change.

type ProcessProductInformationTypeDataArea

type ProcessProductInformationTypeDataArea struct {
	Process            TransProcessType         `json:",omitempty" xml:",omitempty"`
	ProductInformation []ProductInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessProductInformationTypeDataArea was auto-generated. Do not change.

type ProcessProductionCapabilityType

type ProcessProductionCapabilityType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessProductionCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessProductionCapabilityType was auto-generated. Do not change.

type ProcessProductionCapabilityTypeDataArea

type ProcessProductionCapabilityTypeDataArea struct {
	Process              TransProcessType           `json:",omitempty" xml:",omitempty"`
	ProductionCapability []ProductionCapabilityType `json:",omitempty" xml:",omitempty"`
}

ProcessProductionCapabilityTypeDataArea was auto-generated. Do not change.

type ProcessProductionPerformanceType

type ProcessProductionPerformanceType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessProductionPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessProductionPerformanceType was auto-generated. Do not change.

type ProcessProductionPerformanceTypeDataArea

type ProcessProductionPerformanceTypeDataArea struct {
	Process               TransProcessType            `json:",omitempty" xml:",omitempty"`
	ProductionPerformance []ProductionPerformanceType `json:",omitempty" xml:",omitempty"`
}

ProcessProductionPerformanceTypeDataArea was auto-generated. Do not change.

type ProcessProductionScheduleType

type ProcessProductionScheduleType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessProductionScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessProductionScheduleType was auto-generated. Do not change.

type ProcessProductionScheduleTypeDataArea

type ProcessProductionScheduleTypeDataArea struct {
	Process            TransProcessType         `json:",omitempty" xml:",omitempty"`
	ProductionSchedule []ProductionScheduleType `json:",omitempty" xml:",omitempty"`
}

ProcessProductionScheduleTypeDataArea was auto-generated. Do not change.

type ProcessQualificationTestSpecificationType

type ProcessQualificationTestSpecificationType struct {
	ApplicationArea TransApplicationAreaType                          `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessQualificationTestSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessQualificationTestSpecificationType was auto-generated. Do not change.

type ProcessQualificationTestSpecificationTypeDataArea

type ProcessQualificationTestSpecificationTypeDataArea struct {
	Process                        TransProcessType                     `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecification []QualificationTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ProcessQualificationTestSpecificationTypeDataArea was auto-generated. Do not change.

type ProcessResourceConstraintLibraryType

type ProcessResourceConstraintLibraryType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessResourceConstraintLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessResourceConstraintLibraryType was auto-generated. Do not change.

type ProcessResourceConstraintLibraryTypeDataArea

type ProcessResourceConstraintLibraryTypeDataArea struct {
	Process                   TransProcessType                `json:",omitempty" xml:",omitempty"`
	ResourceConstraintLibrary []ResourceConstraintLibraryType `json:",omitempty" xml:",omitempty"`
}

ProcessResourceConstraintLibraryTypeDataArea was auto-generated. Do not change.

type ProcessResourceNetworkConnectionInformationType

type ProcessResourceNetworkConnectionInformationType struct {
	ApplicationArea TransApplicationAreaType                                `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessResourceNetworkConnectionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessResourceNetworkConnectionInformationType was auto-generated. Do not change.

type ProcessResourceNetworkConnectionInformationTypeDataArea

type ProcessResourceNetworkConnectionInformationTypeDataArea struct {
	Process                              TransProcessType                           `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionInformation []ResourceNetworkConnectionInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessResourceNetworkConnectionInformationTypeDataArea was auto-generated. Do not change.

type ProcessResourceRelationshipNetworkType

type ProcessResourceRelationshipNetworkType struct {
	ApplicationArea TransApplicationAreaType                       `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessResourceRelationshipNetworkTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessResourceRelationshipNetworkType was auto-generated. Do not change.

type ProcessResourceRelationshipNetworkTypeDataArea

type ProcessResourceRelationshipNetworkTypeDataArea struct {
	Process                     TransProcessType                  `json:",omitempty" xml:",omitempty"`
	ResourceRelationshipNetwork []ResourceRelationshipNetworkType `json:",omitempty" xml:",omitempty"`
}

ProcessResourceRelationshipNetworkTypeDataArea was auto-generated. Do not change.

type ProcessSegmentCapabilityType

type ProcessSegmentCapabilityType struct {
	ID                       IdentifierType                 `json:",omitempty" xml:",omitempty"`
	Description              []DescriptionType              `json:",omitempty" xml:",omitempty"`
	ProcessSegmentID         ProcessSegmentIDType           `json:",omitempty" xml:",omitempty"`
	CapabilityType           CapabilityTypeType             `json:",omitempty" xml:",omitempty"`
	Reason                   ReasonType                     `json:",omitempty" xml:",omitempty"`
	Location                 []LocationType                 `json:",omitempty" xml:",omitempty"`
	HierarchyScope           HierarchyScopeType             `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel    []EquipmentElementLevelType    `json:",omitempty" xml:",omitempty"`
	StartTime                StartTimeType                  `json:",omitempty" xml:",omitempty"`
	EndTime                  EndTimeType                    `json:",omitempty" xml:",omitempty"`
	PersonnelCapability      []PersonnelCapabilityType      `json:",omitempty" xml:",omitempty"`
	EquipmentCapability      []EquipmentCapabilityType      `json:",omitempty" xml:",omitempty"`
	MaterialCapability       []MaterialCapabilityType       `json:",omitempty" xml:",omitempty"`
	ProcessSegmentCapability []ProcessSegmentCapabilityType `json:",omitempty" xml:",omitempty"`
}

ProcessSegmentCapabilityType was auto-generated. Do not change.

type ProcessSegmentIDType

type ProcessSegmentIDType struct {
	IdentifierType
}

ProcessSegmentIDType was auto-generated. Do not change.

type ProcessSegmentInformationType

type ProcessSegmentInformationType struct {
	ID             IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType    `json:",omitempty" xml:",omitempty"`
	Location       LocationType         `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType   `json:",omitempty" xml:",omitempty"`
	PublishedDate  PublishedDateType    `json:",omitempty" xml:",omitempty"`
	ProcessSegment []ProcessSegmentType `json:",omitempty" xml:",omitempty"`
}

ProcessSegmentInformationType was auto-generated. Do not change.

type ProcessSegmentType

type ProcessSegmentType struct {
	ID                                IdentifierType                          `json:",omitempty" xml:",omitempty"`
	Description                       []DescriptionType                       `json:",omitempty" xml:",omitempty"`
	OperationsType                    OperationsTypeType                      `json:",omitempty" xml:",omitempty"`
	Location                          LocationType                            `json:",omitempty" xml:",omitempty"`
	HierarchyScope                    HierarchyScopeType                      `json:",omitempty" xml:",omitempty"`
	PublishedDate                     PublishedDateType                       `json:",omitempty" xml:",omitempty"`
	Duration                          string                                  `json:",omitempty" xml:",omitempty"`
	PersonnelSegmentSpecification     []PersonnelSegmentSpecificationType     `json:",omitempty" xml:",omitempty"`
	EquipmentSegmentSpecification     []EquipmentSegmentSpecificationType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetSegmentSpecification []PhysicalAssetSegmentSpecificationType `json:",omitempty" xml:",omitempty"`
	MaterialSegmentSpecification      []MaterialSegmentSpecificationType      `json:",omitempty" xml:",omitempty"`
	Parameter                         []ParameterType                         `json:",omitempty" xml:",omitempty"`
	SegmentDependency                 []SegmentDependencyType                 `json:",omitempty" xml:",omitempty"`
	ProcessSegment                    []ProcessSegmentType                    `json:",omitempty" xml:",omitempty"`
}

ProcessSegmentType was auto-generated. Do not change.

type ProcessWorkAlertDefinitionType

type ProcessWorkAlertDefinitionType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkAlertDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkAlertDefinitionType was auto-generated. Do not change.

type ProcessWorkAlertDefinitionTypeDataArea

type ProcessWorkAlertDefinitionTypeDataArea struct {
	Process             TransProcessType          `json:",omitempty" xml:",omitempty"`
	WorkAlertDefinition []WorkAlertDefinitionType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkAlertDefinitionTypeDataArea was auto-generated. Do not change.

type ProcessWorkAlertInformationType

type ProcessWorkAlertInformationType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkAlertInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkAlertInformationType was auto-generated. Do not change.

type ProcessWorkAlertInformationTypeDataArea

type ProcessWorkAlertInformationTypeDataArea struct {
	Process              TransProcessType           `json:",omitempty" xml:",omitempty"`
	WorkAlertInformation []WorkAlertInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkAlertInformationTypeDataArea was auto-generated. Do not change.

type ProcessWorkAlertType

type ProcessWorkAlertType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkAlertTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkAlertType was auto-generated. Do not change.

type ProcessWorkAlertTypeDataArea

type ProcessWorkAlertTypeDataArea struct {
	Process   TransProcessType `json:",omitempty" xml:",omitempty"`
	WorkAlert []WorkAlertType  `json:",omitempty" xml:",omitempty"`
}

ProcessWorkAlertTypeDataArea was auto-generated. Do not change.

type ProcessWorkCapabilityInformationType

type ProcessWorkCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkCapabilityInformationType was auto-generated. Do not change.

type ProcessWorkCapabilityInformationTypeDataArea

type ProcessWorkCapabilityInformationTypeDataArea struct {
	Process                   TransProcessType                `json:",omitempty" xml:",omitempty"`
	WorkCapabilityInformation []WorkCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkCapabilityInformationTypeDataArea was auto-generated. Do not change.

type ProcessWorkCapabilityType

type ProcessWorkCapabilityType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkCapabilityType was auto-generated. Do not change.

type ProcessWorkCapabilityTypeDataArea

type ProcessWorkCapabilityTypeDataArea struct {
	Process        TransProcessType     `json:",omitempty" xml:",omitempty"`
	WorkCapability []WorkCapabilityType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkCapabilityTypeDataArea was auto-generated. Do not change.

type ProcessWorkDefinitionInformationType

type ProcessWorkDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkDefinitionInformationType was auto-generated. Do not change.

type ProcessWorkDefinitionInformationTypeDataArea

type ProcessWorkDefinitionInformationTypeDataArea struct {
	Process                   TransProcessType                `json:",omitempty" xml:",omitempty"`
	WorkDefinitionInformation []WorkDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkDefinitionInformationTypeDataArea was auto-generated. Do not change.

type ProcessWorkDirectiveType

type ProcessWorkDirectiveType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkDirectiveTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkDirectiveType was auto-generated. Do not change.

type ProcessWorkDirectiveTypeDataArea

type ProcessWorkDirectiveTypeDataArea struct {
	Process       TransProcessType    `json:",omitempty" xml:",omitempty"`
	WorkDirective []WorkDirectiveType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkDirectiveTypeDataArea was auto-generated. Do not change.

type ProcessWorkMasterType

type ProcessWorkMasterType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkMasterTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkMasterType was auto-generated. Do not change.

type ProcessWorkMasterTypeDataArea

type ProcessWorkMasterTypeDataArea struct {
	Process    TransProcessType `json:",omitempty" xml:",omitempty"`
	WorkMaster []WorkMasterType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkMasterTypeDataArea was auto-generated. Do not change.

type ProcessWorkPerformanceType

type ProcessWorkPerformanceType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkPerformanceType was auto-generated. Do not change.

type ProcessWorkPerformanceTypeDataArea

type ProcessWorkPerformanceTypeDataArea struct {
	Process         TransProcessType      `json:",omitempty" xml:",omitempty"`
	WorkPerformance []WorkPerformanceType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkPerformanceTypeDataArea was auto-generated. Do not change.

type ProcessWorkScheduleType

type ProcessWorkScheduleType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkScheduleType was auto-generated. Do not change.

type ProcessWorkScheduleTypeDataArea

type ProcessWorkScheduleTypeDataArea struct {
	Process      TransProcessType   `json:",omitempty" xml:",omitempty"`
	WorkSchedule []WorkScheduleType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkScheduleTypeDataArea was auto-generated. Do not change.

type ProcessWorkflowSpecificationInformationType

type ProcessWorkflowSpecificationInformationType struct {
	ApplicationArea TransApplicationAreaType                            `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkflowSpecificationInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkflowSpecificationInformationType was auto-generated. Do not change.

type ProcessWorkflowSpecificationInformationTypeDataArea

type ProcessWorkflowSpecificationInformationTypeDataArea struct {
	Process                          TransProcessType                       `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationInformation []WorkflowSpecificationInformationType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkflowSpecificationInformationTypeDataArea was auto-generated. Do not change.

type ProcessWorkflowSpecificationType

type ProcessWorkflowSpecificationType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkflowSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkflowSpecificationType was auto-generated. Do not change.

type ProcessWorkflowSpecificationTypeDataArea

type ProcessWorkflowSpecificationTypeDataArea struct {
	Process               TransProcessType            `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification []WorkflowSpecificationType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkflowSpecificationTypeDataArea was auto-generated. Do not change.

type ProcessWorkflowSpecificationTypeType

type ProcessWorkflowSpecificationTypeType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        ProcessWorkflowSpecificationTypeTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ProcessWorkflowSpecificationTypeType was auto-generated. Do not change.

type ProcessWorkflowSpecificationTypeTypeDataArea

type ProcessWorkflowSpecificationTypeTypeDataArea struct {
	Process                   TransProcessType                `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationType []WorkflowSpecificationTypeType `json:",omitempty" xml:",omitempty"`
}

ProcessWorkflowSpecificationTypeTypeDataArea was auto-generated. Do not change.

type ProductDefinitionRecordType

type ProductDefinitionRecordType struct {
	EntryID           IdentifierType        `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType  `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType          `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType        `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType     `json:",omitempty" xml:",omitempty"`
	ProductDefinition ProductDefinitionType `json:",omitempty" xml:",omitempty"`
}

ProductDefinitionRecordType was auto-generated. Do not change.

type ProductDefinitionType

type ProductDefinitionType struct {
	ID                    IdentifierType            `json:",omitempty" xml:",omitempty"`
	Version               VersionType               `json:",omitempty" xml:",omitempty"`
	Description           []DescriptionType         `json:",omitempty" xml:",omitempty"`
	Location              LocationType              `json:",omitempty" xml:",omitempty"`
	HierarchyScope        HierarchyScopeType        `json:",omitempty" xml:",omitempty"`
	PublishedDate         PublishedDateType         `json:",omitempty" xml:",omitempty"`
	ProductProductionRule ProductProductionRuleType `json:",omitempty" xml:",omitempty"`
	BillOfMaterialsID     BillOfMaterialsIDType     `json:",omitempty" xml:",omitempty"`
	BillOfResourcesID     BillOfResourcesIDType     `json:",omitempty" xml:",omitempty"`
	ManufacturingBill     []ManufacturingBillType   `json:",omitempty" xml:",omitempty"`
	ProductSegment        []ProductSegmentType      `json:",omitempty" xml:",omitempty"`
}

ProductDefinitionType was auto-generated. Do not change.

type ProductIDType

type ProductIDType struct {
	IdentifierType
}

ProductIDType was auto-generated. Do not change.

type ProductInformationType

type ProductInformationType struct {
	ID                IdentifierType          `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType       `json:",omitempty" xml:",omitempty"`
	Location          LocationType            `json:",omitempty" xml:",omitempty"`
	HierarchyScope    HierarchyScopeType      `json:",omitempty" xml:",omitempty"`
	PublishedDate     PublishedDateType       `json:",omitempty" xml:",omitempty"`
	ProductDefinition []ProductDefinitionType `json:",omitempty" xml:",omitempty"`
}

ProductInformationType was auto-generated. Do not change.

type ProductNameType

type ProductNameType struct {
	IdentifierType
}

ProductNameType was auto-generated. Do not change.

type ProductProductionRuleIDType

type ProductProductionRuleIDType struct {
	IdentifierType
}

ProductProductionRuleIDType was auto-generated. Do not change.

type ProductProductionRuleType

type ProductProductionRuleType struct {
	IdentifierType
}

ProductProductionRuleType was auto-generated. Do not change.

type ProductSegmentIDType

type ProductSegmentIDType struct {
	IdentifierType
}

ProductSegmentIDType was auto-generated. Do not change.

type ProductSegmentType

type ProductSegmentType struct {
	ID                         IdentifierType                   `json:",omitempty" xml:",omitempty"`
	Description                DescriptionType                  `json:",omitempty" xml:",omitempty"`
	Duration                   string                           `json:",omitempty" xml:",omitempty"`
	ProcessSegmentID           []ProcessSegmentIDType           `json:",omitempty" xml:",omitempty"`
	Parameter                  []ParameterType                  `json:",omitempty" xml:",omitempty"`
	PersonnelSpecification     []PersonnelSpecificationType     `json:",omitempty" xml:",omitempty"`
	EquipmentSpecification     []EquipmentSpecificationType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetSpecification []PhysicalAssetSpecificationType `json:",omitempty" xml:",omitempty"`
	MaterialSpecification      []MaterialSpecificationType      `json:",omitempty" xml:",omitempty"`
	SegmentDependency          []SegmentDependencyType          `json:",omitempty" xml:",omitempty"`
	ProductSegment             []ProductSegmentType             `json:",omitempty" xml:",omitempty"`
}

ProductSegmentType was auto-generated. Do not change.

type ProductionCapabilityType

type ProductionCapabilityType struct {
	ID                       IdentifierType                 `json:",omitempty" xml:",omitempty"`
	Description              []DescriptionType              `json:",omitempty" xml:",omitempty"`
	Location                 LocationType                   `json:",omitempty" xml:",omitempty"`
	HierarchyScope           HierarchyScopeType             `json:",omitempty" xml:",omitempty"`
	PublishedDate            PublishedDateType              `json:",omitempty" xml:",omitempty"`
	CapabilityType           CapabilityTypeType             `json:",omitempty" xml:",omitempty"`
	Reason                   ReasonType                     `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel    []EquipmentElementLevelType    `json:",omitempty" xml:",omitempty"`
	StartTime                StartTimeType                  `json:",omitempty" xml:",omitempty"`
	EndTime                  EndTimeType                    `json:",omitempty" xml:",omitempty"`
	PersonnelCapability      []PersonnelCapabilityType      `json:",omitempty" xml:",omitempty"`
	EquipmentCapability      []EquipmentCapabilityType      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapability  []PhysicalAssetCapabilityType  `json:",omitempty" xml:",omitempty"`
	MaterialCapability       []MaterialCapabilityType       `json:",omitempty" xml:",omitempty"`
	ProcessSegmentCapability []ProcessSegmentCapabilityType `json:",omitempty" xml:",omitempty"`
}

ProductionCapabilityType was auto-generated. Do not change.

type ProductionDataType

type ProductionDataType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Value                              []ValueType                            `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
	ProductionData                     []ProductionDataType                   `json:",omitempty" xml:",omitempty"`
}

ProductionDataType was auto-generated. Do not change.

type ProductionParameterType

type ProductionParameterType struct {
	ProductSegmentID ProductSegmentIDType `json:",omitempty" xml:",omitempty"`
	ProcessSegmentID ProcessSegmentIDType `json:",omitempty" xml:",omitempty"`
	Parameter        ParameterType        `json:",omitempty" xml:",omitempty"`
}

ProductionParameterType was auto-generated. Do not change.

type ProductionPerformanceRecordType

type ProductionPerformanceRecordType struct {
	EntryID                IdentifierType            `json:",omitempty" xml:",omitempty"`
	ObjectType             RecordObjectTypeType      `json:",omitempty" xml:",omitempty"`
	TimeStamp              DateTimeType              `json:",omitempty" xml:",omitempty"`
	ExternalReference      IdentifierType            `json:",omitempty" xml:",omitempty"`
	Description            []DescriptionType         `json:",omitempty" xml:",omitempty"`
	ProductionPerformaance ProductionPerformanceType `json:",omitempty" xml:",omitempty"`
}

ProductionPerformanceRecordType was auto-generated. Do not change.

type ProductionPerformanceType

type ProductionPerformanceType struct {
	ID                    IdentifierType            `json:",omitempty" xml:",omitempty"`
	Description           []DescriptionType         `json:",omitempty" xml:",omitempty"`
	Location              LocationType              `json:",omitempty" xml:",omitempty"`
	HierarchyScope        HierarchyScopeType        `json:",omitempty" xml:",omitempty"`
	PublishedDate         PublishedDateType         `json:",omitempty" xml:",omitempty"`
	ProductionScheduleID  ProductionScheduleIDType  `json:",omitempty" xml:",omitempty"`
	StartTime             StartTimeType             `json:",omitempty" xml:",omitempty"`
	EndTime               EndTimeType               `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel EquipmentElementLevelType `json:",omitempty" xml:",omitempty"`
	ProductionResponse    []ProductionResponseType  `json:",omitempty" xml:",omitempty"`
	PerformanceState      ResponseStateType         `json:",omitempty" xml:",omitempty"`
}

ProductionPerformanceType was auto-generated. Do not change.

type ProductionRequestIDType

type ProductionRequestIDType struct {
	IdentifierType
}

ProductionRequestIDType was auto-generated. Do not change.

type ProductionRequestType

type ProductionRequestType struct {
	ID                      IdentifierType                `json:",omitempty" xml:",omitempty"`
	Description             []DescriptionType             `json:",omitempty" xml:",omitempty"`
	ProductProductionRuleID []ProductProductionRuleIDType `json:",omitempty" xml:",omitempty"`
	Version                 []VersionType                 `json:",omitempty" xml:",omitempty"`
	Location                LocationType                  `json:",omitempty" xml:",omitempty"`
	HierarchyScope          HierarchyScopeType            `json:",omitempty" xml:",omitempty"`
	StartTime               StartTimeType                 `json:",omitempty" xml:",omitempty"`
	EndTime                 EndTimeType                   `json:",omitempty" xml:",omitempty"`
	Priority                PriorityType                  `json:",omitempty" xml:",omitempty"`
	SegmentRequirement      []SegmentRequirementType      `json:",omitempty" xml:",omitempty"`
	SegmentResponse         []SegmentResponseType         `json:",omitempty" xml:",omitempty"`
	RequestState            RequestStateType              `json:",omitempty" xml:",omitempty"`
}

ProductionRequestType was auto-generated. Do not change.

type ProductionResponseType

type ProductionResponseType struct {
	ID                      IdentifierType                `json:",omitempty" xml:",omitempty"`
	ProductionRequestID     ProductionRequestIDType       `json:",omitempty" xml:",omitempty"`
	ProductProductionRuleID []ProductProductionRuleIDType `json:",omitempty" xml:",omitempty"`
	Version                 []VersionType                 `json:",omitempty" xml:",omitempty"`
	Location                LocationType                  `json:",omitempty" xml:",omitempty"`
	HierarchyScope          HierarchyScopeType            `json:",omitempty" xml:",omitempty"`
	StartTime               StartTimeType                 `json:",omitempty" xml:",omitempty"`
	EndTime                 EndTimeType                   `json:",omitempty" xml:",omitempty"`
	SegmentResponse         []SegmentResponseType         `json:",omitempty" xml:",omitempty"`
	ResponseState           ResponseStateType             `json:",omitempty" xml:",omitempty"`
}

ProductionResponseType was auto-generated. Do not change.

type ProductionScheduleIDType

type ProductionScheduleIDType struct {
	IdentifierType
}

ProductionScheduleIDType was auto-generated. Do not change.

type ProductionScheduleRecordType

type ProductionScheduleRecordType struct {
	EntryID            IdentifierType         `json:",omitempty" xml:",omitempty"`
	ObjectType         RecordObjectTypeType   `json:",omitempty" xml:",omitempty"`
	TimeStamp          DateTimeType           `json:",omitempty" xml:",omitempty"`
	ExternalReference  IdentifierType         `json:",omitempty" xml:",omitempty"`
	Description        []DescriptionType      `json:",omitempty" xml:",omitempty"`
	ProductionSchedule ProductionScheduleType `json:",omitempty" xml:",omitempty"`
}

ProductionScheduleRecordType was auto-generated. Do not change.

type ProductionScheduleType

type ProductionScheduleType struct {
	ID                    IdentifierType            `json:",omitempty" xml:",omitempty"`
	Description           []DescriptionType         `json:",omitempty" xml:",omitempty"`
	Location              LocationType              `json:",omitempty" xml:",omitempty"`
	HierarchyScope        HierarchyScopeType        `json:",omitempty" xml:",omitempty"`
	PublishedDate         PublishedDateType         `json:",omitempty" xml:",omitempty"`
	StartTime             StartTimeType             `json:",omitempty" xml:",omitempty"`
	EndTime               EndTimeType               `json:",omitempty" xml:",omitempty"`
	EquipmentElementLevel EquipmentElementLevelType `json:",omitempty" xml:",omitempty"`
	ProductionRequest     []ProductionRequestType   `json:",omitempty" xml:",omitempty"`
	ScheduleState         RequestStateType          `json:",omitempty" xml:",omitempty"`
}

ProductionScheduleType was auto-generated. Do not change.

type PropertyIDType

type PropertyIDType struct {
	IdentifierType
}

PropertyIDType was auto-generated. Do not change.

type PublishedDateType

type PublishedDateType struct {
	DateTimeType
}

PublishedDateType was auto-generated. Do not change.

type QualificationTestSpecificationIDType

type QualificationTestSpecificationIDType struct {
	IdentifierType
}

QualificationTestSpecificationIDType was auto-generated. Do not change.

type QualificationTestSpecificationType

type QualificationTestSpecificationType struct {
	ID                           IdentifierType                     `json:",omitempty" xml:",omitempty"`
	Description                  []DescriptionType                  `json:",omitempty" xml:",omitempty"`
	Version                      VersionType                        `json:",omitempty" xml:",omitempty"`
	Location                     LocationType                       `json:",omitempty" xml:",omitempty"`
	HierarchyScope               HierarchyScopeType                 `json:",omitempty" xml:",omitempty"`
	TestedPersonProperty         []TestedPersonPropertyType         `json:",omitempty" xml:",omitempty"`
	TestedPersonnelClassProperty []TestedPersonnelClassPropertyType `json:",omitempty" xml:",omitempty"`
}

QualificationTestSpecificationType was auto-generated. Do not change.

type QuantityStringType

type QuantityStringType struct {
	AnyGenericValueType
}

QuantityStringType was auto-generated. Do not change.

type QuantityValueType

type QuantityValueType struct {
	QuantityString QuantityStringType `json:",omitempty" xml:",omitempty"`
	DataType       DataTypeType       `json:",omitempty" xml:",omitempty"`
	UnitOfMeasure  UnitOfMeasureType  `json:",omitempty" xml:",omitempty"`
	Key            IdentifierType     `json:",omitempty" xml:",omitempty"`
}

QuantityValueType was auto-generated. Do not change.

type ReasonType

type ReasonType struct {
	CodeType
}

ReasonType was auto-generated. Do not change.

type RecipeBuildingBlockType

type RecipeBuildingBlockType struct {
	Description   []DescriptionType   `json:",omitempty" xml:",omitempty"`
	RecipeElement []RecipeElementType `json:",omitempty" xml:",omitempty"`
}

RecipeBuildingBlockType was auto-generated. Do not change.

type RecipeElementIDType

type RecipeElementIDType struct {
	IdentifierType
}

RecipeElementIDType was auto-generated. Do not change.

type RecipeElementRecordType

type RecipeElementRecordType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	RecipeElementType RecipeElementType    `json:",omitempty" xml:",omitempty"`
}

RecipeElementRecordType was auto-generated. Do not change.

type RecipeElementType

type RecipeElementType struct {
	ID                          IDType                          `json:",omitempty" xml:",omitempty"`
	Version                     VersionType                     `json:",omitempty" xml:",omitempty"`
	VersionDate                 VersionDateType                 `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType               `json:",omitempty" xml:",omitempty"`
	RecipeElementType1          RecipeElementTypeType           `json:",omitempty" xml:",omitempty"`
	BuildingBlockElementID      BuildingBlockElementIDType      `json:",omitempty" xml:",omitempty"`
	BuildingBlockElementVersion BuildingBlockElementVersionType `json:",omitempty" xml:",omitempty"`
	ActualEquipmentID           []ActualEquipmentIDType         `json:",omitempty" xml:",omitempty"`
	Header                      HeaderType                      `json:",omitempty" xml:",omitempty"`
	EquipmentRequirement        []BatchEquipmentRequirementType `json:",omitempty" xml:",omitempty"`
	Parameter                   []BatchParameterType            `json:",omitempty" xml:",omitempty"`
	ProcedureLogic              ProcedureLogicType              `json:",omitempty" xml:",omitempty"`
	RecipeElement               []RecipeElementType             `json:",omitempty" xml:",omitempty"`
	OtherInformation            []OtherInformationType          `json:",omitempty" xml:",omitempty"`
}

RecipeElementType was auto-generated. Do not change.

type RecipeElementType1Type

type RecipeElementType1Type struct {
	CodeType
}

RecipeElementType1Type was auto-generated. Do not change.

type RecipeElementTypeType

type RecipeElementTypeType struct {
	RecipeElementType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

RecipeElementTypeType was auto-generated. Do not change.

type RecipeElementVersionType

type RecipeElementVersionType struct {
	IdentifierType
}

RecipeElementVersionType was auto-generated. Do not change.

type RecipeIDType

type RecipeIDType struct {
	IdentifierType
}

RecipeIDType was auto-generated. Do not change.

type RecipeVersionType

type RecipeVersionType struct {
	IdentifierType
}

RecipeVersionType was auto-generated. Do not change.

type RecordObjectType1Type

type RecordObjectType1Type struct {
	CodeType
}

RecordObjectType1Type was auto-generated. Do not change.

type RecordObjectTypeType

type RecordObjectTypeType struct {
	RecordObjectType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

RecordObjectTypeType was auto-generated. Do not change.

type RelationshipForm1Type

type RelationshipForm1Type struct {
	CodeType
}

RelationshipForm1Type was auto-generated. Do not change.

type RelationshipFormType

type RelationshipFormType struct {
	RelationshipForm1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

RelationshipFormType was auto-generated. Do not change.

type RelationshipType1Type

type RelationshipType1Type struct {
	CodeType
}

RelationshipType1Type was auto-generated. Do not change.

type RelationshipTypeType

type RelationshipTypeType struct {
	RelationshipType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

RelationshipTypeType was auto-generated. Do not change.

type RequestState1Type

type RequestState1Type struct {
	CodeType
}

RequestState1Type was auto-generated. Do not change.

type RequestStateType

type RequestStateType struct {
	RequestState1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

RequestStateType was auto-generated. Do not change.

type RequestedBatchSizeType

type RequestedBatchSizeType struct {
	MeasureType
}

RequestedBatchSizeType was auto-generated. Do not change.

type RequestedCompletionDateType

type RequestedCompletionDateType struct {
	DateTimeType
}

RequestedCompletionDateType was auto-generated. Do not change.

type RequestedEndTimeType

type RequestedEndTimeType struct {
	DateTimeType
}

RequestedEndTimeType was auto-generated. Do not change.

type RequestedPriorityType

type RequestedPriorityType struct {
	NumericType
}

RequestedPriorityType was auto-generated. Do not change.

type RequestedStartTimeType

type RequestedStartTimeType struct {
	DateTimeType
}

RequestedStartTimeType was auto-generated. Do not change.

type RequiredByRequestedSegmentResponse1Type

type RequiredByRequestedSegmentResponse1Type struct {
	CodeType
}

RequiredByRequestedSegmentResponse1Type was auto-generated. Do not change.

type RequiredByRequestedSegmentResponseType

type RequiredByRequestedSegmentResponseType struct {
	RequiredByRequestedSegmentResponse1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

RequiredByRequestedSegmentResponseType was auto-generated. Do not change.

type ResourceConstraintLibraryType

type ResourceConstraintLibraryType struct {
	ID                     IdentifierType           `json:",omitempty" xml:",omitempty"`
	Description            []DescriptionType        `json:",omitempty" xml:",omitempty"`
	HierarchyScope         HierarchyScopeType       `json:",omitempty" xml:",omitempty"`
	PublishedDate          PublishedDateType        `json:",omitempty" xml:",omitempty"`
	ResourceConstraintSpec []ResourceConstraintType `json:",omitempty" xml:",omitempty"`
}

ResourceConstraintLibraryType was auto-generated. Do not change.

type ResourceConstraintPropertyType

type ResourceConstraintPropertyType struct {
	ID          IdentifierType    `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
	Value       []ValueType       `json:",omitempty" xml:",omitempty"`
}

ResourceConstraintPropertyType was auto-generated. Do not change.

type ResourceConstraintType

type ResourceConstraintType struct {
	ConstraintID               IdentifierType                   `json:",omitempty" xml:",omitempty"`
	Description                []DescriptionType                `json:",omitempty" xml:",omitempty"`
	ConstraintType             []ConstraintTypeType             `json:",omitempty" xml:",omitempty"`
	LifeCycleState             LifeCycleStateType               `json:",omitempty" xml:",omitempty"`
	Range                      []ValueType                      `json:",omitempty" xml:",omitempty"`
	ResourceConstraintProperty []ResourceConstraintPropertyType `json:",omitempty" xml:",omitempty"`
}

ResourceConstraintType was auto-generated. Do not change.

type ResourceIDType

type ResourceIDType struct {
	IdentifierType
}

ResourceIDType was auto-generated. Do not change.

type ResourceNetworkConnectionIDType

type ResourceNetworkConnectionIDType struct {
	IdentifierType
}

ResourceNetworkConnectionIDType was auto-generated. Do not change.

type ResourceNetworkConnectionInformationType

type ResourceNetworkConnectionInformationType struct {
	ID                            IdentifierType                      `json:",omitempty" xml:",omitempty"`
	Description                   []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	HierarchyScope                HierarchyScopeType                  `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionType []ResourceNetworkConnectionTypeType `json:",omitempty" xml:",omitempty"`
}

ResourceNetworkConnectionInformationType was auto-generated. Do not change.

type ResourceNetworkConnectionType

type ResourceNetworkConnectionType struct {
	ID                          IdentifierType                  `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType               `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionID ResourceNetworkConnectionIDType `json:",omitempty" xml:",omitempty"`
	FromResourceReference       ResourceReferenceType           `json:",omitempty" xml:",omitempty"`
	ToResourceReference         ResourceReferenceType           `json:",omitempty" xml:",omitempty"`
	ConnectionProperty          []ResourcePropertyType          `json:",omitempty" xml:",omitempty"`
}

ResourceNetworkConnectionType was auto-generated. Do not change.

type ResourceNetworkConnectionTypeType

type ResourceNetworkConnectionTypeType struct {
	ID                          IdentifierType                  `json:",omitempty" xml:",omitempty"`
	Description                 []DescriptionType               `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionID ResourceNetworkConnectionIDType `json:",omitempty" xml:",omitempty"`
	ConnectionProperty          []ResourcePropertyType          `json:",omitempty" xml:",omitempty"`
}

ResourceNetworkConnectionTypeType was auto-generated. Do not change.

type ResourcePropertyType

type ResourcePropertyType struct {
	ID          IdentifierType    `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
	Value       []ValueType       `json:",omitempty" xml:",omitempty"`
}

ResourcePropertyType was auto-generated. Do not change.

type ResourceQualificationsManifestType

type ResourceQualificationsManifestType struct {
	EntryID             IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType          RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp           DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference   IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description         []DescriptionType    `json:",omitempty" xml:",omitempty"`
	RecordReference     IdentifierType       `json:",omitempty" xml:",omitempty"`
	ResourceID          IdentifierType       `json:",omitempty" xml:",omitempty"`
	ResourceUse         IdentifierType       `json:",omitempty" xml:",omitempty"`
	ResourceType        IdentifierType       `json:",omitempty" xml:",omitempty"`
	QualificationStatus CodeType             `json:",omitempty" xml:",omitempty"`
	EffectiveTimeStamp  DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExpirationTimeStamp DateTimeType         `json:",omitempty" xml:",omitempty"`
}

ResourceQualificationsManifestType was auto-generated. Do not change.

type ResourceReferenceType

type ResourceReferenceType struct {
	ID               IdentifierType            `json:",omitempty" xml:",omitempty"`
	ResourceID       ResourceIDType            `json:",omitempty" xml:",omitempty"`
	ResourceType     ResourceReferenceTypeType `json:",omitempty" xml:",omitempty"`
	ResourceProperty []ResourcePropertyType    `json:",omitempty" xml:",omitempty"`
}

ResourceReferenceType was auto-generated. Do not change.

type ResourceReferenceType1Type

type ResourceReferenceType1Type struct {
	CodeType
}

ResourceReferenceType1Type was auto-generated. Do not change.

type ResourceReferenceTypeType

type ResourceReferenceTypeType struct {
	ResourceReferenceType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ResourceReferenceTypeType was auto-generated. Do not change.

type ResourceRelationshipNetworkType

type ResourceRelationshipNetworkType struct {
	ID                        IdentifierType                  `json:",omitempty" xml:",omitempty"`
	Description               []DescriptionType               `json:",omitempty" xml:",omitempty"`
	HierarchyScope            HierarchyScopeType              `json:",omitempty" xml:",omitempty"`
	RelationshipType          RelationshipTypeType            `json:",omitempty" xml:",omitempty"`
	RelationshipForm          RelationshipFormType            `json:",omitempty" xml:",omitempty"`
	PublishedDate             PublishedDateType               `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnection []ResourceNetworkConnectionType `json:",omitempty" xml:",omitempty"`
}

ResourceRelationshipNetworkType was auto-generated. Do not change.

type ResourcesType

type ResourcesType struct {
	CodeType
}

ResourcesType was auto-generated. Do not change.

type RespondBatchProductionRecordType

type RespondBatchProductionRecordType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        RespondBatchProductionRecordTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondBatchProductionRecordType was auto-generated. Do not change.

type RespondBatchProductionRecordTypeDataArea

type RespondBatchProductionRecordTypeDataArea struct {
	Respond               TransRespondType            `json:",omitempty" xml:",omitempty"`
	BatchProductionRecord []BatchProductionRecordType `json:",omitempty" xml:",omitempty"`
}

RespondBatchProductionRecordTypeDataArea was auto-generated. Do not change.

type RespondEquipmentCapabilityTestSpecType

type RespondEquipmentCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                       `json:",omitempty" xml:",omitempty"`
	DataArea        RespondEquipmentCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondEquipmentCapabilityTestSpecType was auto-generated. Do not change.

type RespondEquipmentCapabilityTestSpecTypeDataArea

type RespondEquipmentCapabilityTestSpecTypeDataArea struct {
	Respond                     TransRespondType                           `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpec []EquipmentCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

RespondEquipmentCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type RespondEquipmentClassType

type RespondEquipmentClassType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        RespondEquipmentClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondEquipmentClassType was auto-generated. Do not change.

type RespondEquipmentClassTypeDataArea

type RespondEquipmentClassTypeDataArea struct {
	Respond        TransRespondType     `json:",omitempty" xml:",omitempty"`
	EquipmentClass []EquipmentClassType `json:",omitempty" xml:",omitempty"`
}

RespondEquipmentClassTypeDataArea was auto-generated. Do not change.

type RespondEquipmentInformationType

type RespondEquipmentInformationType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        RespondEquipmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondEquipmentInformationType was auto-generated. Do not change.

type RespondEquipmentInformationTypeDataArea

type RespondEquipmentInformationTypeDataArea struct {
	Respond              TransRespondType           `json:",omitempty" xml:",omitempty"`
	EquipmentInformation []EquipmentInformationType `json:",omitempty" xml:",omitempty"`
}

RespondEquipmentInformationTypeDataArea was auto-generated. Do not change.

type RespondEquipmentType

type RespondEquipmentType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        RespondEquipmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondEquipmentType was auto-generated. Do not change.

type RespondEquipmentTypeDataArea

type RespondEquipmentTypeDataArea struct {
	Respond   TransRespondType `json:",omitempty" xml:",omitempty"`
	Equipment []EquipmentType  `json:",omitempty" xml:",omitempty"`
}

RespondEquipmentTypeDataArea was auto-generated. Do not change.

type RespondGRecipeInformationType

type RespondGRecipeInformationType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        RespondGRecipeInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondGRecipeInformationType was auto-generated. Do not change.

type RespondGRecipeInformationTypeDataArea

type RespondGRecipeInformationTypeDataArea struct {
	Respond            TransRespondType         `json:",omitempty" xml:",omitempty"`
	GRecipeInformation []GRecipeInformationType `json:",omitempty" xml:",omitempty"`
}

RespondGRecipeInformationTypeDataArea was auto-generated. Do not change.

type RespondJobListType

type RespondJobListType struct {
	ApplicationArea TransApplicationAreaType   `json:",omitempty" xml:",omitempty"`
	DataArea        RespondJobListTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondJobListType was auto-generated. Do not change.

type RespondJobListTypeDataArea

type RespondJobListTypeDataArea struct {
	Respond TransRespondType `json:",omitempty" xml:",omitempty"`
	JobList []JobListType    `json:",omitempty" xml:",omitempty"`
}

RespondJobListTypeDataArea was auto-generated. Do not change.

type RespondJobResponseType

type RespondJobResponseType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        RespondJobResponseTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondJobResponseType was auto-generated. Do not change.

type RespondJobResponseTypeDataArea

type RespondJobResponseTypeDataArea struct {
	Respond     TransRespondType  `json:",omitempty" xml:",omitempty"`
	JobResponse []JobResponseType `json:",omitempty" xml:",omitempty"`
}

RespondJobResponseTypeDataArea was auto-generated. Do not change.

type RespondMaterialClassType

type RespondMaterialClassType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        RespondMaterialClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondMaterialClassType was auto-generated. Do not change.

type RespondMaterialClassTypeDataArea

type RespondMaterialClassTypeDataArea struct {
	Respond       TransRespondType    `json:",omitempty" xml:",omitempty"`
	MaterialClass []MaterialClassType `json:",omitempty" xml:",omitempty"`
}

RespondMaterialClassTypeDataArea was auto-generated. Do not change.

type RespondMaterialDefinitionType

type RespondMaterialDefinitionType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        RespondMaterialDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondMaterialDefinitionType was auto-generated. Do not change.

type RespondMaterialDefinitionTypeDataArea

type RespondMaterialDefinitionTypeDataArea struct {
	Respond            TransRespondType         `json:",omitempty" xml:",omitempty"`
	MaterialDefinition []MaterialDefinitionType `json:",omitempty" xml:",omitempty"`
}

RespondMaterialDefinitionTypeDataArea was auto-generated. Do not change.

type RespondMaterialInformationType

type RespondMaterialInformationType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        RespondMaterialInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondMaterialInformationType was auto-generated. Do not change.

type RespondMaterialInformationTypeDataArea

type RespondMaterialInformationTypeDataArea struct {
	Respond             TransRespondType          `json:",omitempty" xml:",omitempty"`
	MaterialInformation []MaterialInformationType `json:",omitempty" xml:",omitempty"`
}

RespondMaterialInformationTypeDataArea was auto-generated. Do not change.

type RespondMaterialLotType

type RespondMaterialLotType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        RespondMaterialLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondMaterialLotType was auto-generated. Do not change.

type RespondMaterialLotTypeDataArea

type RespondMaterialLotTypeDataArea struct {
	Respond     TransRespondType  `json:",omitempty" xml:",omitempty"`
	MaterialLot []MaterialLotType `json:",omitempty" xml:",omitempty"`
}

RespondMaterialLotTypeDataArea was auto-generated. Do not change.

type RespondMaterialSubLotType

type RespondMaterialSubLotType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        RespondMaterialSubLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondMaterialSubLotType was auto-generated. Do not change.

type RespondMaterialSubLotTypeDataArea

type RespondMaterialSubLotTypeDataArea struct {
	Respond        TransRespondType     `json:",omitempty" xml:",omitempty"`
	MaterialSubLot []MaterialSubLotType `json:",omitempty" xml:",omitempty"`
}

RespondMaterialSubLotTypeDataArea was auto-generated. Do not change.

type RespondMaterialTestSpecType

type RespondMaterialTestSpecType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        RespondMaterialTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondMaterialTestSpecType was auto-generated. Do not change.

type RespondMaterialTestSpecTypeDataArea

type RespondMaterialTestSpecTypeDataArea struct {
	Respond          TransRespondType                `json:",omitempty" xml:",omitempty"`
	MaterialTestSpec []MaterialTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

RespondMaterialTestSpecTypeDataArea was auto-generated. Do not change.

type RespondOperationsCapabilityInformationType

type RespondOperationsCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        RespondOperationsCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondOperationsCapabilityInformationType was auto-generated. Do not change.

type RespondOperationsCapabilityInformationTypeDataArea

type RespondOperationsCapabilityInformationTypeDataArea struct {
	Respond                         TransRespondType                      `json:",omitempty" xml:",omitempty"`
	OperationsCapabilityInformation []OperationsCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

RespondOperationsCapabilityInformationTypeDataArea was auto-generated. Do not change.

type RespondOperationsCapabilityType

type RespondOperationsCapabilityType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        RespondOperationsCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondOperationsCapabilityType was auto-generated. Do not change.

type RespondOperationsCapabilityTypeDataArea

type RespondOperationsCapabilityTypeDataArea struct {
	Respond              TransRespondType           `json:",omitempty" xml:",omitempty"`
	OperationsCapability []OperationsCapabilityType `json:",omitempty" xml:",omitempty"`
}

RespondOperationsCapabilityTypeDataArea was auto-generated. Do not change.

type RespondOperationsDefinitionInformationType

type RespondOperationsDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        RespondOperationsDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondOperationsDefinitionInformationType was auto-generated. Do not change.

type RespondOperationsDefinitionInformationTypeDataArea

type RespondOperationsDefinitionInformationTypeDataArea struct {
	Respond                         TransRespondType                      `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionInformation []OperationsDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

RespondOperationsDefinitionInformationTypeDataArea was auto-generated. Do not change.

type RespondOperationsDefinitionType

type RespondOperationsDefinitionType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        RespondOperationsDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondOperationsDefinitionType was auto-generated. Do not change.

type RespondOperationsDefinitionTypeDataArea

type RespondOperationsDefinitionTypeDataArea struct {
	Respond              TransRespondType           `json:",omitempty" xml:",omitempty"`
	OperationsDefinition []OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

RespondOperationsDefinitionTypeDataArea was auto-generated. Do not change.

type RespondOperationsPerformanceType

type RespondOperationsPerformanceType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        RespondOperationsPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondOperationsPerformanceType was auto-generated. Do not change.

type RespondOperationsPerformanceTypeDataArea

type RespondOperationsPerformanceTypeDataArea struct {
	Respond               TransRespondType            `json:",omitempty" xml:",omitempty"`
	OperationsPerformance []OperationsPerformanceType `json:",omitempty" xml:",omitempty"`
}

RespondOperationsPerformanceTypeDataArea was auto-generated. Do not change.

type RespondOperationsScheduleType

type RespondOperationsScheduleType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        RespondOperationsScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondOperationsScheduleType was auto-generated. Do not change.

type RespondOperationsScheduleTypeDataArea

type RespondOperationsScheduleTypeDataArea struct {
	Respond            TransRespondType         `json:",omitempty" xml:",omitempty"`
	OperationsSchedule []OperationsScheduleType `json:",omitempty" xml:",omitempty"`
}

RespondOperationsScheduleTypeDataArea was auto-generated. Do not change.

type RespondPersonType

type RespondPersonType struct {
	ApplicationArea TransApplicationAreaType  `json:",omitempty" xml:",omitempty"`
	DataArea        RespondPersonTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondPersonType was auto-generated. Do not change.

type RespondPersonTypeDataArea

type RespondPersonTypeDataArea struct {
	Respond TransRespondType `json:",omitempty" xml:",omitempty"`
	Person  []PersonType     `json:",omitempty" xml:",omitempty"`
}

RespondPersonTypeDataArea was auto-generated. Do not change.

type RespondPersonnelClassType

type RespondPersonnelClassType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        RespondPersonnelClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondPersonnelClassType was auto-generated. Do not change.

type RespondPersonnelClassTypeDataArea

type RespondPersonnelClassTypeDataArea struct {
	Respond        TransRespondType     `json:",omitempty" xml:",omitempty"`
	PersonnelClass []PersonnelClassType `json:",omitempty" xml:",omitempty"`
}

RespondPersonnelClassTypeDataArea was auto-generated. Do not change.

type RespondPersonnelInformationType

type RespondPersonnelInformationType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        RespondPersonnelInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondPersonnelInformationType was auto-generated. Do not change.

type RespondPersonnelInformationTypeDataArea

type RespondPersonnelInformationTypeDataArea struct {
	Respond              TransRespondType           `json:",omitempty" xml:",omitempty"`
	PersonnelInformation []PersonnelInformationType `json:",omitempty" xml:",omitempty"`
}

RespondPersonnelInformationTypeDataArea was auto-generated. Do not change.

type RespondPhysicalAssetCapabilityTestSpecType

type RespondPhysicalAssetCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                           `json:",omitempty" xml:",omitempty"`
	DataArea        RespondPhysicalAssetCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondPhysicalAssetCapabilityTestSpecType was auto-generated. Do not change.

type RespondPhysicalAssetCapabilityTestSpecTypeDataArea

type RespondPhysicalAssetCapabilityTestSpecTypeDataArea struct {
	Respond                         TransRespondType                               `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpec []PhysicalAssetCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

RespondPhysicalAssetCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type RespondPhysicalAssetClassType

type RespondPhysicalAssetClassType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        RespondPhysicalAssetClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondPhysicalAssetClassType was auto-generated. Do not change.

type RespondPhysicalAssetClassTypeDataArea

type RespondPhysicalAssetClassTypeDataArea struct {
	Respond            TransRespondType         `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClass []PhysicalAssetClassType `json:",omitempty" xml:",omitempty"`
}

RespondPhysicalAssetClassTypeDataArea was auto-generated. Do not change.

type RespondPhysicalAssetInformationType

type RespondPhysicalAssetInformationType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        RespondPhysicalAssetInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondPhysicalAssetInformationType was auto-generated. Do not change.

type RespondPhysicalAssetInformationTypeDataArea

type RespondPhysicalAssetInformationTypeDataArea struct {
	Respond                  TransRespondType               `json:",omitempty" xml:",omitempty"`
	PhysicalAssetInformation []PhysicalAssetInformationType `json:",omitempty" xml:",omitempty"`
}

RespondPhysicalAssetInformationTypeDataArea was auto-generated. Do not change.

type RespondPhysicalAssetType

type RespondPhysicalAssetType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        RespondPhysicalAssetTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondPhysicalAssetType was auto-generated. Do not change.

type RespondPhysicalAssetTypeDataArea

type RespondPhysicalAssetTypeDataArea struct {
	Respond       TransRespondType    `json:",omitempty" xml:",omitempty"`
	PhysicalAsset []PhysicalAssetType `json:",omitempty" xml:",omitempty"`
}

RespondPhysicalAssetTypeDataArea was auto-generated. Do not change.

type RespondProcessElementLibraryType

type RespondProcessElementLibraryType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        RespondProcessElementLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondProcessElementLibraryType was auto-generated. Do not change.

type RespondProcessElementLibraryTypeDataArea

type RespondProcessElementLibraryTypeDataArea struct {
	Respond               TransRespondType            `json:",omitempty" xml:",omitempty"`
	ProcessElementLibrary []ProcessElementLibraryType `json:",omitempty" xml:",omitempty"`
}

RespondProcessElementLibraryTypeDataArea was auto-generated. Do not change.

type RespondProcessSegmentInformationType

type RespondProcessSegmentInformationType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        RespondProcessSegmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondProcessSegmentInformationType was auto-generated. Do not change.

type RespondProcessSegmentInformationTypeDataArea

type RespondProcessSegmentInformationTypeDataArea struct {
	Respond                   TransRespondType                `json:",omitempty" xml:",omitempty"`
	ProcessSegmentInformation []ProcessSegmentInformationType `json:",omitempty" xml:",omitempty"`
}

RespondProcessSegmentInformationTypeDataArea was auto-generated. Do not change.

type RespondProcessSegmentType

type RespondProcessSegmentType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        RespondProcessSegmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondProcessSegmentType was auto-generated. Do not change.

type RespondProcessSegmentTypeDataArea

type RespondProcessSegmentTypeDataArea struct {
	Respond        TransRespondType     `json:",omitempty" xml:",omitempty"`
	ProcessSegment []ProcessSegmentType `json:",omitempty" xml:",omitempty"`
}

RespondProcessSegmentTypeDataArea was auto-generated. Do not change.

type RespondProductDefinitionType

type RespondProductDefinitionType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        RespondProductDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondProductDefinitionType was auto-generated. Do not change.

type RespondProductDefinitionTypeDataArea

type RespondProductDefinitionTypeDataArea struct {
	Respond           TransRespondType        `json:",omitempty" xml:",omitempty"`
	ProductDefinition []ProductDefinitionType `json:",omitempty" xml:",omitempty"`
}

RespondProductDefinitionTypeDataArea was auto-generated. Do not change.

type RespondProductInformationType

type RespondProductInformationType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        RespondProductInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondProductInformationType was auto-generated. Do not change.

type RespondProductInformationTypeDataArea

type RespondProductInformationTypeDataArea struct {
	Respond            TransRespondType         `json:",omitempty" xml:",omitempty"`
	ProductInformation []ProductInformationType `json:",omitempty" xml:",omitempty"`
}

RespondProductInformationTypeDataArea was auto-generated. Do not change.

type RespondProductionCapabilityType

type RespondProductionCapabilityType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        RespondProductionCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondProductionCapabilityType was auto-generated. Do not change.

type RespondProductionCapabilityTypeDataArea

type RespondProductionCapabilityTypeDataArea struct {
	Respond              TransRespondType           `json:",omitempty" xml:",omitempty"`
	ProductionCapability []ProductionCapabilityType `json:",omitempty" xml:",omitempty"`
}

RespondProductionCapabilityTypeDataArea was auto-generated. Do not change.

type RespondProductionPerformanceType

type RespondProductionPerformanceType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        RespondProductionPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondProductionPerformanceType was auto-generated. Do not change.

type RespondProductionPerformanceTypeDataArea

type RespondProductionPerformanceTypeDataArea struct {
	Respond               TransRespondType            `json:",omitempty" xml:",omitempty"`
	ProductionPerformance []ProductionPerformanceType `json:",omitempty" xml:",omitempty"`
}

RespondProductionPerformanceTypeDataArea was auto-generated. Do not change.

type RespondProductionScheduleType

type RespondProductionScheduleType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        RespondProductionScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondProductionScheduleType was auto-generated. Do not change.

type RespondProductionScheduleTypeDataArea

type RespondProductionScheduleTypeDataArea struct {
	Respond            TransRespondType         `json:",omitempty" xml:",omitempty"`
	ProductionSchedule []ProductionScheduleType `json:",omitempty" xml:",omitempty"`
}

RespondProductionScheduleTypeDataArea was auto-generated. Do not change.

type RespondQualificationTestSpecificationType

type RespondQualificationTestSpecificationType struct {
	ApplicationArea TransApplicationAreaType                          `json:",omitempty" xml:",omitempty"`
	DataArea        RespondQualificationTestSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondQualificationTestSpecificationType was auto-generated. Do not change.

type RespondQualificationTestSpecificationTypeDataArea

type RespondQualificationTestSpecificationTypeDataArea struct {
	Respond                        TransRespondType                     `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecification []QualificationTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

RespondQualificationTestSpecificationTypeDataArea was auto-generated. Do not change.

type RespondResourceConstraintLibraryType

type RespondResourceConstraintLibraryType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        RespondResourceConstraintLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondResourceConstraintLibraryType was auto-generated. Do not change.

type RespondResourceConstraintLibraryTypeDataArea

type RespondResourceConstraintLibraryTypeDataArea struct {
	Respond                   TransRespondType                `json:",omitempty" xml:",omitempty"`
	ResourceConstraintLibrary []ResourceConstraintLibraryType `json:",omitempty" xml:",omitempty"`
}

RespondResourceConstraintLibraryTypeDataArea was auto-generated. Do not change.

type RespondResourceNetworkConnectionInformationType

type RespondResourceNetworkConnectionInformationType struct {
	ApplicationArea TransApplicationAreaType                                `json:",omitempty" xml:",omitempty"`
	DataArea        RespondResourceNetworkConnectionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondResourceNetworkConnectionInformationType was auto-generated. Do not change.

type RespondResourceNetworkConnectionInformationTypeDataArea

type RespondResourceNetworkConnectionInformationTypeDataArea struct {
	Respond                              TransRespondType                           `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionInformation []ResourceNetworkConnectionInformationType `json:",omitempty" xml:",omitempty"`
}

RespondResourceNetworkConnectionInformationTypeDataArea was auto-generated. Do not change.

type RespondResourceRelationshipNetworkType

type RespondResourceRelationshipNetworkType struct {
	ApplicationArea TransApplicationAreaType                       `json:",omitempty" xml:",omitempty"`
	DataArea        RespondResourceRelationshipNetworkTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondResourceRelationshipNetworkType was auto-generated. Do not change.

type RespondResourceRelationshipNetworkTypeDataArea

type RespondResourceRelationshipNetworkTypeDataArea struct {
	Respond                     TransRespondType                  `json:",omitempty" xml:",omitempty"`
	ResourceRelationshipNetwork []ResourceRelationshipNetworkType `json:",omitempty" xml:",omitempty"`
}

RespondResourceRelationshipNetworkTypeDataArea was auto-generated. Do not change.

type RespondWorkAlertDefinitionType

type RespondWorkAlertDefinitionType struct {
	ApplicationArea TransApplicationAreaType               `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkAlertDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                 `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                 `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkAlertDefinitionType was auto-generated. Do not change.

type RespondWorkAlertDefinitionTypeDataArea

type RespondWorkAlertDefinitionTypeDataArea struct {
	Respond             TransRespondType          `json:",omitempty" xml:",omitempty"`
	WorkAlertDefinition []WorkAlertDefinitionType `json:",omitempty" xml:",omitempty"`
}

RespondWorkAlertDefinitionTypeDataArea was auto-generated. Do not change.

type RespondWorkAlertInformationType

type RespondWorkAlertInformationType struct {
	ApplicationArea TransApplicationAreaType                `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkAlertInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                  `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                  `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkAlertInformationType was auto-generated. Do not change.

type RespondWorkAlertInformationTypeDataArea

type RespondWorkAlertInformationTypeDataArea struct {
	Respond              TransRespondType           `json:",omitempty" xml:",omitempty"`
	WorkAlertInformation []WorkAlertInformationType `json:",omitempty" xml:",omitempty"`
}

RespondWorkAlertInformationTypeDataArea was auto-generated. Do not change.

type RespondWorkAlertType

type RespondWorkAlertType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkAlertTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkAlertType was auto-generated. Do not change.

type RespondWorkAlertTypeDataArea

type RespondWorkAlertTypeDataArea struct {
	Respond   TransRespondType `json:",omitempty" xml:",omitempty"`
	WorkAlert []WorkAlertType  `json:",omitempty" xml:",omitempty"`
}

RespondWorkAlertTypeDataArea was auto-generated. Do not change.

type RespondWorkCapabilityInformationType

type RespondWorkCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkCapabilityInformationType was auto-generated. Do not change.

type RespondWorkCapabilityInformationTypeDataArea

type RespondWorkCapabilityInformationTypeDataArea struct {
	Respond                   TransRespondType                `json:",omitempty" xml:",omitempty"`
	WorkCapabilityInformation []WorkCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

RespondWorkCapabilityInformationTypeDataArea was auto-generated. Do not change.

type RespondWorkCapabilityType

type RespondWorkCapabilityType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkCapabilityType was auto-generated. Do not change.

type RespondWorkCapabilityTypeDataArea

type RespondWorkCapabilityTypeDataArea struct {
	Respond        TransRespondType     `json:",omitempty" xml:",omitempty"`
	WorkCapability []WorkCapabilityType `json:",omitempty" xml:",omitempty"`
}

RespondWorkCapabilityTypeDataArea was auto-generated. Do not change.

type RespondWorkDefinitionInformationType

type RespondWorkDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkDefinitionInformationType was auto-generated. Do not change.

type RespondWorkDefinitionInformationTypeDataArea

type RespondWorkDefinitionInformationTypeDataArea struct {
	Respond                   TransRespondType                `json:",omitempty" xml:",omitempty"`
	WorkDefinitionInformation []WorkDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

RespondWorkDefinitionInformationTypeDataArea was auto-generated. Do not change.

type RespondWorkDirectiveType

type RespondWorkDirectiveType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkDirectiveTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkDirectiveType was auto-generated. Do not change.

type RespondWorkDirectiveTypeDataArea

type RespondWorkDirectiveTypeDataArea struct {
	Respond       TransRespondType    `json:",omitempty" xml:",omitempty"`
	WorkDirective []WorkDirectiveType `json:",omitempty" xml:",omitempty"`
}

RespondWorkDirectiveTypeDataArea was auto-generated. Do not change.

type RespondWorkMasterType

type RespondWorkMasterType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkMasterTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkMasterType was auto-generated. Do not change.

type RespondWorkMasterTypeDataArea

type RespondWorkMasterTypeDataArea struct {
	Respond    TransRespondType `json:",omitempty" xml:",omitempty"`
	WorkMaster []WorkMasterType `json:",omitempty" xml:",omitempty"`
}

RespondWorkMasterTypeDataArea was auto-generated. Do not change.

type RespondWorkPerformanceType

type RespondWorkPerformanceType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkPerformanceType was auto-generated. Do not change.

type RespondWorkPerformanceTypeDataArea

type RespondWorkPerformanceTypeDataArea struct {
	Respond         TransRespondType      `json:",omitempty" xml:",omitempty"`
	WorkPerformance []WorkPerformanceType `json:",omitempty" xml:",omitempty"`
}

RespondWorkPerformanceTypeDataArea was auto-generated. Do not change.

type RespondWorkScheduleType

type RespondWorkScheduleType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkScheduleType was auto-generated. Do not change.

type RespondWorkScheduleTypeDataArea

type RespondWorkScheduleTypeDataArea struct {
	Respond      TransRespondType   `json:",omitempty" xml:",omitempty"`
	WorkSchedule []WorkScheduleType `json:",omitempty" xml:",omitempty"`
}

RespondWorkScheduleTypeDataArea was auto-generated. Do not change.

type RespondWorkflowSpecificationInformationType

type RespondWorkflowSpecificationInformationType struct {
	ApplicationArea TransApplicationAreaType                            `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkflowSpecificationInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkflowSpecificationInformationType was auto-generated. Do not change.

type RespondWorkflowSpecificationInformationTypeDataArea

type RespondWorkflowSpecificationInformationTypeDataArea struct {
	Respond                          TransRespondType                       `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationInformation []WorkflowSpecificationInformationType `json:",omitempty" xml:",omitempty"`
}

RespondWorkflowSpecificationInformationTypeDataArea was auto-generated. Do not change.

type RespondWorkflowSpecificationType

type RespondWorkflowSpecificationType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkflowSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkflowSpecificationType was auto-generated. Do not change.

type RespondWorkflowSpecificationTypeDataArea

type RespondWorkflowSpecificationTypeDataArea struct {
	Respond               TransRespondType            `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification []WorkflowSpecificationType `json:",omitempty" xml:",omitempty"`
}

RespondWorkflowSpecificationTypeDataArea was auto-generated. Do not change.

type RespondWorkflowSpecificationTypeType

type RespondWorkflowSpecificationTypeType struct {
	ApplicationArea TransApplicationAreaType                     `json:",omitempty" xml:",omitempty"`
	DataArea        RespondWorkflowSpecificationTypeTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

RespondWorkflowSpecificationTypeType was auto-generated. Do not change.

type RespondWorkflowSpecificationTypeTypeDataArea

type RespondWorkflowSpecificationTypeTypeDataArea struct {
	Respond                   TransRespondType                `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationType []WorkflowSpecificationTypeType `json:",omitempty" xml:",omitempty"`
}

RespondWorkflowSpecificationTypeTypeDataArea was auto-generated. Do not change.

type ResponseState1Type

type ResponseState1Type struct {
	CodeType
}

ResponseState1Type was auto-generated. Do not change.

type ResponseStateType

type ResponseStateType struct {
	ResponseState1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ResponseStateType was auto-generated. Do not change.

type ResultType

type ResultType struct {
	ValueString   ValueStringType   `json:",omitempty" xml:",omitempty"`
	DataType      DataTypeType      `json:",omitempty" xml:",omitempty"`
	UnitOfMeasure UnitOfMeasureType `json:",omitempty" xml:",omitempty"`
	Key           IdentifierType    `json:",omitempty" xml:",omitempty"`
}

ResultType was auto-generated. Do not change.

type SampleTestResultType

type SampleTestResultType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	TestDisposition   IdentifierType       `json:",omitempty" xml:",omitempty"`
	EquipmentID       []IdentifierType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID   []IdentifierType     `json:",omitempty" xml:",omitempty"`
	AnalysisUsed      []CodeType           `json:",omitempty" xml:",omitempty"`
	Expiration        DateTimeType         `json:",omitempty" xml:",omitempty"`
	Results           []ValueType          `json:",omitempty" xml:",omitempty"`
	ExpectedResults   []ValueType          `json:",omitempty" xml:",omitempty"`
}

SampleTestResultType was auto-generated. Do not change.

type SampleTestType

type SampleTestType struct {
	EntryID           IdentifierType         `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType   `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType           `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType         `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType      `json:",omitempty" xml:",omitempty"`
	TestCode          CodeType               `json:",omitempty" xml:",omitempty"`
	TestName          IdentifierType         `json:",omitempty" xml:",omitempty"`
	SampleTestResult  []SampleTestResultType `json:",omitempty" xml:",omitempty"`
}

SampleTestType was auto-generated. Do not change.

type SampleType

type SampleType struct {
	EntryID                    IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType                 RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp                  DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference          IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description                []DescriptionType    `json:",omitempty" xml:",omitempty"`
	SampleSourceID             IdentifierType       `json:",omitempty" xml:",omitempty"`
	SampleSize                 []QuantityValueType  `json:",omitempty" xml:",omitempty"`
	SampleType1                []CodeType           `json:",omitempty" xml:",omitempty"`
	SamplePullReason           []TextType           `json:",omitempty" xml:",omitempty"`
	SampleExpiration           DateTimeType         `json:",omitempty" xml:",omitempty"`
	EquipmentID                []IdentifierType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID            []IdentifierType     `json:",omitempty" xml:",omitempty"`
	ProceduralElementReference []IdentifierType     `json:",omitempty" xml:",omitempty"`
	SOPReference               []IdentifierType     `json:",omitempty" xml:",omitempty"`
	SampleTest                 []SampleTestType     `json:",omitempty" xml:",omitempty"`
}

SampleType was auto-generated. Do not change.

type ScaleReferenceType

type ScaleReferenceType struct {
	MeasureType
}

ScaleReferenceType was auto-generated. Do not change.

type ScaledSizeType

type ScaledSizeType struct {
	MeasureType
}

ScaledSizeType was auto-generated. Do not change.

type ScaledType

type ScaledType struct {
	CodeType
}

ScaledType was auto-generated. Do not change.

type ScheduleEndTimeType

type ScheduleEndTimeType struct {
	DateTimeType
}

ScheduleEndTimeType was auto-generated. Do not change.

type ScheduleEntryNoteType

type ScheduleEntryNoteType struct {
	TextType
}

ScheduleEntryNoteType was auto-generated. Do not change.

type ScheduleStartTimeType

type ScheduleStartTimeType struct {
	DateTimeType
}

ScheduleStartTimeType was auto-generated. Do not change.

type SegmentDependencyType

type SegmentDependencyType struct {
	ID           IdentifierType    `json:",omitempty" xml:",omitempty"`
	Description  []DescriptionType `json:",omitempty" xml:",omitempty"`
	Dependency   DependencyType    `json:",omitempty" xml:",omitempty"`
	TimingFactor []ValueType       `json:",omitempty" xml:",omitempty"`
	Items        []IdentifierType  `json:",omitempty" xml:",omitempty"`
}

SegmentDependencyType was auto-generated. Do not change.

type SegmentRequirementType

type SegmentRequirementType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	ProductSegmentID                   ProductSegmentIDType                   `json:",omitempty" xml:",omitempty"`
	ProcessSegmentID                   ProcessSegmentIDType                   `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	EarliestStartTime                  EarliestStartTimeType                  `json:",omitempty" xml:",omitempty"`
	LatestEndTime                      LatestEndTimeType                      `json:",omitempty" xml:",omitempty"`
	Duration                           string                                 `json:",omitempty" xml:",omitempty"`
	ProductionParameter                []ProductionParameterType              `json:",omitempty" xml:",omitempty"`
	PersonnelRequirement               []PersonnelRequirementType             `json:",omitempty" xml:",omitempty"`
	EquipmentRequirement               []EquipmentRequirementType             `json:",omitempty" xml:",omitempty"`
	PhysicalAssetRequirement           []PhysicalAssetRequirementType         `json:",omitempty" xml:",omitempty"`
	MaterialRequirement                []MaterialRequirementType              `json:",omitempty" xml:",omitempty"`
	MaterialProducedRequirement        []MaterialProducedRequirementType      `json:",omitempty" xml:",omitempty"`
	MaterialConsumedRequirement        []MaterialConsumedRequirementType      `json:",omitempty" xml:",omitempty"`
	ConsumableExpectedRequirement      []ConsumableExpectedRequirementType    `json:",omitempty" xml:",omitempty"`
	SegmentRequirement                 []SegmentRequirementType               `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
	SegmentState                       RequestStateType                       `json:",omitempty" xml:",omitempty"`
}

SegmentRequirementType was auto-generated. Do not change.

type SegmentResponseType

type SegmentResponseType struct {
	ID                                 IdentifierType                         `json:",omitempty" xml:",omitempty"`
	ProcessSegmentID                   []ProcessSegmentIDType                 `json:",omitempty" xml:",omitempty"`
	ProductSegmentID                   []ProductSegmentIDType                 `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType                      `json:",omitempty" xml:",omitempty"`
	Location                           LocationType                           `json:",omitempty" xml:",omitempty"`
	HierarchyScope                     HierarchyScopeType                     `json:",omitempty" xml:",omitempty"`
	ActualStartTime                    ActualStartTimeType                    `json:",omitempty" xml:",omitempty"`
	ActualEndTime                      ActualEndTimeType                      `json:",omitempty" xml:",omitempty"`
	ProductionData                     []ProductionDataType                   `json:",omitempty" xml:",omitempty"`
	PersonnelActual                    []PersonnelActualType                  `json:",omitempty" xml:",omitempty"`
	EquipmentActual                    []EquipmentActualType                  `json:",omitempty" xml:",omitempty"`
	PhysicalAssetActual                []PhysicalAssetActualType              `json:",omitempty" xml:",omitempty"`
	MaterialActual                     []MaterialActualType                   `json:",omitempty" xml:",omitempty"`
	MaterialProducedActual             []MaterialProducedActualType           `json:",omitempty" xml:",omitempty"`
	MaterialConsumedActual             []MaterialConsumedActualType           `json:",omitempty" xml:",omitempty"`
	ConsumableActual                   []ConsumableActualType                 `json:",omitempty" xml:",omitempty"`
	SegmentResponse                    []SegmentResponseType                  `json:",omitempty" xml:",omitempty"`
	RequiredByRequestedSegmentResponse RequiredByRequestedSegmentResponseType `json:",omitempty" xml:",omitempty"`
	SegmentState                       ResponseStateType                      `json:",omitempty" xml:",omitempty"`
}

SegmentResponseType was auto-generated. Do not change.

type SequenceOrderType

type SequenceOrderType struct {
	SequenceOrderType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

SequenceOrderType was auto-generated. Do not change.

type SequenceOrderType1Type

type SequenceOrderType1Type struct {
	CodeType
}

SequenceOrderType1Type was auto-generated. Do not change.

type ShowBatchProductionRecordType

type ShowBatchProductionRecordType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ShowBatchProductionRecordTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowBatchProductionRecordType was auto-generated. Do not change.

type ShowBatchProductionRecordTypeDataArea

type ShowBatchProductionRecordTypeDataArea struct {
	Show                  TransShowType               `json:",omitempty" xml:",omitempty"`
	BatchProductionRecord []BatchProductionRecordType `json:",omitempty" xml:",omitempty"`
}

ShowBatchProductionRecordTypeDataArea was auto-generated. Do not change.

type ShowEquipmentCapabilityTestSpecType

type ShowEquipmentCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        ShowEquipmentCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowEquipmentCapabilityTestSpecType was auto-generated. Do not change.

type ShowEquipmentCapabilityTestSpecTypeDataArea

type ShowEquipmentCapabilityTestSpecTypeDataArea struct {
	Show                        TransShowType                              `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpec []EquipmentCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ShowEquipmentCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type ShowEquipmentClassType

type ShowEquipmentClassType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        ShowEquipmentClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowEquipmentClassType was auto-generated. Do not change.

type ShowEquipmentClassTypeDataArea

type ShowEquipmentClassTypeDataArea struct {
	Show           TransShowType        `json:",omitempty" xml:",omitempty"`
	EquipmentClass []EquipmentClassType `json:",omitempty" xml:",omitempty"`
}

ShowEquipmentClassTypeDataArea was auto-generated. Do not change.

type ShowEquipmentInformationType

type ShowEquipmentInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ShowEquipmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowEquipmentInformationType was auto-generated. Do not change.

type ShowEquipmentInformationTypeDataArea

type ShowEquipmentInformationTypeDataArea struct {
	Show                 TransShowType              `json:",omitempty" xml:",omitempty"`
	EquipmentInformation []EquipmentInformationType `json:",omitempty" xml:",omitempty"`
}

ShowEquipmentInformationTypeDataArea was auto-generated. Do not change.

type ShowEquipmentType

type ShowEquipmentType struct {
	ApplicationArea TransApplicationAreaType  `json:",omitempty" xml:",omitempty"`
	DataArea        ShowEquipmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowEquipmentType was auto-generated. Do not change.

type ShowEquipmentTypeDataArea

type ShowEquipmentTypeDataArea struct {
	Show      TransShowType   `json:",omitempty" xml:",omitempty"`
	Equipment []EquipmentType `json:",omitempty" xml:",omitempty"`
}

ShowEquipmentTypeDataArea was auto-generated. Do not change.

type ShowGRecipeInformationType

type ShowGRecipeInformationType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        ShowGRecipeInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowGRecipeInformationType was auto-generated. Do not change.

type ShowGRecipeInformationTypeDataArea

type ShowGRecipeInformationTypeDataArea struct {
	Show               TransShowType            `json:",omitempty" xml:",omitempty"`
	GRecipeInformation []GRecipeInformationType `json:",omitempty" xml:",omitempty"`
}

ShowGRecipeInformationTypeDataArea was auto-generated. Do not change.

type ShowJobListType

type ShowJobListType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        ShowJobListTypeDataArea  `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowJobListType was auto-generated. Do not change.

type ShowJobListTypeDataArea

type ShowJobListTypeDataArea struct {
	Show    TransShowType `json:",omitempty" xml:",omitempty"`
	JobList []JobListType `json:",omitempty" xml:",omitempty"`
}

ShowJobListTypeDataArea was auto-generated. Do not change.

type ShowJobResponseType

type ShowJobResponseType struct {
	ApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	DataArea        ShowJobResponseTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowJobResponseType was auto-generated. Do not change.

type ShowJobResponseTypeDataArea

type ShowJobResponseTypeDataArea struct {
	Show        TransShowType     `json:",omitempty" xml:",omitempty"`
	JobResponse []JobResponseType `json:",omitempty" xml:",omitempty"`
}

ShowJobResponseTypeDataArea was auto-generated. Do not change.

type ShowMaterialClassType

type ShowMaterialClassType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        ShowMaterialClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowMaterialClassType was auto-generated. Do not change.

type ShowMaterialClassTypeDataArea

type ShowMaterialClassTypeDataArea struct {
	Show          TransShowType       `json:",omitempty" xml:",omitempty"`
	MaterialClass []MaterialClassType `json:",omitempty" xml:",omitempty"`
}

ShowMaterialClassTypeDataArea was auto-generated. Do not change.

type ShowMaterialDefinitionType

type ShowMaterialDefinitionType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        ShowMaterialDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowMaterialDefinitionType was auto-generated. Do not change.

type ShowMaterialDefinitionTypeDataArea

type ShowMaterialDefinitionTypeDataArea struct {
	Show               TransShowType            `json:",omitempty" xml:",omitempty"`
	MaterialDefinition []MaterialDefinitionType `json:",omitempty" xml:",omitempty"`
}

ShowMaterialDefinitionTypeDataArea was auto-generated. Do not change.

type ShowMaterialInformationType

type ShowMaterialInformationType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        ShowMaterialInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowMaterialInformationType was auto-generated. Do not change.

type ShowMaterialInformationTypeDataArea

type ShowMaterialInformationTypeDataArea struct {
	Show                TransShowType             `json:",omitempty" xml:",omitempty"`
	MaterialInformation []MaterialInformationType `json:",omitempty" xml:",omitempty"`
}

ShowMaterialInformationTypeDataArea was auto-generated. Do not change.

type ShowMaterialLotType

type ShowMaterialLotType struct {
	ApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	DataArea        ShowMaterialLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowMaterialLotType was auto-generated. Do not change.

type ShowMaterialLotTypeDataArea

type ShowMaterialLotTypeDataArea struct {
	Show        TransShowType     `json:",omitempty" xml:",omitempty"`
	MaterialLot []MaterialLotType `json:",omitempty" xml:",omitempty"`
}

ShowMaterialLotTypeDataArea was auto-generated. Do not change.

type ShowMaterialSubLotType

type ShowMaterialSubLotType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        ShowMaterialSubLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowMaterialSubLotType was auto-generated. Do not change.

type ShowMaterialSubLotTypeDataArea

type ShowMaterialSubLotTypeDataArea struct {
	Show           TransShowType        `json:",omitempty" xml:",omitempty"`
	MaterialSubLot []MaterialSubLotType `json:",omitempty" xml:",omitempty"`
}

ShowMaterialSubLotTypeDataArea was auto-generated. Do not change.

type ShowMaterialTestSpecType

type ShowMaterialTestSpecType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        ShowMaterialTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowMaterialTestSpecType was auto-generated. Do not change.

type ShowMaterialTestSpecTypeDataArea

type ShowMaterialTestSpecTypeDataArea struct {
	Show             TransShowType                   `json:",omitempty" xml:",omitempty"`
	MaterialTestSpec []MaterialTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ShowMaterialTestSpecTypeDataArea was auto-generated. Do not change.

type ShowOperationsCapabilityInformationType

type ShowOperationsCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                        `json:",omitempty" xml:",omitempty"`
	DataArea        ShowOperationsCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowOperationsCapabilityInformationType was auto-generated. Do not change.

type ShowOperationsCapabilityInformationTypeDataArea

type ShowOperationsCapabilityInformationTypeDataArea struct {
	Show                            TransShowType                         `json:",omitempty" xml:",omitempty"`
	OperationsCapabilityInformation []OperationsCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

ShowOperationsCapabilityInformationTypeDataArea was auto-generated. Do not change.

type ShowOperationsCapabilityType

type ShowOperationsCapabilityType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ShowOperationsCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowOperationsCapabilityType was auto-generated. Do not change.

type ShowOperationsCapabilityTypeDataArea

type ShowOperationsCapabilityTypeDataArea struct {
	Show                 TransShowType              `json:",omitempty" xml:",omitempty"`
	OperationsCapability []OperationsCapabilityType `json:",omitempty" xml:",omitempty"`
}

ShowOperationsCapabilityTypeDataArea was auto-generated. Do not change.

type ShowOperationsDefinitionInformationType

type ShowOperationsDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                        `json:",omitempty" xml:",omitempty"`
	DataArea        ShowOperationsDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowOperationsDefinitionInformationType was auto-generated. Do not change.

type ShowOperationsDefinitionInformationTypeDataArea

type ShowOperationsDefinitionInformationTypeDataArea struct {
	Show                            TransShowType                         `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionInformation []OperationsDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

ShowOperationsDefinitionInformationTypeDataArea was auto-generated. Do not change.

type ShowOperationsDefinitionType

type ShowOperationsDefinitionType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ShowOperationsDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowOperationsDefinitionType was auto-generated. Do not change.

type ShowOperationsDefinitionTypeDataArea

type ShowOperationsDefinitionTypeDataArea struct {
	Show                 TransShowType              `json:",omitempty" xml:",omitempty"`
	OperationsDefinition []OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

ShowOperationsDefinitionTypeDataArea was auto-generated. Do not change.

type ShowOperationsPerformanceType

type ShowOperationsPerformanceType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ShowOperationsPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowOperationsPerformanceType was auto-generated. Do not change.

type ShowOperationsPerformanceTypeDataArea

type ShowOperationsPerformanceTypeDataArea struct {
	Show                  TransShowType               `json:",omitempty" xml:",omitempty"`
	OperationsPerformance []OperationsPerformanceType `json:",omitempty" xml:",omitempty"`
}

ShowOperationsPerformanceTypeDataArea was auto-generated. Do not change.

type ShowOperationsScheduleType

type ShowOperationsScheduleType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        ShowOperationsScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowOperationsScheduleType was auto-generated. Do not change.

type ShowOperationsScheduleTypeDataArea

type ShowOperationsScheduleTypeDataArea struct {
	Show               TransShowType            `json:",omitempty" xml:",omitempty"`
	OperationsSchedule []OperationsScheduleType `json:",omitempty" xml:",omitempty"`
}

ShowOperationsScheduleTypeDataArea was auto-generated. Do not change.

type ShowPersonType

type ShowPersonType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        ShowPersonTypeDataArea   `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowPersonType was auto-generated. Do not change.

type ShowPersonTypeDataArea

type ShowPersonTypeDataArea struct {
	Show   TransShowType `json:",omitempty" xml:",omitempty"`
	Person []PersonType  `json:",omitempty" xml:",omitempty"`
}

ShowPersonTypeDataArea was auto-generated. Do not change.

type ShowPersonnelClassType

type ShowPersonnelClassType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        ShowPersonnelClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowPersonnelClassType was auto-generated. Do not change.

type ShowPersonnelClassTypeDataArea

type ShowPersonnelClassTypeDataArea struct {
	Show           TransShowType        `json:",omitempty" xml:",omitempty"`
	PersonnelClass []PersonnelClassType `json:",omitempty" xml:",omitempty"`
}

ShowPersonnelClassTypeDataArea was auto-generated. Do not change.

type ShowPersonnelInformationType

type ShowPersonnelInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ShowPersonnelInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowPersonnelInformationType was auto-generated. Do not change.

type ShowPersonnelInformationTypeDataArea

type ShowPersonnelInformationTypeDataArea struct {
	Show                 TransShowType              `json:",omitempty" xml:",omitempty"`
	PersonnelInformation []PersonnelInformationType `json:",omitempty" xml:",omitempty"`
}

ShowPersonnelInformationTypeDataArea was auto-generated. Do not change.

type ShowPhysicalAssetCapabilityTestSpecType

type ShowPhysicalAssetCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                        `json:",omitempty" xml:",omitempty"`
	DataArea        ShowPhysicalAssetCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowPhysicalAssetCapabilityTestSpecType was auto-generated. Do not change.

type ShowPhysicalAssetCapabilityTestSpecTypeDataArea

type ShowPhysicalAssetCapabilityTestSpecTypeDataArea struct {
	Show                            TransShowType                                  `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpec []PhysicalAssetCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ShowPhysicalAssetCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type ShowPhysicalAssetClassType

type ShowPhysicalAssetClassType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        ShowPhysicalAssetClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowPhysicalAssetClassType was auto-generated. Do not change.

type ShowPhysicalAssetClassTypeDataArea

type ShowPhysicalAssetClassTypeDataArea struct {
	Show               TransShowType            `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClass []PhysicalAssetClassType `json:",omitempty" xml:",omitempty"`
}

ShowPhysicalAssetClassTypeDataArea was auto-generated. Do not change.

type ShowPhysicalAssetInformationType

type ShowPhysicalAssetInformationType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        ShowPhysicalAssetInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowPhysicalAssetInformationType was auto-generated. Do not change.

type ShowPhysicalAssetInformationTypeDataArea

type ShowPhysicalAssetInformationTypeDataArea struct {
	Show                     TransShowType                  `json:",omitempty" xml:",omitempty"`
	PhysicalAssetInformation []PhysicalAssetInformationType `json:",omitempty" xml:",omitempty"`
}

ShowPhysicalAssetInformationTypeDataArea was auto-generated. Do not change.

type ShowPhysicalAssetType

type ShowPhysicalAssetType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        ShowPhysicalAssetTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowPhysicalAssetType was auto-generated. Do not change.

type ShowPhysicalAssetTypeDataArea

type ShowPhysicalAssetTypeDataArea struct {
	Show          TransShowType       `json:",omitempty" xml:",omitempty"`
	PhysicalAsset []PhysicalAssetType `json:",omitempty" xml:",omitempty"`
}

ShowPhysicalAssetTypeDataArea was auto-generated. Do not change.

type ShowProcessElementLibraryType

type ShowProcessElementLibraryType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ShowProcessElementLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowProcessElementLibraryType was auto-generated. Do not change.

type ShowProcessElementLibraryTypeDataArea

type ShowProcessElementLibraryTypeDataArea struct {
	Show                  TransShowType               `json:",omitempty" xml:",omitempty"`
	ProcessElementLibrary []ProcessElementLibraryType `json:",omitempty" xml:",omitempty"`
}

ShowProcessElementLibraryTypeDataArea was auto-generated. Do not change.

type ShowProcessSegmentInformationType

type ShowProcessSegmentInformationType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        ShowProcessSegmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowProcessSegmentInformationType was auto-generated. Do not change.

type ShowProcessSegmentInformationTypeDataArea

type ShowProcessSegmentInformationTypeDataArea struct {
	Show                      TransShowType                   `json:",omitempty" xml:",omitempty"`
	ProcessSegmentInformation []ProcessSegmentInformationType `json:",omitempty" xml:",omitempty"`
}

ShowProcessSegmentInformationTypeDataArea was auto-generated. Do not change.

type ShowProcessSegmentType

type ShowProcessSegmentType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        ShowProcessSegmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowProcessSegmentType was auto-generated. Do not change.

type ShowProcessSegmentTypeDataArea

type ShowProcessSegmentTypeDataArea struct {
	Show           TransShowType        `json:",omitempty" xml:",omitempty"`
	ProcessSegment []ProcessSegmentType `json:",omitempty" xml:",omitempty"`
}

ShowProcessSegmentTypeDataArea was auto-generated. Do not change.

type ShowProductDefinitionType

type ShowProductDefinitionType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        ShowProductDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowProductDefinitionType was auto-generated. Do not change.

type ShowProductDefinitionTypeDataArea

type ShowProductDefinitionTypeDataArea struct {
	Show              TransShowType           `json:",omitempty" xml:",omitempty"`
	ProductDefinition []ProductDefinitionType `json:",omitempty" xml:",omitempty"`
}

ShowProductDefinitionTypeDataArea was auto-generated. Do not change.

type ShowProductInformationType

type ShowProductInformationType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        ShowProductInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowProductInformationType was auto-generated. Do not change.

type ShowProductInformationTypeDataArea

type ShowProductInformationTypeDataArea struct {
	Show               TransShowType            `json:",omitempty" xml:",omitempty"`
	ProductInformation []ProductInformationType `json:",omitempty" xml:",omitempty"`
}

ShowProductInformationTypeDataArea was auto-generated. Do not change.

type ShowProductionCapabilityType

type ShowProductionCapabilityType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ShowProductionCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowProductionCapabilityType was auto-generated. Do not change.

type ShowProductionCapabilityTypeDataArea

type ShowProductionCapabilityTypeDataArea struct {
	Show                 TransShowType              `json:",omitempty" xml:",omitempty"`
	ProductionCapability []ProductionCapabilityType `json:",omitempty" xml:",omitempty"`
}

ShowProductionCapabilityTypeDataArea was auto-generated. Do not change.

type ShowProductionPerformanceType

type ShowProductionPerformanceType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ShowProductionPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowProductionPerformanceType was auto-generated. Do not change.

type ShowProductionPerformanceTypeDataArea

type ShowProductionPerformanceTypeDataArea struct {
	Show                  TransShowType               `json:",omitempty" xml:",omitempty"`
	ProductionPerformance []ProductionPerformanceType `json:",omitempty" xml:",omitempty"`
}

ShowProductionPerformanceTypeDataArea was auto-generated. Do not change.

type ShowProductionScheduleType

type ShowProductionScheduleType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        ShowProductionScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowProductionScheduleType was auto-generated. Do not change.

type ShowProductionScheduleTypeDataArea

type ShowProductionScheduleTypeDataArea struct {
	Show               TransShowType            `json:",omitempty" xml:",omitempty"`
	ProductionSchedule []ProductionScheduleType `json:",omitempty" xml:",omitempty"`
}

ShowProductionScheduleTypeDataArea was auto-generated. Do not change.

type ShowQualificationTestSpecificationType

type ShowQualificationTestSpecificationType struct {
	ApplicationArea TransApplicationAreaType                       `json:",omitempty" xml:",omitempty"`
	DataArea        ShowQualificationTestSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowQualificationTestSpecificationType was auto-generated. Do not change.

type ShowQualificationTestSpecificationTypeDataArea

type ShowQualificationTestSpecificationTypeDataArea struct {
	Show                           TransShowType                        `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecification []QualificationTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

ShowQualificationTestSpecificationTypeDataArea was auto-generated. Do not change.

type ShowResourceConstraintLibraryType

type ShowResourceConstraintLibraryType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        ShowResourceConstraintLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowResourceConstraintLibraryType was auto-generated. Do not change.

type ShowResourceConstraintLibraryTypeDataArea

type ShowResourceConstraintLibraryTypeDataArea struct {
	Show                      TransShowType                   `json:",omitempty" xml:",omitempty"`
	ResourceConstraintLibrary []ResourceConstraintLibraryType `json:",omitempty" xml:",omitempty"`
}

ShowResourceConstraintLibraryTypeDataArea was auto-generated. Do not change.

type ShowResourceNetworkConnectionInformationType

type ShowResourceNetworkConnectionInformationType struct {
	ApplicationArea TransApplicationAreaType                             `json:",omitempty" xml:",omitempty"`
	DataArea        ShowResourceNetworkConnectionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowResourceNetworkConnectionInformationType was auto-generated. Do not change.

type ShowResourceNetworkConnectionInformationTypeDataArea

type ShowResourceNetworkConnectionInformationTypeDataArea struct {
	Show                                 TransShowType                              `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionInformation []ResourceNetworkConnectionInformationType `json:",omitempty" xml:",omitempty"`
}

ShowResourceNetworkConnectionInformationTypeDataArea was auto-generated. Do not change.

type ShowResourceRelationshipNetworkType

type ShowResourceRelationshipNetworkType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        ShowResourceRelationshipNetworkTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowResourceRelationshipNetworkType was auto-generated. Do not change.

type ShowResourceRelationshipNetworkTypeDataArea

type ShowResourceRelationshipNetworkTypeDataArea struct {
	Show                        TransShowType                     `json:",omitempty" xml:",omitempty"`
	ResourceRelationshipNetwork []ResourceRelationshipNetworkType `json:",omitempty" xml:",omitempty"`
}

ShowResourceRelationshipNetworkTypeDataArea was auto-generated. Do not change.

type ShowTransactionProfileType

type ShowTransactionProfileType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        ShowTransactionProfileTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowTransactionProfileType was auto-generated. Do not change.

type ShowTransactionProfileTypeDataArea

type ShowTransactionProfileTypeDataArea struct {
	Show               TransShowType            `json:",omitempty" xml:",omitempty"`
	TransactionProfile []TransactionProfileType `json:",omitempty" xml:",omitempty"`
}

ShowTransactionProfileTypeDataArea was auto-generated. Do not change.

type ShowWorkAlertDefinitionType

type ShowWorkAlertDefinitionType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkAlertDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkAlertDefinitionType was auto-generated. Do not change.

type ShowWorkAlertDefinitionTypeDataArea

type ShowWorkAlertDefinitionTypeDataArea struct {
	Show                TransShowType             `json:",omitempty" xml:",omitempty"`
	WorkAlertDefinition []WorkAlertDefinitionType `json:",omitempty" xml:",omitempty"`
}

ShowWorkAlertDefinitionTypeDataArea was auto-generated. Do not change.

type ShowWorkAlertInformationType

type ShowWorkAlertInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkAlertInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkAlertInformationType was auto-generated. Do not change.

type ShowWorkAlertInformationTypeDataArea

type ShowWorkAlertInformationTypeDataArea struct {
	Show                 TransShowType              `json:",omitempty" xml:",omitempty"`
	WorkAlertInformation []WorkAlertInformationType `json:",omitempty" xml:",omitempty"`
}

ShowWorkAlertInformationTypeDataArea was auto-generated. Do not change.

type ShowWorkAlertType

type ShowWorkAlertType struct {
	ApplicationArea TransApplicationAreaType  `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkAlertTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkAlertType was auto-generated. Do not change.

type ShowWorkAlertTypeDataArea

type ShowWorkAlertTypeDataArea struct {
	Show      TransShowType   `json:",omitempty" xml:",omitempty"`
	WorkAlert []WorkAlertType `json:",omitempty" xml:",omitempty"`
}

ShowWorkAlertTypeDataArea was auto-generated. Do not change.

type ShowWorkCapabilityInformationType

type ShowWorkCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkCapabilityInformationType was auto-generated. Do not change.

type ShowWorkCapabilityInformationTypeDataArea

type ShowWorkCapabilityInformationTypeDataArea struct {
	Show                      TransShowType                   `json:",omitempty" xml:",omitempty"`
	WorkCapabilityInformation []WorkCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

ShowWorkCapabilityInformationTypeDataArea was auto-generated. Do not change.

type ShowWorkCapabilityType

type ShowWorkCapabilityType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkCapabilityType was auto-generated. Do not change.

type ShowWorkCapabilityTypeDataArea

type ShowWorkCapabilityTypeDataArea struct {
	Show           TransShowType        `json:",omitempty" xml:",omitempty"`
	WorkCapability []WorkCapabilityType `json:",omitempty" xml:",omitempty"`
}

ShowWorkCapabilityTypeDataArea was auto-generated. Do not change.

type ShowWorkDefinitionInformationType

type ShowWorkDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkDefinitionInformationType was auto-generated. Do not change.

type ShowWorkDefinitionInformationTypeDataArea

type ShowWorkDefinitionInformationTypeDataArea struct {
	Show                      TransShowType                   `json:",omitempty" xml:",omitempty"`
	WorkDefinitionInformation []WorkDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

ShowWorkDefinitionInformationTypeDataArea was auto-generated. Do not change.

type ShowWorkDirectiveType

type ShowWorkDirectiveType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkDirectiveTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkDirectiveType was auto-generated. Do not change.

type ShowWorkDirectiveTypeDataArea

type ShowWorkDirectiveTypeDataArea struct {
	Show          TransShowType       `json:",omitempty" xml:",omitempty"`
	WorkDirective []WorkDirectiveType `json:",omitempty" xml:",omitempty"`
}

ShowWorkDirectiveTypeDataArea was auto-generated. Do not change.

type ShowWorkMasterType

type ShowWorkMasterType struct {
	ApplicationArea TransApplicationAreaType   `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkMasterTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkMasterType was auto-generated. Do not change.

type ShowWorkMasterTypeDataArea

type ShowWorkMasterTypeDataArea struct {
	Show       TransShowType    `json:",omitempty" xml:",omitempty"`
	WorkMaster []WorkMasterType `json:",omitempty" xml:",omitempty"`
}

ShowWorkMasterTypeDataArea was auto-generated. Do not change.

type ShowWorkPerformanceType

type ShowWorkPerformanceType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkPerformanceType was auto-generated. Do not change.

type ShowWorkPerformanceTypeDataArea

type ShowWorkPerformanceTypeDataArea struct {
	Show            TransShowType         `json:",omitempty" xml:",omitempty"`
	WorkPerformance []WorkPerformanceType `json:",omitempty" xml:",omitempty"`
}

ShowWorkPerformanceTypeDataArea was auto-generated. Do not change.

type ShowWorkScheduleType

type ShowWorkScheduleType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkScheduleType was auto-generated. Do not change.

type ShowWorkScheduleTypeDataArea

type ShowWorkScheduleTypeDataArea struct {
	Show         TransShowType      `json:",omitempty" xml:",omitempty"`
	WorkSchedule []WorkScheduleType `json:",omitempty" xml:",omitempty"`
}

ShowWorkScheduleTypeDataArea was auto-generated. Do not change.

type ShowWorkflowSpecificationInformationType

type ShowWorkflowSpecificationInformationType struct {
	ApplicationArea TransApplicationAreaType                         `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkflowSpecificationInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkflowSpecificationInformationType was auto-generated. Do not change.

type ShowWorkflowSpecificationInformationTypeDataArea

type ShowWorkflowSpecificationInformationTypeDataArea struct {
	Show                             TransShowType                          `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationInformation []WorkflowSpecificationInformationType `json:",omitempty" xml:",omitempty"`
}

ShowWorkflowSpecificationInformationTypeDataArea was auto-generated. Do not change.

type ShowWorkflowSpecificationType

type ShowWorkflowSpecificationType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkflowSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkflowSpecificationType was auto-generated. Do not change.

type ShowWorkflowSpecificationTypeDataArea

type ShowWorkflowSpecificationTypeDataArea struct {
	Show                  TransShowType               `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification []WorkflowSpecificationType `json:",omitempty" xml:",omitempty"`
}

ShowWorkflowSpecificationTypeDataArea was auto-generated. Do not change.

type ShowWorkflowSpecificationTypeType

type ShowWorkflowSpecificationTypeType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        ShowWorkflowSpecificationTypeTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

ShowWorkflowSpecificationTypeType was auto-generated. Do not change.

type ShowWorkflowSpecificationTypeTypeDataArea

type ShowWorkflowSpecificationTypeTypeDataArea struct {
	Show                      TransShowType                   `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationType []WorkflowSpecificationTypeType `json:",omitempty" xml:",omitempty"`
}

ShowWorkflowSpecificationTypeTypeDataArea was auto-generated. Do not change.

type SingleEventType

type SingleEventType struct {
	EntryID                    IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType                 RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp                  DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference          IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description                []DescriptionType    `json:",omitempty" xml:",omitempty"`
	EventType                  EventTypeType        `json:",omitempty" xml:",omitempty"`
	EventSubType               EventSubTypeType     `json:",omitempty" xml:",omitempty"`
	EquipmentID                []IdentifierType     `json:",omitempty" xml:",omitempty"`
	Value                      []ValueType          `json:",omitempty" xml:",omitempty"`
	PreviousValue              []ValueType          `json:",omitempty" xml:",omitempty"`
	MessageText                []TextType           `json:",omitempty" xml:",omitempty"`
	PersonID                   []NameType           `json:",omitempty" xml:",omitempty"`
	ComputerID                 []IdentifierType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID            []IdentifierType     `json:",omitempty" xml:",omitempty"`
	ProceduralElementReference []IdentifierType     `json:",omitempty" xml:",omitempty"`
	Category                   []IdentifierType     `json:",omitempty" xml:",omitempty"`
	AlarmData                  []AlarmDataType      `json:",omitempty" xml:",omitempty"`
	AssociatedEventID          []IdentifierType     `json:",omitempty" xml:",omitempty"`
	UserAttribute              []UserAttributeType  `json:",omitempty" xml:",omitempty"`
}

SingleEventType was auto-generated. Do not change.

type StartConditionType

type StartConditionType struct {
	DateTimeType
}

StartConditionType was auto-generated. Do not change.

type StartTimeType

type StartTimeType struct {
	DateTimeType
}

StartTimeType was auto-generated. Do not change.

type StatusTimeType

type StatusTimeType struct {
	DateTimeType
}

StatusTimeType was auto-generated. Do not change.

type StatusType

type StatusType struct {
	CodeType
}

StatusType was auto-generated. Do not change.

type StepType

type StepType struct {
	ID                   IDType                   `json:",omitempty" xml:",omitempty"`
	RecipeElementID      RecipeElementIDType      `json:",omitempty" xml:",omitempty"`
	RecipeElementVersion RecipeElementVersionType `json:",omitempty" xml:",omitempty"`
	Description          []DescriptionType        `json:",omitempty" xml:",omitempty"`
}

StepType was auto-generated. Do not change.

type StorageHierarchyScopeType

type StorageHierarchyScopeType struct {
	IdentifierType
}

StorageHierarchyScopeType was auto-generated. Do not change.

type StorageLocationType

type StorageLocationType struct {
	IdentifierType
}

StorageLocationType was auto-generated. Do not change.

type SupportedActionType

type SupportedActionType struct {
	ID                                 IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description                        []DescriptionType   `json:",omitempty" xml:",omitempty"`
	TransactionVerb                    TransactionVerbType `json:",omitempty" xml:",omitempty"`
	TransactionNoun                    TransactionNounType `json:",omitempty" xml:",omitempty"`
	InformationUser                    bool                `json:",omitempty" xml:",omitempty"`
	InformationUserSpecified           bool                `json:",omitempty" xml:",omitempty"`
	InformationProvider                bool                `json:",omitempty" xml:",omitempty"`
	InformationProviderSpecified       bool                `json:",omitempty" xml:",omitempty"`
	InformationSender                  bool                `json:",omitempty" xml:",omitempty"`
	InformationSenderSpecified         bool                `json:",omitempty" xml:",omitempty"`
	InformationReceiver                bool                `json:",omitempty" xml:",omitempty"`
	InformationReceiverSpecified       bool                `json:",omitempty" xml:",omitempty"`
	ObjectWildcardSupported            bool                `json:",omitempty" xml:",omitempty"`
	ObjectWildcardSupportedSpecified   bool                `json:",omitempty" xml:",omitempty"`
	PropertyWildcardSupported          bool                `json:",omitempty" xml:",omitempty"`
	PropertyWildcardSupportedSpecified bool                `json:",omitempty" xml:",omitempty"`
	ReleaseID                          string              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID                          string              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SupportedActionType was auto-generated. Do not change.

type SyncBatchProductionRecordType

type SyncBatchProductionRecordType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        SyncBatchProductionRecordTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncBatchProductionRecordType was auto-generated. Do not change.

type SyncBatchProductionRecordTypeDataArea

type SyncBatchProductionRecordTypeDataArea struct {
	Sync                  []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	BatchProductionRecord []BatchProductionRecordType `json:",omitempty" xml:",omitempty"`
}

SyncBatchProductionRecordTypeDataArea was auto-generated. Do not change.

type SyncEquipmentCapabilityTestSpecType

type SyncEquipmentCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        SyncEquipmentCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncEquipmentCapabilityTestSpecType was auto-generated. Do not change.

type SyncEquipmentCapabilityTestSpecTypeDataArea

type SyncEquipmentCapabilityTestSpecTypeDataArea struct {
	Sync                        []TransActionCriteriaType                  `json:",omitempty" xml:",omitempty"`
	EquipmentCapabilityTestSpec []EquipmentCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

SyncEquipmentCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type SyncEquipmentClassType

type SyncEquipmentClassType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        SyncEquipmentClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncEquipmentClassType was auto-generated. Do not change.

type SyncEquipmentClassTypeDataArea

type SyncEquipmentClassTypeDataArea struct {
	Sync           []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	EquipmentClass []EquipmentClassType      `json:",omitempty" xml:",omitempty"`
}

SyncEquipmentClassTypeDataArea was auto-generated. Do not change.

type SyncEquipmentInformationType

type SyncEquipmentInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        SyncEquipmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncEquipmentInformationType was auto-generated. Do not change.

type SyncEquipmentInformationTypeDataArea

type SyncEquipmentInformationTypeDataArea struct {
	Sync                 []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	EquipmentInformation []EquipmentInformationType `json:",omitempty" xml:",omitempty"`
}

SyncEquipmentInformationTypeDataArea was auto-generated. Do not change.

type SyncEquipmentType

type SyncEquipmentType struct {
	ApplicationArea TransApplicationAreaType  `json:",omitempty" xml:",omitempty"`
	DataArea        SyncEquipmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncEquipmentType was auto-generated. Do not change.

type SyncEquipmentTypeDataArea

type SyncEquipmentTypeDataArea struct {
	Sync      []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	Equipment []EquipmentType           `json:",omitempty" xml:",omitempty"`
}

SyncEquipmentTypeDataArea was auto-generated. Do not change.

type SyncGRecipeInformationType

type SyncGRecipeInformationType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        SyncGRecipeInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncGRecipeInformationType was auto-generated. Do not change.

type SyncGRecipeInformationTypeDataArea

type SyncGRecipeInformationTypeDataArea struct {
	Sync               []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	GRecipeInformation []GRecipeInformationType  `json:",omitempty" xml:",omitempty"`
}

SyncGRecipeInformationTypeDataArea was auto-generated. Do not change.

type SyncJobListType

type SyncJobListType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        SyncJobListTypeDataArea  `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncJobListType was auto-generated. Do not change.

type SyncJobListTypeDataArea

type SyncJobListTypeDataArea struct {
	Sync    []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	JobList []JobListType             `json:",omitempty" xml:",omitempty"`
}

SyncJobListTypeDataArea was auto-generated. Do not change.

type SyncJobResponseType

type SyncJobResponseType struct {
	ApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	DataArea        SyncJobResponseTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncJobResponseType was auto-generated. Do not change.

type SyncJobResponseTypeDataArea

type SyncJobResponseTypeDataArea struct {
	Sync        []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	JobResponse []JobResponseType         `json:",omitempty" xml:",omitempty"`
}

SyncJobResponseTypeDataArea was auto-generated. Do not change.

type SyncMaterialClassType

type SyncMaterialClassType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        SyncMaterialClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncMaterialClassType was auto-generated. Do not change.

type SyncMaterialClassTypeDataArea

type SyncMaterialClassTypeDataArea struct {
	Sync          []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialClass []MaterialClassType       `json:",omitempty" xml:",omitempty"`
}

SyncMaterialClassTypeDataArea was auto-generated. Do not change.

type SyncMaterialDefinitionType

type SyncMaterialDefinitionType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        SyncMaterialDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncMaterialDefinitionType was auto-generated. Do not change.

type SyncMaterialDefinitionTypeDataArea

type SyncMaterialDefinitionTypeDataArea struct {
	Sync               []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialDefinition []MaterialDefinitionType  `json:",omitempty" xml:",omitempty"`
}

SyncMaterialDefinitionTypeDataArea was auto-generated. Do not change.

type SyncMaterialInformationType

type SyncMaterialInformationType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        SyncMaterialInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncMaterialInformationType was auto-generated. Do not change.

type SyncMaterialInformationTypeDataArea

type SyncMaterialInformationTypeDataArea struct {
	Sync                []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialInformation []MaterialInformationType `json:",omitempty" xml:",omitempty"`
}

SyncMaterialInformationTypeDataArea was auto-generated. Do not change.

type SyncMaterialLotType

type SyncMaterialLotType struct {
	ApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	DataArea        SyncMaterialLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncMaterialLotType was auto-generated. Do not change.

type SyncMaterialLotTypeDataArea

type SyncMaterialLotTypeDataArea struct {
	Sync        []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialLot []MaterialLotType         `json:",omitempty" xml:",omitempty"`
}

SyncMaterialLotTypeDataArea was auto-generated. Do not change.

type SyncMaterialSubLotType

type SyncMaterialSubLotType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        SyncMaterialSubLotTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncMaterialSubLotType was auto-generated. Do not change.

type SyncMaterialSubLotTypeDataArea

type SyncMaterialSubLotTypeDataArea struct {
	Sync           []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	MaterialSubLot []MaterialSubLotType      `json:",omitempty" xml:",omitempty"`
}

SyncMaterialSubLotTypeDataArea was auto-generated. Do not change.

type SyncMaterialTestSpecType

type SyncMaterialTestSpecType struct {
	ApplicationArea TransApplicationAreaType         `json:",omitempty" xml:",omitempty"`
	DataArea        SyncMaterialTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncMaterialTestSpecType was auto-generated. Do not change.

type SyncMaterialTestSpecTypeDataArea

type SyncMaterialTestSpecTypeDataArea struct {
	Sync             []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	MaterialTestSpec []MaterialTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

SyncMaterialTestSpecTypeDataArea was auto-generated. Do not change.

type SyncOperationsCapabilityInformationType

type SyncOperationsCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                        `json:",omitempty" xml:",omitempty"`
	DataArea        SyncOperationsCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncOperationsCapabilityInformationType was auto-generated. Do not change.

type SyncOperationsCapabilityInformationTypeDataArea

type SyncOperationsCapabilityInformationTypeDataArea struct {
	Sync                            []TransActionCriteriaType             `json:",omitempty" xml:",omitempty"`
	OperationsCapabilityInformation []OperationsCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

SyncOperationsCapabilityInformationTypeDataArea was auto-generated. Do not change.

type SyncOperationsCapabilityType

type SyncOperationsCapabilityType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        SyncOperationsCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncOperationsCapabilityType was auto-generated. Do not change.

type SyncOperationsCapabilityTypeDataArea

type SyncOperationsCapabilityTypeDataArea struct {
	Sync                 []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	OperationsCapability []OperationsCapabilityType `json:",omitempty" xml:",omitempty"`
}

SyncOperationsCapabilityTypeDataArea was auto-generated. Do not change.

type SyncOperationsDefinitionInformationType

type SyncOperationsDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                        `json:",omitempty" xml:",omitempty"`
	DataArea        SyncOperationsDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncOperationsDefinitionInformationType was auto-generated. Do not change.

type SyncOperationsDefinitionInformationTypeDataArea

type SyncOperationsDefinitionInformationTypeDataArea struct {
	Sync                            []TransActionCriteriaType             `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionInformation []OperationsDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

SyncOperationsDefinitionInformationTypeDataArea was auto-generated. Do not change.

type SyncOperationsDefinitionType

type SyncOperationsDefinitionType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        SyncOperationsDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncOperationsDefinitionType was auto-generated. Do not change.

type SyncOperationsDefinitionTypeDataArea

type SyncOperationsDefinitionTypeDataArea struct {
	Sync                 []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	OperationsDefinition []OperationsDefinitionType `json:",omitempty" xml:",omitempty"`
}

SyncOperationsDefinitionTypeDataArea was auto-generated. Do not change.

type SyncOperationsPerformanceType

type SyncOperationsPerformanceType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        SyncOperationsPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncOperationsPerformanceType was auto-generated. Do not change.

type SyncOperationsPerformanceTypeDataArea

type SyncOperationsPerformanceTypeDataArea struct {
	Sync                  []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	OperationsPerformance []OperationsPerformanceType `json:",omitempty" xml:",omitempty"`
}

SyncOperationsPerformanceTypeDataArea was auto-generated. Do not change.

type SyncOperationsScheduleType

type SyncOperationsScheduleType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        SyncOperationsScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncOperationsScheduleType was auto-generated. Do not change.

type SyncOperationsScheduleTypeDataArea

type SyncOperationsScheduleTypeDataArea struct {
	Sync               []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	OperationsSchedule []OperationsScheduleType  `json:",omitempty" xml:",omitempty"`
}

SyncOperationsScheduleTypeDataArea was auto-generated. Do not change.

type SyncPersonType

type SyncPersonType struct {
	ApplicationArea TransApplicationAreaType `json:",omitempty" xml:",omitempty"`
	DataArea        SyncPersonTypeDataArea   `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncPersonType was auto-generated. Do not change.

type SyncPersonTypeDataArea

type SyncPersonTypeDataArea struct {
	Sync   []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	Person []PersonType              `json:",omitempty" xml:",omitempty"`
}

SyncPersonTypeDataArea was auto-generated. Do not change.

type SyncPersonnelClassType

type SyncPersonnelClassType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        SyncPersonnelClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncPersonnelClassType was auto-generated. Do not change.

type SyncPersonnelClassTypeDataArea

type SyncPersonnelClassTypeDataArea struct {
	Sync           []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	PersonnelClass []PersonnelClassType      `json:",omitempty" xml:",omitempty"`
}

SyncPersonnelClassTypeDataArea was auto-generated. Do not change.

type SyncPersonnelInformationType

type SyncPersonnelInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        SyncPersonnelInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncPersonnelInformationType was auto-generated. Do not change.

type SyncPersonnelInformationTypeDataArea

type SyncPersonnelInformationTypeDataArea struct {
	Sync                 []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	PersonnelInformation []PersonnelInformationType `json:",omitempty" xml:",omitempty"`
}

SyncPersonnelInformationTypeDataArea was auto-generated. Do not change.

type SyncPhysicalAssetCapabilityTestSpecType

type SyncPhysicalAssetCapabilityTestSpecType struct {
	ApplicationArea TransApplicationAreaType                        `json:",omitempty" xml:",omitempty"`
	DataArea        SyncPhysicalAssetCapabilityTestSpecTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncPhysicalAssetCapabilityTestSpecType was auto-generated. Do not change.

type SyncPhysicalAssetCapabilityTestSpecTypeDataArea

type SyncPhysicalAssetCapabilityTestSpecTypeDataArea struct {
	Sync                            []TransActionCriteriaType                      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapabilityTestSpec []PhysicalAssetCapabilityTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

SyncPhysicalAssetCapabilityTestSpecTypeDataArea was auto-generated. Do not change.

type SyncPhysicalAssetClassType

type SyncPhysicalAssetClassType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        SyncPhysicalAssetClassTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncPhysicalAssetClassType was auto-generated. Do not change.

type SyncPhysicalAssetClassTypeDataArea

type SyncPhysicalAssetClassTypeDataArea struct {
	Sync               []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	PhysicalAssetClass []PhysicalAssetClassType  `json:",omitempty" xml:",omitempty"`
}

SyncPhysicalAssetClassTypeDataArea was auto-generated. Do not change.

type SyncPhysicalAssetInformationType

type SyncPhysicalAssetInformationType struct {
	ApplicationArea TransApplicationAreaType                 `json:",omitempty" xml:",omitempty"`
	DataArea        SyncPhysicalAssetInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                   `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                   `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncPhysicalAssetInformationType was auto-generated. Do not change.

type SyncPhysicalAssetInformationTypeDataArea

type SyncPhysicalAssetInformationTypeDataArea struct {
	Sync                     []TransActionCriteriaType      `json:",omitempty" xml:",omitempty"`
	PhysicalAssetInformation []PhysicalAssetInformationType `json:",omitempty" xml:",omitempty"`
}

SyncPhysicalAssetInformationTypeDataArea was auto-generated. Do not change.

type SyncPhysicalAssetType

type SyncPhysicalAssetType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        SyncPhysicalAssetTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncPhysicalAssetType was auto-generated. Do not change.

type SyncPhysicalAssetTypeDataArea

type SyncPhysicalAssetTypeDataArea struct {
	Sync          []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	PhysicalAsset []PhysicalAssetType       `json:",omitempty" xml:",omitempty"`
}

SyncPhysicalAssetTypeDataArea was auto-generated. Do not change.

type SyncProcessElementLibraryType

type SyncProcessElementLibraryType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        SyncProcessElementLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncProcessElementLibraryType was auto-generated. Do not change.

type SyncProcessElementLibraryTypeDataArea

type SyncProcessElementLibraryTypeDataArea struct {
	Sync                  []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	ProcessElementLibrary []ProcessElementLibraryType `json:",omitempty" xml:",omitempty"`
}

SyncProcessElementLibraryTypeDataArea was auto-generated. Do not change.

type SyncProcessSegmentInformationType

type SyncProcessSegmentInformationType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        SyncProcessSegmentInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncProcessSegmentInformationType was auto-generated. Do not change.

type SyncProcessSegmentInformationTypeDataArea

type SyncProcessSegmentInformationTypeDataArea struct {
	Sync                      []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	ProcessSegmentInformation []ProcessSegmentInformationType `json:",omitempty" xml:",omitempty"`
}

SyncProcessSegmentInformationTypeDataArea was auto-generated. Do not change.

type SyncProcessSegmentType

type SyncProcessSegmentType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        SyncProcessSegmentTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncProcessSegmentType was auto-generated. Do not change.

type SyncProcessSegmentTypeDataArea

type SyncProcessSegmentTypeDataArea struct {
	Sync           []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	ProcessSegment []ProcessSegmentType      `json:",omitempty" xml:",omitempty"`
}

SyncProcessSegmentTypeDataArea was auto-generated. Do not change.

type SyncProductDefinitionType

type SyncProductDefinitionType struct {
	ApplicationArea TransApplicationAreaType          `json:",omitempty" xml:",omitempty"`
	DataArea        SyncProductDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                            `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                            `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncProductDefinitionType was auto-generated. Do not change.

type SyncProductDefinitionTypeDataArea

type SyncProductDefinitionTypeDataArea struct {
	Sync              []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	ProductDefinition []ProductDefinitionType   `json:",omitempty" xml:",omitempty"`
}

SyncProductDefinitionTypeDataArea was auto-generated. Do not change.

type SyncProductInformationType

type SyncProductInformationType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        SyncProductInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncProductInformationType was auto-generated. Do not change.

type SyncProductInformationTypeDataArea

type SyncProductInformationTypeDataArea struct {
	Sync               []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	ProductInformation []ProductInformationType  `json:",omitempty" xml:",omitempty"`
}

SyncProductInformationTypeDataArea was auto-generated. Do not change.

type SyncProductionCapabilityType

type SyncProductionCapabilityType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        SyncProductionCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncProductionCapabilityType was auto-generated. Do not change.

type SyncProductionCapabilityTypeDataArea

type SyncProductionCapabilityTypeDataArea struct {
	Sync                 []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	ProductionCapability []ProductionCapabilityType `json:",omitempty" xml:",omitempty"`
}

SyncProductionCapabilityTypeDataArea was auto-generated. Do not change.

type SyncProductionPerformanceType

type SyncProductionPerformanceType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        SyncProductionPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncProductionPerformanceType was auto-generated. Do not change.

type SyncProductionPerformanceTypeDataArea

type SyncProductionPerformanceTypeDataArea struct {
	Sync                  []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	ProductionPerformance []ProductionPerformanceType `json:",omitempty" xml:",omitempty"`
}

SyncProductionPerformanceTypeDataArea was auto-generated. Do not change.

type SyncProductionScheduleType

type SyncProductionScheduleType struct {
	ApplicationArea TransApplicationAreaType           `json:",omitempty" xml:",omitempty"`
	DataArea        SyncProductionScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                             `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                             `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncProductionScheduleType was auto-generated. Do not change.

type SyncProductionScheduleTypeDataArea

type SyncProductionScheduleTypeDataArea struct {
	Sync               []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	ProductionSchedule []ProductionScheduleType  `json:",omitempty" xml:",omitempty"`
}

SyncProductionScheduleTypeDataArea was auto-generated. Do not change.

type SyncQualificationTestSpecificationType

type SyncQualificationTestSpecificationType struct {
	ApplicationArea TransApplicationAreaType                       `json:",omitempty" xml:",omitempty"`
	DataArea        SyncQualificationTestSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncQualificationTestSpecificationType was auto-generated. Do not change.

type SyncQualificationTestSpecificationTypeDataArea

type SyncQualificationTestSpecificationTypeDataArea struct {
	Sync                           []TransActionCriteriaType            `json:",omitempty" xml:",omitempty"`
	QualificationTestSpecification []QualificationTestSpecificationType `json:",omitempty" xml:",omitempty"`
}

SyncQualificationTestSpecificationTypeDataArea was auto-generated. Do not change.

type SyncResourceConstraintLibraryType

type SyncResourceConstraintLibraryType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        SyncResourceConstraintLibraryTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncResourceConstraintLibraryType was auto-generated. Do not change.

type SyncResourceConstraintLibraryTypeDataArea

type SyncResourceConstraintLibraryTypeDataArea struct {
	Sync                      []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	ResourceConstraintLibrary []ResourceConstraintLibraryType `json:",omitempty" xml:",omitempty"`
}

SyncResourceConstraintLibraryTypeDataArea was auto-generated. Do not change.

type SyncResourceNetworkConnectionInformationType

type SyncResourceNetworkConnectionInformationType struct {
	ApplicationArea TransApplicationAreaType                             `json:",omitempty" xml:",omitempty"`
	DataArea        SyncResourceNetworkConnectionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncResourceNetworkConnectionInformationType was auto-generated. Do not change.

type SyncResourceNetworkConnectionInformationTypeDataArea

type SyncResourceNetworkConnectionInformationTypeDataArea struct {
	Sync                                 []TransActionCriteriaType                  `json:",omitempty" xml:",omitempty"`
	ResourceNetworkConnectionInformation []ResourceNetworkConnectionInformationType `json:",omitempty" xml:",omitempty"`
}

SyncResourceNetworkConnectionInformationTypeDataArea was auto-generated. Do not change.

type SyncResourceRelationshipNetworkType

type SyncResourceRelationshipNetworkType struct {
	ApplicationArea TransApplicationAreaType                    `json:",omitempty" xml:",omitempty"`
	DataArea        SyncResourceRelationshipNetworkTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                      `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                      `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncResourceRelationshipNetworkType was auto-generated. Do not change.

type SyncResourceRelationshipNetworkTypeDataArea

type SyncResourceRelationshipNetworkTypeDataArea struct {
	Sync                        []TransActionCriteriaType         `json:",omitempty" xml:",omitempty"`
	ResourceRelationshipNetwork []ResourceRelationshipNetworkType `json:",omitempty" xml:",omitempty"`
}

SyncResourceRelationshipNetworkTypeDataArea was auto-generated. Do not change.

type SyncWorkAlertDefinitionType

type SyncWorkAlertDefinitionType struct {
	ApplicationArea TransApplicationAreaType            `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkAlertDefinitionTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                              `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                              `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkAlertDefinitionType was auto-generated. Do not change.

type SyncWorkAlertDefinitionTypeDataArea

type SyncWorkAlertDefinitionTypeDataArea struct {
	Sync                []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkAlertDefinition []WorkAlertDefinitionType `json:",omitempty" xml:",omitempty"`
}

SyncWorkAlertDefinitionTypeDataArea was auto-generated. Do not change.

type SyncWorkAlertInformationType

type SyncWorkAlertInformationType struct {
	ApplicationArea TransApplicationAreaType             `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkAlertInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                               `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                               `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkAlertInformationType was auto-generated. Do not change.

type SyncWorkAlertInformationTypeDataArea

type SyncWorkAlertInformationTypeDataArea struct {
	Sync                 []TransActionCriteriaType  `json:",omitempty" xml:",omitempty"`
	WorkAlertInformation []WorkAlertInformationType `json:",omitempty" xml:",omitempty"`
}

SyncWorkAlertInformationTypeDataArea was auto-generated. Do not change.

type SyncWorkAlertType

type SyncWorkAlertType struct {
	ApplicationArea TransApplicationAreaType  `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkAlertTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkAlertType was auto-generated. Do not change.

type SyncWorkAlertTypeDataArea

type SyncWorkAlertTypeDataArea struct {
	Sync      []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkAlert []WorkAlertType           `json:",omitempty" xml:",omitempty"`
}

SyncWorkAlertTypeDataArea was auto-generated. Do not change.

type SyncWorkCapabilityInformationType

type SyncWorkCapabilityInformationType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkCapabilityInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkCapabilityInformationType was auto-generated. Do not change.

type SyncWorkCapabilityInformationTypeDataArea

type SyncWorkCapabilityInformationTypeDataArea struct {
	Sync                      []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	WorkCapabilityInformation []WorkCapabilityInformationType `json:",omitempty" xml:",omitempty"`
}

SyncWorkCapabilityInformationTypeDataArea was auto-generated. Do not change.

type SyncWorkCapabilityType

type SyncWorkCapabilityType struct {
	ApplicationArea TransApplicationAreaType       `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkCapabilityTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                         `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                         `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkCapabilityType was auto-generated. Do not change.

type SyncWorkCapabilityTypeDataArea

type SyncWorkCapabilityTypeDataArea struct {
	Sync           []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkCapability []WorkCapabilityType      `json:",omitempty" xml:",omitempty"`
}

SyncWorkCapabilityTypeDataArea was auto-generated. Do not change.

type SyncWorkDefinitionInformationType

type SyncWorkDefinitionInformationType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkDefinitionInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkDefinitionInformationType was auto-generated. Do not change.

type SyncWorkDefinitionInformationTypeDataArea

type SyncWorkDefinitionInformationTypeDataArea struct {
	Sync                      []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	WorkDefinitionInformation []WorkDefinitionInformationType `json:",omitempty" xml:",omitempty"`
}

SyncWorkDefinitionInformationTypeDataArea was auto-generated. Do not change.

type SyncWorkDirectiveType

type SyncWorkDirectiveType struct {
	ApplicationArea TransApplicationAreaType      `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkDirectiveTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                        `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                        `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkDirectiveType was auto-generated. Do not change.

type SyncWorkDirectiveTypeDataArea

type SyncWorkDirectiveTypeDataArea struct {
	Sync          []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkDirective []WorkDirectiveType       `json:",omitempty" xml:",omitempty"`
}

SyncWorkDirectiveTypeDataArea was auto-generated. Do not change.

type SyncWorkMasterType

type SyncWorkMasterType struct {
	ApplicationArea TransApplicationAreaType   `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkMasterTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                     `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                     `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkMasterType was auto-generated. Do not change.

type SyncWorkMasterTypeDataArea

type SyncWorkMasterTypeDataArea struct {
	Sync       []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkMaster []WorkMasterType          `json:",omitempty" xml:",omitempty"`
}

SyncWorkMasterTypeDataArea was auto-generated. Do not change.

type SyncWorkPerformanceType

type SyncWorkPerformanceType struct {
	ApplicationArea TransApplicationAreaType        `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkPerformanceTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                          `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                          `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkPerformanceType was auto-generated. Do not change.

type SyncWorkPerformanceTypeDataArea

type SyncWorkPerformanceTypeDataArea struct {
	Sync            []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkPerformance []WorkPerformanceType     `json:",omitempty" xml:",omitempty"`
}

SyncWorkPerformanceTypeDataArea was auto-generated. Do not change.

type SyncWorkScheduleType

type SyncWorkScheduleType struct {
	ApplicationArea TransApplicationAreaType     `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkScheduleTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                       `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                       `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkScheduleType was auto-generated. Do not change.

type SyncWorkScheduleTypeDataArea

type SyncWorkScheduleTypeDataArea struct {
	Sync         []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	WorkSchedule []WorkScheduleType        `json:",omitempty" xml:",omitempty"`
}

SyncWorkScheduleTypeDataArea was auto-generated. Do not change.

type SyncWorkflowSpecificationInformationType

type SyncWorkflowSpecificationInformationType struct {
	ApplicationArea TransApplicationAreaType                         `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkflowSpecificationInformationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                           `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                           `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkflowSpecificationInformationType was auto-generated. Do not change.

type SyncWorkflowSpecificationInformationTypeDataArea

type SyncWorkflowSpecificationInformationTypeDataArea struct {
	Sync                             []TransActionCriteriaType              `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationInformation []WorkflowSpecificationInformationType `json:",omitempty" xml:",omitempty"`
}

SyncWorkflowSpecificationInformationTypeDataArea was auto-generated. Do not change.

type SyncWorkflowSpecificationType

type SyncWorkflowSpecificationType struct {
	ApplicationArea TransApplicationAreaType              `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkflowSpecificationTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkflowSpecificationType was auto-generated. Do not change.

type SyncWorkflowSpecificationTypeDataArea

type SyncWorkflowSpecificationTypeDataArea struct {
	Sync                  []TransActionCriteriaType   `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification []WorkflowSpecificationType `json:",omitempty" xml:",omitempty"`
}

SyncWorkflowSpecificationTypeDataArea was auto-generated. Do not change.

type SyncWorkflowSpecificationTypeType

type SyncWorkflowSpecificationTypeType struct {
	ApplicationArea TransApplicationAreaType                  `json:",omitempty" xml:",omitempty"`
	DataArea        SyncWorkflowSpecificationTypeTypeDataArea `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                                    `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                                    `json:",omitempty" xml:"versionID,attr,omitempty"`
}

SyncWorkflowSpecificationTypeType was auto-generated. Do not change.

type SyncWorkflowSpecificationTypeTypeDataArea

type SyncWorkflowSpecificationTypeTypeDataArea struct {
	Sync                      []TransActionCriteriaType       `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationType []WorkflowSpecificationTypeType `json:",omitempty" xml:",omitempty"`
}

SyncWorkflowSpecificationTypeTypeDataArea was auto-generated. Do not change.

type TagSpecificationType

type TagSpecificationType struct {
	TagIndex                   NumericType       `json:",omitempty" xml:",omitempty"`
	DataType                   DataTypeType      `json:",omitempty" xml:",omitempty"`
	UnitOfMeasure              UnitOfMeasureType `json:",omitempty" xml:",omitempty"`
	DataSource                 []IdentifierType  `json:",omitempty" xml:",omitempty"`
	Alias                      []IdentifierType  `json:",omitempty" xml:",omitempty"`
	Description                []DescriptionType `json:",omitempty" xml:",omitempty"`
	EquipmentID                []IdentifierType  `json:",omitempty" xml:",omitempty"`
	PhysicalAssetID            []IdentifierType  `json:",omitempty" xml:",omitempty"`
	ProceduralElementReference []IdentifierType  `json:",omitempty" xml:",omitempty"`
	Deadband                   []ValueType       `json:",omitempty" xml:",omitempty"`
	SignificantDigits          []IdentifierType  `json:",omitempty" xml:",omitempty"`
	DataCompression            []IdentifierType  `json:",omitempty" xml:",omitempty"`
	SamplingType               []IdentifierType  `json:",omitempty" xml:",omitempty"`
}

TagSpecificationType was auto-generated. Do not change.

type TestDateTimeType

type TestDateTimeType struct {
	DateTimeType
}

TestDateTimeType was auto-generated. Do not change.

type TestResultType

type TestResultType struct {
	ID             IdentifierType     `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType  `json:",omitempty" xml:",omitempty"`
	TestDateTime   TestDateTimeType   `json:",omitempty" xml:",omitempty"`
	Result         []ResultType       `json:",omitempty" xml:",omitempty"`
	ExpirationTime ExpirationTimeType `json:",omitempty" xml:",omitempty"`
}

TestResultType was auto-generated. Do not change.

type TestedEquipmentClassPropertyType

type TestedEquipmentClassPropertyType struct {
	EquipmentClassID EquipmentClassIDType `json:",omitempty" xml:",omitempty"`
	PropertyID       PropertyIDType       `json:",omitempty" xml:",omitempty"`
}

TestedEquipmentClassPropertyType was auto-generated. Do not change.

type TestedEquipmentPropertyType

type TestedEquipmentPropertyType struct {
	EquipmentID EquipmentIDType `json:",omitempty" xml:",omitempty"`
	PropertyID  PropertyIDType  `json:",omitempty" xml:",omitempty"`
}

TestedEquipmentPropertyType was auto-generated. Do not change.

type TestedMaterialClassPropertyType

type TestedMaterialClassPropertyType struct {
	MaterialClassID MaterialClassIDType `json:",omitempty" xml:",omitempty"`
	PropertyID      PropertyIDType      `json:",omitempty" xml:",omitempty"`
}

TestedMaterialClassPropertyType was auto-generated. Do not change.

type TestedMaterialDefinitionPropertyType

type TestedMaterialDefinitionPropertyType struct {
	MaterialDefinitionID MaterialDefinitionIDType `json:",omitempty" xml:",omitempty"`
	PropertyID           PropertyIDType           `json:",omitempty" xml:",omitempty"`
}

TestedMaterialDefinitionPropertyType was auto-generated. Do not change.

type TestedMaterialLotPropertyType

type TestedMaterialLotPropertyType struct {
	MaterialLotID MaterialLotIDType `json:",omitempty" xml:",omitempty"`
	PropertyID    PropertyIDType    `json:",omitempty" xml:",omitempty"`
}

TestedMaterialLotPropertyType was auto-generated. Do not change.

type TestedPersonPropertyType

type TestedPersonPropertyType struct {
	PersonID   PersonIDType   `json:",omitempty" xml:",omitempty"`
	PropertyID PropertyIDType `json:",omitempty" xml:",omitempty"`
}

TestedPersonPropertyType was auto-generated. Do not change.

type TestedPersonnelClassPropertyType

type TestedPersonnelClassPropertyType struct {
	PersonnelClassID PersonnelClassIDType `json:",omitempty" xml:",omitempty"`
	PropertyID       PropertyIDType       `json:",omitempty" xml:",omitempty"`
}

TestedPersonnelClassPropertyType was auto-generated. Do not change.

type TestedPhysicalAssetClassPropertyType

type TestedPhysicalAssetClassPropertyType struct {
	PhysicalAssetClassID PhysicalAssetClassIDType `json:",omitempty" xml:",omitempty"`
	PropertyID           PropertyIDType           `json:",omitempty" xml:",omitempty"`
}

TestedPhysicalAssetClassPropertyType was auto-generated. Do not change.

type TestedPhysicalAssetPropertyType

type TestedPhysicalAssetPropertyType struct {
	PhysicalAssetID PhysicalAssetIDType `json:",omitempty" xml:",omitempty"`
	PropertyID      PropertyIDType      `json:",omitempty" xml:",omitempty"`
}

TestedPhysicalAssetPropertyType was auto-generated. Do not change.

type TextType

type TextType struct {
	LanguageID string `json:",omitempty" xml:"languageID,attr,omitempty"`
	Value      string `json:",omitempty" xml:",chardata"`
}

TextType was auto-generated. Do not change.

type TimeSpecificationType

type TimeSpecificationType struct {
	Relative          bool         `json:",omitempty" xml:",omitempty"`
	RelativeSpecified bool         `json:",omitempty" xml:",omitempty"`
	OffsetTime        DateTimeType `json:",omitempty" xml:",omitempty"`
}

TimeSpecificationType was auto-generated. Do not change.

type ToEquipmentIDType

type ToEquipmentIDType struct {
	IdentifierType
}

ToEquipmentIDType was auto-generated. Do not change.

type ToIDType

type ToIDType struct {
	ToIDValue string      `json:",omitempty" xml:",omitempty"`
	ToType    ToTypeType  `json:",omitempty" xml:",omitempty"`
	IDScope   IDScopeType `json:",omitempty" xml:",omitempty"`
}

ToIDType was auto-generated. Do not change.

type ToType1Type

type ToType1Type struct {
	CodeType
}

ToType1Type was auto-generated. Do not change.

type ToTypeType

type ToTypeType struct {
	ToType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

ToTypeType was auto-generated. Do not change.

type TransAcknowledgeType

type TransAcknowledgeType struct {
	OriginalApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	ResponseCriteria        []TransResponseCriteriaType `json:",omitempty" xml:",omitempty"`
}

TransAcknowledgeType was auto-generated. Do not change.

type TransActionCriteriaType

type TransActionCriteriaType struct {
	ActionExpression []TransExpressionType `json:",omitempty" xml:",omitempty"`
	ChangeStatus     TransChangeStatusType `json:",omitempty" xml:",omitempty"`
}

TransActionCriteriaType was auto-generated. Do not change.

type TransApplicationAreaType

type TransApplicationAreaType struct {
	Sender           TransSenderType     `json:",omitempty" xml:",omitempty"`
	Receiver         []TransReceiverType `json:",omitempty" xml:",omitempty"`
	CreationDateTime DateTimeType        `json:",omitempty" xml:",omitempty"`
	Signature        TransSignatureType  `json:",omitempty" xml:",omitempty"`
	BODID            IdentifierType      `json:",omitempty" xml:",omitempty"`
	UserArea         TransUserAreaType   `json:",omitempty" xml:",omitempty"`
}

TransApplicationAreaType was auto-generated. Do not change.

type TransChangeStatusType

type TransChangeStatusType struct {
	Code              CodeType               `json:",omitempty" xml:",omitempty"`
	Description       DescriptionType        `json:",omitempty" xml:",omitempty"`
	EffectiveDateTime DateTimeType           `json:",omitempty" xml:",omitempty"`
	ReasonCode        CodeType               `json:",omitempty" xml:",omitempty"`
	Reason            []CodeType             `json:",omitempty" xml:",omitempty"`
	StateChange       []TransStateChangeType `json:",omitempty" xml:",omitempty"`
	UserArea          TransUserAreaType      `json:",omitempty" xml:",omitempty"`
}

TransChangeStatusType was auto-generated. Do not change.

type TransChangeType

type TransChangeType struct {
	ActionCriteria        []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	ResponseCode          TransResponseCodeType     `json:",omitempty" xml:"responseCode,attr,omitempty"`
	ResponseCodeSpecified bool                      `json:",omitempty" xml:",omitempty"`
}

TransChangeType was auto-generated. Do not change.

type TransConfirmType

type TransConfirmType struct {
	OriginalApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	ResponseCriteria        []TransResponseCriteriaType `json:",omitempty" xml:",omitempty"`
}

TransConfirmType was auto-generated. Do not change.

type TransConfirmationCodeType

type TransConfirmationCodeType struct {
	CodeType
}

TransConfirmationCodeType was auto-generated. Do not change.

type TransExpression1Type

type TransExpression1Type struct {
	Value string `json:",omitempty" xml:",chardata"`
}

TransExpression1Type was auto-generated. Do not change.

type TransExpressionType

type TransExpressionType struct {
	TransExpression1Type
	ActionCode         string `json:",omitempty" xml:"actionCode,attr,omitempty"`
	ExpressionLanguage string `json:",omitempty" xml:"expressionLanguage,attr,omitempty"`
}

TransExpressionType was auto-generated. Do not change.

type TransProcessType

type TransProcessType struct {
	ActionCriteria           []TransActionCriteriaType `json:",omitempty" xml:",omitempty"`
	AcknowledgeCode          TransResponseCodeType     `json:",omitempty" xml:"acknowledgeCode,attr,omitempty"`
	AcknowledgeCodeSpecified bool                      `json:",omitempty" xml:",omitempty"`
}

TransProcessType was auto-generated. Do not change.

type TransReceiverType

type TransReceiverType struct {
	LogicalID   IdentifierType   `json:",omitempty" xml:",omitempty"`
	ComponentID IdentifierType   `json:",omitempty" xml:",omitempty"`
	ID          []IdentifierType `json:",omitempty" xml:",omitempty"`
}

TransReceiverType was auto-generated. Do not change.

type TransRespondType

type TransRespondType struct {
	OriginalApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	ResponseCriteria        []TransResponseCriteriaType `json:",omitempty" xml:",omitempty"`
}

TransRespondType was auto-generated. Do not change.

type TransResponseCodeType

type TransResponseCodeType string

type TransResponseCriteriaType

type TransResponseCriteriaType struct {
	ResponseExpression TransExpressionType   `json:",omitempty" xml:",omitempty"`
	ChangeStatus       TransChangeStatusType `json:",omitempty" xml:",omitempty"`
}

TransResponseCriteriaType was auto-generated. Do not change.

type TransSenderType

type TransSenderType struct {
	LogicalID        IdentifierType            `json:",omitempty" xml:",omitempty"`
	ComponentID      IdentifierType            `json:",omitempty" xml:",omitempty"`
	TaskID           IdentifierType            `json:",omitempty" xml:",omitempty"`
	ReferenceID      IdentifierType            `json:",omitempty" xml:",omitempty"`
	ConfirmationCode TransConfirmationCodeType `json:",omitempty" xml:",omitempty"`
	AuthorizationID  IdentifierType            `json:",omitempty" xml:",omitempty"`
}

TransSenderType was auto-generated. Do not change.

type TransShowType

type TransShowType struct {
	OriginalApplicationArea TransApplicationAreaType    `json:",omitempty" xml:",omitempty"`
	ResponseCriteria        []TransResponseCriteriaType `json:",omitempty" xml:",omitempty"`
}

TransShowType was auto-generated. Do not change.

type TransSignatureType

type TransSignatureType struct {
	Any                []XmlNode `json:",omitempty" xml:",omitempty"`
	QualifyingAgencyID string    `json:",omitempty" xml:"qualifyingAgencyID,attr,omitempty"`
}

TransSignatureType was auto-generated. Do not change.

type TransStateChangeType

type TransStateChangeType struct {
	FromStateCode  CodeType          `json:",omitempty" xml:",omitempty"`
	ToStateCode    CodeType          `json:",omitempty" xml:",omitempty"`
	ChangeDateTime DateTimeType      `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType `json:",omitempty" xml:",omitempty"`
	Note           []TextType        `json:",omitempty" xml:",omitempty"`
	UserArea       TransUserAreaType `json:",omitempty" xml:",omitempty"`
}

TransStateChangeType was auto-generated. Do not change.

type TransUserAreaType

type TransUserAreaType struct {
	Any []XmlNode `json:",omitempty" xml:",omitempty"`
}

TransUserAreaType was auto-generated. Do not change.

type TransactionNoun1Type

type TransactionNoun1Type struct {
	CodeType
}

TransactionNoun1Type was auto-generated. Do not change.

type TransactionNounType

type TransactionNounType struct {
	TransactionNoun1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

TransactionNounType was auto-generated. Do not change.

type TransactionProfileType

type TransactionProfileType struct {
	ID              IdentifierType        `json:",omitempty" xml:",omitempty"`
	Description     []DescriptionType     `json:",omitempty" xml:",omitempty"`
	Location        LocationType          `json:",omitempty" xml:",omitempty"`
	HierarchyScope  HierarchyScopeType    `json:",omitempty" xml:",omitempty"`
	PublishedDate   PublishedDateType     `json:",omitempty" xml:",omitempty"`
	SupportedAction []SupportedActionType `json:",omitempty" xml:",omitempty"`
	ReleaseID       string                `json:",omitempty" xml:"releaseID,attr,omitempty"`
	VersionID       string                `json:",omitempty" xml:"versionID,attr,omitempty"`
}

TransactionProfileType was auto-generated. Do not change.

type TransactionVerb1Type

type TransactionVerb1Type struct {
	CodeType
}

TransactionVerb1Type was auto-generated. Do not change.

type TransactionVerbType

type TransactionVerbType struct {
	TransactionVerb1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

TransactionVerbType was auto-generated. Do not change.

type TransitionType

type TransitionType struct {
	ID                  IDType                  `json:",omitempty" xml:",omitempty"`
	Condition           ConditionType           `json:",omitempty" xml:",omitempty"`
	ConditionAnnotation ConditionAnnotationType `json:",omitempty" xml:",omitempty"`
	Description         []DescriptionType       `json:",omitempty" xml:",omitempty"`
}

TransitionType was auto-generated. Do not change.

type UnitOfMeasureType

type UnitOfMeasureType struct {
	CodeType
}

UnitOfMeasureType was auto-generated. Do not change.

type UserAttributeType

type UserAttributeType struct {
	AttributeID CodeType    `json:",omitempty" xml:",omitempty"`
	Description []TextType  `json:",omitempty" xml:",omitempty"`
	Value       []ValueType `json:",omitempty" xml:",omitempty"`
}

UserAttributeType was auto-generated. Do not change.

type ValueStringType

type ValueStringType struct {
	AnyGenericValueType
}

ValueStringType was auto-generated. Do not change.

type ValueType

type ValueType struct {
	ValueString   ValueStringType   `json:",omitempty" xml:",omitempty"`
	DataType      DataTypeType      `json:",omitempty" xml:",omitempty"`
	UnitOfMeasure UnitOfMeasureType `json:",omitempty" xml:",omitempty"`
	Key           IdentifierType    `json:",omitempty" xml:",omitempty"`
}

ValueType was auto-generated. Do not change.

type VersionDateType

type VersionDateType struct {
	DateTimeType
}

VersionDateType was auto-generated. Do not change.

type VersionType

type VersionType struct {
	IdentifierType
}

VersionType was auto-generated. Do not change.

type WorkAlertDefinitionType

type WorkAlertDefinitionType struct {
	ID             IdentifierType          `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType       `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType      `json:",omitempty" xml:",omitempty"`
	Priority       []PriorityType          `json:",omitempty" xml:",omitempty"`
	Category       []IdentifierType        `json:",omitempty" xml:",omitempty"`
	Property       []WorkAlertPropertyType `json:",omitempty" xml:",omitempty"`
}

WorkAlertDefinitionType was auto-generated. Do not change.

type WorkAlertInformationType

type WorkAlertInformationType struct {
	ID                  IdentifierType            `json:",omitempty" xml:",omitempty"`
	Description         []DescriptionType         `json:",omitempty" xml:",omitempty"`
	HierarchyScope      HierarchyScopeType        `json:",omitempty" xml:",omitempty"`
	PublishedDate       PublishedDateType         `json:",omitempty" xml:",omitempty"`
	WorkAlertDefinition []WorkAlertDefinitionType `json:",omitempty" xml:",omitempty"`
	WorkAlert           []WorkAlertType           `json:",omitempty" xml:",omitempty"`
}

WorkAlertInformationType was auto-generated. Do not change.

type WorkAlertPropertyType

type WorkAlertPropertyType struct {
	ID          IdentifierType    `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType `json:",omitempty" xml:",omitempty"`
	Value       []ValueType       `json:",omitempty" xml:",omitempty"`
}

WorkAlertPropertyType was auto-generated. Do not change.

type WorkAlertType

type WorkAlertType struct {
	ID             IdentifierType          `json:",omitempty" xml:",omitempty"`
	MessageText    []DescriptionType       `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType      `json:",omitempty" xml:",omitempty"`
	TimeStamp      StartTimeType           `json:",omitempty" xml:",omitempty"`
	Priority       PriorityType            `json:",omitempty" xml:",omitempty"`
	Category       IdentifierType          `json:",omitempty" xml:",omitempty"`
	Property       []WorkAlertPropertyType `json:",omitempty" xml:",omitempty"`
}

WorkAlertType was auto-generated. Do not change.

type WorkCapabilityInformationType

type WorkCapabilityInformationType struct {
	ID             IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType    `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType   `json:",omitempty" xml:",omitempty"`
	PublishedDate  PublishedDateType    `json:",omitempty" xml:",omitempty"`
	WorkCapability []WorkCapabilityType `json:",omitempty" xml:",omitempty"`
}

WorkCapabilityInformationType was auto-generated. Do not change.

type WorkCapabilityType

type WorkCapabilityType struct {
	ID                      IdentifierType                  `json:",omitempty" xml:",omitempty"`
	Description             []DescriptionType               `json:",omitempty" xml:",omitempty"`
	HierarchyScope          HierarchyScopeType              `json:",omitempty" xml:",omitempty"`
	CapabilityType          CapabilityTypeType              `json:",omitempty" xml:",omitempty"`
	Reason                  ReasonType                      `json:",omitempty" xml:",omitempty"`
	ConfidenceFactor        ConfidenceFactorType            `json:",omitempty" xml:",omitempty"`
	StartTime               StartTimeType                   `json:",omitempty" xml:",omitempty"`
	EndTime                 EndTimeType                     `json:",omitempty" xml:",omitempty"`
	PublishedDate           PublishedDateType               `json:",omitempty" xml:",omitempty"`
	PersonnelCapability     []OpPersonnelCapabilityType     `json:",omitempty" xml:",omitempty"`
	EquipmentCapability     []OpEquipmentCapabilityType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapability []OpPhysicalAssetCapabilityType `json:",omitempty" xml:",omitempty"`
	MaterialCapability      []OpMaterialCapabilityType      `json:",omitempty" xml:",omitempty"`
	WorkMasterCapability    []WorkMasterCapabilityType      `json:",omitempty" xml:",omitempty"`
}

WorkCapabilityType was auto-generated. Do not change.

type WorkDefinitionInformationType

type WorkDefinitionInformationType struct {
	ID             IdentifierType      `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType   `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType  `json:",omitempty" xml:",omitempty"`
	PublishedDate  PublishedDateType   `json:",omitempty" xml:",omitempty"`
	WorkMaster     []WorkMasterType    `json:",omitempty" xml:",omitempty"`
	WorkDirective  []WorkDirectiveType `json:",omitempty" xml:",omitempty"`
}

WorkDefinitionInformationType was auto-generated. Do not change.

type WorkDirectiveRecordType

type WorkDirectiveRecordType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	WorkDirective     WorkDirectiveType    `json:",omitempty" xml:",omitempty"`
}

WorkDirectiveRecordType was auto-generated. Do not change.

type WorkDirectiveType

type WorkDirectiveType struct {
	ID                         IdentifierType                     `json:",omitempty" xml:",omitempty"`
	Version                    VersionType                        `json:",omitempty" xml:",omitempty"`
	Description                []DescriptionType                  `json:",omitempty" xml:",omitempty"`
	HierarchyScope             HierarchyScopeType                 `json:",omitempty" xml:",omitempty"`
	WorkType                   WorkTypeType                       `json:",omitempty" xml:",omitempty"`
	Duration                   string                             `json:",omitempty" xml:",omitempty"`
	PublishedDate              PublishedDateType                  `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionID     OperationsDefinitionIDType         `json:",omitempty" xml:",omitempty"`
	Parameter                  []ParameterType                    `json:",omitempty" xml:",omitempty"`
	PersonnelSpecification     []OpPersonnelSpecificationType     `json:",omitempty" xml:",omitempty"`
	EquipmentSpecification     []OpEquipmentSpecificationType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetSpecification []OpPhysicalAssetSpecificationType `json:",omitempty" xml:",omitempty"`
	MaterialSpecification      []OpMaterialSpecificationType      `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification      []WorkflowSpecificationType        `json:",omitempty" xml:",omitempty"`
	WorkMasterID               IdentifierType                     `json:",omitempty" xml:",omitempty"`
	WorkDirective              []WorkDirectiveType                `json:",omitempty" xml:",omitempty"`
}

WorkDirectiveType was auto-generated. Do not change.

type WorkMasterCapabilityType

type WorkMasterCapabilityType struct {
	ID                      IdentifierType                  `json:",omitempty" xml:",omitempty"`
	Description             []DescriptionType               `json:",omitempty" xml:",omitempty"`
	WorkMasterID            []IdentifierType                `json:",omitempty" xml:",omitempty"`
	CapabilityType          CapabilityTypeType              `json:",omitempty" xml:",omitempty"`
	Reason                  []ReasonType                    `json:",omitempty" xml:",omitempty"`
	HierarchyScope          []HierarchyScopeType            `json:",omitempty" xml:",omitempty"`
	StartTime               StartTimeType                   `json:",omitempty" xml:",omitempty"`
	EndTime                 EndTimeType                     `json:",omitempty" xml:",omitempty"`
	PersonnelCapability     []OpPersonnelCapabilityType     `json:",omitempty" xml:",omitempty"`
	EquipmentCapability     []OpEquipmentCapabilityType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetCapability []OpPhysicalAssetCapabilityType `json:",omitempty" xml:",omitempty"`
	MaterialCapability      []OpMaterialCapabilityType      `json:",omitempty" xml:",omitempty"`
}

WorkMasterCapabilityType was auto-generated. Do not change.

type WorkMasterRecordType

type WorkMasterRecordType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	WorkMaster        WorkMasterType       `json:",omitempty" xml:",omitempty"`
}

WorkMasterRecordType was auto-generated. Do not change.

type WorkMasterType

type WorkMasterType struct {
	ID                         IdentifierType                     `json:",omitempty" xml:",omitempty"`
	Version                    VersionType                        `json:",omitempty" xml:",omitempty"`
	Description                []DescriptionType                  `json:",omitempty" xml:",omitempty"`
	HierarchyScope             HierarchyScopeType                 `json:",omitempty" xml:",omitempty"`
	WorkType                   WorkTypeType                       `json:",omitempty" xml:",omitempty"`
	Duration                   string                             `json:",omitempty" xml:",omitempty"`
	PublishedDate              PublishedDateType                  `json:",omitempty" xml:",omitempty"`
	OperationsDefinitionID     OperationsDefinitionIDType         `json:",omitempty" xml:",omitempty"`
	Parameter                  []ParameterType                    `json:",omitempty" xml:",omitempty"`
	PersonnelSpecification     []OpPersonnelSpecificationType     `json:",omitempty" xml:",omitempty"`
	EquipmentSpecification     []OpEquipmentSpecificationType     `json:",omitempty" xml:",omitempty"`
	PhysicalAssetSpecification []OpPhysicalAssetSpecificationType `json:",omitempty" xml:",omitempty"`
	MaterialSpecification      []OpMaterialSpecificationType      `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification      []WorkflowSpecificationType        `json:",omitempty" xml:",omitempty"`
	WorkMaster                 []WorkMasterType                   `json:",omitempty" xml:",omitempty"`
}

WorkMasterType was auto-generated. Do not change.

type WorkPerformanceRecordType

type WorkPerformanceRecordType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	WorkPerformaance  WorkPerformanceType  `json:",omitempty" xml:",omitempty"`
}

WorkPerformanceRecordType was auto-generated. Do not change.

type WorkPerformanceType

type WorkPerformanceType struct {
	ID             IdentifierType     `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType  `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType `json:",omitempty" xml:",omitempty"`
	WorkType       OperationsTypeType `json:",omitempty" xml:",omitempty"`
	WorkScheduleID WorkScheduleIDType `json:",omitempty" xml:",omitempty"`
	StartTime      StartTimeType      `json:",omitempty" xml:",omitempty"`
	EndTime        EndTimeType        `json:",omitempty" xml:",omitempty"`
	WorkState      ResponseStateType  `json:",omitempty" xml:",omitempty"`
	PublishedDate  PublishedDateType  `json:",omitempty" xml:",omitempty"`
	WorkResponse   []WorkResponseType `json:",omitempty" xml:",omitempty"`
}

WorkPerformanceType was auto-generated. Do not change.

type WorkRequestIDType

type WorkRequestIDType struct {
	IdentifierType
}

WorkRequestIDType was auto-generated. Do not change.

type WorkRequestType

type WorkRequestType struct {
	ID             IdentifierType     `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType  `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType `json:",omitempty" xml:",omitempty"`
	Workype        OperationsTypeType `json:",omitempty" xml:",omitempty"`
	StartTime      StartTimeType      `json:",omitempty" xml:",omitempty"`
	EndTime        EndTimeType        `json:",omitempty" xml:",omitempty"`
	Priority       PriorityType       `json:",omitempty" xml:",omitempty"`
	WorkRequest    []WorkRequestType  `json:",omitempty" xml:",omitempty"`
	JobOrder       []JobOrderType     `json:",omitempty" xml:",omitempty"`
}

WorkRequestType was auto-generated. Do not change.

type WorkResponseType

type WorkResponseType struct {
	ID             IdentifierType     `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType  `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType `json:",omitempty" xml:",omitempty"`
	WorkType       OperationsTypeType `json:",omitempty" xml:",omitempty"`
	WorkRequestID  WorkRequestIDType  `json:",omitempty" xml:",omitempty"`
	StartTime      StartTimeType      `json:",omitempty" xml:",omitempty"`
	EndTime        EndTimeType        `json:",omitempty" xml:",omitempty"`
	ResponseState  ResponseStateType  `json:",omitempty" xml:",omitempty"`
	JobResponse    []JobResponseType  `json:",omitempty" xml:",omitempty"`
}

WorkResponseType was auto-generated. Do not change.

type WorkScheduleIDType

type WorkScheduleIDType struct {
	IdentifierType
}

WorkScheduleIDType was auto-generated. Do not change.

type WorkScheduleRecordType

type WorkScheduleRecordType struct {
	EntryID           IdentifierType       `json:",omitempty" xml:",omitempty"`
	ObjectType        RecordObjectTypeType `json:",omitempty" xml:",omitempty"`
	TimeStamp         DateTimeType         `json:",omitempty" xml:",omitempty"`
	ExternalReference IdentifierType       `json:",omitempty" xml:",omitempty"`
	Description       []DescriptionType    `json:",omitempty" xml:",omitempty"`
	WorkSchedule      WorkScheduleType     `json:",omitempty" xml:",omitempty"`
}

WorkScheduleRecordType was auto-generated. Do not change.

type WorkScheduleType

type WorkScheduleType struct {
	ID             IdentifierType     `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType  `json:",omitempty" xml:",omitempty"`
	HierarchyScope HierarchyScopeType `json:",omitempty" xml:",omitempty"`
	WorkType       OperationsTypeType `json:",omitempty" xml:",omitempty"`
	StartTime      StartTimeType      `json:",omitempty" xml:",omitempty"`
	EndTime        EndTimeType        `json:",omitempty" xml:",omitempty"`
	ScheduleState  RequestStateType   `json:",omitempty" xml:",omitempty"`
	PublishedDate  PublishedDateType  `json:",omitempty" xml:",omitempty"`
	WorkSchedule   []WorkScheduleType `json:",omitempty" xml:",omitempty"`
	WorkRequest    []WorkRequestType  `json:",omitempty" xml:",omitempty"`
}

WorkScheduleType was auto-generated. Do not change.

type WorkType1Type

type WorkType1Type struct {
	CodeType
}

WorkType1Type was auto-generated. Do not change.

type WorkTypeType

type WorkTypeType struct {
	WorkType1Type
	OtherValue string `json:",omitempty" xml:"OtherValue,attr,omitempty"`
}

WorkTypeType was auto-generated. Do not change.

type WorkflowSpecificationConnectionType

type WorkflowSpecificationConnectionType struct {
	ID             IdentifierType                      `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	ConnectionType IdentifierType                      `json:",omitempty" xml:",omitempty"`
	FromNodeID     []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	ToNodeID       []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	Property       []WorkflowSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

WorkflowSpecificationConnectionType was auto-generated. Do not change.

type WorkflowSpecificationConnectionTypeType

type WorkflowSpecificationConnectionTypeType struct {
	ID          IdentifierType                      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	Property    []WorkflowSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

WorkflowSpecificationConnectionTypeType was auto-generated. Do not change.

type WorkflowSpecificationInformationType

type WorkflowSpecificationInformationType struct {
	ID                        IdentifierType                  `json:",omitempty" xml:",omitempty"`
	Description               []DescriptionType               `json:",omitempty" xml:",omitempty"`
	HierarchyScope            HierarchyScopeType              `json:",omitempty" xml:",omitempty"`
	PublishedDate             PublishedDateType               `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification     []WorkflowSpecificationType     `json:",omitempty" xml:",omitempty"`
	WorkflowSpecificationType []WorkflowSpecificationTypeType `json:",omitempty" xml:",omitempty"`
}

WorkflowSpecificationInformationType was auto-generated. Do not change.

type WorkflowSpecificationNodeType

type WorkflowSpecificationNodeType struct {
	ID                    IdentifierType                      `json:",omitempty" xml:",omitempty"`
	Description           []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	NodeType              IdentifierType                      `json:",omitempty" xml:",omitempty"`
	WorkflowSpecification WorkflowSpecificationType           `json:",omitempty" xml:",omitempty"`
	Property              []WorkflowSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

WorkflowSpecificationNodeType was auto-generated. Do not change.

type WorkflowSpecificationNodeTypeType

type WorkflowSpecificationNodeTypeType struct {
	ID          IdentifierType                      `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	Property    []WorkflowSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

WorkflowSpecificationNodeTypeType was auto-generated. Do not change.

type WorkflowSpecificationPropertyType

type WorkflowSpecificationPropertyType struct {
	ID           IdentifierType                      `json:",omitempty" xml:",omitempty"`
	Description  []DescriptionType                   `json:",omitempty" xml:",omitempty"`
	PropertyType IdentifierType                      `json:",omitempty" xml:",omitempty"`
	Value        []ValueType                         `json:",omitempty" xml:",omitempty"`
	Property     []WorkflowSpecificationPropertyType `json:",omitempty" xml:",omitempty"`
}

WorkflowSpecificationPropertyType was auto-generated. Do not change.

type WorkflowSpecificationType

type WorkflowSpecificationType struct {
	ID          IdentifierType                        `json:",omitempty" xml:",omitempty"`
	Version     VersionType                           `json:",omitempty" xml:",omitempty"`
	Description []DescriptionType                     `json:",omitempty" xml:",omitempty"`
	Node        []WorkflowSpecificationNodeType       `json:",omitempty" xml:",omitempty"`
	Connection  []WorkflowSpecificationConnectionType `json:",omitempty" xml:",omitempty"`
}

WorkflowSpecificationType was auto-generated. Do not change.

type WorkflowSpecificationTypeType

type WorkflowSpecificationTypeType struct {
	ID             IdentifierType                            `json:",omitempty" xml:",omitempty"`
	Version        VersionType                               `json:",omitempty" xml:",omitempty"`
	Description    []DescriptionType                         `json:",omitempty" xml:",omitempty"`
	NodeType       []WorkflowSpecificationNodeTypeType       `json:",omitempty" xml:",omitempty"`
	ConnectionType []WorkflowSpecificationConnectionTypeType `json:",omitempty" xml:",omitempty"`
}

WorkflowSpecificationTypeType was auto-generated. Do not change.

type XmlNode

type XmlNode struct {
	XmlName xml.Name
	Content []byte    `xml:",innerxml"`
	Nodes   []XmlNode `xml:",any"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL