Plug In Software Item

Plug In Software Item is special type of software item that compliments and works together with a Software Item. For example, a plug-in software item may provide specific format translation capabilities (extension) that are not normally provided by the Software Item

Child Components

Type Code 0..1
Action Code 0..1
Service Indicator 0..1
Identifier 0..∞
Revision Identifier 0..1
Variation Identifier 0..1
UUID 0..1
Source Identifier 0..1
Party Identifier 0..1
Item Identifier Set 0..∞
Related Identifier 0..∞
Customer Item Identification 0..1
Manufacturer Item Identification 0..1
Supplier Item Identification 0..1
UPCID 0..1
EPCID 0..1
GTINID 0..1
Description 0..∞
Note 0..∞
Classification 0..∞
Operational Role 0..∞
Performance Parameter 0..∞
Failure Mode Analysis 0..∞
Specification 0..∞
Hazardous Material 0..∞
Substance 0..∞
Packaging 0..∞
Dimensions 0..∞
Export Control 0..∞
Harmonized Tariff 0..∞
Trademark 0..∞
Document Reference 0..∞
Attachment 0..∞
Country Of Origin Code 0..1
Usage Restriction Code 0..∞
Formulation Code 0..1
RFID 0..1
Serial Number Identifier 0..∞
Lot 0..∞
Manufacturing Party 0..∞
Party 0..∞
Name 0..∞
Product Name 0..∞
Brand Name 0..∞
Variety Name 0..∞
Item Treatment 0..∞
Benefit 0..∞
UOM 0..∞
Primary UOM 0..1
Variable Weight Indicator 0..1
Superseded By Item Reference 0..∞
Capability 0..∞
Security Classification 0..∞
Finished Item Indicator 0..∞
Sequence Number 0..1
Maintenance Level 0..∞
Distribution Channel 0..∞
Processing Time Period 0..∞
Signature 0..∞
Supplier Party 0..∞
License 0..∞
Vulnerability 0..∞
Related Item Reference 0..∞
Extension 1..1

UML Class Model

The following link opens the SVG image in a separate browser tab.
You can save the file locally and use it, for example, in PowerPoint.
SVG File
@startuml

class PlugInSoftwareItem {
    String TypeCode
    CodeList ActionCode
    String ServiceIndicator
    String Identifier
    String RevisionIdentifier
    String VariationIdentifier
    String UUID
    String SourceIdentifier
    String PartyIdentifier
    String UPCID
    String EPCID
    String GTINID
    String Description
    String Note
    String CountryOfOriginCode
    String UsageRestrictionCode
    String FormulationCode
    String RFID
    String SerialNumberIdentifier
    String Name
    String ProductName
    String BrandName
    String VarietyName
    String VariableWeightIndicator
    String FinishedItemIndicator
    String SequenceNumber
}

class "ItemIdentifierSet"{}
class "RelatedIdentifier"{}
class "CustomerItemIdentification"{}
class "ManufacturerItemIdentification"{}
class "SupplierItemIdentification"{}
class "Classification"{}
class "OperationalRole"{}
class "PerformanceParameter"{}
class "FailureModeAnalysis"{}
class "Specification"{}
class "HazardousMaterial"{}
class "Substance"{}
class "Packaging"{}
class "Dimensions"{}
class "ExportControl"{}
class "HarmonizedTariff"{}
class "Trademark"{}
class "DocumentReference"{}
class "Attachment"{}
class "Lot"{}
class "ManufacturingParty"{}
class "Party"{}
class "ItemTreatment"{}
class "Benefit"{}
class "UOM"{}
class "PrimaryUOM"{}
class "SupersededByItemReference"{}
class "Capability"{}
class "SecurityClassification"{}
class "MaintenanceLevel"{}
class "DistributionChannel"{}
class "ProcessingTimePeriod"{}
class "Signature"{}
class "SupplierParty"{}
class "License"{}
class "Vulnerability"{}
class "RelatedItemReference"{}

PlugInSoftwareItem o-d- "0...∞" "ItemIdentifierSet"
PlugInSoftwareItem o-r- "0...∞" "RelatedIdentifier"
PlugInSoftwareItem o-u- "0...1" "CustomerItemIdentification"
PlugInSoftwareItem o-l- "0...1" "ManufacturerItemIdentification"
PlugInSoftwareItem o-d- "0...1" "SupplierItemIdentification"
PlugInSoftwareItem o-u- "0...∞" "Classification"
PlugInSoftwareItem o-d- "0...∞" "OperationalRole"
PlugInSoftwareItem o-u- "0...∞" "PerformanceParameter"
PlugInSoftwareItem o-d- "0...∞" "FailureModeAnalysis"
PlugInSoftwareItem o-u- "0...∞" "Specification"
PlugInSoftwareItem o-d- "0...∞" "HazardousMaterial"
PlugInSoftwareItem o-u- "0...∞" "Substance"
PlugInSoftwareItem o-d- "0...∞" "Packaging"
PlugInSoftwareItem o-u- "0...∞" "Dimensions"
PlugInSoftwareItem o-d- "0...∞" "ExportControl"
PlugInSoftwareItem o-u- "0...∞" "HarmonizedTariff"
PlugInSoftwareItem o-d- "0...∞" "Trademark"
PlugInSoftwareItem o-u- "0...∞" "DocumentReference"
PlugInSoftwareItem o-d- "0...∞" "Attachment"
PlugInSoftwareItem o-u- "0...∞" "Lot"
PlugInSoftwareItem o-d- "0...∞" "ManufacturingParty"
PlugInSoftwareItem o-u- "0...∞" "Party"
PlugInSoftwareItem o-d- "0...∞" "ItemTreatment"
PlugInSoftwareItem o-u- "0...∞" "Benefit"
PlugInSoftwareItem o-d- "0...∞" "UOM"
PlugInSoftwareItem o-u- "0...1" "PrimaryUOM"
PlugInSoftwareItem o-d- "0...∞" "SupersededByItemReference"
PlugInSoftwareItem o-u- "0...∞" "Capability"
PlugInSoftwareItem o-d- "0...∞" "SecurityClassification"
PlugInSoftwareItem o-u- "0...∞" "MaintenanceLevel"
PlugInSoftwareItem o-d- "0...∞" "DistributionChannel"
PlugInSoftwareItem o-u- "0...∞" "ProcessingTimePeriod"
PlugInSoftwareItem o-d- "0...∞" "Signature"
PlugInSoftwareItem o-u- "0...∞" "SupplierParty"
PlugInSoftwareItem o-d- "0...∞" "License"
PlugInSoftwareItem o-u- "0...∞" "Vulnerability"
PlugInSoftwareItem o-d- "0...∞" "RelatedItemReference"

hide circle
@enduml

Where Used

Following is a list of components that have Plug In Software Item as a child component.

Feedback

OAGi and its members welcome your feedback.

UUID: e3c92e9ae2324ea186cea5394f4dfb05

connectSpec (OAGIS) Version 10.12