From c3ceb0172039a066ab0ca9dbacc4bd487e8ac274 Mon Sep 17 00:00:00 2001 From: the f Date: Tue, 9 Jan 2018 02:51:39 +0300 Subject: [PATCH 01/11] Moved types, classes, interfaces into their own files. --- .../AcknowledgeBatchProductionRecordType.cs | 62 + ...wledgeBatchProductionRecordTypeDataArea.cs | 36 + ...nowledgeEquipmentCapabilityTestSpecType.cs | 62 + ...EquipmentCapabilityTestSpecTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeEquipmentClassType.cs | 62 + .../AcknowledgeEquipmentClassTypeDataArea.cs | 36 + .../AcknowledgeEquipmentInformationType.cs | 62 + ...owledgeEquipmentInformationTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeEquipmentType.cs | 62 + B2MML.NET/AcknowledgeEquipmentTypeDataArea.cs | 36 + .../AcknowledgeGRecipeInformationType.cs | 62 + ...knowledgeGRecipeInformationTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeJobListType.cs | 62 + B2MML.NET/AcknowledgeJobListTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeJobResponseType.cs | 62 + .../AcknowledgeJobResponseTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeMaterialClassType.cs | 62 + .../AcknowledgeMaterialClassTypeDataArea.cs | 36 + .../AcknowledgeMaterialDefinitionType.cs | 62 + ...knowledgeMaterialDefinitionTypeDataArea.cs | 36 + .../AcknowledgeMaterialInformationType.cs | 62 + ...nowledgeMaterialInformationTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeMaterialLotType.cs | 62 + .../AcknowledgeMaterialLotTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeMaterialSubLotType.cs | 62 + .../AcknowledgeMaterialSubLotTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeMaterialTestSpecType.cs | 62 + ...AcknowledgeMaterialTestSpecTypeDataArea.cs | 36 + ...edgeOperationsCapabilityInformationType.cs | 62 + ...ationsCapabilityInformationTypeDataArea.cs | 36 + .../AcknowledgeOperationsCapabilityType.cs | 62 + ...owledgeOperationsCapabilityTypeDataArea.cs | 36 + ...edgeOperationsDefinitionInformationType.cs | 62 + ...ationsDefinitionInformationTypeDataArea.cs | 36 + .../AcknowledgeOperationsDefinitionType.cs | 62 + ...owledgeOperationsDefinitionTypeDataArea.cs | 36 + .../AcknowledgeOperationsPerformanceType.cs | 62 + ...wledgeOperationsPerformanceTypeDataArea.cs | 36 + .../AcknowledgeOperationsScheduleType.cs | 62 + ...knowledgeOperationsScheduleTypeDataArea.cs | 36 + B2MML.NET/AcknowledgePersonType.cs | 62 + B2MML.NET/AcknowledgePersonTypeDataArea.cs | 36 + B2MML.NET/AcknowledgePersonnelClassType.cs | 62 + .../AcknowledgePersonnelClassTypeDataArea.cs | 36 + .../AcknowledgePersonnelInformationType.cs | 62 + ...owledgePersonnelInformationTypeDataArea.cs | 36 + ...edgePhysicalAssetCapabilityTestSpecType.cs | 62 + ...icalAssetCapabilityTestSpecTypeDataArea.cs | 36 + .../AcknowledgePhysicalAssetClassType.cs | 62 + ...knowledgePhysicalAssetClassTypeDataArea.cs | 36 + ...AcknowledgePhysicalAssetInformationType.cs | 62 + ...dgePhysicalAssetInformationTypeDataArea.cs | 36 + B2MML.NET/AcknowledgePhysicalAssetType.cs | 62 + .../AcknowledgePhysicalAssetTypeDataArea.cs | 36 + .../AcknowledgeProcessElementLibraryType.cs | 62 + ...wledgeProcessElementLibraryTypeDataArea.cs | 36 + ...cknowledgeProcessSegmentInformationType.cs | 62 + ...geProcessSegmentInformationTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeProcessSegmentType.cs | 62 + .../AcknowledgeProcessSegmentTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeProductDefinitionType.cs | 62 + ...cknowledgeProductDefinitionTypeDataArea.cs | 36 + .../AcknowledgeProductInformationType.cs | 62 + ...knowledgeProductInformationTypeDataArea.cs | 36 + .../AcknowledgeProductionCapabilityType.cs | 62 + ...owledgeProductionCapabilityTypeDataArea.cs | 36 + .../AcknowledgeProductionPerformanceType.cs | 62 + ...wledgeProductionPerformanceTypeDataArea.cs | 36 + .../AcknowledgeProductionScheduleType.cs | 62 + ...knowledgeProductionScheduleTypeDataArea.cs | 36 + ...ledgeQualificationTestSpecificationType.cs | 62 + ...lificationTestSpecificationTypeDataArea.cs | 36 + ...cknowledgeResourceConstraintLibraryType.cs | 62 + ...geResourceConstraintLibraryTypeDataArea.cs | 36 + ...esourceNetworkConnectionInformationType.cs | 62 + ...etworkConnectionInformationTypeDataArea.cs | 36 + ...nowledgeResourceRelationshipNetworkType.cs | 62 + ...ResourceRelationshipNetworkTypeDataArea.cs | 36 + .../AcknowledgeWorkAlertDefinitionType.cs | 62 + ...nowledgeWorkAlertDefinitionTypeDataArea.cs | 36 + .../AcknowledgeWorkAlertInformationType.cs | 62 + ...owledgeWorkAlertInformationTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeWorkAlertType.cs | 62 + B2MML.NET/AcknowledgeWorkAlertTypeDataArea.cs | 36 + ...cknowledgeWorkCapabilityInformationType.cs | 62 + ...geWorkCapabilityInformationTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeWorkCapabilityType.cs | 62 + .../AcknowledgeWorkCapabilityTypeDataArea.cs | 36 + ...cknowledgeWorkDefinitionInformationType.cs | 62 + ...geWorkDefinitionInformationTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeWorkDirectiveType.cs | 62 + .../AcknowledgeWorkDirectiveTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeWorkMasterType.cs | 62 + .../AcknowledgeWorkMasterTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeWorkPerformanceType.cs | 62 + .../AcknowledgeWorkPerformanceTypeDataArea.cs | 36 + B2MML.NET/AcknowledgeWorkScheduleType.cs | 62 + .../AcknowledgeWorkScheduleTypeDataArea.cs | 36 + ...dgeWorkflowSpecificationInformationType.cs | 62 + ...lowSpecificationInformationTypeDataArea.cs | 36 + .../AcknowledgeWorkflowSpecificationType.cs | 62 + ...wledgeWorkflowSpecificationTypeDataArea.cs | 36 + ...cknowledgeWorkflowSpecificationTypeType.cs | 62 + ...geWorkflowSpecificationTypeTypeDataArea.cs | 36 + B2MML.NET/ActualBatchSizeType.cs | 12 + B2MML.NET/ActualEndTimeType.cs | 12 + B2MML.NET/ActualEquipmentIDType.cs | 12 + B2MML.NET/ActualFinishTimeType.cs | 11 + B2MML.NET/ActualProductProducedType.cs | 11 + B2MML.NET/ActualStartTimeType.cs | 12 + B2MML.NET/AlarmDataType.cs | 61 + B2MML.NET/AnyGenericValueType.cs | 416 +++++ B2MML.NET/ApprovalDateType.cs | 12 + B2MML.NET/ApprovalHistoryType.cs | 62 + B2MML.NET/ApprovedByType.cs | 12 + B2MML.NET/AssemblyRelationship1Type.cs | 12 + B2MML.NET/AssemblyRelationshipType.cs | 24 + B2MML.NET/AssemblyType1Type.cs | 12 + B2MML.NET/AssemblyTypeType.cs | 24 + B2MML.NET/AuthorType.cs | 12 + B2MML.NET/B2MML.NET.csproj | 1360 ++++++++++++++++- B2MML.NET/BODType.cs | 61 + B2MML.NET/BatchEquipmentClassIDType.cs | 12 + B2MML.NET/BatchEquipmentIDType.cs | 48 + B2MML.NET/BatchEquipmentRequirementType.cs | 49 + B2MML.NET/BatchIDType.cs | 12 + B2MML.NET/BatchInformationType.cs | 116 ++ B2MML.NET/BatchListEntryType.cs | 344 +++++ B2MML.NET/BatchListEntryType1Type.cs | 12 + B2MML.NET/BatchListEntryTypeType.cs | 25 + B2MML.NET/BatchListType.cs | 50 + B2MML.NET/BatchParameterType.cs | 111 ++ B2MML.NET/BatchPriorityType.cs | 12 + B2MML.NET/BatchProductionRecordType.cs | 561 +++++++ B2MML.NET/BatchSizeType.cs | 84 + B2MML.NET/BatchStatus1Type.cs | 12 + B2MML.NET/BatchStatusType.cs | 24 + B2MML.NET/BatchValueType.cs | 87 ++ B2MML.NET/BillOfMaterialIDType.cs | 11 + B2MML.NET/BillOfMaterialsIDType.cs | 11 + B2MML.NET/BillOfResourcesIDType.cs | 11 + B2MML.NET/BuildingBlockElementIDType.cs | 12 + B2MML.NET/BuildingBlockElementVersionType.cs | 12 + B2MML.NET/CampaignIDType.cs | 12 + B2MML.NET/CancelBatchProductionRecordType.cs | 62 + ...CancelBatchProductionRecordTypeDataArea.cs | 37 + .../CancelEquipmentCapabilityTestSpecType.cs | 62 + ...EquipmentCapabilityTestSpecTypeDataArea.cs | 37 + B2MML.NET/CancelEquipmentClassType.cs | 62 + B2MML.NET/CancelEquipmentClassTypeDataArea.cs | 37 + B2MML.NET/CancelEquipmentInformationType.cs | 62 + .../CancelEquipmentInformationTypeDataArea.cs | 37 + B2MML.NET/CancelEquipmentType.cs | 62 + B2MML.NET/CancelEquipmentTypeDataArea.cs | 37 + B2MML.NET/CancelGRecipeInformationType.cs | 62 + .../CancelGRecipeInformationTypeDataArea.cs | 37 + B2MML.NET/CancelJobListType.cs | 62 + B2MML.NET/CancelJobListTypeDataArea.cs | 37 + B2MML.NET/CancelJobResponseType.cs | 62 + B2MML.NET/CancelJobResponseTypeDataArea.cs | 37 + B2MML.NET/CancelMaterialClassType.cs | 62 + B2MML.NET/CancelMaterialClassTypeDataArea.cs | 37 + B2MML.NET/CancelMaterialDefinitionType.cs | 62 + .../CancelMaterialDefinitionTypeDataArea.cs | 37 + B2MML.NET/CancelMaterialInformationType.cs | 62 + .../CancelMaterialInformationTypeDataArea.cs | 37 + B2MML.NET/CancelMaterialLotType.cs | 62 + B2MML.NET/CancelMaterialLotTypeDataArea.cs | 37 + B2MML.NET/CancelMaterialSubLotType.cs | 62 + B2MML.NET/CancelMaterialSubLotTypeDataArea.cs | 37 + B2MML.NET/CancelMaterialTestSpecType.cs | 62 + .../CancelMaterialTestSpecTypeDataArea.cs | 37 + ...ncelOperationsCapabilityInformationType.cs | 62 + ...ationsCapabilityInformationTypeDataArea.cs | 37 + B2MML.NET/CancelOperationsCapabilityType.cs | 62 + .../CancelOperationsCapabilityTypeDataArea.cs | 37 + ...ncelOperationsDefinitionInformationType.cs | 62 + ...ationsDefinitionInformationTypeDataArea.cs | 37 + B2MML.NET/CancelOperationsDefinitionType.cs | 62 + .../CancelOperationsDefinitionTypeDataArea.cs | 37 + B2MML.NET/CancelOperationsPerformanceType.cs | 62 + ...CancelOperationsPerformanceTypeDataArea.cs | 37 + B2MML.NET/CancelOperationsScheduleType.cs | 62 + .../CancelOperationsScheduleTypeDataArea.cs | 37 + B2MML.NET/CancelPersonType.cs | 62 + B2MML.NET/CancelPersonTypeDataArea.cs | 37 + B2MML.NET/CancelPersonnelClassType.cs | 62 + B2MML.NET/CancelPersonnelClassTypeDataArea.cs | 37 + B2MML.NET/CancelPersonnelInformationType.cs | 36 + .../CancelPersonnelInformationTypeDataArea.cs | 37 + ...ncelPhysicalAssetCapabilityTestSpecType.cs | 62 + ...icalAssetCapabilityTestSpecTypeDataArea.cs | 37 + B2MML.NET/CancelPhysicalAssetClassType.cs | 62 + .../CancelPhysicalAssetClassTypeDataArea.cs | 37 + .../CancelPhysicalAssetInformationType.cs | 62 + ...celPhysicalAssetInformationTypeDataArea.cs | 37 + B2MML.NET/CancelPhysicalAssetType.cs | 62 + B2MML.NET/CancelPhysicalAssetTypeDataArea.cs | 37 + B2MML.NET/CancelProcessElementLibraryType.cs | 62 + ...CancelProcessElementLibraryTypeDataArea.cs | 37 + .../CancelProcessSegmentInformationType.cs | 62 + ...elProcessSegmentInformationTypeDataArea.cs | 37 + B2MML.NET/CancelProcessSegmentType.cs | 62 + B2MML.NET/CancelProcessSegmentTypeDataArea.cs | 37 + B2MML.NET/CancelProductDefinitionType.cs | 62 + .../CancelProductDefinitionTypeDataArea.cs | 37 + B2MML.NET/CancelProductInformationType.cs | 62 + .../CancelProductInformationTypeDataArea.cs | 37 + B2MML.NET/CancelProductionCapabilityType.cs | 62 + .../CancelProductionCapabilityTypeDataArea.cs | 37 + B2MML.NET/CancelProductionPerformanceType.cs | 62 + ...CancelProductionPerformanceTypeDataArea.cs | 37 + B2MML.NET/CancelProductionScheduleType.cs | 62 + .../CancelProductionScheduleTypeDataArea.cs | 37 + ...ancelQualificationTestSpecificationType.cs | 62 + ...lificationTestSpecificationTypeDataArea.cs | 37 + .../CancelResourceConstraintLibraryType.cs | 62 + ...elResourceConstraintLibraryTypeDataArea.cs | 37 + ...esourceNetworkConnectionInformationType.cs | 62 + ...etworkConnectionInformationTypeDataArea.cs | 37 + .../CancelResourceRelationshipNetworkType.cs | 62 + ...ResourceRelationshipNetworkTypeDataArea.cs | 37 + B2MML.NET/CancelWorkAlertDefinitionType.cs | 62 + .../CancelWorkAlertDefinitionTypeDataArea.cs | 37 + B2MML.NET/CancelWorkAlertInformationType.cs | 62 + .../CancelWorkAlertInformationTypeDataArea.cs | 37 + B2MML.NET/CancelWorkAlertType.cs | 62 + B2MML.NET/CancelWorkAlertTypeDataArea.cs | 37 + .../CancelWorkCapabilityInformationType.cs | 62 + ...elWorkCapabilityInformationTypeDataArea.cs | 37 + B2MML.NET/CancelWorkCapabilityType.cs | 62 + B2MML.NET/CancelWorkCapabilityTypeDataArea.cs | 37 + .../CancelWorkDefinitionInformationType.cs | 62 + ...elWorkDefinitionInformationTypeDataArea.cs | 37 + B2MML.NET/CancelWorkDirectiveType.cs | 62 + B2MML.NET/CancelWorkDirectiveTypeDataArea.cs | 37 + B2MML.NET/CancelWorkMasterType.cs | 62 + B2MML.NET/CancelWorkMasterTypeDataArea.cs | 37 + B2MML.NET/CancelWorkPerformanceType.cs | 62 + .../CancelWorkPerformanceTypeDataArea.cs | 37 + B2MML.NET/CancelWorkScheduleType.cs | 62 + B2MML.NET/CancelWorkScheduleTypeDataArea.cs | 37 + ...celWorkflowSpecificationInformationType.cs | 62 + ...lowSpecificationInformationTypeDataArea.cs | 37 + B2MML.NET/CancelWorkflowSpecificationType.cs | 62 + ...CancelWorkflowSpecificationTypeDataArea.cs | 37 + .../CancelWorkflowSpecificationTypeType.cs | 62 + ...elWorkflowSpecificationTypeTypeDataArea.cs | 37 + B2MML.NET/CapabilityType1Type.cs | 12 + B2MML.NET/CapabilityTypeType.cs | 24 + B2MML.NET/CauseType.cs | 11 + .../CertificateOfAnalysisReferenceType.cs | 11 + B2MML.NET/ChangeBatchProductionRecordType.cs | 62 + ...ChangeBatchProductionRecordTypeDataArea.cs | 36 + .../ChangeEquipmentCapabilityTestSpecType.cs | 62 + ...EquipmentCapabilityTestSpecTypeDataArea.cs | 36 + B2MML.NET/ChangeEquipmentClassType.cs | 62 + B2MML.NET/ChangeEquipmentClassTypeDataArea.cs | 36 + B2MML.NET/ChangeEquipmentInformationType.cs | 62 + .../ChangeEquipmentInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeEquipmentType.cs | 62 + B2MML.NET/ChangeEquipmentTypeDataArea.cs | 36 + B2MML.NET/ChangeGRecipeInformationType.cs | 62 + .../ChangeGRecipeInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeJobListType.cs | 62 + B2MML.NET/ChangeJobListTypeDataArea.cs | 36 + B2MML.NET/ChangeJobResponseType.cs | 62 + B2MML.NET/ChangeJobResponseTypeDataArea.cs | 36 + B2MML.NET/ChangeMaterialClassType.cs | 62 + B2MML.NET/ChangeMaterialClassTypeDataArea.cs | 36 + B2MML.NET/ChangeMaterialDefinitionType.cs | 62 + .../ChangeMaterialDefinitionTypeDataArea.cs | 36 + B2MML.NET/ChangeMaterialInformationType.cs | 62 + .../ChangeMaterialInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeMaterialLotType.cs | 62 + B2MML.NET/ChangeMaterialLotTypeDataArea.cs | 36 + B2MML.NET/ChangeMaterialSubLotType.cs | 62 + B2MML.NET/ChangeMaterialSubLotTypeDataArea.cs | 36 + B2MML.NET/ChangeMaterialTestSpecType.cs | 62 + .../ChangeMaterialTestSpecTypeDataArea.cs | 36 + ...angeOperationsCapabilityInformationType.cs | 62 + ...ationsCapabilityInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeOperationsCapabilityType.cs | 62 + .../ChangeOperationsCapabilityTypeDataArea.cs | 36 + ...angeOperationsDefinitionInformationType.cs | 62 + ...ationsDefinitionInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeOperationsDefinitionType.cs | 62 + .../ChangeOperationsDefinitionTypeDataArea.cs | 36 + B2MML.NET/ChangeOperationsPerformanceType.cs | 62 + ...ChangeOperationsPerformanceTypeDataArea.cs | 36 + B2MML.NET/ChangeOperationsScheduleType.cs | 62 + .../ChangeOperationsScheduleTypeDataArea.cs | 36 + B2MML.NET/ChangePersonType.cs | 62 + B2MML.NET/ChangePersonTypeDataArea.cs | 36 + B2MML.NET/ChangePersonnelClassType.cs | 62 + B2MML.NET/ChangePersonnelClassTypeDataArea.cs | 36 + B2MML.NET/ChangePersonnelInformationType.cs | 62 + .../ChangePersonnelInformationTypeDataArea.cs | 36 + ...angePhysicalAssetCapabilityTestSpecType.cs | 62 + ...icalAssetCapabilityTestSpecTypeDataArea.cs | 36 + B2MML.NET/ChangePhysicalAssetClassType.cs | 62 + .../ChangePhysicalAssetClassTypeDataArea.cs | 36 + .../ChangePhysicalAssetInformationType.cs | 62 + ...ngePhysicalAssetInformationTypeDataArea.cs | 36 + B2MML.NET/ChangePhysicalAssetType.cs | 62 + B2MML.NET/ChangePhysicalAssetTypeDataArea.cs | 36 + B2MML.NET/ChangeProcessElementLibraryType.cs | 62 + ...ChangeProcessElementLibraryTypeDataArea.cs | 36 + .../ChangeProcessSegmentInformationType.cs | 62 + ...geProcessSegmentInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeProcessSegmentType.cs | 62 + B2MML.NET/ChangeProcessSegmentTypeDataArea.cs | 36 + B2MML.NET/ChangeProductDefinitionType.cs | 62 + .../ChangeProductDefinitionTypeDataArea.cs | 36 + B2MML.NET/ChangeProductInformationType.cs | 62 + .../ChangeProductInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeProductionCapabilityType.cs | 62 + .../ChangeProductionCapabilityTypeDataArea.cs | 36 + B2MML.NET/ChangeProductionPerformanceType.cs | 62 + ...ChangeProductionPerformanceTypeDataArea.cs | 36 + B2MML.NET/ChangeProductionScheduleType.cs | 62 + .../ChangeProductionScheduleTypeDataArea.cs | 36 + ...hangeQualificationTestSpecificationType.cs | 62 + ...lificationTestSpecificationTypeDataArea.cs | 36 + .../ChangeResourceConstraintLibraryType.cs | 62 + ...geResourceConstraintLibraryTypeDataArea.cs | 36 + ...esourceNetworkConnectionInformationType.cs | 62 + ...etworkConnectionInformationTypeDataArea.cs | 36 + .../ChangeResourceRelationshipNetworkType.cs | 62 + ...ResourceRelationshipNetworkTypeDataArea.cs | 36 + B2MML.NET/ChangeType.cs | 110 ++ B2MML.NET/ChangeWorkAlertDefinitionType.cs | 62 + .../ChangeWorkAlertDefinitionTypeDataArea.cs | 36 + B2MML.NET/ChangeWorkAlertInformationType.cs | 62 + .../ChangeWorkAlertInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeWorkAlertType.cs | 62 + B2MML.NET/ChangeWorkAlertTypeDataArea.cs | 36 + .../ChangeWorkCapabilityInformationType.cs | 62 + ...geWorkCapabilityInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeWorkCapabilityType.cs | 62 + B2MML.NET/ChangeWorkCapabilityTypeDataArea.cs | 36 + .../ChangeWorkDefinitionInformationType.cs | 62 + ...geWorkDefinitionInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeWorkDirectiveType.cs | 62 + B2MML.NET/ChangeWorkDirectiveTypeDataArea.cs | 36 + B2MML.NET/ChangeWorkMasterType.cs | 62 + B2MML.NET/ChangeWorkMasterTypeDataArea.cs | 36 + B2MML.NET/ChangeWorkPerformanceType.cs | 62 + .../ChangeWorkPerformanceTypeDataArea.cs | 36 + B2MML.NET/ChangeWorkScheduleType.cs | 62 + B2MML.NET/ChangeWorkScheduleTypeDataArea.cs | 36 + ...ngeWorkflowSpecificationInformationType.cs | 62 + ...lowSpecificationInformationTypeDataArea.cs | 36 + B2MML.NET/ChangeWorkflowSpecificationType.cs | 62 + ...ChangeWorkflowSpecificationTypeDataArea.cs | 36 + .../ChangeWorkflowSpecificationTypeType.cs | 62 + ...geWorkflowSpecificationTypeTypeDataArea.cs | 36 + B2MML.NET/ClassEquipmentIDType.cs | 12 + B2MML.NET/ClassInstanceAssociationType.cs | 49 + B2MML.NET/CodeType.cs | 241 +++ B2MML.NET/CommentType.cs | 109 ++ B2MML.NET/ConditionAnnotationType.cs | 12 + B2MML.NET/ConditionType.cs | 12 + B2MML.NET/ConfidenceFactorType.cs | 11 + B2MML.NET/{B2MML.cs => ConfirmBODType.cs} | 0 B2MML.NET/ConfirmBODTypeDataArea.cs | 36 + B2MML.NET/ConnectionType1Type.cs | 12 + B2MML.NET/ConnectionTypeType.cs | 25 + B2MML.NET/ConstraintType.cs | 36 + B2MML.NET/ConstraintType1Type.cs | 12 + B2MML.NET/ConstraintTypeType.cs | 24 + B2MML.NET/ConsumableActualPropertyType.cs | 74 + B2MML.NET/ConsumableActualType.cs | 112 ++ ...nsumableExpectedRequirementPropertyType.cs | 62 + .../ConsumableExpectedRequirementType.cs | 112 ++ B2MML.NET/ControlRecipeRecordType.cs | 84 + B2MML.NET/ControlRecipeType.cs | 148 ++ B2MML.NET/CorrectionType.cs | 11 + B2MML.NET/CreateDateType.cs | 12 + B2MML.NET/DataInterpretation1Type.cs | 12 + B2MML.NET/DataInterpretationType.cs | 25 + B2MML.NET/DataSetType.cs | 147 ++ B2MML.NET/DataType1Type.cs | 12 + B2MML.NET/DataTypeType.cs | 25 + B2MML.NET/DataValueType.cs | 48 + B2MML.NET/DateTimeType.cs | 63 + B2MML.NET/DefaultValueType.cs | 12 + B2MML.NET/DelimitedDataBlockType.cs | 47 + B2MML.NET/Dependency1Type.cs | 12 + B2MML.NET/DependencyType.cs | 24 + B2MML.NET/Depiction1Type.cs | 12 + B2MML.NET/DepictionType.cs | 25 + B2MML.NET/DescriptionType.cs | 12 + B2MML.NET/DirectedLinkType.cs | 60 + B2MML.NET/EarliestStartTimeType.cs | 11 + B2MML.NET/EffectiveDateType.cs | 12 + B2MML.NET/EndTimeType.cs | 11 + B2MML.NET/EnumerationNumberType.cs | 12 + B2MML.NET/EnumerationSetIDType.cs | 12 + B2MML.NET/EnumerationSetType.cs | 50 + B2MML.NET/EnumerationStringType.cs | 12 + B2MML.NET/EnumerationType.cs | 49 + B2MML.NET/EquipmentActualPropertyType.cs | 74 + B2MML.NET/EquipmentActualType.cs | 112 ++ B2MML.NET/EquipmentAssetMappingType.cs | 59 + B2MML.NET/EquipmentCapabilityPropertyType.cs | 62 + ...ipmentCapabilityTestSpecificationIDType.cs | 11 + ...quipmentCapabilityTestSpecificationType.cs | 99 ++ B2MML.NET/EquipmentCapabilityType.cs | 159 ++ B2MML.NET/EquipmentClassIDType.cs | 11 + B2MML.NET/EquipmentClassPropertyType.cs | 75 + B2MML.NET/EquipmentClassType.cs | 112 ++ B2MML.NET/EquipmentConnectionType.cs | 75 + B2MML.NET/EquipmentElementIDType.cs | 12 + B2MML.NET/EquipmentElementLevel1Type.cs | 12 + B2MML.NET/EquipmentElementLevelType.cs | 25 + B2MML.NET/EquipmentElementPropertyType.cs | 62 + B2MML.NET/EquipmentElementType.cs | 141 ++ B2MML.NET/EquipmentElementType1Type.cs | 12 + B2MML.NET/EquipmentElementTypeType.cs | 25 + B2MML.NET/EquipmentIDType.cs | 11 + B2MML.NET/EquipmentInformationType.cs | 112 ++ .../EquipmentProceduralElementClassIDType.cs | 12 + .../EquipmentProceduralElementClassType.cs | 62 + B2MML.NET/EquipmentProceduralElementType.cs | 64 + .../EquipmentProceduralElementType1Type.cs | 12 + .../EquipmentProceduralElementTypeType.cs | 25 + B2MML.NET/EquipmentPropertyType.cs | 88 ++ B2MML.NET/EquipmentRequirementPropertyType.cs | 62 + B2MML.NET/EquipmentRequirementType.cs | 112 ++ ...uipmentSegmentSpecificationPropertyType.cs | 62 + .../EquipmentSegmentSpecificationType.cs | 86 ++ .../EquipmentSpecificationPropertyType.cs | 62 + B2MML.NET/EquipmentSpecificationType.cs | 74 + B2MML.NET/EquipmentType.cs | 138 ++ B2MML.NET/EquipmentUseType.cs | 11 + B2MML.NET/EvaluationOrderType.cs | 12 + B2MML.NET/EventSubType1Type.cs | 12 + B2MML.NET/EventSubTypeType.cs | 24 + B2MML.NET/EventType1Type.cs | 12 + B2MML.NET/EventTypeType.cs | 24 + B2MML.NET/ExpirationDateType.cs | 12 + B2MML.NET/ExpirationTimeType.cs | 11 + B2MML.NET/ExternalIDType.cs | 12 + B2MML.NET/FinalApprovalDateType.cs | 12 + B2MML.NET/FormulaType.cs | 25 + B2MML.NET/FromEquipmentIDType.cs | 12 + B2MML.NET/FromIDType.cs | 48 + B2MML.NET/FromType1Type.cs | 12 + B2MML.NET/FromTypeType.cs | 24 + B2MML.NET/GROtherInformationType.cs | 49 + B2MML.NET/GRecipeFormulaType.cs | 73 + B2MML.NET/GRecipeHeaderType.cs | 128 ++ B2MML.NET/GRecipeInformationType.cs | 74 + B2MML.NET/GRecipeMaterialType.cs | 72 + B2MML.NET/GRecipeMaterialsType.cs | 61 + B2MML.NET/GRecipeType.cs | 124 ++ B2MML.NET/GRecipeType1Type.cs | 12 + B2MML.NET/GRecipeTypeType.cs | 24 + B2MML.NET/GetBatchProductionRecordType.cs | 62 + .../GetBatchProductionRecordTypeDataArea.cs | 37 + .../GetEquipmentCapabilityTestSpecType.cs | 62 + ...EquipmentCapabilityTestSpecTypeDataArea.cs | 37 + B2MML.NET/GetEquipmentClassType.cs | 62 + B2MML.NET/GetEquipmentClassTypeDataArea.cs | 37 + B2MML.NET/GetEquipmentInformationType.cs | 62 + .../GetEquipmentInformationTypeDataArea.cs | 37 + B2MML.NET/GetEquipmentType.cs | 62 + B2MML.NET/GetEquipmentTypeDataArea.cs | 37 + B2MML.NET/GetGRecipeInformationType.cs | 62 + .../GetGRecipeInformationTypeDataArea.cs | 37 + B2MML.NET/GetJobListType.cs | 62 + B2MML.NET/GetJobListTypeDataArea.cs | 37 + B2MML.NET/GetJobResponseType.cs | 62 + B2MML.NET/GetJobResponseTypeDataArea.cs | 37 + B2MML.NET/GetMaterialClassType.cs | 62 + B2MML.NET/GetMaterialClassTypeDataArea.cs | 37 + B2MML.NET/GetMaterialDefinitionType.cs | 62 + .../GetMaterialDefinitionTypeDataArea.cs | 37 + B2MML.NET/GetMaterialInformationType.cs | 62 + .../GetMaterialInformationTypeDataArea.cs | 37 + B2MML.NET/GetMaterialLotType.cs | 62 + B2MML.NET/GetMaterialLotTypeDataArea.cs | 37 + B2MML.NET/GetMaterialSubLotType.cs | 62 + B2MML.NET/GetMaterialSubLotTypeDataArea.cs | 37 + B2MML.NET/GetMaterialTestSpecType.cs | 62 + B2MML.NET/GetMaterialTestSpecTypeDataArea.cs | 37 + .../GetOperationsCapabilityInformationType.cs | 62 + ...ationsCapabilityInformationTypeDataArea.cs | 37 + B2MML.NET/GetOperationsCapabilityType.cs | 62 + .../GetOperationsCapabilityTypeDataArea.cs | 37 + .../GetOperationsDefinitionInformationType.cs | 62 + ...ationsDefinitionInformationTypeDataArea.cs | 37 + B2MML.NET/GetOperationsDefinitionType.cs | 62 + .../GetOperationsDefinitionTypeDataArea.cs | 37 + B2MML.NET/GetOperationsPerformanceType.cs | 62 + .../GetOperationsPerformanceTypeDataArea.cs | 37 + B2MML.NET/GetOperationsScheduleType.cs | 62 + .../GetOperationsScheduleTypeDataArea.cs | 37 + B2MML.NET/GetPersonType.cs | 62 + B2MML.NET/GetPersonTypeDataArea.cs | 37 + B2MML.NET/GetPersonnelClassType.cs | 62 + B2MML.NET/GetPersonnelClassTypeDataArea.cs | 37 + B2MML.NET/GetPersonnelInformationType.cs | 62 + .../GetPersonnelInformationTypeDataArea.cs | 37 + .../GetPhysicalAssetCapabilityTestSpecType.cs | 62 + ...icalAssetCapabilityTestSpecTypeDataArea.cs | 37 + B2MML.NET/GetPhysicalAssetClassType.cs | 62 + .../GetPhysicalAssetClassTypeDataArea.cs | 37 + B2MML.NET/GetPhysicalAssetInformationType.cs | 62 + ...GetPhysicalAssetInformationTypeDataArea.cs | 37 + B2MML.NET/GetPhysicalAssetType.cs | 62 + B2MML.NET/GetPhysicalAssetTypeDataArea.cs | 37 + B2MML.NET/GetProcessElementLibraryType.cs | 62 + .../GetProcessElementLibraryTypeDataArea.cs | 37 + B2MML.NET/GetProcessSegmentInformationType.cs | 62 + ...etProcessSegmentInformationTypeDataArea.cs | 37 + B2MML.NET/GetProcessSegmentType.cs | 62 + B2MML.NET/GetProcessSegmentTypeDataArea.cs | 37 + B2MML.NET/GetProductDefinitionType.cs | 62 + B2MML.NET/GetProductDefinitionTypeDataArea.cs | 37 + B2MML.NET/GetProductInformationType.cs | 62 + .../GetProductInformationTypeDataArea.cs | 37 + B2MML.NET/GetProductionCapabilityType.cs | 62 + .../GetProductionCapabilityTypeDataArea.cs | 37 + B2MML.NET/GetProductionPerformanceType.cs | 62 + .../GetProductionPerformanceTypeDataArea.cs | 37 + B2MML.NET/GetProductionScheduleType.cs | 62 + .../GetProductionScheduleTypeDataArea.cs | 37 + .../GetQualificationTestSpecificationType.cs | 62 + ...lificationTestSpecificationTypeDataArea.cs | 37 + B2MML.NET/GetResourceConstraintLibraryType.cs | 62 + ...etResourceConstraintLibraryTypeDataArea.cs | 37 + ...esourceNetworkConnectionInformationType.cs | 62 + ...etworkConnectionInformationTypeDataArea.cs | 37 + .../GetResourceRelationshipNetworkType.cs | 62 + ...ResourceRelationshipNetworkTypeDataArea.cs | 37 + B2MML.NET/GetTransactionProfileType.cs | 62 + .../GetTransactionProfileTypeDataArea.cs | 37 + B2MML.NET/GetWorkAlertDefinitionType.cs | 62 + .../GetWorkAlertDefinitionTypeDataArea.cs | 37 + B2MML.NET/GetWorkAlertInformationType.cs | 62 + .../GetWorkAlertInformationTypeDataArea.cs | 37 + B2MML.NET/GetWorkAlertType.cs | 62 + B2MML.NET/GetWorkAlertTypeDataArea.cs | 37 + B2MML.NET/GetWorkCapabilityInformationType.cs | 62 + ...etWorkCapabilityInformationTypeDataArea.cs | 37 + B2MML.NET/GetWorkCapabilityType.cs | 62 + B2MML.NET/GetWorkCapabilityTypeDataArea.cs | 37 + B2MML.NET/GetWorkDefinitionInformationType.cs | 62 + ...etWorkDefinitionInformationTypeDataArea.cs | 37 + B2MML.NET/GetWorkDirectiveType.cs | 62 + B2MML.NET/GetWorkDirectiveTypeDataArea.cs | 37 + B2MML.NET/GetWorkMasterType.cs | 62 + B2MML.NET/GetWorkMasterTypeDataArea.cs | 37 + B2MML.NET/GetWorkPerformanceType.cs | 62 + B2MML.NET/GetWorkPerformanceTypeDataArea.cs | 37 + B2MML.NET/GetWorkScheduleType.cs | 62 + B2MML.NET/GetWorkScheduleTypeDataArea.cs | 37 + ...GetWorkflowSpecificationInformationType.cs | 62 + ...lowSpecificationInformationTypeDataArea.cs | 37 + B2MML.NET/GetWorkflowSpecificationType.cs | 62 + .../GetWorkflowSpecificationTypeDataArea.cs | 37 + B2MML.NET/GetWorkflowSpecificationTypeType.cs | 62 + ...etWorkflowSpecificationTypeTypeDataArea.cs | 37 + B2MML.NET/HeaderPropertyType.cs | 49 + B2MML.NET/HeaderType.cs | 123 ++ B2MML.NET/HierarchyScopeType.cs | 47 + B2MML.NET/IDScope1Type.cs | 12 + B2MML.NET/IDScopeType.cs | 24 + B2MML.NET/IDType.cs | 12 + B2MML.NET/IdentifierType.cs | 189 +++ B2MML.NET/IndividualApprovalType.cs | 49 + B2MML.NET/JobListType.cs | 98 ++ B2MML.NET/JobOrderCommand1Type.cs | 12 + B2MML.NET/JobOrderCommandRuleType.cs | 11 + B2MML.NET/JobOrderCommandType.cs | 24 + B2MML.NET/JobOrderDispatchStatusType.cs | 11 + B2MML.NET/JobOrderType.cs | 222 +++ B2MML.NET/JobResponseType.cs | 211 +++ B2MML.NET/LatestEndTimeType.cs | 11 + B2MML.NET/LifeCycleStateType.cs | 24 + B2MML.NET/LifeCycleStateType1Type.cs | 12 + B2MML.NET/LinkType.cs | 100 ++ B2MML.NET/LinkType1Type.cs | 12 + B2MML.NET/LinkTypeType.cs | 25 + B2MML.NET/ListHeaderType.cs | 86 ++ B2MML.NET/LocationType.cs | 47 + B2MML.NET/LotIDType.cs | 12 + B2MML.NET/ManufacturingBillIDType.cs | 11 + B2MML.NET/ManufacturingBillType.cs | 121 ++ B2MML.NET/MasterRecipeRecordType.cs | 84 + B2MML.NET/MasterRecipeType.cs | 136 ++ B2MML.NET/MaterialActualIDType.cs | 11 + B2MML.NET/MaterialActualPropertyType.cs | 74 + B2MML.NET/MaterialActualType.cs | 187 +++ B2MML.NET/MaterialCapabilityIDType.cs | 11 + B2MML.NET/MaterialCapabilityPropertyType.cs | 74 + B2MML.NET/MaterialCapabilityType.cs | 232 +++ B2MML.NET/MaterialClassIDType.cs | 11 + B2MML.NET/MaterialClassPropertyType.cs | 75 + B2MML.NET/MaterialClassType.cs | 137 ++ .../MaterialConsumedActualPropertyType.cs | 74 + B2MML.NET/MaterialConsumedActualType.cs | 138 ++ ...MaterialConsumedRequirementPropertyType.cs | 62 + B2MML.NET/MaterialConsumedRequirementType.cs | 138 ++ B2MML.NET/MaterialDefinitionIDType.cs | 11 + B2MML.NET/MaterialDefinitionPropertyType.cs | 75 + B2MML.NET/MaterialDefinitionType.cs | 150 ++ B2MML.NET/MaterialInformationType.cs | 141 ++ B2MML.NET/MaterialLotIDType.cs | 11 + B2MML.NET/MaterialLotPropertyType.cs | 88 ++ B2MML.NET/MaterialLotType.cs | 199 +++ .../MaterialProducedActualPropertyType.cs | 74 + B2MML.NET/MaterialProducedActualType.cs | 138 ++ ...MaterialProducedRequirementPropertyType.cs | 62 + B2MML.NET/MaterialProducedRequirementType.cs | 138 ++ B2MML.NET/MaterialRequirementIDType.cs | 11 + B2MML.NET/MaterialRequirementPropertyType.cs | 62 + B2MML.NET/MaterialRequirementType.cs | 187 +++ ...aterialSegmentSpecificationPropertyType.cs | 62 + B2MML.NET/MaterialSegmentSpecificationType.cs | 135 ++ B2MML.NET/MaterialSpecificationIDType.cs | 11 + .../MaterialSpecificationPropertyType.cs | 62 + B2MML.NET/MaterialSpecificationType.cs | 123 ++ B2MML.NET/MaterialSubLotIDType.cs | 11 + B2MML.NET/MaterialSubLotType.cs | 186 +++ B2MML.NET/MaterialTestSpecificationIDType.cs | 11 + B2MML.NET/MaterialTestSpecificationType.cs | 112 ++ B2MML.NET/MaterialUse1Type.cs | 12 + B2MML.NET/MaterialUseType.cs | 24 + B2MML.NET/MaterialsType1Type.cs | 12 + B2MML.NET/MaterialsTypeType.cs | 24 + B2MML.NET/MaxType.cs | 12 + B2MML.NET/MeasureType.cs | 56 + B2MML.NET/MemberEquipmentIDType.cs | 12 + B2MML.NET/MinType.cs | 12 + B2MML.NET/Mode1Type.cs | 12 + B2MML.NET/ModeType.cs | 25 + B2MML.NET/ModificationLogType.cs | 49 + B2MML.NET/ModifiedDateType.cs | 12 + B2MML.NET/NameType.cs | 38 + B2MML.NET/NominalType.cs | 12 + B2MML.NET/NoteType.cs | 12 + B2MML.NET/NumericType.cs | 43 + B2MML.NET/OpEquipmentActualPropertyType.cs | 74 + B2MML.NET/OpEquipmentActualType.cs | 112 ++ .../OpEquipmentCapabilityPropertyType.cs | 62 + B2MML.NET/OpEquipmentCapabilityType.cs | 160 ++ .../OpEquipmentRequirementPropertyType.cs | 62 + B2MML.NET/OpEquipmentRequirementType.cs | 124 ++ .../OpEquipmentSpecificationPropertyType.cs | 62 + B2MML.NET/OpEquipmentSpecificationType.cs | 88 ++ B2MML.NET/OpMaterialActualPropertyType.cs | 87 ++ B2MML.NET/OpMaterialActualType.cs | 187 +++ B2MML.NET/OpMaterialCapabilityPropertyType.cs | 74 + B2MML.NET/OpMaterialCapabilityType.cs | 223 +++ .../OpMaterialRequirementPropertyType.cs | 75 + B2MML.NET/OpMaterialRequirementType.cs | 187 +++ .../OpMaterialSpecificationPropertyType.cs | 62 + B2MML.NET/OpMaterialSpecificationType.cs | 137 ++ B2MML.NET/OpPersonnelActualPropertyType.cs | 74 + B2MML.NET/OpPersonnelActualType.cs | 112 ++ .../OpPersonnelCapabilityPropertyType.cs | 62 + B2MML.NET/OpPersonnelCapabilityType.cs | 160 ++ .../OpPersonnelRequirementPropertyType.cs | 62 + B2MML.NET/OpPersonnelRequirementType.cs | 112 ++ .../OpPersonnelSpecificationPropertyType.cs | 62 + B2MML.NET/OpPersonnelSpecificationType.cs | 88 ++ .../OpPhysicalAssetActualPropertyType.cs | 74 + B2MML.NET/OpPhysicalAssetActualType.cs | 100 ++ .../OpPhysicalAssetCapabilityPropertyType.cs | 62 + B2MML.NET/OpPhysicalAssetCapabilityType.cs | 160 ++ .../OpPhysicalAssetRequirementPropertyType.cs | 62 + B2MML.NET/OpPhysicalAssetRequirementType.cs | 124 ++ ...pPhysicalAssetSpecificationPropertyType.cs | 62 + B2MML.NET/OpPhysicalAssetSpecificationType.cs | 88 ++ B2MML.NET/OpProcessSegmentCapabilityType.cs | 189 +++ B2MML.NET/OpSegmentDataType.cs | 74 + B2MML.NET/OpSegmentRequirementType.cs | 223 +++ B2MML.NET/OpSegmentResponseType.cs | 212 +++ .../OperationsCapabilityInformationType.cs | 77 + B2MML.NET/OperationsCapabilityType.cs | 186 +++ B2MML.NET/OperationsDefinitionIDType.cs | 11 + .../OperationsDefinitionInformationType.cs | 74 + B2MML.NET/OperationsDefinitionRecordType.cs | 84 + B2MML.NET/OperationsDefinitionType.cs | 147 ++ B2MML.NET/OperationsMaterialBillItemType.cs | 136 ++ B2MML.NET/OperationsMaterialBillType.cs | 48 + B2MML.NET/OperationsPerformanceRecordType.cs | 84 + B2MML.NET/OperationsPerformanceType.cs | 134 ++ B2MML.NET/OperationsRequestIDType.cs | 11 + B2MML.NET/OperationsRequestType.cs | 147 ++ B2MML.NET/OperationsResponseType.cs | 136 ++ B2MML.NET/OperationsScheduleIDType.cs | 11 + B2MML.NET/OperationsScheduleRecordType.cs | 84 + B2MML.NET/OperationsScheduleType.cs | 122 ++ B2MML.NET/OperationsSegmentIDType.cs | 11 + B2MML.NET/OperationsSegmentType.cs | 176 +++ B2MML.NET/OperationsType1Type.cs | 12 + B2MML.NET/OperationsTypeType.cs | 24 + B2MML.NET/OrderIDType.cs | 12 + B2MML.NET/OrderedDataType.cs | 48 + B2MML.NET/OriginType.cs | 12 + B2MML.NET/OtherDependencyType.cs | 11 + B2MML.NET/OtherInformationType.cs | 50 + B2MML.NET/ParameterIDType.cs | 11 + B2MML.NET/ParameterSubTypeType.cs | 12 + B2MML.NET/ParameterType.cs | 62 + B2MML.NET/ParameterType1Type.cs | 12 + B2MML.NET/ParameterTypeType.cs | 25 + B2MML.NET/PersonIDType.cs | 11 + B2MML.NET/PersonNameType.cs | 11 + B2MML.NET/PersonPropertyType.cs | 88 ++ B2MML.NET/PersonType.cs | 112 ++ B2MML.NET/PersonnelActualPropertyType.cs | 74 + B2MML.NET/PersonnelActualType.cs | 112 ++ B2MML.NET/PersonnelCapabilityPropertyType.cs | 62 + B2MML.NET/PersonnelCapabilityType.cs | 159 ++ B2MML.NET/PersonnelClassIDType.cs | 11 + B2MML.NET/PersonnelClassPropertyType.cs | 75 + B2MML.NET/PersonnelClassType.cs | 100 ++ .../PersonnelIdentificationManifestType.cs | 121 ++ B2MML.NET/PersonnelInformationType.cs | 112 ++ B2MML.NET/PersonnelRequirementPropertyType.cs | 62 + B2MML.NET/PersonnelRequirementType.cs | 112 ++ ...rsonnelSegmentSpecificationPropertyType.cs | 62 + .../PersonnelSegmentSpecificationType.cs | 86 ++ .../PersonnelSpecificationPropertyType.cs | 62 + B2MML.NET/PersonnelSpecificationType.cs | 74 + B2MML.NET/PersonnelUseType.cs | 11 + B2MML.NET/PhysicalAssetActualIDType.cs | 11 + B2MML.NET/PhysicalAssetActualPropertyType.cs | 74 + B2MML.NET/PhysicalAssetActualType.cs | 112 ++ .../PhysicalAssetCapabilityPropertyType.cs | 62 + ...lAssetCapabilityTestSpecificationIDType.cs | 11 + ...calAssetCapabilityTestSpecificationType.cs | 87 ++ B2MML.NET/PhysicalAssetCapabilityType.cs | 159 ++ B2MML.NET/PhysicalAssetClassIDType.cs | 11 + B2MML.NET/PhysicalAssetClassPropertyType.cs | 75 + B2MML.NET/PhysicalAssetClassType.cs | 101 ++ B2MML.NET/PhysicalAssetIDType.cs | 11 + B2MML.NET/PhysicalAssetInformationType.cs | 100 ++ B2MML.NET/PhysicalAssetPropertyType.cs | 88 ++ .../PhysicalAssetRequirementPropertyType.cs | 62 + B2MML.NET/PhysicalAssetRequirementType.cs | 112 ++ ...alAssetSegmentSpecificationPropertyType.cs | 62 + .../PhysicalAssetSegmentSpecificationType.cs | 86 ++ .../PhysicalAssetSpecificationPropertyType.cs | 62 + B2MML.NET/PhysicalAssetSpecificationType.cs | 74 + B2MML.NET/PhysicalAssetType.cs | 162 ++ B2MML.NET/PhysicalAssetUseType.cs | 11 + B2MML.NET/PlannedFinishTimeType.cs | 11 + B2MML.NET/PlannedStartTimeType.cs | 11 + B2MML.NET/PriorityType.cs | 11 + B2MML.NET/ProblemType.cs | 11 + B2MML.NET/ProcedureChartElementType.cs | 61 + B2MML.NET/ProcedureChartElementType1Type.cs | 12 + B2MML.NET/ProcedureChartElementTypeType.cs | 24 + B2MML.NET/ProcedureLogicType.cs | 51 + B2MML.NET/ProcessBatchProductionRecordType.cs | 62 + ...rocessBatchProductionRecordTypeDataArea.cs | 36 + B2MML.NET/ProcessElementLibraryType.cs | 74 + B2MML.NET/ProcessElementParameterType.cs | 62 + B2MML.NET/ProcessElementParameterType1Type.cs | 12 + B2MML.NET/ProcessElementParameterTypeType.cs | 24 + B2MML.NET/ProcessElementType.cs | 177 +++ B2MML.NET/ProcessElementType1Type.cs | 12 + B2MML.NET/ProcessElementTypeType.cs | 24 + .../ProcessEquipmentCapabilityTestSpecType.cs | 62 + ...EquipmentCapabilityTestSpecTypeDataArea.cs | 36 + B2MML.NET/ProcessEquipmentClassType.cs | 62 + .../ProcessEquipmentClassTypeDataArea.cs | 36 + B2MML.NET/ProcessEquipmentInformationType.cs | 62 + ...ProcessEquipmentInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessEquipmentType.cs | 62 + B2MML.NET/ProcessEquipmentTypeDataArea.cs | 36 + B2MML.NET/ProcessGRecipeInformationType.cs | 62 + .../ProcessGRecipeInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessJobListType.cs | 62 + B2MML.NET/ProcessJobListTypeDataArea.cs | 36 + B2MML.NET/ProcessJobResponseType.cs | 62 + B2MML.NET/ProcessJobResponseTypeDataArea.cs | 36 + B2MML.NET/ProcessMaterialClassType.cs | 62 + B2MML.NET/ProcessMaterialClassTypeDataArea.cs | 36 + B2MML.NET/ProcessMaterialDefinitionType.cs | 62 + .../ProcessMaterialDefinitionTypeDataArea.cs | 36 + B2MML.NET/ProcessMaterialInformationType.cs | 62 + .../ProcessMaterialInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessMaterialLotType.cs | 62 + B2MML.NET/ProcessMaterialLotTypeDataArea.cs | 36 + B2MML.NET/ProcessMaterialSubLotType.cs | 62 + .../ProcessMaterialSubLotTypeDataArea.cs | 36 + B2MML.NET/ProcessMaterialTestSpecType.cs | 62 + .../ProcessMaterialTestSpecTypeDataArea.cs | 36 + ...cessOperationsCapabilityInformationType.cs | 62 + ...ationsCapabilityInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessOperationsCapabilityType.cs | 62 + ...ProcessOperationsCapabilityTypeDataArea.cs | 36 + ...cessOperationsDefinitionInformationType.cs | 62 + ...ationsDefinitionInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessOperationsDefinitionType.cs | 62 + ...ProcessOperationsDefinitionTypeDataArea.cs | 36 + B2MML.NET/ProcessOperationsPerformanceType.cs | 62 + ...rocessOperationsPerformanceTypeDataArea.cs | 36 + B2MML.NET/ProcessOperationsScheduleType.cs | 62 + .../ProcessOperationsScheduleTypeDataArea.cs | 36 + B2MML.NET/ProcessPersonType.cs | 62 + B2MML.NET/ProcessPersonTypeDataArea.cs | 36 + B2MML.NET/ProcessPersonnelClassType.cs | 62 + .../ProcessPersonnelClassTypeDataArea.cs | 36 + B2MML.NET/ProcessPersonnelInformationType.cs | 62 + ...ProcessPersonnelInformationTypeDataArea.cs | 36 + ...cessPhysicalAssetCapabilityTestSpecType.cs | 62 + ...icalAssetCapabilityTestSpecTypeDataArea.cs | 36 + B2MML.NET/ProcessPhysicalAssetClassType.cs | 62 + .../ProcessPhysicalAssetClassTypeDataArea.cs | 36 + .../ProcessPhysicalAssetInformationType.cs | 62 + ...essPhysicalAssetInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessPhysicalAssetType.cs | 62 + B2MML.NET/ProcessPhysicalAssetTypeDataArea.cs | 36 + B2MML.NET/ProcessProcessElementLibraryType.cs | 62 + ...rocessProcessElementLibraryTypeDataArea.cs | 36 + .../ProcessProcessSegmentInformationType.cs | 62 + ...ssProcessSegmentInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessProcessSegmentType.cs | 62 + .../ProcessProcessSegmentTypeDataArea.cs | 36 + B2MML.NET/ProcessProductDefinitionType.cs | 62 + .../ProcessProductDefinitionTypeDataArea.cs | 36 + B2MML.NET/ProcessProductInformationType.cs | 62 + .../ProcessProductInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessProductionCapabilityType.cs | 62 + ...ProcessProductionCapabilityTypeDataArea.cs | 36 + B2MML.NET/ProcessProductionPerformanceType.cs | 62 + ...rocessProductionPerformanceTypeDataArea.cs | 36 + B2MML.NET/ProcessProductionScheduleType.cs | 62 + .../ProcessProductionScheduleTypeDataArea.cs | 36 + ...ocessQualificationTestSpecificationType.cs | 62 + ...lificationTestSpecificationTypeDataArea.cs | 36 + .../ProcessResourceConstraintLibraryType.cs | 62 + ...ssResourceConstraintLibraryTypeDataArea.cs | 36 + ...esourceNetworkConnectionInformationType.cs | 62 + ...etworkConnectionInformationTypeDataArea.cs | 36 + .../ProcessResourceRelationshipNetworkType.cs | 62 + ...ResourceRelationshipNetworkTypeDataArea.cs | 36 + B2MML.NET/ProcessSegmentCapabilityType.cs | 186 +++ B2MML.NET/ProcessSegmentIDType.cs | 11 + B2MML.NET/ProcessSegmentInformationType.cs | 86 ++ B2MML.NET/ProcessSegmentType.cs | 189 +++ B2MML.NET/ProcessWorkAlertDefinitionType.cs | 62 + .../ProcessWorkAlertDefinitionTypeDataArea.cs | 36 + B2MML.NET/ProcessWorkAlertInformationType.cs | 62 + ...ProcessWorkAlertInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessWorkAlertType.cs | 62 + B2MML.NET/ProcessWorkAlertTypeDataArea.cs | 36 + .../ProcessWorkCapabilityInformationType.cs | 62 + ...ssWorkCapabilityInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessWorkCapabilityType.cs | 62 + .../ProcessWorkCapabilityTypeDataArea.cs | 36 + .../ProcessWorkDefinitionInformationType.cs | 62 + ...ssWorkDefinitionInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessWorkDirectiveType.cs | 62 + B2MML.NET/ProcessWorkDirectiveTypeDataArea.cs | 36 + B2MML.NET/ProcessWorkMasterType.cs | 62 + B2MML.NET/ProcessWorkMasterTypeDataArea.cs | 36 + B2MML.NET/ProcessWorkPerformanceType.cs | 62 + .../ProcessWorkPerformanceTypeDataArea.cs | 36 + B2MML.NET/ProcessWorkScheduleType.cs | 62 + B2MML.NET/ProcessWorkScheduleTypeDataArea.cs | 36 + ...essWorkflowSpecificationInformationType.cs | 62 + ...lowSpecificationInformationTypeDataArea.cs | 36 + B2MML.NET/ProcessWorkflowSpecificationType.cs | 62 + ...rocessWorkflowSpecificationTypeDataArea.cs | 36 + .../ProcessWorkflowSpecificationTypeType.cs | 62 + ...ssWorkflowSpecificationTypeTypeDataArea.cs | 36 + B2MML.NET/ProductDefinitionRecordType.cs | 84 + B2MML.NET/ProductDefinitionType.cs | 147 ++ B2MML.NET/ProductIDType.cs | 12 + B2MML.NET/ProductInformationType.cs | 86 ++ B2MML.NET/ProductNameType.cs | 12 + B2MML.NET/ProductProductionRuleIDType.cs | 11 + B2MML.NET/ProductProductionRuleType.cs | 11 + B2MML.NET/ProductSegmentIDType.cs | 11 + B2MML.NET/ProductSegmentType.cs | 152 ++ B2MML.NET/ProductionCapabilityType.cs | 199 +++ B2MML.NET/ProductionDataType.cs | 74 + B2MML.NET/ProductionParameterType.cs | 47 + B2MML.NET/ProductionPerformanceRecordType.cs | 84 + B2MML.NET/ProductionPerformanceType.cs | 146 ++ B2MML.NET/ProductionRequestIDType.cs | 11 + B2MML.NET/ProductionRequestType.cs | 161 ++ B2MML.NET/ProductionResponseType.cs | 135 ++ B2MML.NET/ProductionScheduleIDType.cs | 11 + B2MML.NET/ProductionScheduleRecordType.cs | 84 + B2MML.NET/ProductionScheduleType.cs | 134 ++ B2MML.NET/PropertyIDType.cs | 11 + B2MML.NET/PublishedDateType.cs | 11 + .../QualificationTestSpecificationIDType.cs | 11 + .../QualificationTestSpecificationType.cs | 99 ++ B2MML.NET/QuantityStringType.cs | 11 + B2MML.NET/QuantityValueType.cs | 62 + B2MML.NET/ReasonType.cs | 11 + B2MML.NET/RecipeBuildingBlockType.cs | 38 + B2MML.NET/RecipeElementIDType.cs | 12 + B2MML.NET/RecipeElementRecordType.cs | 84 + B2MML.NET/RecipeElementType.cs | 187 +++ B2MML.NET/RecipeElementType1Type.cs | 12 + B2MML.NET/RecipeElementTypeType.cs | 25 + B2MML.NET/RecipeElementVersionType.cs | 12 + B2MML.NET/RecipeIDType.cs | 12 + B2MML.NET/RecipeVersionType.cs | 12 + B2MML.NET/RecordObjectType1Type.cs | 12 + B2MML.NET/RecordObjectTypeType.cs | 24 + B2MML.NET/RelationshipForm1Type.cs | 12 + B2MML.NET/RelationshipFormType.cs | 24 + B2MML.NET/RelationshipType1Type.cs | 12 + B2MML.NET/RelationshipTypeType.cs | 24 + B2MML.NET/RequestState1Type.cs | 12 + B2MML.NET/RequestStateType.cs | 24 + B2MML.NET/RequestedBatchSizeType.cs | 12 + B2MML.NET/RequestedCompletionDateType.cs | 11 + B2MML.NET/RequestedEndTimeType.cs | 12 + B2MML.NET/RequestedPriorityType.cs | 11 + B2MML.NET/RequestedStartTimeType.cs | 12 + ...RequiredByRequestedSegmentResponse1Type.cs | 12 + .../RequiredByRequestedSegmentResponseType.cs | 24 + B2MML.NET/ResourceConstraintLibraryType.cs | 74 + B2MML.NET/ResourceConstraintPropertyType.cs | 49 + B2MML.NET/ResourceConstraintType.cs | 88 ++ B2MML.NET/ResourceIDType.cs | 11 + B2MML.NET/ResourceNetworkConnectionIDType.cs | 11 + ...esourceNetworkConnectionInformationType.cs | 62 + B2MML.NET/ResourceNetworkConnectionType.cs | 85 ++ .../ResourceNetworkConnectionTypeType.cs | 61 + B2MML.NET/ResourcePropertyType.cs | 49 + .../ResourceQualificationsManifestType.cs | 156 ++ B2MML.NET/ResourceReferenceType.cs | 60 + B2MML.NET/ResourceReferenceType1Type.cs | 12 + B2MML.NET/ResourceReferenceTypeType.cs | 24 + B2MML.NET/ResourceRelationshipNetworkType.cs | 98 ++ B2MML.NET/ResourcesType.cs | 11 + B2MML.NET/RespondBatchProductionRecordType.cs | 62 + ...espondBatchProductionRecordTypeDataArea.cs | 36 + .../RespondEquipmentCapabilityTestSpecType.cs | 62 + ...EquipmentCapabilityTestSpecTypeDataArea.cs | 36 + B2MML.NET/RespondEquipmentClassType.cs | 62 + .../RespondEquipmentClassTypeDataArea.cs | 36 + B2MML.NET/RespondEquipmentInformationType.cs | 62 + ...RespondEquipmentInformationTypeDataArea.cs | 36 + B2MML.NET/RespondEquipmentType.cs | 62 + B2MML.NET/RespondEquipmentTypeDataArea.cs | 36 + B2MML.NET/RespondGRecipeInformationType.cs | 62 + .../RespondGRecipeInformationTypeDataArea.cs | 36 + B2MML.NET/RespondJobListType.cs | 62 + B2MML.NET/RespondJobListTypeDataArea.cs | 36 + B2MML.NET/RespondJobResponseType.cs | 62 + B2MML.NET/RespondJobResponseTypeDataArea.cs | 36 + B2MML.NET/RespondMaterialClassType.cs | 62 + B2MML.NET/RespondMaterialClassTypeDataArea.cs | 36 + B2MML.NET/RespondMaterialDefinitionType.cs | 62 + .../RespondMaterialDefinitionTypeDataArea.cs | 36 + B2MML.NET/RespondMaterialInformationType.cs | 62 + .../RespondMaterialInformationTypeDataArea.cs | 36 + B2MML.NET/RespondMaterialLotType.cs | 62 + B2MML.NET/RespondMaterialLotTypeDataArea.cs | 36 + B2MML.NET/RespondMaterialSubLotType.cs | 62 + .../RespondMaterialSubLotTypeDataArea.cs | 36 + B2MML.NET/RespondMaterialTestSpecType.cs | 62 + .../RespondMaterialTestSpecTypeDataArea.cs | 36 + ...pondOperationsCapabilityInformationType.cs | 62 + ...ationsCapabilityInformationTypeDataArea.cs | 36 + B2MML.NET/RespondOperationsCapabilityType.cs | 62 + ...RespondOperationsCapabilityTypeDataArea.cs | 36 + ...pondOperationsDefinitionInformationType.cs | 62 + ...ationsDefinitionInformationTypeDataArea.cs | 36 + B2MML.NET/RespondOperationsDefinitionType.cs | 62 + ...RespondOperationsDefinitionTypeDataArea.cs | 36 + B2MML.NET/RespondOperationsPerformanceType.cs | 62 + ...espondOperationsPerformanceTypeDataArea.cs | 36 + B2MML.NET/RespondOperationsScheduleType.cs | 62 + .../RespondOperationsScheduleTypeDataArea.cs | 36 + B2MML.NET/RespondPersonType.cs | 62 + B2MML.NET/RespondPersonTypeDataArea.cs | 36 + B2MML.NET/RespondPersonnelClassType.cs | 62 + .../RespondPersonnelClassTypeDataArea.cs | 36 + B2MML.NET/RespondPersonnelInformationType.cs | 62 + ...RespondPersonnelInformationTypeDataArea.cs | 36 + ...pondPhysicalAssetCapabilityTestSpecType.cs | 62 + ...icalAssetCapabilityTestSpecTypeDataArea.cs | 36 + B2MML.NET/RespondPhysicalAssetClassType.cs | 62 + .../RespondPhysicalAssetClassTypeDataArea.cs | 36 + .../RespondPhysicalAssetInformationType.cs | 62 + ...ondPhysicalAssetInformationTypeDataArea.cs | 36 + B2MML.NET/RespondPhysicalAssetType.cs | 62 + B2MML.NET/RespondPhysicalAssetTypeDataArea.cs | 36 + B2MML.NET/RespondProcessElementLibraryType.cs | 62 + ...espondProcessElementLibraryTypeDataArea.cs | 36 + .../RespondProcessSegmentInformationType.cs | 62 + ...ndProcessSegmentInformationTypeDataArea.cs | 36 + B2MML.NET/RespondProcessSegmentType.cs | 62 + .../RespondProcessSegmentTypeDataArea.cs | 36 + B2MML.NET/RespondProductDefinitionType.cs | 62 + .../RespondProductDefinitionTypeDataArea.cs | 36 + B2MML.NET/RespondProductInformationType.cs | 62 + .../RespondProductInformationTypeDataArea.cs | 36 + B2MML.NET/RespondProductionCapabilityType.cs | 62 + ...RespondProductionCapabilityTypeDataArea.cs | 36 + B2MML.NET/RespondProductionPerformanceType.cs | 62 + ...espondProductionPerformanceTypeDataArea.cs | 36 + B2MML.NET/RespondProductionScheduleType.cs | 62 + .../RespondProductionScheduleTypeDataArea.cs | 36 + ...spondQualificationTestSpecificationType.cs | 62 + ...lificationTestSpecificationTypeDataArea.cs | 36 + .../RespondResourceConstraintLibraryType.cs | 62 + ...ndResourceConstraintLibraryTypeDataArea.cs | 36 + ...esourceNetworkConnectionInformationType.cs | 62 + ...etworkConnectionInformationTypeDataArea.cs | 36 + .../RespondResourceRelationshipNetworkType.cs | 62 + ...ResourceRelationshipNetworkTypeDataArea.cs | 36 + B2MML.NET/RespondWorkAlertDefinitionType.cs | 62 + .../RespondWorkAlertDefinitionTypeDataArea.cs | 36 + B2MML.NET/RespondWorkAlertInformationType.cs | 62 + ...RespondWorkAlertInformationTypeDataArea.cs | 36 + B2MML.NET/RespondWorkAlertType.cs | 62 + B2MML.NET/RespondWorkAlertTypeDataArea.cs | 36 + .../RespondWorkCapabilityInformationType.cs | 62 + ...ndWorkCapabilityInformationTypeDataArea.cs | 36 + B2MML.NET/RespondWorkCapabilityType.cs | 62 + .../RespondWorkCapabilityTypeDataArea.cs | 36 + .../RespondWorkDefinitionInformationType.cs | 62 + ...ndWorkDefinitionInformationTypeDataArea.cs | 36 + B2MML.NET/RespondWorkDirectiveType.cs | 62 + B2MML.NET/RespondWorkDirectiveTypeDataArea.cs | 36 + B2MML.NET/RespondWorkMasterType.cs | 62 + B2MML.NET/RespondWorkMasterTypeDataArea.cs | 36 + B2MML.NET/RespondWorkPerformanceType.cs | 62 + .../RespondWorkPerformanceTypeDataArea.cs | 36 + B2MML.NET/RespondWorkScheduleType.cs | 62 + B2MML.NET/RespondWorkScheduleTypeDataArea.cs | 36 + ...ondWorkflowSpecificationInformationType.cs | 62 + ...lowSpecificationInformationTypeDataArea.cs | 36 + B2MML.NET/RespondWorkflowSpecificationType.cs | 62 + ...espondWorkflowSpecificationTypeDataArea.cs | 36 + .../RespondWorkflowSpecificationTypeType.cs | 62 + ...ndWorkflowSpecificationTypeTypeDataArea.cs | 36 + B2MML.NET/ResponseState1Type.cs | 12 + B2MML.NET/ResponseStateType.cs | 24 + B2MML.NET/ResultType.cs | 62 + B2MML.NET/SampleTestResultType.cs | 161 ++ B2MML.NET/SampleTestType.cs | 109 ++ B2MML.NET/SampleType.cs | 200 +++ B2MML.NET/ScaleReferenceType.cs | 12 + B2MML.NET/ScaledSizeType.cs | 12 + B2MML.NET/ScaledType.cs | 12 + B2MML.NET/ScheduleEndTimeType.cs | 12 + B2MML.NET/ScheduleEntryNoteType.cs | 12 + B2MML.NET/ScheduleStartTimeType.cs | 12 + B2MML.NET/SegmentDependencyType.cs | 76 + B2MML.NET/SegmentRequirementType.cs | 262 ++++ B2MML.NET/SegmentResponseType.cs | 251 +++ B2MML.NET/SequenceOrderType.cs | 24 + B2MML.NET/SequenceOrderType1Type.cs | 12 + B2MML.NET/ShowBatchProductionRecordType.cs | 62 + .../ShowBatchProductionRecordTypeDataArea.cs | 36 + .../ShowEquipmentCapabilityTestSpecType.cs | 62 + ...EquipmentCapabilityTestSpecTypeDataArea.cs | 36 + B2MML.NET/ShowEquipmentClassType.cs | 62 + B2MML.NET/ShowEquipmentClassTypeDataArea.cs | 36 + B2MML.NET/ShowEquipmentInformationType.cs | 62 + .../ShowEquipmentInformationTypeDataArea.cs | 36 + B2MML.NET/ShowEquipmentType.cs | 62 + B2MML.NET/ShowEquipmentTypeDataArea.cs | 36 + B2MML.NET/ShowGRecipeInformationType.cs | 62 + .../ShowGRecipeInformationTypeDataArea.cs | 36 + B2MML.NET/ShowJobListType.cs | 62 + B2MML.NET/ShowJobListTypeDataArea.cs | 36 + B2MML.NET/ShowJobResponseType.cs | 62 + B2MML.NET/ShowJobResponseTypeDataArea.cs | 36 + B2MML.NET/ShowMaterialClassType.cs | 62 + B2MML.NET/ShowMaterialClassTypeDataArea.cs | 36 + B2MML.NET/ShowMaterialDefinitionType.cs | 62 + .../ShowMaterialDefinitionTypeDataArea.cs | 36 + B2MML.NET/ShowMaterialInformationType.cs | 62 + .../ShowMaterialInformationTypeDataArea.cs | 36 + B2MML.NET/ShowMaterialLotType.cs | 62 + B2MML.NET/ShowMaterialLotTypeDataArea.cs | 36 + B2MML.NET/ShowMaterialSubLotType.cs | 62 + B2MML.NET/ShowMaterialSubLotTypeDataArea.cs | 36 + B2MML.NET/ShowMaterialTestSpecType.cs | 62 + B2MML.NET/ShowMaterialTestSpecTypeDataArea.cs | 36 + ...ShowOperationsCapabilityInformationType.cs | 62 + ...ationsCapabilityInformationTypeDataArea.cs | 36 + B2MML.NET/ShowOperationsCapabilityType.cs | 62 + .../ShowOperationsCapabilityTypeDataArea.cs | 36 + ...ShowOperationsDefinitionInformationType.cs | 62 + ...ationsDefinitionInformationTypeDataArea.cs | 36 + B2MML.NET/ShowOperationsDefinitionType.cs | 62 + .../ShowOperationsDefinitionTypeDataArea.cs | 36 + B2MML.NET/ShowOperationsPerformanceType.cs | 62 + .../ShowOperationsPerformanceTypeDataArea.cs | 36 + B2MML.NET/ShowOperationsScheduleType.cs | 62 + .../ShowOperationsScheduleTypeDataArea.cs | 36 + B2MML.NET/ShowPersonType.cs | 62 + B2MML.NET/ShowPersonTypeDataArea.cs | 36 + B2MML.NET/ShowPersonnelClassType.cs | 62 + B2MML.NET/ShowPersonnelClassTypeDataArea.cs | 36 + B2MML.NET/ShowPersonnelInformationType.cs | 62 + .../ShowPersonnelInformationTypeDataArea.cs | 36 + ...ShowPhysicalAssetCapabilityTestSpecType.cs | 62 + ...icalAssetCapabilityTestSpecTypeDataArea.cs | 36 + B2MML.NET/ShowPhysicalAssetClassType.cs | 62 + .../ShowPhysicalAssetClassTypeDataArea.cs | 36 + B2MML.NET/ShowPhysicalAssetInformationType.cs | 62 + ...howPhysicalAssetInformationTypeDataArea.cs | 36 + B2MML.NET/ShowPhysicalAssetType.cs | 62 + B2MML.NET/ShowPhysicalAssetTypeDataArea.cs | 36 + B2MML.NET/ShowProcessElementLibraryType.cs | 62 + .../ShowProcessElementLibraryTypeDataArea.cs | 36 + .../ShowProcessSegmentInformationType.cs | 62 + ...owProcessSegmentInformationTypeDataArea.cs | 36 + B2MML.NET/ShowProcessSegmentType.cs | 62 + B2MML.NET/ShowProcessSegmentTypeDataArea.cs | 36 + B2MML.NET/ShowProductDefinitionType.cs | 62 + .../ShowProductDefinitionTypeDataArea.cs | 36 + B2MML.NET/ShowProductInformationType.cs | 62 + .../ShowProductInformationTypeDataArea.cs | 36 + B2MML.NET/ShowProductionCapabilityType.cs | 62 + .../ShowProductionCapabilityTypeDataArea.cs | 36 + B2MML.NET/ShowProductionPerformanceType.cs | 62 + .../ShowProductionPerformanceTypeDataArea.cs | 36 + B2MML.NET/ShowProductionScheduleType.cs | 62 + .../ShowProductionScheduleTypeDataArea.cs | 36 + .../ShowQualificationTestSpecificationType.cs | 62 + ...lificationTestSpecificationTypeDataArea.cs | 36 + .../ShowResourceConstraintLibraryType.cs | 62 + ...owResourceConstraintLibraryTypeDataArea.cs | 36 + ...esourceNetworkConnectionInformationType.cs | 62 + ...etworkConnectionInformationTypeDataArea.cs | 36 + .../ShowResourceRelationshipNetworkType.cs | 62 + ...ResourceRelationshipNetworkTypeDataArea.cs | 36 + B2MML.NET/ShowTransactionProfileType.cs | 62 + .../ShowTransactionProfileTypeDataArea.cs | 36 + B2MML.NET/ShowWorkAlertDefinitionType.cs | 62 + .../ShowWorkAlertDefinitionTypeDataArea.cs | 36 + B2MML.NET/ShowWorkAlertInformationType.cs | 62 + .../ShowWorkAlertInformationTypeDataArea.cs | 36 + B2MML.NET/ShowWorkAlertType.cs | 62 + B2MML.NET/ShowWorkAlertTypeDataArea.cs | 36 + .../ShowWorkCapabilityInformationType.cs | 62 + ...owWorkCapabilityInformationTypeDataArea.cs | 36 + B2MML.NET/ShowWorkCapabilityType.cs | 62 + B2MML.NET/ShowWorkCapabilityTypeDataArea.cs | 36 + .../ShowWorkDefinitionInformationType.cs | 62 + ...owWorkDefinitionInformationTypeDataArea.cs | 36 + B2MML.NET/ShowWorkDirectiveType.cs | 62 + B2MML.NET/ShowWorkDirectiveTypeDataArea.cs | 36 + B2MML.NET/ShowWorkMasterType.cs | 62 + B2MML.NET/ShowWorkMasterTypeDataArea.cs | 36 + B2MML.NET/ShowWorkPerformanceType.cs | 62 + B2MML.NET/ShowWorkPerformanceTypeDataArea.cs | 36 + B2MML.NET/ShowWorkScheduleType.cs | 62 + B2MML.NET/ShowWorkScheduleTypeDataArea.cs | 36 + ...howWorkflowSpecificationInformationType.cs | 62 + ...lowSpecificationInformationTypeDataArea.cs | 36 + B2MML.NET/ShowWorkflowSpecificationType.cs | 62 + .../ShowWorkflowSpecificationTypeDataArea.cs | 36 + .../ShowWorkflowSpecificationTypeType.cs | 62 + ...owWorkflowSpecificationTypeTypeDataArea.cs | 36 + B2MML.NET/SingleEventType.cs | 253 +++ B2MML.NET/StartConditionType.cs | 12 + B2MML.NET/StartTimeType.cs | 11 + B2MML.NET/StatusTimeType.cs | 11 + B2MML.NET/StatusType.cs | 12 + B2MML.NET/StepType.cs | 61 + B2MML.NET/StorageHierarchyScopeType.cs | 11 + B2MML.NET/StorageLocationType.cs | 11 + B2MML.NET/SupportedActionType.cs | 236 +++ B2MML.NET/SyncBatchProductionRecordType.cs | 62 + .../SyncBatchProductionRecordTypeDataArea.cs | 37 + .../SyncEquipmentCapabilityTestSpecType.cs | 62 + ...EquipmentCapabilityTestSpecTypeDataArea.cs | 37 + B2MML.NET/SyncEquipmentClassType.cs | 62 + B2MML.NET/SyncEquipmentClassTypeDataArea.cs | 37 + B2MML.NET/SyncEquipmentInformationType.cs | 62 + .../SyncEquipmentInformationTypeDataArea.cs | 37 + B2MML.NET/SyncEquipmentType.cs | 62 + B2MML.NET/SyncEquipmentTypeDataArea.cs | 37 + B2MML.NET/SyncGRecipeInformationType.cs | 62 + .../SyncGRecipeInformationTypeDataArea.cs | 37 + B2MML.NET/SyncJobListType.cs | 62 + B2MML.NET/SyncJobListTypeDataArea.cs | 37 + B2MML.NET/SyncJobResponseType.cs | 62 + B2MML.NET/SyncJobResponseTypeDataArea.cs | 37 + B2MML.NET/SyncMaterialClassType.cs | 62 + B2MML.NET/SyncMaterialClassTypeDataArea.cs | 37 + B2MML.NET/SyncMaterialDefinitionType.cs | 62 + .../SyncMaterialDefinitionTypeDataArea.cs | 37 + B2MML.NET/SyncMaterialInformationType.cs | 62 + .../SyncMaterialInformationTypeDataArea.cs | 37 + B2MML.NET/SyncMaterialLotType.cs | 62 + B2MML.NET/SyncMaterialLotTypeDataArea.cs | 37 + B2MML.NET/SyncMaterialSubLotType.cs | 62 + B2MML.NET/SyncMaterialSubLotTypeDataArea.cs | 37 + B2MML.NET/SyncMaterialTestSpecType.cs | 62 + B2MML.NET/SyncMaterialTestSpecTypeDataArea.cs | 37 + ...SyncOperationsCapabilityInformationType.cs | 62 + ...ationsCapabilityInformationTypeDataArea.cs | 37 + B2MML.NET/SyncOperationsCapabilityType.cs | 62 + .../SyncOperationsCapabilityTypeDataArea.cs | 37 + ...SyncOperationsDefinitionInformationType.cs | 62 + ...ationsDefinitionInformationTypeDataArea.cs | 37 + B2MML.NET/SyncOperationsDefinitionType.cs | 62 + .../SyncOperationsDefinitionTypeDataArea.cs | 37 + B2MML.NET/SyncOperationsPerformanceType.cs | 62 + .../SyncOperationsPerformanceTypeDataArea.cs | 37 + B2MML.NET/SyncOperationsScheduleType.cs | 62 + .../SyncOperationsScheduleTypeDataArea.cs | 37 + B2MML.NET/SyncPersonType.cs | 62 + B2MML.NET/SyncPersonTypeDataArea.cs | 37 + B2MML.NET/SyncPersonnelClassType.cs | 62 + B2MML.NET/SyncPersonnelClassTypeDataArea.cs | 37 + B2MML.NET/SyncPersonnelInformationType.cs | 62 + .../SyncPersonnelInformationTypeDataArea.cs | 37 + ...SyncPhysicalAssetCapabilityTestSpecType.cs | 62 + ...icalAssetCapabilityTestSpecTypeDataArea.cs | 37 + B2MML.NET/SyncPhysicalAssetClassType.cs | 62 + .../SyncPhysicalAssetClassTypeDataArea.cs | 37 + B2MML.NET/SyncPhysicalAssetInformationType.cs | 62 + ...yncPhysicalAssetInformationTypeDataArea.cs | 37 + B2MML.NET/SyncPhysicalAssetType.cs | 62 + B2MML.NET/SyncPhysicalAssetTypeDataArea.cs | 37 + B2MML.NET/SyncProcessElementLibraryType.cs | 62 + .../SyncProcessElementLibraryTypeDataArea.cs | 44 + .../SyncProcessSegmentInformationType.cs | 62 + ...ncProcessSegmentInformationTypeDataArea.cs | 37 + B2MML.NET/SyncProcessSegmentType.cs | 62 + B2MML.NET/SyncProcessSegmentTypeDataArea.cs | 37 + B2MML.NET/SyncProductDefinitionType.cs | 62 + .../SyncProductDefinitionTypeDataArea.cs | 37 + B2MML.NET/SyncProductInformationType.cs | 62 + .../SyncProductInformationTypeDataArea.cs | 37 + B2MML.NET/SyncProductionCapabilityType.cs | 62 + .../SyncProductionCapabilityTypeDataArea.cs | 37 + B2MML.NET/SyncProductionPerformanceType.cs | 62 + .../SyncProductionPerformanceTypeDataArea.cs | 37 + B2MML.NET/SyncProductionScheduleType.cs | 62 + .../SyncProductionScheduleTypeDataArea.cs | 37 + .../SyncQualificationTestSpecificationType.cs | 62 + ...lificationTestSpecificationTypeDataArea.cs | 37 + .../SyncResourceConstraintLibraryType.cs | 62 + ...ncResourceConstraintLibraryTypeDataArea.cs | 37 + ...esourceNetworkConnectionInformationType.cs | 62 + ...etworkConnectionInformationTypeDataArea.cs | 37 + .../SyncResourceRelationshipNetworkType.cs | 62 + ...ResourceRelationshipNetworkTypeDataArea.cs | 37 + B2MML.NET/SyncWorkAlertDefinitionType.cs | 62 + .../SyncWorkAlertDefinitionTypeDataArea.cs | 37 + B2MML.NET/SyncWorkAlertInformationType.cs | 62 + .../SyncWorkAlertInformationTypeDataArea.cs | 37 + B2MML.NET/SyncWorkAlertType.cs | 62 + B2MML.NET/SyncWorkAlertTypeDataArea.cs | 37 + .../SyncWorkCapabilityInformationType.cs | 62 + ...ncWorkCapabilityInformationTypeDataArea.cs | 37 + B2MML.NET/SyncWorkCapabilityType.cs | 62 + B2MML.NET/SyncWorkCapabilityTypeDataArea.cs | 37 + .../SyncWorkDefinitionInformationType.cs | 62 + ...ncWorkDefinitionInformationTypeDataArea.cs | 37 + B2MML.NET/SyncWorkDirectiveType.cs | 62 + B2MML.NET/SyncWorkDirectiveTypeDataArea.cs | 37 + B2MML.NET/SyncWorkMasterType.cs | 62 + B2MML.NET/SyncWorkMasterTypeDataArea.cs | 37 + B2MML.NET/SyncWorkPerformanceType.cs | 62 + B2MML.NET/SyncWorkPerformanceTypeDataArea.cs | 37 + B2MML.NET/SyncWorkScheduleType.cs | 62 + B2MML.NET/SyncWorkScheduleTypeDataArea.cs | 37 + ...yncWorkflowSpecificationInformationType.cs | 62 + ...lowSpecificationInformationTypeDataArea.cs | 37 + B2MML.NET/SyncWorkflowSpecificationType.cs | 62 + .../SyncWorkflowSpecificationTypeDataArea.cs | 37 + .../SyncWorkflowSpecificationTypeType.cs | 62 + ...ncWorkflowSpecificationTypeTypeDataArea.cs | 37 + B2MML.NET/TagSpecificationType.cs | 179 +++ B2MML.NET/TestDateTimeType.cs | 11 + B2MML.NET/TestResultType.cs | 73 + B2MML.NET/TestedEquipmentClassPropertyType.cs | 35 + B2MML.NET/TestedEquipmentPropertyType.cs | 35 + B2MML.NET/TestedMaterialClassPropertyType.cs | 35 + .../TestedMaterialDefinitionPropertyType.cs | 35 + B2MML.NET/TestedMaterialLotPropertyType.cs | 35 + B2MML.NET/TestedPersonPropertyType.cs | 35 + B2MML.NET/TestedPersonnelClassPropertyType.cs | 35 + .../TestedPhysicalAssetClassPropertyType.cs | 35 + B2MML.NET/TestedPhysicalAssetPropertyType.cs | 35 + B2MML.NET/TextType.cs | 43 + B2MML.NET/TimeSpecificationType.cs | 48 + B2MML.NET/ToEquipmentIDType.cs | 12 + B2MML.NET/ToIDType.cs | 48 + B2MML.NET/ToType1Type.cs | 12 + B2MML.NET/ToTypeType.cs | 24 + B2MML.NET/TransAcknowledgeType.cs | 36 + B2MML.NET/TransActionCriteriaType.cs | 36 + B2MML.NET/TransApplicationAreaType.cs | 84 + B2MML.NET/TransChangeStatusType.cs | 97 ++ B2MML.NET/TransChangeType.cs | 50 + B2MML.NET/TransConfirmType.cs | 36 + B2MML.NET/TransConfirmationCodeType.cs | 11 + B2MML.NET/TransExpression1Type.cs | 25 + B2MML.NET/TransExpressionType.cs | 37 + B2MML.NET/TransProcessType.cs | 50 + B2MML.NET/TransReceiverType.cs | 48 + B2MML.NET/TransRespondType.cs | 36 + B2MML.NET/TransResponseCodeType.cs | 15 + B2MML.NET/TransResponseCriteriaType.cs | 35 + B2MML.NET/TransSenderType.cs | 83 + B2MML.NET/TransShowType.cs | 36 + B2MML.NET/TransSignatureType.cs | 37 + B2MML.NET/TransStateChangeType.cs | 85 ++ B2MML.NET/TransUserAreaType.cs | 24 + B2MML.NET/TransactionNoun1Type.cs | 12 + B2MML.NET/TransactionNounType.cs | 24 + B2MML.NET/TransactionProfileType.cs | 112 ++ B2MML.NET/TransactionVerb1Type.cs | 12 + B2MML.NET/TransactionVerbType.cs | 24 + B2MML.NET/TransitionType.cs | 61 + B2MML.NET/UnitOfMeasureType.cs | 12 + B2MML.NET/UserAttributeType.cs | 49 + B2MML.NET/ValueStringType.cs | 12 + B2MML.NET/ValueType.cs | 62 + B2MML.NET/VersionDateType.cs | 12 + B2MML.NET/VersionType.cs | 12 + B2MML.NET/WorkAlertDefinitionType.cs | 88 ++ B2MML.NET/WorkAlertInformationType.cs | 90 ++ B2MML.NET/WorkAlertPropertyType.cs | 49 + B2MML.NET/WorkAlertType.cs | 98 ++ B2MML.NET/WorkCapabilityInformationType.cs | 77 + B2MML.NET/WorkCapabilityType.cs | 186 +++ B2MML.NET/WorkDefinitionInformationType.cs | 87 ++ B2MML.NET/WorkDirectiveRecordType.cs | 84 + B2MML.NET/WorkDirectiveType.cs | 213 +++ B2MML.NET/WorkMasterCapabilityType.cs | 163 ++ B2MML.NET/WorkMasterRecordType.cs | 84 + B2MML.NET/WorkMasterType.cs | 201 +++ B2MML.NET/WorkPerformanceRecordType.cs | 84 + B2MML.NET/WorkPerformanceType.cs | 134 ++ B2MML.NET/WorkRequestIDType.cs | 11 + B2MML.NET/WorkRequestType.cs | 123 ++ B2MML.NET/WorkResponseType.cs | 122 ++ B2MML.NET/WorkScheduleIDType.cs | 11 + B2MML.NET/WorkScheduleRecordType.cs | 84 + B2MML.NET/WorkScheduleType.cs | 135 ++ B2MML.NET/WorkType1Type.cs | 12 + B2MML.NET/WorkTypeType.cs | 24 + .../WorkflowSpecificationConnectionType.cs | 87 ++ ...WorkflowSpecificationConnectionTypeType.cs | 49 + .../WorkflowSpecificationInformationType.cs | 87 ++ B2MML.NET/WorkflowSpecificationNodeType.cs | 73 + .../WorkflowSpecificationNodeTypeType.cs | 49 + .../WorkflowSpecificationPropertyType.cs | 74 + B2MML.NET/WorkflowSpecificationType.cs | 75 + B2MML.NET/WorkflowSpecificationTypeType.cs | 75 + 1360 files changed, 75332 insertions(+), 1 deletion(-) create mode 100644 B2MML.NET/AcknowledgeBatchProductionRecordType.cs create mode 100644 B2MML.NET/AcknowledgeBatchProductionRecordTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecType.cs create mode 100644 B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeEquipmentClassType.cs create mode 100644 B2MML.NET/AcknowledgeEquipmentClassTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeEquipmentInformationType.cs create mode 100644 B2MML.NET/AcknowledgeEquipmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeEquipmentType.cs create mode 100644 B2MML.NET/AcknowledgeEquipmentTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeGRecipeInformationType.cs create mode 100644 B2MML.NET/AcknowledgeGRecipeInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeJobListType.cs create mode 100644 B2MML.NET/AcknowledgeJobListTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeJobResponseType.cs create mode 100644 B2MML.NET/AcknowledgeJobResponseTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeMaterialClassType.cs create mode 100644 B2MML.NET/AcknowledgeMaterialClassTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeMaterialDefinitionType.cs create mode 100644 B2MML.NET/AcknowledgeMaterialDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeMaterialInformationType.cs create mode 100644 B2MML.NET/AcknowledgeMaterialInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeMaterialLotType.cs create mode 100644 B2MML.NET/AcknowledgeMaterialLotTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeMaterialSubLotType.cs create mode 100644 B2MML.NET/AcknowledgeMaterialSubLotTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeMaterialTestSpecType.cs create mode 100644 B2MML.NET/AcknowledgeMaterialTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeOperationsCapabilityInformationType.cs create mode 100644 B2MML.NET/AcknowledgeOperationsCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeOperationsCapabilityType.cs create mode 100644 B2MML.NET/AcknowledgeOperationsCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeOperationsDefinitionInformationType.cs create mode 100644 B2MML.NET/AcknowledgeOperationsDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeOperationsDefinitionType.cs create mode 100644 B2MML.NET/AcknowledgeOperationsDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeOperationsPerformanceType.cs create mode 100644 B2MML.NET/AcknowledgeOperationsPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeOperationsScheduleType.cs create mode 100644 B2MML.NET/AcknowledgeOperationsScheduleTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgePersonType.cs create mode 100644 B2MML.NET/AcknowledgePersonTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgePersonnelClassType.cs create mode 100644 B2MML.NET/AcknowledgePersonnelClassTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgePersonnelInformationType.cs create mode 100644 B2MML.NET/AcknowledgePersonnelInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgePhysicalAssetCapabilityTestSpecType.cs create mode 100644 B2MML.NET/AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgePhysicalAssetClassType.cs create mode 100644 B2MML.NET/AcknowledgePhysicalAssetClassTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgePhysicalAssetInformationType.cs create mode 100644 B2MML.NET/AcknowledgePhysicalAssetInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgePhysicalAssetType.cs create mode 100644 B2MML.NET/AcknowledgePhysicalAssetTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeProcessElementLibraryType.cs create mode 100644 B2MML.NET/AcknowledgeProcessElementLibraryTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeProcessSegmentInformationType.cs create mode 100644 B2MML.NET/AcknowledgeProcessSegmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeProcessSegmentType.cs create mode 100644 B2MML.NET/AcknowledgeProcessSegmentTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeProductDefinitionType.cs create mode 100644 B2MML.NET/AcknowledgeProductDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeProductInformationType.cs create mode 100644 B2MML.NET/AcknowledgeProductInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeProductionCapabilityType.cs create mode 100644 B2MML.NET/AcknowledgeProductionCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeProductionPerformanceType.cs create mode 100644 B2MML.NET/AcknowledgeProductionPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeProductionScheduleType.cs create mode 100644 B2MML.NET/AcknowledgeProductionScheduleTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeQualificationTestSpecificationType.cs create mode 100644 B2MML.NET/AcknowledgeQualificationTestSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeResourceConstraintLibraryType.cs create mode 100644 B2MML.NET/AcknowledgeResourceConstraintLibraryTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeResourceNetworkConnectionInformationType.cs create mode 100644 B2MML.NET/AcknowledgeResourceNetworkConnectionInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeResourceRelationshipNetworkType.cs create mode 100644 B2MML.NET/AcknowledgeResourceRelationshipNetworkTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkAlertDefinitionType.cs create mode 100644 B2MML.NET/AcknowledgeWorkAlertDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkAlertInformationType.cs create mode 100644 B2MML.NET/AcknowledgeWorkAlertInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkAlertType.cs create mode 100644 B2MML.NET/AcknowledgeWorkAlertTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkCapabilityInformationType.cs create mode 100644 B2MML.NET/AcknowledgeWorkCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkCapabilityType.cs create mode 100644 B2MML.NET/AcknowledgeWorkCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkDefinitionInformationType.cs create mode 100644 B2MML.NET/AcknowledgeWorkDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkDirectiveType.cs create mode 100644 B2MML.NET/AcknowledgeWorkDirectiveTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkMasterType.cs create mode 100644 B2MML.NET/AcknowledgeWorkMasterTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkPerformanceType.cs create mode 100644 B2MML.NET/AcknowledgeWorkPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkScheduleType.cs create mode 100644 B2MML.NET/AcknowledgeWorkScheduleTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkflowSpecificationInformationType.cs create mode 100644 B2MML.NET/AcknowledgeWorkflowSpecificationInformationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkflowSpecificationType.cs create mode 100644 B2MML.NET/AcknowledgeWorkflowSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/AcknowledgeWorkflowSpecificationTypeType.cs create mode 100644 B2MML.NET/AcknowledgeWorkflowSpecificationTypeTypeDataArea.cs create mode 100644 B2MML.NET/ActualBatchSizeType.cs create mode 100644 B2MML.NET/ActualEndTimeType.cs create mode 100644 B2MML.NET/ActualEquipmentIDType.cs create mode 100644 B2MML.NET/ActualFinishTimeType.cs create mode 100644 B2MML.NET/ActualProductProducedType.cs create mode 100644 B2MML.NET/ActualStartTimeType.cs create mode 100644 B2MML.NET/AlarmDataType.cs create mode 100644 B2MML.NET/AnyGenericValueType.cs create mode 100644 B2MML.NET/ApprovalDateType.cs create mode 100644 B2MML.NET/ApprovalHistoryType.cs create mode 100644 B2MML.NET/ApprovedByType.cs create mode 100644 B2MML.NET/AssemblyRelationship1Type.cs create mode 100644 B2MML.NET/AssemblyRelationshipType.cs create mode 100644 B2MML.NET/AssemblyType1Type.cs create mode 100644 B2MML.NET/AssemblyTypeType.cs create mode 100644 B2MML.NET/AuthorType.cs create mode 100644 B2MML.NET/BODType.cs create mode 100644 B2MML.NET/BatchEquipmentClassIDType.cs create mode 100644 B2MML.NET/BatchEquipmentIDType.cs create mode 100644 B2MML.NET/BatchEquipmentRequirementType.cs create mode 100644 B2MML.NET/BatchIDType.cs create mode 100644 B2MML.NET/BatchInformationType.cs create mode 100644 B2MML.NET/BatchListEntryType.cs create mode 100644 B2MML.NET/BatchListEntryType1Type.cs create mode 100644 B2MML.NET/BatchListEntryTypeType.cs create mode 100644 B2MML.NET/BatchListType.cs create mode 100644 B2MML.NET/BatchParameterType.cs create mode 100644 B2MML.NET/BatchPriorityType.cs create mode 100644 B2MML.NET/BatchProductionRecordType.cs create mode 100644 B2MML.NET/BatchSizeType.cs create mode 100644 B2MML.NET/BatchStatus1Type.cs create mode 100644 B2MML.NET/BatchStatusType.cs create mode 100644 B2MML.NET/BatchValueType.cs create mode 100644 B2MML.NET/BillOfMaterialIDType.cs create mode 100644 B2MML.NET/BillOfMaterialsIDType.cs create mode 100644 B2MML.NET/BillOfResourcesIDType.cs create mode 100644 B2MML.NET/BuildingBlockElementIDType.cs create mode 100644 B2MML.NET/BuildingBlockElementVersionType.cs create mode 100644 B2MML.NET/CampaignIDType.cs create mode 100644 B2MML.NET/CancelBatchProductionRecordType.cs create mode 100644 B2MML.NET/CancelBatchProductionRecordTypeDataArea.cs create mode 100644 B2MML.NET/CancelEquipmentCapabilityTestSpecType.cs create mode 100644 B2MML.NET/CancelEquipmentCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/CancelEquipmentClassType.cs create mode 100644 B2MML.NET/CancelEquipmentClassTypeDataArea.cs create mode 100644 B2MML.NET/CancelEquipmentInformationType.cs create mode 100644 B2MML.NET/CancelEquipmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelEquipmentType.cs create mode 100644 B2MML.NET/CancelEquipmentTypeDataArea.cs create mode 100644 B2MML.NET/CancelGRecipeInformationType.cs create mode 100644 B2MML.NET/CancelGRecipeInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelJobListType.cs create mode 100644 B2MML.NET/CancelJobListTypeDataArea.cs create mode 100644 B2MML.NET/CancelJobResponseType.cs create mode 100644 B2MML.NET/CancelJobResponseTypeDataArea.cs create mode 100644 B2MML.NET/CancelMaterialClassType.cs create mode 100644 B2MML.NET/CancelMaterialClassTypeDataArea.cs create mode 100644 B2MML.NET/CancelMaterialDefinitionType.cs create mode 100644 B2MML.NET/CancelMaterialDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/CancelMaterialInformationType.cs create mode 100644 B2MML.NET/CancelMaterialInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelMaterialLotType.cs create mode 100644 B2MML.NET/CancelMaterialLotTypeDataArea.cs create mode 100644 B2MML.NET/CancelMaterialSubLotType.cs create mode 100644 B2MML.NET/CancelMaterialSubLotTypeDataArea.cs create mode 100644 B2MML.NET/CancelMaterialTestSpecType.cs create mode 100644 B2MML.NET/CancelMaterialTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/CancelOperationsCapabilityInformationType.cs create mode 100644 B2MML.NET/CancelOperationsCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelOperationsCapabilityType.cs create mode 100644 B2MML.NET/CancelOperationsCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/CancelOperationsDefinitionInformationType.cs create mode 100644 B2MML.NET/CancelOperationsDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelOperationsDefinitionType.cs create mode 100644 B2MML.NET/CancelOperationsDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/CancelOperationsPerformanceType.cs create mode 100644 B2MML.NET/CancelOperationsPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/CancelOperationsScheduleType.cs create mode 100644 B2MML.NET/CancelOperationsScheduleTypeDataArea.cs create mode 100644 B2MML.NET/CancelPersonType.cs create mode 100644 B2MML.NET/CancelPersonTypeDataArea.cs create mode 100644 B2MML.NET/CancelPersonnelClassType.cs create mode 100644 B2MML.NET/CancelPersonnelClassTypeDataArea.cs create mode 100644 B2MML.NET/CancelPersonnelInformationType.cs create mode 100644 B2MML.NET/CancelPersonnelInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelPhysicalAssetCapabilityTestSpecType.cs create mode 100644 B2MML.NET/CancelPhysicalAssetCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/CancelPhysicalAssetClassType.cs create mode 100644 B2MML.NET/CancelPhysicalAssetClassTypeDataArea.cs create mode 100644 B2MML.NET/CancelPhysicalAssetInformationType.cs create mode 100644 B2MML.NET/CancelPhysicalAssetInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelPhysicalAssetType.cs create mode 100644 B2MML.NET/CancelPhysicalAssetTypeDataArea.cs create mode 100644 B2MML.NET/CancelProcessElementLibraryType.cs create mode 100644 B2MML.NET/CancelProcessElementLibraryTypeDataArea.cs create mode 100644 B2MML.NET/CancelProcessSegmentInformationType.cs create mode 100644 B2MML.NET/CancelProcessSegmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelProcessSegmentType.cs create mode 100644 B2MML.NET/CancelProcessSegmentTypeDataArea.cs create mode 100644 B2MML.NET/CancelProductDefinitionType.cs create mode 100644 B2MML.NET/CancelProductDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/CancelProductInformationType.cs create mode 100644 B2MML.NET/CancelProductInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelProductionCapabilityType.cs create mode 100644 B2MML.NET/CancelProductionCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/CancelProductionPerformanceType.cs create mode 100644 B2MML.NET/CancelProductionPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/CancelProductionScheduleType.cs create mode 100644 B2MML.NET/CancelProductionScheduleTypeDataArea.cs create mode 100644 B2MML.NET/CancelQualificationTestSpecificationType.cs create mode 100644 B2MML.NET/CancelQualificationTestSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/CancelResourceConstraintLibraryType.cs create mode 100644 B2MML.NET/CancelResourceConstraintLibraryTypeDataArea.cs create mode 100644 B2MML.NET/CancelResourceNetworkConnectionInformationType.cs create mode 100644 B2MML.NET/CancelResourceNetworkConnectionInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelResourceRelationshipNetworkType.cs create mode 100644 B2MML.NET/CancelResourceRelationshipNetworkTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkAlertDefinitionType.cs create mode 100644 B2MML.NET/CancelWorkAlertDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkAlertInformationType.cs create mode 100644 B2MML.NET/CancelWorkAlertInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkAlertType.cs create mode 100644 B2MML.NET/CancelWorkAlertTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkCapabilityInformationType.cs create mode 100644 B2MML.NET/CancelWorkCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkCapabilityType.cs create mode 100644 B2MML.NET/CancelWorkCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkDefinitionInformationType.cs create mode 100644 B2MML.NET/CancelWorkDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkDirectiveType.cs create mode 100644 B2MML.NET/CancelWorkDirectiveTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkMasterType.cs create mode 100644 B2MML.NET/CancelWorkMasterTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkPerformanceType.cs create mode 100644 B2MML.NET/CancelWorkPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkScheduleType.cs create mode 100644 B2MML.NET/CancelWorkScheduleTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkflowSpecificationInformationType.cs create mode 100644 B2MML.NET/CancelWorkflowSpecificationInformationTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkflowSpecificationType.cs create mode 100644 B2MML.NET/CancelWorkflowSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/CancelWorkflowSpecificationTypeType.cs create mode 100644 B2MML.NET/CancelWorkflowSpecificationTypeTypeDataArea.cs create mode 100644 B2MML.NET/CapabilityType1Type.cs create mode 100644 B2MML.NET/CapabilityTypeType.cs create mode 100644 B2MML.NET/CauseType.cs create mode 100644 B2MML.NET/CertificateOfAnalysisReferenceType.cs create mode 100644 B2MML.NET/ChangeBatchProductionRecordType.cs create mode 100644 B2MML.NET/ChangeBatchProductionRecordTypeDataArea.cs create mode 100644 B2MML.NET/ChangeEquipmentCapabilityTestSpecType.cs create mode 100644 B2MML.NET/ChangeEquipmentCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/ChangeEquipmentClassType.cs create mode 100644 B2MML.NET/ChangeEquipmentClassTypeDataArea.cs create mode 100644 B2MML.NET/ChangeEquipmentInformationType.cs create mode 100644 B2MML.NET/ChangeEquipmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeEquipmentType.cs create mode 100644 B2MML.NET/ChangeEquipmentTypeDataArea.cs create mode 100644 B2MML.NET/ChangeGRecipeInformationType.cs create mode 100644 B2MML.NET/ChangeGRecipeInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeJobListType.cs create mode 100644 B2MML.NET/ChangeJobListTypeDataArea.cs create mode 100644 B2MML.NET/ChangeJobResponseType.cs create mode 100644 B2MML.NET/ChangeJobResponseTypeDataArea.cs create mode 100644 B2MML.NET/ChangeMaterialClassType.cs create mode 100644 B2MML.NET/ChangeMaterialClassTypeDataArea.cs create mode 100644 B2MML.NET/ChangeMaterialDefinitionType.cs create mode 100644 B2MML.NET/ChangeMaterialDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ChangeMaterialInformationType.cs create mode 100644 B2MML.NET/ChangeMaterialInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeMaterialLotType.cs create mode 100644 B2MML.NET/ChangeMaterialLotTypeDataArea.cs create mode 100644 B2MML.NET/ChangeMaterialSubLotType.cs create mode 100644 B2MML.NET/ChangeMaterialSubLotTypeDataArea.cs create mode 100644 B2MML.NET/ChangeMaterialTestSpecType.cs create mode 100644 B2MML.NET/ChangeMaterialTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/ChangeOperationsCapabilityInformationType.cs create mode 100644 B2MML.NET/ChangeOperationsCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeOperationsCapabilityType.cs create mode 100644 B2MML.NET/ChangeOperationsCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/ChangeOperationsDefinitionInformationType.cs create mode 100644 B2MML.NET/ChangeOperationsDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeOperationsDefinitionType.cs create mode 100644 B2MML.NET/ChangeOperationsDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ChangeOperationsPerformanceType.cs create mode 100644 B2MML.NET/ChangeOperationsPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/ChangeOperationsScheduleType.cs create mode 100644 B2MML.NET/ChangeOperationsScheduleTypeDataArea.cs create mode 100644 B2MML.NET/ChangePersonType.cs create mode 100644 B2MML.NET/ChangePersonTypeDataArea.cs create mode 100644 B2MML.NET/ChangePersonnelClassType.cs create mode 100644 B2MML.NET/ChangePersonnelClassTypeDataArea.cs create mode 100644 B2MML.NET/ChangePersonnelInformationType.cs create mode 100644 B2MML.NET/ChangePersonnelInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangePhysicalAssetCapabilityTestSpecType.cs create mode 100644 B2MML.NET/ChangePhysicalAssetCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/ChangePhysicalAssetClassType.cs create mode 100644 B2MML.NET/ChangePhysicalAssetClassTypeDataArea.cs create mode 100644 B2MML.NET/ChangePhysicalAssetInformationType.cs create mode 100644 B2MML.NET/ChangePhysicalAssetInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangePhysicalAssetType.cs create mode 100644 B2MML.NET/ChangePhysicalAssetTypeDataArea.cs create mode 100644 B2MML.NET/ChangeProcessElementLibraryType.cs create mode 100644 B2MML.NET/ChangeProcessElementLibraryTypeDataArea.cs create mode 100644 B2MML.NET/ChangeProcessSegmentInformationType.cs create mode 100644 B2MML.NET/ChangeProcessSegmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeProcessSegmentType.cs create mode 100644 B2MML.NET/ChangeProcessSegmentTypeDataArea.cs create mode 100644 B2MML.NET/ChangeProductDefinitionType.cs create mode 100644 B2MML.NET/ChangeProductDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ChangeProductInformationType.cs create mode 100644 B2MML.NET/ChangeProductInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeProductionCapabilityType.cs create mode 100644 B2MML.NET/ChangeProductionCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/ChangeProductionPerformanceType.cs create mode 100644 B2MML.NET/ChangeProductionPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/ChangeProductionScheduleType.cs create mode 100644 B2MML.NET/ChangeProductionScheduleTypeDataArea.cs create mode 100644 B2MML.NET/ChangeQualificationTestSpecificationType.cs create mode 100644 B2MML.NET/ChangeQualificationTestSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeResourceConstraintLibraryType.cs create mode 100644 B2MML.NET/ChangeResourceConstraintLibraryTypeDataArea.cs create mode 100644 B2MML.NET/ChangeResourceNetworkConnectionInformationType.cs create mode 100644 B2MML.NET/ChangeResourceNetworkConnectionInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeResourceRelationshipNetworkType.cs create mode 100644 B2MML.NET/ChangeResourceRelationshipNetworkTypeDataArea.cs create mode 100644 B2MML.NET/ChangeType.cs create mode 100644 B2MML.NET/ChangeWorkAlertDefinitionType.cs create mode 100644 B2MML.NET/ChangeWorkAlertDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkAlertInformationType.cs create mode 100644 B2MML.NET/ChangeWorkAlertInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkAlertType.cs create mode 100644 B2MML.NET/ChangeWorkAlertTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkCapabilityInformationType.cs create mode 100644 B2MML.NET/ChangeWorkCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkCapabilityType.cs create mode 100644 B2MML.NET/ChangeWorkCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkDefinitionInformationType.cs create mode 100644 B2MML.NET/ChangeWorkDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkDirectiveType.cs create mode 100644 B2MML.NET/ChangeWorkDirectiveTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkMasterType.cs create mode 100644 B2MML.NET/ChangeWorkMasterTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkPerformanceType.cs create mode 100644 B2MML.NET/ChangeWorkPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkScheduleType.cs create mode 100644 B2MML.NET/ChangeWorkScheduleTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkflowSpecificationInformationType.cs create mode 100644 B2MML.NET/ChangeWorkflowSpecificationInformationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkflowSpecificationType.cs create mode 100644 B2MML.NET/ChangeWorkflowSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/ChangeWorkflowSpecificationTypeType.cs create mode 100644 B2MML.NET/ChangeWorkflowSpecificationTypeTypeDataArea.cs create mode 100644 B2MML.NET/ClassEquipmentIDType.cs create mode 100644 B2MML.NET/ClassInstanceAssociationType.cs create mode 100644 B2MML.NET/CodeType.cs create mode 100644 B2MML.NET/CommentType.cs create mode 100644 B2MML.NET/ConditionAnnotationType.cs create mode 100644 B2MML.NET/ConditionType.cs create mode 100644 B2MML.NET/ConfidenceFactorType.cs rename B2MML.NET/{B2MML.cs => ConfirmBODType.cs} (100%) create mode 100644 B2MML.NET/ConfirmBODTypeDataArea.cs create mode 100644 B2MML.NET/ConnectionType1Type.cs create mode 100644 B2MML.NET/ConnectionTypeType.cs create mode 100644 B2MML.NET/ConstraintType.cs create mode 100644 B2MML.NET/ConstraintType1Type.cs create mode 100644 B2MML.NET/ConstraintTypeType.cs create mode 100644 B2MML.NET/ConsumableActualPropertyType.cs create mode 100644 B2MML.NET/ConsumableActualType.cs create mode 100644 B2MML.NET/ConsumableExpectedRequirementPropertyType.cs create mode 100644 B2MML.NET/ConsumableExpectedRequirementType.cs create mode 100644 B2MML.NET/ControlRecipeRecordType.cs create mode 100644 B2MML.NET/ControlRecipeType.cs create mode 100644 B2MML.NET/CorrectionType.cs create mode 100644 B2MML.NET/CreateDateType.cs create mode 100644 B2MML.NET/DataInterpretation1Type.cs create mode 100644 B2MML.NET/DataInterpretationType.cs create mode 100644 B2MML.NET/DataSetType.cs create mode 100644 B2MML.NET/DataType1Type.cs create mode 100644 B2MML.NET/DataTypeType.cs create mode 100644 B2MML.NET/DataValueType.cs create mode 100644 B2MML.NET/DateTimeType.cs create mode 100644 B2MML.NET/DefaultValueType.cs create mode 100644 B2MML.NET/DelimitedDataBlockType.cs create mode 100644 B2MML.NET/Dependency1Type.cs create mode 100644 B2MML.NET/DependencyType.cs create mode 100644 B2MML.NET/Depiction1Type.cs create mode 100644 B2MML.NET/DepictionType.cs create mode 100644 B2MML.NET/DescriptionType.cs create mode 100644 B2MML.NET/DirectedLinkType.cs create mode 100644 B2MML.NET/EarliestStartTimeType.cs create mode 100644 B2MML.NET/EffectiveDateType.cs create mode 100644 B2MML.NET/EndTimeType.cs create mode 100644 B2MML.NET/EnumerationNumberType.cs create mode 100644 B2MML.NET/EnumerationSetIDType.cs create mode 100644 B2MML.NET/EnumerationSetType.cs create mode 100644 B2MML.NET/EnumerationStringType.cs create mode 100644 B2MML.NET/EnumerationType.cs create mode 100644 B2MML.NET/EquipmentActualPropertyType.cs create mode 100644 B2MML.NET/EquipmentActualType.cs create mode 100644 B2MML.NET/EquipmentAssetMappingType.cs create mode 100644 B2MML.NET/EquipmentCapabilityPropertyType.cs create mode 100644 B2MML.NET/EquipmentCapabilityTestSpecificationIDType.cs create mode 100644 B2MML.NET/EquipmentCapabilityTestSpecificationType.cs create mode 100644 B2MML.NET/EquipmentCapabilityType.cs create mode 100644 B2MML.NET/EquipmentClassIDType.cs create mode 100644 B2MML.NET/EquipmentClassPropertyType.cs create mode 100644 B2MML.NET/EquipmentClassType.cs create mode 100644 B2MML.NET/EquipmentConnectionType.cs create mode 100644 B2MML.NET/EquipmentElementIDType.cs create mode 100644 B2MML.NET/EquipmentElementLevel1Type.cs create mode 100644 B2MML.NET/EquipmentElementLevelType.cs create mode 100644 B2MML.NET/EquipmentElementPropertyType.cs create mode 100644 B2MML.NET/EquipmentElementType.cs create mode 100644 B2MML.NET/EquipmentElementType1Type.cs create mode 100644 B2MML.NET/EquipmentElementTypeType.cs create mode 100644 B2MML.NET/EquipmentIDType.cs create mode 100644 B2MML.NET/EquipmentInformationType.cs create mode 100644 B2MML.NET/EquipmentProceduralElementClassIDType.cs create mode 100644 B2MML.NET/EquipmentProceduralElementClassType.cs create mode 100644 B2MML.NET/EquipmentProceduralElementType.cs create mode 100644 B2MML.NET/EquipmentProceduralElementType1Type.cs create mode 100644 B2MML.NET/EquipmentProceduralElementTypeType.cs create mode 100644 B2MML.NET/EquipmentPropertyType.cs create mode 100644 B2MML.NET/EquipmentRequirementPropertyType.cs create mode 100644 B2MML.NET/EquipmentRequirementType.cs create mode 100644 B2MML.NET/EquipmentSegmentSpecificationPropertyType.cs create mode 100644 B2MML.NET/EquipmentSegmentSpecificationType.cs create mode 100644 B2MML.NET/EquipmentSpecificationPropertyType.cs create mode 100644 B2MML.NET/EquipmentSpecificationType.cs create mode 100644 B2MML.NET/EquipmentType.cs create mode 100644 B2MML.NET/EquipmentUseType.cs create mode 100644 B2MML.NET/EvaluationOrderType.cs create mode 100644 B2MML.NET/EventSubType1Type.cs create mode 100644 B2MML.NET/EventSubTypeType.cs create mode 100644 B2MML.NET/EventType1Type.cs create mode 100644 B2MML.NET/EventTypeType.cs create mode 100644 B2MML.NET/ExpirationDateType.cs create mode 100644 B2MML.NET/ExpirationTimeType.cs create mode 100644 B2MML.NET/ExternalIDType.cs create mode 100644 B2MML.NET/FinalApprovalDateType.cs create mode 100644 B2MML.NET/FormulaType.cs create mode 100644 B2MML.NET/FromEquipmentIDType.cs create mode 100644 B2MML.NET/FromIDType.cs create mode 100644 B2MML.NET/FromType1Type.cs create mode 100644 B2MML.NET/FromTypeType.cs create mode 100644 B2MML.NET/GROtherInformationType.cs create mode 100644 B2MML.NET/GRecipeFormulaType.cs create mode 100644 B2MML.NET/GRecipeHeaderType.cs create mode 100644 B2MML.NET/GRecipeInformationType.cs create mode 100644 B2MML.NET/GRecipeMaterialType.cs create mode 100644 B2MML.NET/GRecipeMaterialsType.cs create mode 100644 B2MML.NET/GRecipeType.cs create mode 100644 B2MML.NET/GRecipeType1Type.cs create mode 100644 B2MML.NET/GRecipeTypeType.cs create mode 100644 B2MML.NET/GetBatchProductionRecordType.cs create mode 100644 B2MML.NET/GetBatchProductionRecordTypeDataArea.cs create mode 100644 B2MML.NET/GetEquipmentCapabilityTestSpecType.cs create mode 100644 B2MML.NET/GetEquipmentCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/GetEquipmentClassType.cs create mode 100644 B2MML.NET/GetEquipmentClassTypeDataArea.cs create mode 100644 B2MML.NET/GetEquipmentInformationType.cs create mode 100644 B2MML.NET/GetEquipmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetEquipmentType.cs create mode 100644 B2MML.NET/GetEquipmentTypeDataArea.cs create mode 100644 B2MML.NET/GetGRecipeInformationType.cs create mode 100644 B2MML.NET/GetGRecipeInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetJobListType.cs create mode 100644 B2MML.NET/GetJobListTypeDataArea.cs create mode 100644 B2MML.NET/GetJobResponseType.cs create mode 100644 B2MML.NET/GetJobResponseTypeDataArea.cs create mode 100644 B2MML.NET/GetMaterialClassType.cs create mode 100644 B2MML.NET/GetMaterialClassTypeDataArea.cs create mode 100644 B2MML.NET/GetMaterialDefinitionType.cs create mode 100644 B2MML.NET/GetMaterialDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/GetMaterialInformationType.cs create mode 100644 B2MML.NET/GetMaterialInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetMaterialLotType.cs create mode 100644 B2MML.NET/GetMaterialLotTypeDataArea.cs create mode 100644 B2MML.NET/GetMaterialSubLotType.cs create mode 100644 B2MML.NET/GetMaterialSubLotTypeDataArea.cs create mode 100644 B2MML.NET/GetMaterialTestSpecType.cs create mode 100644 B2MML.NET/GetMaterialTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/GetOperationsCapabilityInformationType.cs create mode 100644 B2MML.NET/GetOperationsCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetOperationsCapabilityType.cs create mode 100644 B2MML.NET/GetOperationsCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/GetOperationsDefinitionInformationType.cs create mode 100644 B2MML.NET/GetOperationsDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetOperationsDefinitionType.cs create mode 100644 B2MML.NET/GetOperationsDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/GetOperationsPerformanceType.cs create mode 100644 B2MML.NET/GetOperationsPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/GetOperationsScheduleType.cs create mode 100644 B2MML.NET/GetOperationsScheduleTypeDataArea.cs create mode 100644 B2MML.NET/GetPersonType.cs create mode 100644 B2MML.NET/GetPersonTypeDataArea.cs create mode 100644 B2MML.NET/GetPersonnelClassType.cs create mode 100644 B2MML.NET/GetPersonnelClassTypeDataArea.cs create mode 100644 B2MML.NET/GetPersonnelInformationType.cs create mode 100644 B2MML.NET/GetPersonnelInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetPhysicalAssetCapabilityTestSpecType.cs create mode 100644 B2MML.NET/GetPhysicalAssetCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/GetPhysicalAssetClassType.cs create mode 100644 B2MML.NET/GetPhysicalAssetClassTypeDataArea.cs create mode 100644 B2MML.NET/GetPhysicalAssetInformationType.cs create mode 100644 B2MML.NET/GetPhysicalAssetInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetPhysicalAssetType.cs create mode 100644 B2MML.NET/GetPhysicalAssetTypeDataArea.cs create mode 100644 B2MML.NET/GetProcessElementLibraryType.cs create mode 100644 B2MML.NET/GetProcessElementLibraryTypeDataArea.cs create mode 100644 B2MML.NET/GetProcessSegmentInformationType.cs create mode 100644 B2MML.NET/GetProcessSegmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetProcessSegmentType.cs create mode 100644 B2MML.NET/GetProcessSegmentTypeDataArea.cs create mode 100644 B2MML.NET/GetProductDefinitionType.cs create mode 100644 B2MML.NET/GetProductDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/GetProductInformationType.cs create mode 100644 B2MML.NET/GetProductInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetProductionCapabilityType.cs create mode 100644 B2MML.NET/GetProductionCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/GetProductionPerformanceType.cs create mode 100644 B2MML.NET/GetProductionPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/GetProductionScheduleType.cs create mode 100644 B2MML.NET/GetProductionScheduleTypeDataArea.cs create mode 100644 B2MML.NET/GetQualificationTestSpecificationType.cs create mode 100644 B2MML.NET/GetQualificationTestSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/GetResourceConstraintLibraryType.cs create mode 100644 B2MML.NET/GetResourceConstraintLibraryTypeDataArea.cs create mode 100644 B2MML.NET/GetResourceNetworkConnectionInformationType.cs create mode 100644 B2MML.NET/GetResourceNetworkConnectionInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetResourceRelationshipNetworkType.cs create mode 100644 B2MML.NET/GetResourceRelationshipNetworkTypeDataArea.cs create mode 100644 B2MML.NET/GetTransactionProfileType.cs create mode 100644 B2MML.NET/GetTransactionProfileTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkAlertDefinitionType.cs create mode 100644 B2MML.NET/GetWorkAlertDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkAlertInformationType.cs create mode 100644 B2MML.NET/GetWorkAlertInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkAlertType.cs create mode 100644 B2MML.NET/GetWorkAlertTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkCapabilityInformationType.cs create mode 100644 B2MML.NET/GetWorkCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkCapabilityType.cs create mode 100644 B2MML.NET/GetWorkCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkDefinitionInformationType.cs create mode 100644 B2MML.NET/GetWorkDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkDirectiveType.cs create mode 100644 B2MML.NET/GetWorkDirectiveTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkMasterType.cs create mode 100644 B2MML.NET/GetWorkMasterTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkPerformanceType.cs create mode 100644 B2MML.NET/GetWorkPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkScheduleType.cs create mode 100644 B2MML.NET/GetWorkScheduleTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkflowSpecificationInformationType.cs create mode 100644 B2MML.NET/GetWorkflowSpecificationInformationTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkflowSpecificationType.cs create mode 100644 B2MML.NET/GetWorkflowSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/GetWorkflowSpecificationTypeType.cs create mode 100644 B2MML.NET/GetWorkflowSpecificationTypeTypeDataArea.cs create mode 100644 B2MML.NET/HeaderPropertyType.cs create mode 100644 B2MML.NET/HeaderType.cs create mode 100644 B2MML.NET/HierarchyScopeType.cs create mode 100644 B2MML.NET/IDScope1Type.cs create mode 100644 B2MML.NET/IDScopeType.cs create mode 100644 B2MML.NET/IDType.cs create mode 100644 B2MML.NET/IdentifierType.cs create mode 100644 B2MML.NET/IndividualApprovalType.cs create mode 100644 B2MML.NET/JobListType.cs create mode 100644 B2MML.NET/JobOrderCommand1Type.cs create mode 100644 B2MML.NET/JobOrderCommandRuleType.cs create mode 100644 B2MML.NET/JobOrderCommandType.cs create mode 100644 B2MML.NET/JobOrderDispatchStatusType.cs create mode 100644 B2MML.NET/JobOrderType.cs create mode 100644 B2MML.NET/JobResponseType.cs create mode 100644 B2MML.NET/LatestEndTimeType.cs create mode 100644 B2MML.NET/LifeCycleStateType.cs create mode 100644 B2MML.NET/LifeCycleStateType1Type.cs create mode 100644 B2MML.NET/LinkType.cs create mode 100644 B2MML.NET/LinkType1Type.cs create mode 100644 B2MML.NET/LinkTypeType.cs create mode 100644 B2MML.NET/ListHeaderType.cs create mode 100644 B2MML.NET/LocationType.cs create mode 100644 B2MML.NET/LotIDType.cs create mode 100644 B2MML.NET/ManufacturingBillIDType.cs create mode 100644 B2MML.NET/ManufacturingBillType.cs create mode 100644 B2MML.NET/MasterRecipeRecordType.cs create mode 100644 B2MML.NET/MasterRecipeType.cs create mode 100644 B2MML.NET/MaterialActualIDType.cs create mode 100644 B2MML.NET/MaterialActualPropertyType.cs create mode 100644 B2MML.NET/MaterialActualType.cs create mode 100644 B2MML.NET/MaterialCapabilityIDType.cs create mode 100644 B2MML.NET/MaterialCapabilityPropertyType.cs create mode 100644 B2MML.NET/MaterialCapabilityType.cs create mode 100644 B2MML.NET/MaterialClassIDType.cs create mode 100644 B2MML.NET/MaterialClassPropertyType.cs create mode 100644 B2MML.NET/MaterialClassType.cs create mode 100644 B2MML.NET/MaterialConsumedActualPropertyType.cs create mode 100644 B2MML.NET/MaterialConsumedActualType.cs create mode 100644 B2MML.NET/MaterialConsumedRequirementPropertyType.cs create mode 100644 B2MML.NET/MaterialConsumedRequirementType.cs create mode 100644 B2MML.NET/MaterialDefinitionIDType.cs create mode 100644 B2MML.NET/MaterialDefinitionPropertyType.cs create mode 100644 B2MML.NET/MaterialDefinitionType.cs create mode 100644 B2MML.NET/MaterialInformationType.cs create mode 100644 B2MML.NET/MaterialLotIDType.cs create mode 100644 B2MML.NET/MaterialLotPropertyType.cs create mode 100644 B2MML.NET/MaterialLotType.cs create mode 100644 B2MML.NET/MaterialProducedActualPropertyType.cs create mode 100644 B2MML.NET/MaterialProducedActualType.cs create mode 100644 B2MML.NET/MaterialProducedRequirementPropertyType.cs create mode 100644 B2MML.NET/MaterialProducedRequirementType.cs create mode 100644 B2MML.NET/MaterialRequirementIDType.cs create mode 100644 B2MML.NET/MaterialRequirementPropertyType.cs create mode 100644 B2MML.NET/MaterialRequirementType.cs create mode 100644 B2MML.NET/MaterialSegmentSpecificationPropertyType.cs create mode 100644 B2MML.NET/MaterialSegmentSpecificationType.cs create mode 100644 B2MML.NET/MaterialSpecificationIDType.cs create mode 100644 B2MML.NET/MaterialSpecificationPropertyType.cs create mode 100644 B2MML.NET/MaterialSpecificationType.cs create mode 100644 B2MML.NET/MaterialSubLotIDType.cs create mode 100644 B2MML.NET/MaterialSubLotType.cs create mode 100644 B2MML.NET/MaterialTestSpecificationIDType.cs create mode 100644 B2MML.NET/MaterialTestSpecificationType.cs create mode 100644 B2MML.NET/MaterialUse1Type.cs create mode 100644 B2MML.NET/MaterialUseType.cs create mode 100644 B2MML.NET/MaterialsType1Type.cs create mode 100644 B2MML.NET/MaterialsTypeType.cs create mode 100644 B2MML.NET/MaxType.cs create mode 100644 B2MML.NET/MeasureType.cs create mode 100644 B2MML.NET/MemberEquipmentIDType.cs create mode 100644 B2MML.NET/MinType.cs create mode 100644 B2MML.NET/Mode1Type.cs create mode 100644 B2MML.NET/ModeType.cs create mode 100644 B2MML.NET/ModificationLogType.cs create mode 100644 B2MML.NET/ModifiedDateType.cs create mode 100644 B2MML.NET/NameType.cs create mode 100644 B2MML.NET/NominalType.cs create mode 100644 B2MML.NET/NoteType.cs create mode 100644 B2MML.NET/NumericType.cs create mode 100644 B2MML.NET/OpEquipmentActualPropertyType.cs create mode 100644 B2MML.NET/OpEquipmentActualType.cs create mode 100644 B2MML.NET/OpEquipmentCapabilityPropertyType.cs create mode 100644 B2MML.NET/OpEquipmentCapabilityType.cs create mode 100644 B2MML.NET/OpEquipmentRequirementPropertyType.cs create mode 100644 B2MML.NET/OpEquipmentRequirementType.cs create mode 100644 B2MML.NET/OpEquipmentSpecificationPropertyType.cs create mode 100644 B2MML.NET/OpEquipmentSpecificationType.cs create mode 100644 B2MML.NET/OpMaterialActualPropertyType.cs create mode 100644 B2MML.NET/OpMaterialActualType.cs create mode 100644 B2MML.NET/OpMaterialCapabilityPropertyType.cs create mode 100644 B2MML.NET/OpMaterialCapabilityType.cs create mode 100644 B2MML.NET/OpMaterialRequirementPropertyType.cs create mode 100644 B2MML.NET/OpMaterialRequirementType.cs create mode 100644 B2MML.NET/OpMaterialSpecificationPropertyType.cs create mode 100644 B2MML.NET/OpMaterialSpecificationType.cs create mode 100644 B2MML.NET/OpPersonnelActualPropertyType.cs create mode 100644 B2MML.NET/OpPersonnelActualType.cs create mode 100644 B2MML.NET/OpPersonnelCapabilityPropertyType.cs create mode 100644 B2MML.NET/OpPersonnelCapabilityType.cs create mode 100644 B2MML.NET/OpPersonnelRequirementPropertyType.cs create mode 100644 B2MML.NET/OpPersonnelRequirementType.cs create mode 100644 B2MML.NET/OpPersonnelSpecificationPropertyType.cs create mode 100644 B2MML.NET/OpPersonnelSpecificationType.cs create mode 100644 B2MML.NET/OpPhysicalAssetActualPropertyType.cs create mode 100644 B2MML.NET/OpPhysicalAssetActualType.cs create mode 100644 B2MML.NET/OpPhysicalAssetCapabilityPropertyType.cs create mode 100644 B2MML.NET/OpPhysicalAssetCapabilityType.cs create mode 100644 B2MML.NET/OpPhysicalAssetRequirementPropertyType.cs create mode 100644 B2MML.NET/OpPhysicalAssetRequirementType.cs create mode 100644 B2MML.NET/OpPhysicalAssetSpecificationPropertyType.cs create mode 100644 B2MML.NET/OpPhysicalAssetSpecificationType.cs create mode 100644 B2MML.NET/OpProcessSegmentCapabilityType.cs create mode 100644 B2MML.NET/OpSegmentDataType.cs create mode 100644 B2MML.NET/OpSegmentRequirementType.cs create mode 100644 B2MML.NET/OpSegmentResponseType.cs create mode 100644 B2MML.NET/OperationsCapabilityInformationType.cs create mode 100644 B2MML.NET/OperationsCapabilityType.cs create mode 100644 B2MML.NET/OperationsDefinitionIDType.cs create mode 100644 B2MML.NET/OperationsDefinitionInformationType.cs create mode 100644 B2MML.NET/OperationsDefinitionRecordType.cs create mode 100644 B2MML.NET/OperationsDefinitionType.cs create mode 100644 B2MML.NET/OperationsMaterialBillItemType.cs create mode 100644 B2MML.NET/OperationsMaterialBillType.cs create mode 100644 B2MML.NET/OperationsPerformanceRecordType.cs create mode 100644 B2MML.NET/OperationsPerformanceType.cs create mode 100644 B2MML.NET/OperationsRequestIDType.cs create mode 100644 B2MML.NET/OperationsRequestType.cs create mode 100644 B2MML.NET/OperationsResponseType.cs create mode 100644 B2MML.NET/OperationsScheduleIDType.cs create mode 100644 B2MML.NET/OperationsScheduleRecordType.cs create mode 100644 B2MML.NET/OperationsScheduleType.cs create mode 100644 B2MML.NET/OperationsSegmentIDType.cs create mode 100644 B2MML.NET/OperationsSegmentType.cs create mode 100644 B2MML.NET/OperationsType1Type.cs create mode 100644 B2MML.NET/OperationsTypeType.cs create mode 100644 B2MML.NET/OrderIDType.cs create mode 100644 B2MML.NET/OrderedDataType.cs create mode 100644 B2MML.NET/OriginType.cs create mode 100644 B2MML.NET/OtherDependencyType.cs create mode 100644 B2MML.NET/OtherInformationType.cs create mode 100644 B2MML.NET/ParameterIDType.cs create mode 100644 B2MML.NET/ParameterSubTypeType.cs create mode 100644 B2MML.NET/ParameterType.cs create mode 100644 B2MML.NET/ParameterType1Type.cs create mode 100644 B2MML.NET/ParameterTypeType.cs create mode 100644 B2MML.NET/PersonIDType.cs create mode 100644 B2MML.NET/PersonNameType.cs create mode 100644 B2MML.NET/PersonPropertyType.cs create mode 100644 B2MML.NET/PersonType.cs create mode 100644 B2MML.NET/PersonnelActualPropertyType.cs create mode 100644 B2MML.NET/PersonnelActualType.cs create mode 100644 B2MML.NET/PersonnelCapabilityPropertyType.cs create mode 100644 B2MML.NET/PersonnelCapabilityType.cs create mode 100644 B2MML.NET/PersonnelClassIDType.cs create mode 100644 B2MML.NET/PersonnelClassPropertyType.cs create mode 100644 B2MML.NET/PersonnelClassType.cs create mode 100644 B2MML.NET/PersonnelIdentificationManifestType.cs create mode 100644 B2MML.NET/PersonnelInformationType.cs create mode 100644 B2MML.NET/PersonnelRequirementPropertyType.cs create mode 100644 B2MML.NET/PersonnelRequirementType.cs create mode 100644 B2MML.NET/PersonnelSegmentSpecificationPropertyType.cs create mode 100644 B2MML.NET/PersonnelSegmentSpecificationType.cs create mode 100644 B2MML.NET/PersonnelSpecificationPropertyType.cs create mode 100644 B2MML.NET/PersonnelSpecificationType.cs create mode 100644 B2MML.NET/PersonnelUseType.cs create mode 100644 B2MML.NET/PhysicalAssetActualIDType.cs create mode 100644 B2MML.NET/PhysicalAssetActualPropertyType.cs create mode 100644 B2MML.NET/PhysicalAssetActualType.cs create mode 100644 B2MML.NET/PhysicalAssetCapabilityPropertyType.cs create mode 100644 B2MML.NET/PhysicalAssetCapabilityTestSpecificationIDType.cs create mode 100644 B2MML.NET/PhysicalAssetCapabilityTestSpecificationType.cs create mode 100644 B2MML.NET/PhysicalAssetCapabilityType.cs create mode 100644 B2MML.NET/PhysicalAssetClassIDType.cs create mode 100644 B2MML.NET/PhysicalAssetClassPropertyType.cs create mode 100644 B2MML.NET/PhysicalAssetClassType.cs create mode 100644 B2MML.NET/PhysicalAssetIDType.cs create mode 100644 B2MML.NET/PhysicalAssetInformationType.cs create mode 100644 B2MML.NET/PhysicalAssetPropertyType.cs create mode 100644 B2MML.NET/PhysicalAssetRequirementPropertyType.cs create mode 100644 B2MML.NET/PhysicalAssetRequirementType.cs create mode 100644 B2MML.NET/PhysicalAssetSegmentSpecificationPropertyType.cs create mode 100644 B2MML.NET/PhysicalAssetSegmentSpecificationType.cs create mode 100644 B2MML.NET/PhysicalAssetSpecificationPropertyType.cs create mode 100644 B2MML.NET/PhysicalAssetSpecificationType.cs create mode 100644 B2MML.NET/PhysicalAssetType.cs create mode 100644 B2MML.NET/PhysicalAssetUseType.cs create mode 100644 B2MML.NET/PlannedFinishTimeType.cs create mode 100644 B2MML.NET/PlannedStartTimeType.cs create mode 100644 B2MML.NET/PriorityType.cs create mode 100644 B2MML.NET/ProblemType.cs create mode 100644 B2MML.NET/ProcedureChartElementType.cs create mode 100644 B2MML.NET/ProcedureChartElementType1Type.cs create mode 100644 B2MML.NET/ProcedureChartElementTypeType.cs create mode 100644 B2MML.NET/ProcedureLogicType.cs create mode 100644 B2MML.NET/ProcessBatchProductionRecordType.cs create mode 100644 B2MML.NET/ProcessBatchProductionRecordTypeDataArea.cs create mode 100644 B2MML.NET/ProcessElementLibraryType.cs create mode 100644 B2MML.NET/ProcessElementParameterType.cs create mode 100644 B2MML.NET/ProcessElementParameterType1Type.cs create mode 100644 B2MML.NET/ProcessElementParameterTypeType.cs create mode 100644 B2MML.NET/ProcessElementType.cs create mode 100644 B2MML.NET/ProcessElementType1Type.cs create mode 100644 B2MML.NET/ProcessElementTypeType.cs create mode 100644 B2MML.NET/ProcessEquipmentCapabilityTestSpecType.cs create mode 100644 B2MML.NET/ProcessEquipmentCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/ProcessEquipmentClassType.cs create mode 100644 B2MML.NET/ProcessEquipmentClassTypeDataArea.cs create mode 100644 B2MML.NET/ProcessEquipmentInformationType.cs create mode 100644 B2MML.NET/ProcessEquipmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessEquipmentType.cs create mode 100644 B2MML.NET/ProcessEquipmentTypeDataArea.cs create mode 100644 B2MML.NET/ProcessGRecipeInformationType.cs create mode 100644 B2MML.NET/ProcessGRecipeInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessJobListType.cs create mode 100644 B2MML.NET/ProcessJobListTypeDataArea.cs create mode 100644 B2MML.NET/ProcessJobResponseType.cs create mode 100644 B2MML.NET/ProcessJobResponseTypeDataArea.cs create mode 100644 B2MML.NET/ProcessMaterialClassType.cs create mode 100644 B2MML.NET/ProcessMaterialClassTypeDataArea.cs create mode 100644 B2MML.NET/ProcessMaterialDefinitionType.cs create mode 100644 B2MML.NET/ProcessMaterialDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ProcessMaterialInformationType.cs create mode 100644 B2MML.NET/ProcessMaterialInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessMaterialLotType.cs create mode 100644 B2MML.NET/ProcessMaterialLotTypeDataArea.cs create mode 100644 B2MML.NET/ProcessMaterialSubLotType.cs create mode 100644 B2MML.NET/ProcessMaterialSubLotTypeDataArea.cs create mode 100644 B2MML.NET/ProcessMaterialTestSpecType.cs create mode 100644 B2MML.NET/ProcessMaterialTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/ProcessOperationsCapabilityInformationType.cs create mode 100644 B2MML.NET/ProcessOperationsCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessOperationsCapabilityType.cs create mode 100644 B2MML.NET/ProcessOperationsCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/ProcessOperationsDefinitionInformationType.cs create mode 100644 B2MML.NET/ProcessOperationsDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessOperationsDefinitionType.cs create mode 100644 B2MML.NET/ProcessOperationsDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ProcessOperationsPerformanceType.cs create mode 100644 B2MML.NET/ProcessOperationsPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/ProcessOperationsScheduleType.cs create mode 100644 B2MML.NET/ProcessOperationsScheduleTypeDataArea.cs create mode 100644 B2MML.NET/ProcessPersonType.cs create mode 100644 B2MML.NET/ProcessPersonTypeDataArea.cs create mode 100644 B2MML.NET/ProcessPersonnelClassType.cs create mode 100644 B2MML.NET/ProcessPersonnelClassTypeDataArea.cs create mode 100644 B2MML.NET/ProcessPersonnelInformationType.cs create mode 100644 B2MML.NET/ProcessPersonnelInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessPhysicalAssetCapabilityTestSpecType.cs create mode 100644 B2MML.NET/ProcessPhysicalAssetCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/ProcessPhysicalAssetClassType.cs create mode 100644 B2MML.NET/ProcessPhysicalAssetClassTypeDataArea.cs create mode 100644 B2MML.NET/ProcessPhysicalAssetInformationType.cs create mode 100644 B2MML.NET/ProcessPhysicalAssetInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessPhysicalAssetType.cs create mode 100644 B2MML.NET/ProcessPhysicalAssetTypeDataArea.cs create mode 100644 B2MML.NET/ProcessProcessElementLibraryType.cs create mode 100644 B2MML.NET/ProcessProcessElementLibraryTypeDataArea.cs create mode 100644 B2MML.NET/ProcessProcessSegmentInformationType.cs create mode 100644 B2MML.NET/ProcessProcessSegmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessProcessSegmentType.cs create mode 100644 B2MML.NET/ProcessProcessSegmentTypeDataArea.cs create mode 100644 B2MML.NET/ProcessProductDefinitionType.cs create mode 100644 B2MML.NET/ProcessProductDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ProcessProductInformationType.cs create mode 100644 B2MML.NET/ProcessProductInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessProductionCapabilityType.cs create mode 100644 B2MML.NET/ProcessProductionCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/ProcessProductionPerformanceType.cs create mode 100644 B2MML.NET/ProcessProductionPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/ProcessProductionScheduleType.cs create mode 100644 B2MML.NET/ProcessProductionScheduleTypeDataArea.cs create mode 100644 B2MML.NET/ProcessQualificationTestSpecificationType.cs create mode 100644 B2MML.NET/ProcessQualificationTestSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessResourceConstraintLibraryType.cs create mode 100644 B2MML.NET/ProcessResourceConstraintLibraryTypeDataArea.cs create mode 100644 B2MML.NET/ProcessResourceNetworkConnectionInformationType.cs create mode 100644 B2MML.NET/ProcessResourceNetworkConnectionInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessResourceRelationshipNetworkType.cs create mode 100644 B2MML.NET/ProcessResourceRelationshipNetworkTypeDataArea.cs create mode 100644 B2MML.NET/ProcessSegmentCapabilityType.cs create mode 100644 B2MML.NET/ProcessSegmentIDType.cs create mode 100644 B2MML.NET/ProcessSegmentInformationType.cs create mode 100644 B2MML.NET/ProcessSegmentType.cs create mode 100644 B2MML.NET/ProcessWorkAlertDefinitionType.cs create mode 100644 B2MML.NET/ProcessWorkAlertDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkAlertInformationType.cs create mode 100644 B2MML.NET/ProcessWorkAlertInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkAlertType.cs create mode 100644 B2MML.NET/ProcessWorkAlertTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkCapabilityInformationType.cs create mode 100644 B2MML.NET/ProcessWorkCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkCapabilityType.cs create mode 100644 B2MML.NET/ProcessWorkCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkDefinitionInformationType.cs create mode 100644 B2MML.NET/ProcessWorkDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkDirectiveType.cs create mode 100644 B2MML.NET/ProcessWorkDirectiveTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkMasterType.cs create mode 100644 B2MML.NET/ProcessWorkMasterTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkPerformanceType.cs create mode 100644 B2MML.NET/ProcessWorkPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkScheduleType.cs create mode 100644 B2MML.NET/ProcessWorkScheduleTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkflowSpecificationInformationType.cs create mode 100644 B2MML.NET/ProcessWorkflowSpecificationInformationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkflowSpecificationType.cs create mode 100644 B2MML.NET/ProcessWorkflowSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/ProcessWorkflowSpecificationTypeType.cs create mode 100644 B2MML.NET/ProcessWorkflowSpecificationTypeTypeDataArea.cs create mode 100644 B2MML.NET/ProductDefinitionRecordType.cs create mode 100644 B2MML.NET/ProductDefinitionType.cs create mode 100644 B2MML.NET/ProductIDType.cs create mode 100644 B2MML.NET/ProductInformationType.cs create mode 100644 B2MML.NET/ProductNameType.cs create mode 100644 B2MML.NET/ProductProductionRuleIDType.cs create mode 100644 B2MML.NET/ProductProductionRuleType.cs create mode 100644 B2MML.NET/ProductSegmentIDType.cs create mode 100644 B2MML.NET/ProductSegmentType.cs create mode 100644 B2MML.NET/ProductionCapabilityType.cs create mode 100644 B2MML.NET/ProductionDataType.cs create mode 100644 B2MML.NET/ProductionParameterType.cs create mode 100644 B2MML.NET/ProductionPerformanceRecordType.cs create mode 100644 B2MML.NET/ProductionPerformanceType.cs create mode 100644 B2MML.NET/ProductionRequestIDType.cs create mode 100644 B2MML.NET/ProductionRequestType.cs create mode 100644 B2MML.NET/ProductionResponseType.cs create mode 100644 B2MML.NET/ProductionScheduleIDType.cs create mode 100644 B2MML.NET/ProductionScheduleRecordType.cs create mode 100644 B2MML.NET/ProductionScheduleType.cs create mode 100644 B2MML.NET/PropertyIDType.cs create mode 100644 B2MML.NET/PublishedDateType.cs create mode 100644 B2MML.NET/QualificationTestSpecificationIDType.cs create mode 100644 B2MML.NET/QualificationTestSpecificationType.cs create mode 100644 B2MML.NET/QuantityStringType.cs create mode 100644 B2MML.NET/QuantityValueType.cs create mode 100644 B2MML.NET/ReasonType.cs create mode 100644 B2MML.NET/RecipeBuildingBlockType.cs create mode 100644 B2MML.NET/RecipeElementIDType.cs create mode 100644 B2MML.NET/RecipeElementRecordType.cs create mode 100644 B2MML.NET/RecipeElementType.cs create mode 100644 B2MML.NET/RecipeElementType1Type.cs create mode 100644 B2MML.NET/RecipeElementTypeType.cs create mode 100644 B2MML.NET/RecipeElementVersionType.cs create mode 100644 B2MML.NET/RecipeIDType.cs create mode 100644 B2MML.NET/RecipeVersionType.cs create mode 100644 B2MML.NET/RecordObjectType1Type.cs create mode 100644 B2MML.NET/RecordObjectTypeType.cs create mode 100644 B2MML.NET/RelationshipForm1Type.cs create mode 100644 B2MML.NET/RelationshipFormType.cs create mode 100644 B2MML.NET/RelationshipType1Type.cs create mode 100644 B2MML.NET/RelationshipTypeType.cs create mode 100644 B2MML.NET/RequestState1Type.cs create mode 100644 B2MML.NET/RequestStateType.cs create mode 100644 B2MML.NET/RequestedBatchSizeType.cs create mode 100644 B2MML.NET/RequestedCompletionDateType.cs create mode 100644 B2MML.NET/RequestedEndTimeType.cs create mode 100644 B2MML.NET/RequestedPriorityType.cs create mode 100644 B2MML.NET/RequestedStartTimeType.cs create mode 100644 B2MML.NET/RequiredByRequestedSegmentResponse1Type.cs create mode 100644 B2MML.NET/RequiredByRequestedSegmentResponseType.cs create mode 100644 B2MML.NET/ResourceConstraintLibraryType.cs create mode 100644 B2MML.NET/ResourceConstraintPropertyType.cs create mode 100644 B2MML.NET/ResourceConstraintType.cs create mode 100644 B2MML.NET/ResourceIDType.cs create mode 100644 B2MML.NET/ResourceNetworkConnectionIDType.cs create mode 100644 B2MML.NET/ResourceNetworkConnectionInformationType.cs create mode 100644 B2MML.NET/ResourceNetworkConnectionType.cs create mode 100644 B2MML.NET/ResourceNetworkConnectionTypeType.cs create mode 100644 B2MML.NET/ResourcePropertyType.cs create mode 100644 B2MML.NET/ResourceQualificationsManifestType.cs create mode 100644 B2MML.NET/ResourceReferenceType.cs create mode 100644 B2MML.NET/ResourceReferenceType1Type.cs create mode 100644 B2MML.NET/ResourceReferenceTypeType.cs create mode 100644 B2MML.NET/ResourceRelationshipNetworkType.cs create mode 100644 B2MML.NET/ResourcesType.cs create mode 100644 B2MML.NET/RespondBatchProductionRecordType.cs create mode 100644 B2MML.NET/RespondBatchProductionRecordTypeDataArea.cs create mode 100644 B2MML.NET/RespondEquipmentCapabilityTestSpecType.cs create mode 100644 B2MML.NET/RespondEquipmentCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/RespondEquipmentClassType.cs create mode 100644 B2MML.NET/RespondEquipmentClassTypeDataArea.cs create mode 100644 B2MML.NET/RespondEquipmentInformationType.cs create mode 100644 B2MML.NET/RespondEquipmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondEquipmentType.cs create mode 100644 B2MML.NET/RespondEquipmentTypeDataArea.cs create mode 100644 B2MML.NET/RespondGRecipeInformationType.cs create mode 100644 B2MML.NET/RespondGRecipeInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondJobListType.cs create mode 100644 B2MML.NET/RespondJobListTypeDataArea.cs create mode 100644 B2MML.NET/RespondJobResponseType.cs create mode 100644 B2MML.NET/RespondJobResponseTypeDataArea.cs create mode 100644 B2MML.NET/RespondMaterialClassType.cs create mode 100644 B2MML.NET/RespondMaterialClassTypeDataArea.cs create mode 100644 B2MML.NET/RespondMaterialDefinitionType.cs create mode 100644 B2MML.NET/RespondMaterialDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/RespondMaterialInformationType.cs create mode 100644 B2MML.NET/RespondMaterialInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondMaterialLotType.cs create mode 100644 B2MML.NET/RespondMaterialLotTypeDataArea.cs create mode 100644 B2MML.NET/RespondMaterialSubLotType.cs create mode 100644 B2MML.NET/RespondMaterialSubLotTypeDataArea.cs create mode 100644 B2MML.NET/RespondMaterialTestSpecType.cs create mode 100644 B2MML.NET/RespondMaterialTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/RespondOperationsCapabilityInformationType.cs create mode 100644 B2MML.NET/RespondOperationsCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondOperationsCapabilityType.cs create mode 100644 B2MML.NET/RespondOperationsCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/RespondOperationsDefinitionInformationType.cs create mode 100644 B2MML.NET/RespondOperationsDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondOperationsDefinitionType.cs create mode 100644 B2MML.NET/RespondOperationsDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/RespondOperationsPerformanceType.cs create mode 100644 B2MML.NET/RespondOperationsPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/RespondOperationsScheduleType.cs create mode 100644 B2MML.NET/RespondOperationsScheduleTypeDataArea.cs create mode 100644 B2MML.NET/RespondPersonType.cs create mode 100644 B2MML.NET/RespondPersonTypeDataArea.cs create mode 100644 B2MML.NET/RespondPersonnelClassType.cs create mode 100644 B2MML.NET/RespondPersonnelClassTypeDataArea.cs create mode 100644 B2MML.NET/RespondPersonnelInformationType.cs create mode 100644 B2MML.NET/RespondPersonnelInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondPhysicalAssetCapabilityTestSpecType.cs create mode 100644 B2MML.NET/RespondPhysicalAssetCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/RespondPhysicalAssetClassType.cs create mode 100644 B2MML.NET/RespondPhysicalAssetClassTypeDataArea.cs create mode 100644 B2MML.NET/RespondPhysicalAssetInformationType.cs create mode 100644 B2MML.NET/RespondPhysicalAssetInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondPhysicalAssetType.cs create mode 100644 B2MML.NET/RespondPhysicalAssetTypeDataArea.cs create mode 100644 B2MML.NET/RespondProcessElementLibraryType.cs create mode 100644 B2MML.NET/RespondProcessElementLibraryTypeDataArea.cs create mode 100644 B2MML.NET/RespondProcessSegmentInformationType.cs create mode 100644 B2MML.NET/RespondProcessSegmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondProcessSegmentType.cs create mode 100644 B2MML.NET/RespondProcessSegmentTypeDataArea.cs create mode 100644 B2MML.NET/RespondProductDefinitionType.cs create mode 100644 B2MML.NET/RespondProductDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/RespondProductInformationType.cs create mode 100644 B2MML.NET/RespondProductInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondProductionCapabilityType.cs create mode 100644 B2MML.NET/RespondProductionCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/RespondProductionPerformanceType.cs create mode 100644 B2MML.NET/RespondProductionPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/RespondProductionScheduleType.cs create mode 100644 B2MML.NET/RespondProductionScheduleTypeDataArea.cs create mode 100644 B2MML.NET/RespondQualificationTestSpecificationType.cs create mode 100644 B2MML.NET/RespondQualificationTestSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/RespondResourceConstraintLibraryType.cs create mode 100644 B2MML.NET/RespondResourceConstraintLibraryTypeDataArea.cs create mode 100644 B2MML.NET/RespondResourceNetworkConnectionInformationType.cs create mode 100644 B2MML.NET/RespondResourceNetworkConnectionInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondResourceRelationshipNetworkType.cs create mode 100644 B2MML.NET/RespondResourceRelationshipNetworkTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkAlertDefinitionType.cs create mode 100644 B2MML.NET/RespondWorkAlertDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkAlertInformationType.cs create mode 100644 B2MML.NET/RespondWorkAlertInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkAlertType.cs create mode 100644 B2MML.NET/RespondWorkAlertTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkCapabilityInformationType.cs create mode 100644 B2MML.NET/RespondWorkCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkCapabilityType.cs create mode 100644 B2MML.NET/RespondWorkCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkDefinitionInformationType.cs create mode 100644 B2MML.NET/RespondWorkDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkDirectiveType.cs create mode 100644 B2MML.NET/RespondWorkDirectiveTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkMasterType.cs create mode 100644 B2MML.NET/RespondWorkMasterTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkPerformanceType.cs create mode 100644 B2MML.NET/RespondWorkPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkScheduleType.cs create mode 100644 B2MML.NET/RespondWorkScheduleTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkflowSpecificationInformationType.cs create mode 100644 B2MML.NET/RespondWorkflowSpecificationInformationTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkflowSpecificationType.cs create mode 100644 B2MML.NET/RespondWorkflowSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/RespondWorkflowSpecificationTypeType.cs create mode 100644 B2MML.NET/RespondWorkflowSpecificationTypeTypeDataArea.cs create mode 100644 B2MML.NET/ResponseState1Type.cs create mode 100644 B2MML.NET/ResponseStateType.cs create mode 100644 B2MML.NET/ResultType.cs create mode 100644 B2MML.NET/SampleTestResultType.cs create mode 100644 B2MML.NET/SampleTestType.cs create mode 100644 B2MML.NET/SampleType.cs create mode 100644 B2MML.NET/ScaleReferenceType.cs create mode 100644 B2MML.NET/ScaledSizeType.cs create mode 100644 B2MML.NET/ScaledType.cs create mode 100644 B2MML.NET/ScheduleEndTimeType.cs create mode 100644 B2MML.NET/ScheduleEntryNoteType.cs create mode 100644 B2MML.NET/ScheduleStartTimeType.cs create mode 100644 B2MML.NET/SegmentDependencyType.cs create mode 100644 B2MML.NET/SegmentRequirementType.cs create mode 100644 B2MML.NET/SegmentResponseType.cs create mode 100644 B2MML.NET/SequenceOrderType.cs create mode 100644 B2MML.NET/SequenceOrderType1Type.cs create mode 100644 B2MML.NET/ShowBatchProductionRecordType.cs create mode 100644 B2MML.NET/ShowBatchProductionRecordTypeDataArea.cs create mode 100644 B2MML.NET/ShowEquipmentCapabilityTestSpecType.cs create mode 100644 B2MML.NET/ShowEquipmentCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/ShowEquipmentClassType.cs create mode 100644 B2MML.NET/ShowEquipmentClassTypeDataArea.cs create mode 100644 B2MML.NET/ShowEquipmentInformationType.cs create mode 100644 B2MML.NET/ShowEquipmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowEquipmentType.cs create mode 100644 B2MML.NET/ShowEquipmentTypeDataArea.cs create mode 100644 B2MML.NET/ShowGRecipeInformationType.cs create mode 100644 B2MML.NET/ShowGRecipeInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowJobListType.cs create mode 100644 B2MML.NET/ShowJobListTypeDataArea.cs create mode 100644 B2MML.NET/ShowJobResponseType.cs create mode 100644 B2MML.NET/ShowJobResponseTypeDataArea.cs create mode 100644 B2MML.NET/ShowMaterialClassType.cs create mode 100644 B2MML.NET/ShowMaterialClassTypeDataArea.cs create mode 100644 B2MML.NET/ShowMaterialDefinitionType.cs create mode 100644 B2MML.NET/ShowMaterialDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ShowMaterialInformationType.cs create mode 100644 B2MML.NET/ShowMaterialInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowMaterialLotType.cs create mode 100644 B2MML.NET/ShowMaterialLotTypeDataArea.cs create mode 100644 B2MML.NET/ShowMaterialSubLotType.cs create mode 100644 B2MML.NET/ShowMaterialSubLotTypeDataArea.cs create mode 100644 B2MML.NET/ShowMaterialTestSpecType.cs create mode 100644 B2MML.NET/ShowMaterialTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/ShowOperationsCapabilityInformationType.cs create mode 100644 B2MML.NET/ShowOperationsCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowOperationsCapabilityType.cs create mode 100644 B2MML.NET/ShowOperationsCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/ShowOperationsDefinitionInformationType.cs create mode 100644 B2MML.NET/ShowOperationsDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowOperationsDefinitionType.cs create mode 100644 B2MML.NET/ShowOperationsDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ShowOperationsPerformanceType.cs create mode 100644 B2MML.NET/ShowOperationsPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/ShowOperationsScheduleType.cs create mode 100644 B2MML.NET/ShowOperationsScheduleTypeDataArea.cs create mode 100644 B2MML.NET/ShowPersonType.cs create mode 100644 B2MML.NET/ShowPersonTypeDataArea.cs create mode 100644 B2MML.NET/ShowPersonnelClassType.cs create mode 100644 B2MML.NET/ShowPersonnelClassTypeDataArea.cs create mode 100644 B2MML.NET/ShowPersonnelInformationType.cs create mode 100644 B2MML.NET/ShowPersonnelInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowPhysicalAssetCapabilityTestSpecType.cs create mode 100644 B2MML.NET/ShowPhysicalAssetCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/ShowPhysicalAssetClassType.cs create mode 100644 B2MML.NET/ShowPhysicalAssetClassTypeDataArea.cs create mode 100644 B2MML.NET/ShowPhysicalAssetInformationType.cs create mode 100644 B2MML.NET/ShowPhysicalAssetInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowPhysicalAssetType.cs create mode 100644 B2MML.NET/ShowPhysicalAssetTypeDataArea.cs create mode 100644 B2MML.NET/ShowProcessElementLibraryType.cs create mode 100644 B2MML.NET/ShowProcessElementLibraryTypeDataArea.cs create mode 100644 B2MML.NET/ShowProcessSegmentInformationType.cs create mode 100644 B2MML.NET/ShowProcessSegmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowProcessSegmentType.cs create mode 100644 B2MML.NET/ShowProcessSegmentTypeDataArea.cs create mode 100644 B2MML.NET/ShowProductDefinitionType.cs create mode 100644 B2MML.NET/ShowProductDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ShowProductInformationType.cs create mode 100644 B2MML.NET/ShowProductInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowProductionCapabilityType.cs create mode 100644 B2MML.NET/ShowProductionCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/ShowProductionPerformanceType.cs create mode 100644 B2MML.NET/ShowProductionPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/ShowProductionScheduleType.cs create mode 100644 B2MML.NET/ShowProductionScheduleTypeDataArea.cs create mode 100644 B2MML.NET/ShowQualificationTestSpecificationType.cs create mode 100644 B2MML.NET/ShowQualificationTestSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/ShowResourceConstraintLibraryType.cs create mode 100644 B2MML.NET/ShowResourceConstraintLibraryTypeDataArea.cs create mode 100644 B2MML.NET/ShowResourceNetworkConnectionInformationType.cs create mode 100644 B2MML.NET/ShowResourceNetworkConnectionInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowResourceRelationshipNetworkType.cs create mode 100644 B2MML.NET/ShowResourceRelationshipNetworkTypeDataArea.cs create mode 100644 B2MML.NET/ShowTransactionProfileType.cs create mode 100644 B2MML.NET/ShowTransactionProfileTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkAlertDefinitionType.cs create mode 100644 B2MML.NET/ShowWorkAlertDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkAlertInformationType.cs create mode 100644 B2MML.NET/ShowWorkAlertInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkAlertType.cs create mode 100644 B2MML.NET/ShowWorkAlertTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkCapabilityInformationType.cs create mode 100644 B2MML.NET/ShowWorkCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkCapabilityType.cs create mode 100644 B2MML.NET/ShowWorkCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkDefinitionInformationType.cs create mode 100644 B2MML.NET/ShowWorkDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkDirectiveType.cs create mode 100644 B2MML.NET/ShowWorkDirectiveTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkMasterType.cs create mode 100644 B2MML.NET/ShowWorkMasterTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkPerformanceType.cs create mode 100644 B2MML.NET/ShowWorkPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkScheduleType.cs create mode 100644 B2MML.NET/ShowWorkScheduleTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkflowSpecificationInformationType.cs create mode 100644 B2MML.NET/ShowWorkflowSpecificationInformationTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkflowSpecificationType.cs create mode 100644 B2MML.NET/ShowWorkflowSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/ShowWorkflowSpecificationTypeType.cs create mode 100644 B2MML.NET/ShowWorkflowSpecificationTypeTypeDataArea.cs create mode 100644 B2MML.NET/SingleEventType.cs create mode 100644 B2MML.NET/StartConditionType.cs create mode 100644 B2MML.NET/StartTimeType.cs create mode 100644 B2MML.NET/StatusTimeType.cs create mode 100644 B2MML.NET/StatusType.cs create mode 100644 B2MML.NET/StepType.cs create mode 100644 B2MML.NET/StorageHierarchyScopeType.cs create mode 100644 B2MML.NET/StorageLocationType.cs create mode 100644 B2MML.NET/SupportedActionType.cs create mode 100644 B2MML.NET/SyncBatchProductionRecordType.cs create mode 100644 B2MML.NET/SyncBatchProductionRecordTypeDataArea.cs create mode 100644 B2MML.NET/SyncEquipmentCapabilityTestSpecType.cs create mode 100644 B2MML.NET/SyncEquipmentCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/SyncEquipmentClassType.cs create mode 100644 B2MML.NET/SyncEquipmentClassTypeDataArea.cs create mode 100644 B2MML.NET/SyncEquipmentInformationType.cs create mode 100644 B2MML.NET/SyncEquipmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncEquipmentType.cs create mode 100644 B2MML.NET/SyncEquipmentTypeDataArea.cs create mode 100644 B2MML.NET/SyncGRecipeInformationType.cs create mode 100644 B2MML.NET/SyncGRecipeInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncJobListType.cs create mode 100644 B2MML.NET/SyncJobListTypeDataArea.cs create mode 100644 B2MML.NET/SyncJobResponseType.cs create mode 100644 B2MML.NET/SyncJobResponseTypeDataArea.cs create mode 100644 B2MML.NET/SyncMaterialClassType.cs create mode 100644 B2MML.NET/SyncMaterialClassTypeDataArea.cs create mode 100644 B2MML.NET/SyncMaterialDefinitionType.cs create mode 100644 B2MML.NET/SyncMaterialDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/SyncMaterialInformationType.cs create mode 100644 B2MML.NET/SyncMaterialInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncMaterialLotType.cs create mode 100644 B2MML.NET/SyncMaterialLotTypeDataArea.cs create mode 100644 B2MML.NET/SyncMaterialSubLotType.cs create mode 100644 B2MML.NET/SyncMaterialSubLotTypeDataArea.cs create mode 100644 B2MML.NET/SyncMaterialTestSpecType.cs create mode 100644 B2MML.NET/SyncMaterialTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/SyncOperationsCapabilityInformationType.cs create mode 100644 B2MML.NET/SyncOperationsCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncOperationsCapabilityType.cs create mode 100644 B2MML.NET/SyncOperationsCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/SyncOperationsDefinitionInformationType.cs create mode 100644 B2MML.NET/SyncOperationsDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncOperationsDefinitionType.cs create mode 100644 B2MML.NET/SyncOperationsDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/SyncOperationsPerformanceType.cs create mode 100644 B2MML.NET/SyncOperationsPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/SyncOperationsScheduleType.cs create mode 100644 B2MML.NET/SyncOperationsScheduleTypeDataArea.cs create mode 100644 B2MML.NET/SyncPersonType.cs create mode 100644 B2MML.NET/SyncPersonTypeDataArea.cs create mode 100644 B2MML.NET/SyncPersonnelClassType.cs create mode 100644 B2MML.NET/SyncPersonnelClassTypeDataArea.cs create mode 100644 B2MML.NET/SyncPersonnelInformationType.cs create mode 100644 B2MML.NET/SyncPersonnelInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncPhysicalAssetCapabilityTestSpecType.cs create mode 100644 B2MML.NET/SyncPhysicalAssetCapabilityTestSpecTypeDataArea.cs create mode 100644 B2MML.NET/SyncPhysicalAssetClassType.cs create mode 100644 B2MML.NET/SyncPhysicalAssetClassTypeDataArea.cs create mode 100644 B2MML.NET/SyncPhysicalAssetInformationType.cs create mode 100644 B2MML.NET/SyncPhysicalAssetInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncPhysicalAssetType.cs create mode 100644 B2MML.NET/SyncPhysicalAssetTypeDataArea.cs create mode 100644 B2MML.NET/SyncProcessElementLibraryType.cs create mode 100644 B2MML.NET/SyncProcessElementLibraryTypeDataArea.cs create mode 100644 B2MML.NET/SyncProcessSegmentInformationType.cs create mode 100644 B2MML.NET/SyncProcessSegmentInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncProcessSegmentType.cs create mode 100644 B2MML.NET/SyncProcessSegmentTypeDataArea.cs create mode 100644 B2MML.NET/SyncProductDefinitionType.cs create mode 100644 B2MML.NET/SyncProductDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/SyncProductInformationType.cs create mode 100644 B2MML.NET/SyncProductInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncProductionCapabilityType.cs create mode 100644 B2MML.NET/SyncProductionCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/SyncProductionPerformanceType.cs create mode 100644 B2MML.NET/SyncProductionPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/SyncProductionScheduleType.cs create mode 100644 B2MML.NET/SyncProductionScheduleTypeDataArea.cs create mode 100644 B2MML.NET/SyncQualificationTestSpecificationType.cs create mode 100644 B2MML.NET/SyncQualificationTestSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/SyncResourceConstraintLibraryType.cs create mode 100644 B2MML.NET/SyncResourceConstraintLibraryTypeDataArea.cs create mode 100644 B2MML.NET/SyncResourceNetworkConnectionInformationType.cs create mode 100644 B2MML.NET/SyncResourceNetworkConnectionInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncResourceRelationshipNetworkType.cs create mode 100644 B2MML.NET/SyncResourceRelationshipNetworkTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkAlertDefinitionType.cs create mode 100644 B2MML.NET/SyncWorkAlertDefinitionTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkAlertInformationType.cs create mode 100644 B2MML.NET/SyncWorkAlertInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkAlertType.cs create mode 100644 B2MML.NET/SyncWorkAlertTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkCapabilityInformationType.cs create mode 100644 B2MML.NET/SyncWorkCapabilityInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkCapabilityType.cs create mode 100644 B2MML.NET/SyncWorkCapabilityTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkDefinitionInformationType.cs create mode 100644 B2MML.NET/SyncWorkDefinitionInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkDirectiveType.cs create mode 100644 B2MML.NET/SyncWorkDirectiveTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkMasterType.cs create mode 100644 B2MML.NET/SyncWorkMasterTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkPerformanceType.cs create mode 100644 B2MML.NET/SyncWorkPerformanceTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkScheduleType.cs create mode 100644 B2MML.NET/SyncWorkScheduleTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkflowSpecificationInformationType.cs create mode 100644 B2MML.NET/SyncWorkflowSpecificationInformationTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkflowSpecificationType.cs create mode 100644 B2MML.NET/SyncWorkflowSpecificationTypeDataArea.cs create mode 100644 B2MML.NET/SyncWorkflowSpecificationTypeType.cs create mode 100644 B2MML.NET/SyncWorkflowSpecificationTypeTypeDataArea.cs create mode 100644 B2MML.NET/TagSpecificationType.cs create mode 100644 B2MML.NET/TestDateTimeType.cs create mode 100644 B2MML.NET/TestResultType.cs create mode 100644 B2MML.NET/TestedEquipmentClassPropertyType.cs create mode 100644 B2MML.NET/TestedEquipmentPropertyType.cs create mode 100644 B2MML.NET/TestedMaterialClassPropertyType.cs create mode 100644 B2MML.NET/TestedMaterialDefinitionPropertyType.cs create mode 100644 B2MML.NET/TestedMaterialLotPropertyType.cs create mode 100644 B2MML.NET/TestedPersonPropertyType.cs create mode 100644 B2MML.NET/TestedPersonnelClassPropertyType.cs create mode 100644 B2MML.NET/TestedPhysicalAssetClassPropertyType.cs create mode 100644 B2MML.NET/TestedPhysicalAssetPropertyType.cs create mode 100644 B2MML.NET/TextType.cs create mode 100644 B2MML.NET/TimeSpecificationType.cs create mode 100644 B2MML.NET/ToEquipmentIDType.cs create mode 100644 B2MML.NET/ToIDType.cs create mode 100644 B2MML.NET/ToType1Type.cs create mode 100644 B2MML.NET/ToTypeType.cs create mode 100644 B2MML.NET/TransAcknowledgeType.cs create mode 100644 B2MML.NET/TransActionCriteriaType.cs create mode 100644 B2MML.NET/TransApplicationAreaType.cs create mode 100644 B2MML.NET/TransChangeStatusType.cs create mode 100644 B2MML.NET/TransChangeType.cs create mode 100644 B2MML.NET/TransConfirmType.cs create mode 100644 B2MML.NET/TransConfirmationCodeType.cs create mode 100644 B2MML.NET/TransExpression1Type.cs create mode 100644 B2MML.NET/TransExpressionType.cs create mode 100644 B2MML.NET/TransProcessType.cs create mode 100644 B2MML.NET/TransReceiverType.cs create mode 100644 B2MML.NET/TransRespondType.cs create mode 100644 B2MML.NET/TransResponseCodeType.cs create mode 100644 B2MML.NET/TransResponseCriteriaType.cs create mode 100644 B2MML.NET/TransSenderType.cs create mode 100644 B2MML.NET/TransShowType.cs create mode 100644 B2MML.NET/TransSignatureType.cs create mode 100644 B2MML.NET/TransStateChangeType.cs create mode 100644 B2MML.NET/TransUserAreaType.cs create mode 100644 B2MML.NET/TransactionNoun1Type.cs create mode 100644 B2MML.NET/TransactionNounType.cs create mode 100644 B2MML.NET/TransactionProfileType.cs create mode 100644 B2MML.NET/TransactionVerb1Type.cs create mode 100644 B2MML.NET/TransactionVerbType.cs create mode 100644 B2MML.NET/TransitionType.cs create mode 100644 B2MML.NET/UnitOfMeasureType.cs create mode 100644 B2MML.NET/UserAttributeType.cs create mode 100644 B2MML.NET/ValueStringType.cs create mode 100644 B2MML.NET/ValueType.cs create mode 100644 B2MML.NET/VersionDateType.cs create mode 100644 B2MML.NET/VersionType.cs create mode 100644 B2MML.NET/WorkAlertDefinitionType.cs create mode 100644 B2MML.NET/WorkAlertInformationType.cs create mode 100644 B2MML.NET/WorkAlertPropertyType.cs create mode 100644 B2MML.NET/WorkAlertType.cs create mode 100644 B2MML.NET/WorkCapabilityInformationType.cs create mode 100644 B2MML.NET/WorkCapabilityType.cs create mode 100644 B2MML.NET/WorkDefinitionInformationType.cs create mode 100644 B2MML.NET/WorkDirectiveRecordType.cs create mode 100644 B2MML.NET/WorkDirectiveType.cs create mode 100644 B2MML.NET/WorkMasterCapabilityType.cs create mode 100644 B2MML.NET/WorkMasterRecordType.cs create mode 100644 B2MML.NET/WorkMasterType.cs create mode 100644 B2MML.NET/WorkPerformanceRecordType.cs create mode 100644 B2MML.NET/WorkPerformanceType.cs create mode 100644 B2MML.NET/WorkRequestIDType.cs create mode 100644 B2MML.NET/WorkRequestType.cs create mode 100644 B2MML.NET/WorkResponseType.cs create mode 100644 B2MML.NET/WorkScheduleIDType.cs create mode 100644 B2MML.NET/WorkScheduleRecordType.cs create mode 100644 B2MML.NET/WorkScheduleType.cs create mode 100644 B2MML.NET/WorkType1Type.cs create mode 100644 B2MML.NET/WorkTypeType.cs create mode 100644 B2MML.NET/WorkflowSpecificationConnectionType.cs create mode 100644 B2MML.NET/WorkflowSpecificationConnectionTypeType.cs create mode 100644 B2MML.NET/WorkflowSpecificationInformationType.cs create mode 100644 B2MML.NET/WorkflowSpecificationNodeType.cs create mode 100644 B2MML.NET/WorkflowSpecificationNodeTypeType.cs create mode 100644 B2MML.NET/WorkflowSpecificationPropertyType.cs create mode 100644 B2MML.NET/WorkflowSpecificationType.cs create mode 100644 B2MML.NET/WorkflowSpecificationTypeType.cs diff --git a/B2MML.NET/AcknowledgeBatchProductionRecordType.cs b/B2MML.NET/AcknowledgeBatchProductionRecordType.cs new file mode 100644 index 0000000..7b06fa7 --- /dev/null +++ b/B2MML.NET/AcknowledgeBatchProductionRecordType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeBatchProductionRecord", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeBatchProductionRecordType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeBatchProductionRecordTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeBatchProductionRecordTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeBatchProductionRecordTypeDataArea.cs b/B2MML.NET/AcknowledgeBatchProductionRecordTypeDataArea.cs new file mode 100644 index 0000000..7a31225 --- /dev/null +++ b/B2MML.NET/AcknowledgeBatchProductionRecordTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeBatchProductionRecordTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private BatchProductionRecordType[] batchProductionRecordField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("BatchProductionRecord")] + public BatchProductionRecordType[] BatchProductionRecord { + get { + return this.batchProductionRecordField; + } + set { + this.batchProductionRecordField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecType.cs b/B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecType.cs new file mode 100644 index 0000000..0116ba9 --- /dev/null +++ b/B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeEquipmentCapabilityTestSpec", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeEquipmentCapabilityTestSpecType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeEquipmentCapabilityTestSpecTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeEquipmentCapabilityTestSpecTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecTypeDataArea.cs b/B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecTypeDataArea.cs new file mode 100644 index 0000000..2cf4a4f --- /dev/null +++ b/B2MML.NET/AcknowledgeEquipmentCapabilityTestSpecTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeEquipmentCapabilityTestSpecTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private EquipmentCapabilityTestSpecificationType[] equipmentCapabilityTestSpecField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EquipmentCapabilityTestSpec")] + public EquipmentCapabilityTestSpecificationType[] EquipmentCapabilityTestSpec { + get { + return this.equipmentCapabilityTestSpecField; + } + set { + this.equipmentCapabilityTestSpecField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeEquipmentClassType.cs b/B2MML.NET/AcknowledgeEquipmentClassType.cs new file mode 100644 index 0000000..335ab3b --- /dev/null +++ b/B2MML.NET/AcknowledgeEquipmentClassType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeEquipmentClass", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeEquipmentClassType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeEquipmentClassTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeEquipmentClassTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeEquipmentClassTypeDataArea.cs b/B2MML.NET/AcknowledgeEquipmentClassTypeDataArea.cs new file mode 100644 index 0000000..aae769b --- /dev/null +++ b/B2MML.NET/AcknowledgeEquipmentClassTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeEquipmentClassTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private EquipmentClassType[] equipmentClassField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EquipmentClass")] + public EquipmentClassType[] EquipmentClass { + get { + return this.equipmentClassField; + } + set { + this.equipmentClassField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeEquipmentInformationType.cs b/B2MML.NET/AcknowledgeEquipmentInformationType.cs new file mode 100644 index 0000000..f57a8f1 --- /dev/null +++ b/B2MML.NET/AcknowledgeEquipmentInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeEquipmentInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeEquipmentInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeEquipmentInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeEquipmentInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeEquipmentInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeEquipmentInformationTypeDataArea.cs new file mode 100644 index 0000000..32bf6ad --- /dev/null +++ b/B2MML.NET/AcknowledgeEquipmentInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeEquipmentInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private EquipmentInformationType[] equipmentInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("EquipmentInformation")] + public EquipmentInformationType[] EquipmentInformation { + get { + return this.equipmentInformationField; + } + set { + this.equipmentInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeEquipmentType.cs b/B2MML.NET/AcknowledgeEquipmentType.cs new file mode 100644 index 0000000..90f18d3 --- /dev/null +++ b/B2MML.NET/AcknowledgeEquipmentType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeEquipment", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeEquipmentType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeEquipmentTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeEquipmentTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeEquipmentTypeDataArea.cs b/B2MML.NET/AcknowledgeEquipmentTypeDataArea.cs new file mode 100644 index 0000000..49b6c1a --- /dev/null +++ b/B2MML.NET/AcknowledgeEquipmentTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeEquipmentTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private EquipmentType[] equipmentField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Equipment")] + public EquipmentType[] Equipment { + get { + return this.equipmentField; + } + set { + this.equipmentField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeGRecipeInformationType.cs b/B2MML.NET/AcknowledgeGRecipeInformationType.cs new file mode 100644 index 0000000..257611b --- /dev/null +++ b/B2MML.NET/AcknowledgeGRecipeInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeGRecipeInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeGRecipeInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeGRecipeInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeGRecipeInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeGRecipeInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeGRecipeInformationTypeDataArea.cs new file mode 100644 index 0000000..e5e0a46 --- /dev/null +++ b/B2MML.NET/AcknowledgeGRecipeInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeGRecipeInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private GRecipeInformationType[] gRecipeInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("GRecipeInformation")] + public GRecipeInformationType[] GRecipeInformation { + get { + return this.gRecipeInformationField; + } + set { + this.gRecipeInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeJobListType.cs b/B2MML.NET/AcknowledgeJobListType.cs new file mode 100644 index 0000000..0bec4c8 --- /dev/null +++ b/B2MML.NET/AcknowledgeJobListType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeJobList", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeJobListType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeJobListTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeJobListTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeJobListTypeDataArea.cs b/B2MML.NET/AcknowledgeJobListTypeDataArea.cs new file mode 100644 index 0000000..606605d --- /dev/null +++ b/B2MML.NET/AcknowledgeJobListTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeJobListTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private JobListType[] jobListField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("JobList")] + public JobListType[] JobList { + get { + return this.jobListField; + } + set { + this.jobListField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeJobResponseType.cs b/B2MML.NET/AcknowledgeJobResponseType.cs new file mode 100644 index 0000000..213da74 --- /dev/null +++ b/B2MML.NET/AcknowledgeJobResponseType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeJobResponse", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeJobResponseType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeJobResponseTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeJobResponseTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeJobResponseTypeDataArea.cs b/B2MML.NET/AcknowledgeJobResponseTypeDataArea.cs new file mode 100644 index 0000000..aefba43 --- /dev/null +++ b/B2MML.NET/AcknowledgeJobResponseTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeJobResponseTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private JobResponseType[] jobResponseField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("JobResponse")] + public JobResponseType[] JobResponse { + get { + return this.jobResponseField; + } + set { + this.jobResponseField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialClassType.cs b/B2MML.NET/AcknowledgeMaterialClassType.cs new file mode 100644 index 0000000..a2cac68 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialClassType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeMaterialClass", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeMaterialClassType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeMaterialClassTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeMaterialClassTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialClassTypeDataArea.cs b/B2MML.NET/AcknowledgeMaterialClassTypeDataArea.cs new file mode 100644 index 0000000..7f52d73 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialClassTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeMaterialClassTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private MaterialClassType[] materialClassField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MaterialClass")] + public MaterialClassType[] MaterialClass { + get { + return this.materialClassField; + } + set { + this.materialClassField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialDefinitionType.cs b/B2MML.NET/AcknowledgeMaterialDefinitionType.cs new file mode 100644 index 0000000..f4cd4f3 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialDefinitionType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeMaterialDefinition", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeMaterialDefinitionType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeMaterialDefinitionTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeMaterialDefinitionTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialDefinitionTypeDataArea.cs b/B2MML.NET/AcknowledgeMaterialDefinitionTypeDataArea.cs new file mode 100644 index 0000000..5de1f67 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialDefinitionTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeMaterialDefinitionTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private MaterialDefinitionType[] materialDefinitionField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MaterialDefinition")] + public MaterialDefinitionType[] MaterialDefinition { + get { + return this.materialDefinitionField; + } + set { + this.materialDefinitionField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialInformationType.cs b/B2MML.NET/AcknowledgeMaterialInformationType.cs new file mode 100644 index 0000000..f1b8ee0 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeMaterialInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeMaterialInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeMaterialInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeMaterialInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeMaterialInformationTypeDataArea.cs new file mode 100644 index 0000000..330181a --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeMaterialInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private MaterialInformationType[] materialInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MaterialInformation")] + public MaterialInformationType[] MaterialInformation { + get { + return this.materialInformationField; + } + set { + this.materialInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialLotType.cs b/B2MML.NET/AcknowledgeMaterialLotType.cs new file mode 100644 index 0000000..3478d27 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialLotType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeMaterialLot", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeMaterialLotType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeMaterialLotTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeMaterialLotTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialLotTypeDataArea.cs b/B2MML.NET/AcknowledgeMaterialLotTypeDataArea.cs new file mode 100644 index 0000000..6591d17 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialLotTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeMaterialLotTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private MaterialLotType[] materialLotField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MaterialLot")] + public MaterialLotType[] MaterialLot { + get { + return this.materialLotField; + } + set { + this.materialLotField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialSubLotType.cs b/B2MML.NET/AcknowledgeMaterialSubLotType.cs new file mode 100644 index 0000000..5f55e77 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialSubLotType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeMaterialSubLot", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeMaterialSubLotType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeMaterialSubLotTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeMaterialSubLotTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialSubLotTypeDataArea.cs b/B2MML.NET/AcknowledgeMaterialSubLotTypeDataArea.cs new file mode 100644 index 0000000..fe967d8 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialSubLotTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeMaterialSubLotTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private MaterialSubLotType[] materialSubLotField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MaterialSubLot")] + public MaterialSubLotType[] MaterialSubLot { + get { + return this.materialSubLotField; + } + set { + this.materialSubLotField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialTestSpecType.cs b/B2MML.NET/AcknowledgeMaterialTestSpecType.cs new file mode 100644 index 0000000..ecc99f3 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialTestSpecType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeMaterialTestSpec", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeMaterialTestSpecType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeMaterialTestSpecTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeMaterialTestSpecTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeMaterialTestSpecTypeDataArea.cs b/B2MML.NET/AcknowledgeMaterialTestSpecTypeDataArea.cs new file mode 100644 index 0000000..544df00 --- /dev/null +++ b/B2MML.NET/AcknowledgeMaterialTestSpecTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeMaterialTestSpecTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private MaterialTestSpecificationType[] materialTestSpecField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("MaterialTestSpec")] + public MaterialTestSpecificationType[] MaterialTestSpec { + get { + return this.materialTestSpecField; + } + set { + this.materialTestSpecField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsCapabilityInformationType.cs b/B2MML.NET/AcknowledgeOperationsCapabilityInformationType.cs new file mode 100644 index 0000000..1af87e4 --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsCapabilityInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeOperationsCapabilityInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeOperationsCapabilityInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeOperationsCapabilityInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeOperationsCapabilityInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsCapabilityInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeOperationsCapabilityInformationTypeDataArea.cs new file mode 100644 index 0000000..11a9a08 --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsCapabilityInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeOperationsCapabilityInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private OperationsCapabilityInformationType[] operationsCapabilityInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OperationsCapabilityInformation")] + public OperationsCapabilityInformationType[] OperationsCapabilityInformation { + get { + return this.operationsCapabilityInformationField; + } + set { + this.operationsCapabilityInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsCapabilityType.cs b/B2MML.NET/AcknowledgeOperationsCapabilityType.cs new file mode 100644 index 0000000..9c209c1 --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsCapabilityType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeOperationsCapability", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeOperationsCapabilityType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeOperationsCapabilityTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeOperationsCapabilityTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsCapabilityTypeDataArea.cs b/B2MML.NET/AcknowledgeOperationsCapabilityTypeDataArea.cs new file mode 100644 index 0000000..0c01882 --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsCapabilityTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeOperationsCapabilityTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private OperationsCapabilityType[] operationsCapabilityField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OperationsCapability")] + public OperationsCapabilityType[] OperationsCapability { + get { + return this.operationsCapabilityField; + } + set { + this.operationsCapabilityField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsDefinitionInformationType.cs b/B2MML.NET/AcknowledgeOperationsDefinitionInformationType.cs new file mode 100644 index 0000000..778b863 --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsDefinitionInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeOperationsDefinitionInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeOperationsDefinitionInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeOperationsDefinitionInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeOperationsDefinitionInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsDefinitionInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeOperationsDefinitionInformationTypeDataArea.cs new file mode 100644 index 0000000..71bda3a --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsDefinitionInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeOperationsDefinitionInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private OperationsDefinitionInformationType[] operationsDefinitionInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OperationsDefinitionInformation")] + public OperationsDefinitionInformationType[] OperationsDefinitionInformation { + get { + return this.operationsDefinitionInformationField; + } + set { + this.operationsDefinitionInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsDefinitionType.cs b/B2MML.NET/AcknowledgeOperationsDefinitionType.cs new file mode 100644 index 0000000..6fa9076 --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsDefinitionType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeOperationsDefinition", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeOperationsDefinitionType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeOperationsDefinitionTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeOperationsDefinitionTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsDefinitionTypeDataArea.cs b/B2MML.NET/AcknowledgeOperationsDefinitionTypeDataArea.cs new file mode 100644 index 0000000..9c43f5f --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsDefinitionTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeOperationsDefinitionTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private OperationsDefinitionType[] operationsDefinitionField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OperationsDefinition")] + public OperationsDefinitionType[] OperationsDefinition { + get { + return this.operationsDefinitionField; + } + set { + this.operationsDefinitionField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsPerformanceType.cs b/B2MML.NET/AcknowledgeOperationsPerformanceType.cs new file mode 100644 index 0000000..ed2ae7f --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsPerformanceType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeOperationsPerformance", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeOperationsPerformanceType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeOperationsPerformanceTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeOperationsPerformanceTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsPerformanceTypeDataArea.cs b/B2MML.NET/AcknowledgeOperationsPerformanceTypeDataArea.cs new file mode 100644 index 0000000..a4b82cc --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsPerformanceTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeOperationsPerformanceTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private OperationsPerformanceType[] operationsPerformanceField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OperationsPerformance")] + public OperationsPerformanceType[] OperationsPerformance { + get { + return this.operationsPerformanceField; + } + set { + this.operationsPerformanceField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsScheduleType.cs b/B2MML.NET/AcknowledgeOperationsScheduleType.cs new file mode 100644 index 0000000..a749824 --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsScheduleType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeOperationsSchedule", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeOperationsScheduleType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeOperationsScheduleTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeOperationsScheduleTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeOperationsScheduleTypeDataArea.cs b/B2MML.NET/AcknowledgeOperationsScheduleTypeDataArea.cs new file mode 100644 index 0000000..c1e0634 --- /dev/null +++ b/B2MML.NET/AcknowledgeOperationsScheduleTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeOperationsScheduleTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private OperationsScheduleType[] operationsScheduleField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("OperationsSchedule")] + public OperationsScheduleType[] OperationsSchedule { + get { + return this.operationsScheduleField; + } + set { + this.operationsScheduleField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePersonType.cs b/B2MML.NET/AcknowledgePersonType.cs new file mode 100644 index 0000000..f7f021e --- /dev/null +++ b/B2MML.NET/AcknowledgePersonType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgePerson", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgePersonType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgePersonTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgePersonTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePersonTypeDataArea.cs b/B2MML.NET/AcknowledgePersonTypeDataArea.cs new file mode 100644 index 0000000..401d84c --- /dev/null +++ b/B2MML.NET/AcknowledgePersonTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgePersonTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private PersonType[] personField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Person")] + public PersonType[] Person { + get { + return this.personField; + } + set { + this.personField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePersonnelClassType.cs b/B2MML.NET/AcknowledgePersonnelClassType.cs new file mode 100644 index 0000000..5fd7128 --- /dev/null +++ b/B2MML.NET/AcknowledgePersonnelClassType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgePersonnelClass", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgePersonnelClassType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgePersonnelClassTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgePersonnelClassTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePersonnelClassTypeDataArea.cs b/B2MML.NET/AcknowledgePersonnelClassTypeDataArea.cs new file mode 100644 index 0000000..91960fc --- /dev/null +++ b/B2MML.NET/AcknowledgePersonnelClassTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgePersonnelClassTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private PersonnelClassType[] personnelClassField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PersonnelClass")] + public PersonnelClassType[] PersonnelClass { + get { + return this.personnelClassField; + } + set { + this.personnelClassField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePersonnelInformationType.cs b/B2MML.NET/AcknowledgePersonnelInformationType.cs new file mode 100644 index 0000000..a705840 --- /dev/null +++ b/B2MML.NET/AcknowledgePersonnelInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgePersonnelInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgePersonnelInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgePersonnelInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgePersonnelInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePersonnelInformationTypeDataArea.cs b/B2MML.NET/AcknowledgePersonnelInformationTypeDataArea.cs new file mode 100644 index 0000000..5749286 --- /dev/null +++ b/B2MML.NET/AcknowledgePersonnelInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgePersonnelInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private PersonnelInformationType[] personnelInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PersonnelInformation")] + public PersonnelInformationType[] PersonnelInformation { + get { + return this.personnelInformationField; + } + set { + this.personnelInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePhysicalAssetCapabilityTestSpecType.cs b/B2MML.NET/AcknowledgePhysicalAssetCapabilityTestSpecType.cs new file mode 100644 index 0000000..9333528 --- /dev/null +++ b/B2MML.NET/AcknowledgePhysicalAssetCapabilityTestSpecType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgePhysicalAssetCapabilityTestSpec", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgePhysicalAssetCapabilityTestSpecType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea.cs b/B2MML.NET/AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea.cs new file mode 100644 index 0000000..d341673 --- /dev/null +++ b/B2MML.NET/AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgePhysicalAssetCapabilityTestSpecTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private PhysicalAssetCapabilityTestSpecificationType[] physicalAssetCapabilityTestSpecField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PhysicalAssetCapabilityTestSpec")] + public PhysicalAssetCapabilityTestSpecificationType[] PhysicalAssetCapabilityTestSpec { + get { + return this.physicalAssetCapabilityTestSpecField; + } + set { + this.physicalAssetCapabilityTestSpecField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePhysicalAssetClassType.cs b/B2MML.NET/AcknowledgePhysicalAssetClassType.cs new file mode 100644 index 0000000..f274e94 --- /dev/null +++ b/B2MML.NET/AcknowledgePhysicalAssetClassType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgePhysicalAssetClass", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgePhysicalAssetClassType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgePhysicalAssetClassTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgePhysicalAssetClassTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePhysicalAssetClassTypeDataArea.cs b/B2MML.NET/AcknowledgePhysicalAssetClassTypeDataArea.cs new file mode 100644 index 0000000..f064715 --- /dev/null +++ b/B2MML.NET/AcknowledgePhysicalAssetClassTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgePhysicalAssetClassTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private PhysicalAssetClassType[] physicalAssetClassField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PhysicalAssetClass")] + public PhysicalAssetClassType[] PhysicalAssetClass { + get { + return this.physicalAssetClassField; + } + set { + this.physicalAssetClassField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePhysicalAssetInformationType.cs b/B2MML.NET/AcknowledgePhysicalAssetInformationType.cs new file mode 100644 index 0000000..ba1755a --- /dev/null +++ b/B2MML.NET/AcknowledgePhysicalAssetInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgePhysicalAssetInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgePhysicalAssetInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgePhysicalAssetInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgePhysicalAssetInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePhysicalAssetInformationTypeDataArea.cs b/B2MML.NET/AcknowledgePhysicalAssetInformationTypeDataArea.cs new file mode 100644 index 0000000..39b9a5b --- /dev/null +++ b/B2MML.NET/AcknowledgePhysicalAssetInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgePhysicalAssetInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private PhysicalAssetInformationType[] physicalAssetInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PhysicalAssetInformation")] + public PhysicalAssetInformationType[] PhysicalAssetInformation { + get { + return this.physicalAssetInformationField; + } + set { + this.physicalAssetInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePhysicalAssetType.cs b/B2MML.NET/AcknowledgePhysicalAssetType.cs new file mode 100644 index 0000000..90d8eb3 --- /dev/null +++ b/B2MML.NET/AcknowledgePhysicalAssetType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgePhysicalAsset", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgePhysicalAssetType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgePhysicalAssetTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgePhysicalAssetTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgePhysicalAssetTypeDataArea.cs b/B2MML.NET/AcknowledgePhysicalAssetTypeDataArea.cs new file mode 100644 index 0000000..b21c57b --- /dev/null +++ b/B2MML.NET/AcknowledgePhysicalAssetTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgePhysicalAssetTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private PhysicalAssetType[] physicalAssetField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("PhysicalAsset")] + public PhysicalAssetType[] PhysicalAsset { + get { + return this.physicalAssetField; + } + set { + this.physicalAssetField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProcessElementLibraryType.cs b/B2MML.NET/AcknowledgeProcessElementLibraryType.cs new file mode 100644 index 0000000..418d23b --- /dev/null +++ b/B2MML.NET/AcknowledgeProcessElementLibraryType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeProcessElementLibrary", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeProcessElementLibraryType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeProcessElementLibraryTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeProcessElementLibraryTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProcessElementLibraryTypeDataArea.cs b/B2MML.NET/AcknowledgeProcessElementLibraryTypeDataArea.cs new file mode 100644 index 0000000..e69d2d0 --- /dev/null +++ b/B2MML.NET/AcknowledgeProcessElementLibraryTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeProcessElementLibraryTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ProcessElementLibraryType[] processElementLibraryField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ProcessElementLibrary")] + public ProcessElementLibraryType[] ProcessElementLibrary { + get { + return this.processElementLibraryField; + } + set { + this.processElementLibraryField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProcessSegmentInformationType.cs b/B2MML.NET/AcknowledgeProcessSegmentInformationType.cs new file mode 100644 index 0000000..dca9519 --- /dev/null +++ b/B2MML.NET/AcknowledgeProcessSegmentInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeProcessSegmentInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeProcessSegmentInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeProcessSegmentInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeProcessSegmentInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProcessSegmentInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeProcessSegmentInformationTypeDataArea.cs new file mode 100644 index 0000000..d6dc7b5 --- /dev/null +++ b/B2MML.NET/AcknowledgeProcessSegmentInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeProcessSegmentInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ProcessSegmentInformationType[] processSegmentInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ProcessSegmentInformation")] + public ProcessSegmentInformationType[] ProcessSegmentInformation { + get { + return this.processSegmentInformationField; + } + set { + this.processSegmentInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProcessSegmentType.cs b/B2MML.NET/AcknowledgeProcessSegmentType.cs new file mode 100644 index 0000000..5bf9549 --- /dev/null +++ b/B2MML.NET/AcknowledgeProcessSegmentType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeProcessSegment", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeProcessSegmentType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeProcessSegmentTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeProcessSegmentTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProcessSegmentTypeDataArea.cs b/B2MML.NET/AcknowledgeProcessSegmentTypeDataArea.cs new file mode 100644 index 0000000..e01de50 --- /dev/null +++ b/B2MML.NET/AcknowledgeProcessSegmentTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeProcessSegmentTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ProcessSegmentType[] processSegmentField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ProcessSegment")] + public ProcessSegmentType[] ProcessSegment { + get { + return this.processSegmentField; + } + set { + this.processSegmentField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductDefinitionType.cs b/B2MML.NET/AcknowledgeProductDefinitionType.cs new file mode 100644 index 0000000..76e6f7e --- /dev/null +++ b/B2MML.NET/AcknowledgeProductDefinitionType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeProductDefinition", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeProductDefinitionType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeProductDefinitionTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeProductDefinitionTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductDefinitionTypeDataArea.cs b/B2MML.NET/AcknowledgeProductDefinitionTypeDataArea.cs new file mode 100644 index 0000000..6903bd1 --- /dev/null +++ b/B2MML.NET/AcknowledgeProductDefinitionTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeProductDefinitionTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ProductDefinitionType[] productDefinitionField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ProductDefinition")] + public ProductDefinitionType[] ProductDefinition { + get { + return this.productDefinitionField; + } + set { + this.productDefinitionField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductInformationType.cs b/B2MML.NET/AcknowledgeProductInformationType.cs new file mode 100644 index 0000000..74ec6a7 --- /dev/null +++ b/B2MML.NET/AcknowledgeProductInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeProductInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeProductInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeProductInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeProductInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeProductInformationTypeDataArea.cs new file mode 100644 index 0000000..a396e7e --- /dev/null +++ b/B2MML.NET/AcknowledgeProductInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeProductInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ProductInformationType[] productInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ProductInformation")] + public ProductInformationType[] ProductInformation { + get { + return this.productInformationField; + } + set { + this.productInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductionCapabilityType.cs b/B2MML.NET/AcknowledgeProductionCapabilityType.cs new file mode 100644 index 0000000..3d89c36 --- /dev/null +++ b/B2MML.NET/AcknowledgeProductionCapabilityType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeProductionCapability", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeProductionCapabilityType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeProductionCapabilityTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeProductionCapabilityTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductionCapabilityTypeDataArea.cs b/B2MML.NET/AcknowledgeProductionCapabilityTypeDataArea.cs new file mode 100644 index 0000000..b7bc850 --- /dev/null +++ b/B2MML.NET/AcknowledgeProductionCapabilityTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeProductionCapabilityTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ProductionCapabilityType[] productionCapabilityField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ProductionCapability")] + public ProductionCapabilityType[] ProductionCapability { + get { + return this.productionCapabilityField; + } + set { + this.productionCapabilityField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductionPerformanceType.cs b/B2MML.NET/AcknowledgeProductionPerformanceType.cs new file mode 100644 index 0000000..563e292 --- /dev/null +++ b/B2MML.NET/AcknowledgeProductionPerformanceType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeProductionPerformance", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeProductionPerformanceType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeProductionPerformanceTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeProductionPerformanceTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductionPerformanceTypeDataArea.cs b/B2MML.NET/AcknowledgeProductionPerformanceTypeDataArea.cs new file mode 100644 index 0000000..2fa15de --- /dev/null +++ b/B2MML.NET/AcknowledgeProductionPerformanceTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeProductionPerformanceTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ProductionPerformanceType[] productionPerformanceField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ProductionPerformance")] + public ProductionPerformanceType[] ProductionPerformance { + get { + return this.productionPerformanceField; + } + set { + this.productionPerformanceField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductionScheduleType.cs b/B2MML.NET/AcknowledgeProductionScheduleType.cs new file mode 100644 index 0000000..18638aa --- /dev/null +++ b/B2MML.NET/AcknowledgeProductionScheduleType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeProductionSchedule", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeProductionScheduleType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeProductionScheduleTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeProductionScheduleTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeProductionScheduleTypeDataArea.cs b/B2MML.NET/AcknowledgeProductionScheduleTypeDataArea.cs new file mode 100644 index 0000000..b571c6c --- /dev/null +++ b/B2MML.NET/AcknowledgeProductionScheduleTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeProductionScheduleTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ProductionScheduleType[] productionScheduleField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ProductionSchedule")] + public ProductionScheduleType[] ProductionSchedule { + get { + return this.productionScheduleField; + } + set { + this.productionScheduleField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeQualificationTestSpecificationType.cs b/B2MML.NET/AcknowledgeQualificationTestSpecificationType.cs new file mode 100644 index 0000000..1c0cbc7 --- /dev/null +++ b/B2MML.NET/AcknowledgeQualificationTestSpecificationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeQualificationTestSpecification", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeQualificationTestSpecificationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeQualificationTestSpecificationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeQualificationTestSpecificationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeQualificationTestSpecificationTypeDataArea.cs b/B2MML.NET/AcknowledgeQualificationTestSpecificationTypeDataArea.cs new file mode 100644 index 0000000..49bfb36 --- /dev/null +++ b/B2MML.NET/AcknowledgeQualificationTestSpecificationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeQualificationTestSpecificationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private QualificationTestSpecificationType[] qualificationTestSpecificationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("QualificationTestSpecification")] + public QualificationTestSpecificationType[] QualificationTestSpecification { + get { + return this.qualificationTestSpecificationField; + } + set { + this.qualificationTestSpecificationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeResourceConstraintLibraryType.cs b/B2MML.NET/AcknowledgeResourceConstraintLibraryType.cs new file mode 100644 index 0000000..e15bd50 --- /dev/null +++ b/B2MML.NET/AcknowledgeResourceConstraintLibraryType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeResourceConstraintLibrary", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeResourceConstraintLibraryType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeResourceConstraintLibraryTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeResourceConstraintLibraryTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeResourceConstraintLibraryTypeDataArea.cs b/B2MML.NET/AcknowledgeResourceConstraintLibraryTypeDataArea.cs new file mode 100644 index 0000000..89158c3 --- /dev/null +++ b/B2MML.NET/AcknowledgeResourceConstraintLibraryTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeResourceConstraintLibraryTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ResourceConstraintLibraryType[] resourceConstraintLibraryField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ResourceConstraintLibrary")] + public ResourceConstraintLibraryType[] ResourceConstraintLibrary { + get { + return this.resourceConstraintLibraryField; + } + set { + this.resourceConstraintLibraryField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeResourceNetworkConnectionInformationType.cs b/B2MML.NET/AcknowledgeResourceNetworkConnectionInformationType.cs new file mode 100644 index 0000000..ea70183 --- /dev/null +++ b/B2MML.NET/AcknowledgeResourceNetworkConnectionInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeResourceNetworkConnectionInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeResourceNetworkConnectionInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeResourceNetworkConnectionInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeResourceNetworkConnectionInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeResourceNetworkConnectionInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeResourceNetworkConnectionInformationTypeDataArea.cs new file mode 100644 index 0000000..b6549e0 --- /dev/null +++ b/B2MML.NET/AcknowledgeResourceNetworkConnectionInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeResourceNetworkConnectionInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ResourceNetworkConnectionInformationType[] resourceNetworkConnectionInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ResourceNetworkConnectionInformation")] + public ResourceNetworkConnectionInformationType[] ResourceNetworkConnectionInformation { + get { + return this.resourceNetworkConnectionInformationField; + } + set { + this.resourceNetworkConnectionInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeResourceRelationshipNetworkType.cs b/B2MML.NET/AcknowledgeResourceRelationshipNetworkType.cs new file mode 100644 index 0000000..987fd52 --- /dev/null +++ b/B2MML.NET/AcknowledgeResourceRelationshipNetworkType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeResourceRelationshipNetwork", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeResourceRelationshipNetworkType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeResourceRelationshipNetworkTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeResourceRelationshipNetworkTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeResourceRelationshipNetworkTypeDataArea.cs b/B2MML.NET/AcknowledgeResourceRelationshipNetworkTypeDataArea.cs new file mode 100644 index 0000000..98fac2b --- /dev/null +++ b/B2MML.NET/AcknowledgeResourceRelationshipNetworkTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeResourceRelationshipNetworkTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private ResourceRelationshipNetworkType[] resourceRelationshipNetworkField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("ResourceRelationshipNetwork")] + public ResourceRelationshipNetworkType[] ResourceRelationshipNetwork { + get { + return this.resourceRelationshipNetworkField; + } + set { + this.resourceRelationshipNetworkField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkAlertDefinitionType.cs b/B2MML.NET/AcknowledgeWorkAlertDefinitionType.cs new file mode 100644 index 0000000..b8fc1d9 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkAlertDefinitionType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkAlertDefinition", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkAlertDefinitionType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkAlertDefinitionTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkAlertDefinitionTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkAlertDefinitionTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkAlertDefinitionTypeDataArea.cs new file mode 100644 index 0000000..f8028e3 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkAlertDefinitionTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkAlertDefinitionTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkAlertDefinitionType[] workAlertDefinitionField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkAlertDefinition")] + public WorkAlertDefinitionType[] WorkAlertDefinition { + get { + return this.workAlertDefinitionField; + } + set { + this.workAlertDefinitionField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkAlertInformationType.cs b/B2MML.NET/AcknowledgeWorkAlertInformationType.cs new file mode 100644 index 0000000..552474f --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkAlertInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkAlertInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkAlertInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkAlertInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkAlertInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkAlertInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkAlertInformationTypeDataArea.cs new file mode 100644 index 0000000..da84d37 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkAlertInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkAlertInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkAlertInformationType[] workAlertInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkAlertInformation")] + public WorkAlertInformationType[] WorkAlertInformation { + get { + return this.workAlertInformationField; + } + set { + this.workAlertInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkAlertType.cs b/B2MML.NET/AcknowledgeWorkAlertType.cs new file mode 100644 index 0000000..3184897 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkAlertType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkAlert", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkAlertType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkAlertTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkAlertTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkAlertTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkAlertTypeDataArea.cs new file mode 100644 index 0000000..9e088da --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkAlertTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkAlertTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkAlertType[] workAlertField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkAlert")] + public WorkAlertType[] WorkAlert { + get { + return this.workAlertField; + } + set { + this.workAlertField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkCapabilityInformationType.cs b/B2MML.NET/AcknowledgeWorkCapabilityInformationType.cs new file mode 100644 index 0000000..af652cb --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkCapabilityInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkCapabilityInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkCapabilityInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkCapabilityInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkCapabilityInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkCapabilityInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkCapabilityInformationTypeDataArea.cs new file mode 100644 index 0000000..087918d --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkCapabilityInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkCapabilityInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkCapabilityInformationType[] workCapabilityInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkCapabilityInformation")] + public WorkCapabilityInformationType[] WorkCapabilityInformation { + get { + return this.workCapabilityInformationField; + } + set { + this.workCapabilityInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkCapabilityType.cs b/B2MML.NET/AcknowledgeWorkCapabilityType.cs new file mode 100644 index 0000000..887d663 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkCapabilityType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkCapability", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkCapabilityType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkCapabilityTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkCapabilityTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkCapabilityTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkCapabilityTypeDataArea.cs new file mode 100644 index 0000000..6a9fb8a --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkCapabilityTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkCapabilityTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkCapabilityType[] workCapabilityField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkCapability")] + public WorkCapabilityType[] WorkCapability { + get { + return this.workCapabilityField; + } + set { + this.workCapabilityField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkDefinitionInformationType.cs b/B2MML.NET/AcknowledgeWorkDefinitionInformationType.cs new file mode 100644 index 0000000..e632e4c --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkDefinitionInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkDefinitionInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkDefinitionInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkDefinitionInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkDefinitionInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkDefinitionInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkDefinitionInformationTypeDataArea.cs new file mode 100644 index 0000000..02d9caa --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkDefinitionInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkDefinitionInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkDefinitionInformationType[] workDefinitionInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkDefinitionInformation")] + public WorkDefinitionInformationType[] WorkDefinitionInformation { + get { + return this.workDefinitionInformationField; + } + set { + this.workDefinitionInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkDirectiveType.cs b/B2MML.NET/AcknowledgeWorkDirectiveType.cs new file mode 100644 index 0000000..3f1c33d --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkDirectiveType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkDirective", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkDirectiveType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkDirectiveTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkDirectiveTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkDirectiveTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkDirectiveTypeDataArea.cs new file mode 100644 index 0000000..b2c7e23 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkDirectiveTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkDirectiveTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkDirectiveType[] workDirectiveField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkDirective")] + public WorkDirectiveType[] WorkDirective { + get { + return this.workDirectiveField; + } + set { + this.workDirectiveField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkMasterType.cs b/B2MML.NET/AcknowledgeWorkMasterType.cs new file mode 100644 index 0000000..0d756ef --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkMasterType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkMaster", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkMasterType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkMasterTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkMasterTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkMasterTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkMasterTypeDataArea.cs new file mode 100644 index 0000000..0e1a9f4 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkMasterTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkMasterTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkMasterType[] workMasterField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkMaster")] + public WorkMasterType[] WorkMaster { + get { + return this.workMasterField; + } + set { + this.workMasterField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkPerformanceType.cs b/B2MML.NET/AcknowledgeWorkPerformanceType.cs new file mode 100644 index 0000000..666977f --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkPerformanceType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkPerformance", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkPerformanceType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkPerformanceTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkPerformanceTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkPerformanceTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkPerformanceTypeDataArea.cs new file mode 100644 index 0000000..b817d3c --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkPerformanceTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkPerformanceTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkPerformanceType[] workPerformanceField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkPerformance")] + public WorkPerformanceType[] WorkPerformance { + get { + return this.workPerformanceField; + } + set { + this.workPerformanceField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkScheduleType.cs b/B2MML.NET/AcknowledgeWorkScheduleType.cs new file mode 100644 index 0000000..b985118 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkScheduleType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkSchedule", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkScheduleType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkScheduleTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkScheduleTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkScheduleTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkScheduleTypeDataArea.cs new file mode 100644 index 0000000..43159e1 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkScheduleTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkScheduleTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkScheduleType[] workScheduleField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkSchedule")] + public WorkScheduleType[] WorkSchedule { + get { + return this.workScheduleField; + } + set { + this.workScheduleField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkflowSpecificationInformationType.cs b/B2MML.NET/AcknowledgeWorkflowSpecificationInformationType.cs new file mode 100644 index 0000000..46ac7d4 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkflowSpecificationInformationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkflowSpecificationInformation", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkflowSpecificationInformationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkflowSpecificationInformationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkflowSpecificationInformationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkflowSpecificationInformationTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkflowSpecificationInformationTypeDataArea.cs new file mode 100644 index 0000000..0383cc7 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkflowSpecificationInformationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkflowSpecificationInformationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkflowSpecificationInformationType[] workflowSpecificationInformationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkflowSpecificationInformation")] + public WorkflowSpecificationInformationType[] WorkflowSpecificationInformation { + get { + return this.workflowSpecificationInformationField; + } + set { + this.workflowSpecificationInformationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkflowSpecificationType.cs b/B2MML.NET/AcknowledgeWorkflowSpecificationType.cs new file mode 100644 index 0000000..360e458 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkflowSpecificationType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkflowSpecification", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkflowSpecificationType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkflowSpecificationTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkflowSpecificationTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkflowSpecificationTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkflowSpecificationTypeDataArea.cs new file mode 100644 index 0000000..451ee59 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkflowSpecificationTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkflowSpecificationTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkflowSpecificationType[] workflowSpecificationField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkflowSpecification")] + public WorkflowSpecificationType[] WorkflowSpecification { + get { + return this.workflowSpecificationField; + } + set { + this.workflowSpecificationField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkflowSpecificationTypeType.cs b/B2MML.NET/AcknowledgeWorkflowSpecificationTypeType.cs new file mode 100644 index 0000000..178f692 --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkflowSpecificationTypeType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("AcknowledgeWorkflowSpecificationType", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AcknowledgeWorkflowSpecificationTypeType { + + private TransApplicationAreaType applicationAreaField; + + private AcknowledgeWorkflowSpecificationTypeTypeDataArea dataAreaField; + + private string releaseIDField; + + private string versionIDField; + + /// + public TransApplicationAreaType ApplicationArea { + get { + return this.applicationAreaField; + } + set { + this.applicationAreaField = value; + } + } + + /// + public AcknowledgeWorkflowSpecificationTypeTypeDataArea DataArea { + get { + return this.dataAreaField; + } + set { + this.dataAreaField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string releaseID { + get { + return this.releaseIDField; + } + set { + this.releaseIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string versionID { + get { + return this.versionIDField; + } + set { + this.versionIDField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AcknowledgeWorkflowSpecificationTypeTypeDataArea.cs b/B2MML.NET/AcknowledgeWorkflowSpecificationTypeTypeDataArea.cs new file mode 100644 index 0000000..1e0100d --- /dev/null +++ b/B2MML.NET/AcknowledgeWorkflowSpecificationTypeTypeDataArea.cs @@ -0,0 +1,36 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AcknowledgeWorkflowSpecificationTypeTypeDataArea { + + private TransAcknowledgeType acknowledgeField; + + private WorkflowSpecificationTypeType[] workflowSpecificationTypeField; + + /// + public TransAcknowledgeType Acknowledge { + get { + return this.acknowledgeField; + } + set { + this.acknowledgeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("WorkflowSpecificationType")] + public WorkflowSpecificationTypeType[] WorkflowSpecificationType { + get { + return this.workflowSpecificationTypeField; + } + set { + this.workflowSpecificationTypeField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/ActualBatchSizeType.cs b/B2MML.NET/ActualBatchSizeType.cs new file mode 100644 index 0000000..1935436 --- /dev/null +++ b/B2MML.NET/ActualBatchSizeType.cs @@ -0,0 +1,12 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("ActualBatchSize", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class ActualBatchSizeType : NumericType { + } +} \ No newline at end of file diff --git a/B2MML.NET/ActualEndTimeType.cs b/B2MML.NET/ActualEndTimeType.cs new file mode 100644 index 0000000..95eb6c7 --- /dev/null +++ b/B2MML.NET/ActualEndTimeType.cs @@ -0,0 +1,12 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("ActualEndTime", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class ActualEndTimeType : DateTimeType { + } +} \ No newline at end of file diff --git a/B2MML.NET/ActualEquipmentIDType.cs b/B2MML.NET/ActualEquipmentIDType.cs new file mode 100644 index 0000000..576db56 --- /dev/null +++ b/B2MML.NET/ActualEquipmentIDType.cs @@ -0,0 +1,12 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("ActualEquipmentID", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class ActualEquipmentIDType : IdentifierType { + } +} \ No newline at end of file diff --git a/B2MML.NET/ActualFinishTimeType.cs b/B2MML.NET/ActualFinishTimeType.cs new file mode 100644 index 0000000..6a650d9 --- /dev/null +++ b/B2MML.NET/ActualFinishTimeType.cs @@ -0,0 +1,11 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class ActualFinishTimeType : DateTimeType { + } +} \ No newline at end of file diff --git a/B2MML.NET/ActualProductProducedType.cs b/B2MML.NET/ActualProductProducedType.cs new file mode 100644 index 0000000..640db4b --- /dev/null +++ b/B2MML.NET/ActualProductProducedType.cs @@ -0,0 +1,11 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class ActualProductProducedType : IdentifierType { + } +} \ No newline at end of file diff --git a/B2MML.NET/ActualStartTimeType.cs b/B2MML.NET/ActualStartTimeType.cs new file mode 100644 index 0000000..140e881 --- /dev/null +++ b/B2MML.NET/ActualStartTimeType.cs @@ -0,0 +1,12 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("ActualStartTime", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class ActualStartTimeType : DateTimeType { + } +} \ No newline at end of file diff --git a/B2MML.NET/AlarmDataType.cs b/B2MML.NET/AlarmDataType.cs new file mode 100644 index 0000000..a10521f --- /dev/null +++ b/B2MML.NET/AlarmDataType.cs @@ -0,0 +1,61 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AlarmDataType { + + private CodeType alarmEventField; + + private CodeType alarmTypeField; + + private ValueType[] alarmLimitField; + + private IdentifierType[] priorityField; + + /// + public CodeType AlarmEvent { + get { + return this.alarmEventField; + } + set { + this.alarmEventField = value; + } + } + + /// + public CodeType AlarmType { + get { + return this.alarmTypeField; + } + set { + this.alarmTypeField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("AlarmLimit")] + public ValueType[] AlarmLimit { + get { + return this.alarmLimitField; + } + set { + this.alarmLimitField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Priority")] + public IdentifierType[] Priority { + get { + return this.priorityField; + } + set { + this.priorityField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AnyGenericValueType.cs b/B2MML.NET/AnyGenericValueType.cs new file mode 100644 index 0000000..0a3c73b --- /dev/null +++ b/B2MML.NET/AnyGenericValueType.cs @@ -0,0 +1,416 @@ +namespace B2MML.NET +{ + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ValueStringType))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(QuantityStringType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AnyGenericValueType { + + private string currencyIDField; + + private string currencyCodeListVersionIDField; + + private string encodingCodeField; + + private string formatField; + + private string characterSetCodeField; + + private string listIDField; + + private string listAgencyIDField; + + private string listAgencyNameField; + + private string listNameField; + + private string listVersionIDField; + + private string languageIDField; + + private string languageLocaleIDField; + + private string listURIField; + + private string listSchemaURIField; + + private string mimeCodeField; + + private string nameField; + + private string schemaIDField; + + private string schemaNameField; + + private string schemaAgencyIDField; + + private string schemaAgencyNameField; + + private string schemaVersionIDField; + + private string schemaDataURIField; + + private string schemaURIField; + + private string unitCodeField; + + private string unitCodeListIDField; + + private string unitCodeListAgencyIDField; + + private string unitCodeListAgencyNameField; + + private string unitCodeListVersionIDField; + + private string filenameField; + + private string uriField; + + private string valueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string currencyID { + get { + return this.currencyIDField; + } + set { + this.currencyIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string currencyCodeListVersionID { + get { + return this.currencyCodeListVersionIDField; + } + set { + this.currencyCodeListVersionIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string encodingCode { + get { + return this.encodingCodeField; + } + set { + this.encodingCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string format { + get { + return this.formatField; + } + set { + this.formatField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string characterSetCode { + get { + return this.characterSetCodeField; + } + set { + this.characterSetCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string listID { + get { + return this.listIDField; + } + set { + this.listIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string listAgencyID { + get { + return this.listAgencyIDField; + } + set { + this.listAgencyIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string listAgencyName { + get { + return this.listAgencyNameField; + } + set { + this.listAgencyNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string listName { + get { + return this.listNameField; + } + set { + this.listNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string listVersionID { + get { + return this.listVersionIDField; + } + set { + this.listVersionIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="language")] + public string languageID { + get { + return this.languageIDField; + } + set { + this.languageIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string languageLocaleID { + get { + return this.languageLocaleIDField; + } + set { + this.languageLocaleIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string listURI { + get { + return this.listURIField; + } + set { + this.listURIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string listSchemaURI { + get { + return this.listSchemaURIField; + } + set { + this.listSchemaURIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string mimeCode { + get { + return this.mimeCodeField; + } + set { + this.mimeCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string name { + get { + return this.nameField; + } + set { + this.nameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string schemaID { + get { + return this.schemaIDField; + } + set { + this.schemaIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string schemaName { + get { + return this.schemaNameField; + } + set { + this.schemaNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string schemaAgencyID { + get { + return this.schemaAgencyIDField; + } + set { + this.schemaAgencyIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string schemaAgencyName { + get { + return this.schemaAgencyNameField; + } + set { + this.schemaAgencyNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string schemaVersionID { + get { + return this.schemaVersionIDField; + } + set { + this.schemaVersionIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string schemaDataURI { + get { + return this.schemaDataURIField; + } + set { + this.schemaDataURIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string schemaURI { + get { + return this.schemaURIField; + } + set { + this.schemaURIField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string unitCode { + get { + return this.unitCodeField; + } + set { + this.unitCodeField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string unitCodeListID { + get { + return this.unitCodeListIDField; + } + set { + this.unitCodeListIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string unitCodeListAgencyID { + get { + return this.unitCodeListAgencyIDField; + } + set { + this.unitCodeListAgencyIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string unitCodeListAgencyName { + get { + return this.unitCodeListAgencyNameField; + } + set { + this.unitCodeListAgencyNameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="normalizedString")] + public string unitCodeListVersionID { + get { + return this.unitCodeListVersionIDField; + } + set { + this.unitCodeListVersionIDField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string filename { + get { + return this.filenameField; + } + set { + this.filenameField = value; + } + } + + /// + [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] + public string uri { + get { + return this.uriField; + } + set { + this.uriField = value; + } + } + + /// + [System.Xml.Serialization.XmlTextAttribute()] + public string Value { + get { + return this.valueField; + } + set { + this.valueField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/ApprovalDateType.cs b/B2MML.NET/ApprovalDateType.cs new file mode 100644 index 0000000..a37cb1b --- /dev/null +++ b/B2MML.NET/ApprovalDateType.cs @@ -0,0 +1,12 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("ApprovalDate", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class ApprovalDateType : DateTimeType { + } +} \ No newline at end of file diff --git a/B2MML.NET/ApprovalHistoryType.cs b/B2MML.NET/ApprovalHistoryType.cs new file mode 100644 index 0000000..9d9cafd --- /dev/null +++ b/B2MML.NET/ApprovalHistoryType.cs @@ -0,0 +1,62 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("ApprovalHistory", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class ApprovalHistoryType { + + private FinalApprovalDateType finalApprovalDateField; + + private VersionType versionField; + + private DescriptionType[] descriptionField; + + private IndividualApprovalType[] individualApprovalField; + + /// + public FinalApprovalDateType FinalApprovalDate { + get { + return this.finalApprovalDateField; + } + set { + this.finalApprovalDateField = value; + } + } + + /// + public VersionType Version { + get { + return this.versionField; + } + set { + this.versionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("Description")] + public DescriptionType[] Description { + get { + return this.descriptionField; + } + set { + this.descriptionField = value; + } + } + + /// + [System.Xml.Serialization.XmlElementAttribute("IndividualApproval")] + public IndividualApprovalType[] IndividualApproval { + get { + return this.individualApprovalField; + } + set { + this.individualApprovalField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/ApprovedByType.cs b/B2MML.NET/ApprovedByType.cs new file mode 100644 index 0000000..c152434 --- /dev/null +++ b/B2MML.NET/ApprovedByType.cs @@ -0,0 +1,12 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("ApprovedBy", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class ApprovedByType : NameType { + } +} \ No newline at end of file diff --git a/B2MML.NET/AssemblyRelationship1Type.cs b/B2MML.NET/AssemblyRelationship1Type.cs new file mode 100644 index 0000000..6741bc2 --- /dev/null +++ b/B2MML.NET/AssemblyRelationship1Type.cs @@ -0,0 +1,12 @@ +namespace B2MML.NET +{ + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(AssemblyRelationshipType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AssemblyRelationship1Type : CodeType { + } +} \ No newline at end of file diff --git a/B2MML.NET/AssemblyRelationshipType.cs b/B2MML.NET/AssemblyRelationshipType.cs new file mode 100644 index 0000000..242ac08 --- /dev/null +++ b/B2MML.NET/AssemblyRelationshipType.cs @@ -0,0 +1,24 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AssemblyRelationshipType : AssemblyRelationship1Type { + + private string otherValueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string OtherValue { + get { + return this.otherValueField; + } + set { + this.otherValueField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AssemblyType1Type.cs b/B2MML.NET/AssemblyType1Type.cs new file mode 100644 index 0000000..97a1487 --- /dev/null +++ b/B2MML.NET/AssemblyType1Type.cs @@ -0,0 +1,12 @@ +namespace B2MML.NET +{ + /// + [System.Xml.Serialization.XmlIncludeAttribute(typeof(AssemblyTypeType))] + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AssemblyType1Type : CodeType { + } +} \ No newline at end of file diff --git a/B2MML.NET/AssemblyTypeType.cs b/B2MML.NET/AssemblyTypeType.cs new file mode 100644 index 0000000..c9556d7 --- /dev/null +++ b/B2MML.NET/AssemblyTypeType.cs @@ -0,0 +1,24 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + public partial class AssemblyTypeType : AssemblyType1Type { + + private string otherValueField; + + /// + [System.Xml.Serialization.XmlAttributeAttribute()] + public string OtherValue { + get { + return this.otherValueField; + } + set { + this.otherValueField = value; + } + } + } +} \ No newline at end of file diff --git a/B2MML.NET/AuthorType.cs b/B2MML.NET/AuthorType.cs new file mode 100644 index 0000000..547bb07 --- /dev/null +++ b/B2MML.NET/AuthorType.cs @@ -0,0 +1,12 @@ +namespace B2MML.NET +{ + /// + [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.mesa.org/xml/B2MML-V0600")] + [System.Xml.Serialization.XmlRootAttribute("Author", Namespace="http://www.mesa.org/xml/B2MML-V0600", IsNullable=false)] + public partial class AuthorType : IdentifierType { + } +} \ No newline at end of file diff --git a/B2MML.NET/B2MML.NET.csproj b/B2MML.NET/B2MML.NET.csproj index 14ad095..f3fc1bc 100644 --- a/B2MML.NET/B2MML.NET.csproj +++ b/B2MML.NET/B2MML.NET.csproj @@ -40,8 +40,1366 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +