Partilhar via


Item Bill Of Material in ESG data model

Base entity from which all Industry Data Model entities are derived.

Traits

Traits for this entity are listed here.

is.CDM.entityVersion

ParameterValueData typeExplanation
versionNumber"4.3"stringsemantic version number of the entity

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enBase entity from which all Industry Data Model entities are derived.
enThe Bill Of Material (BOM) used to create the item. The BOM lists the items (materials) that are part of the item. BOMs are used to describe the structure of products from an engineering and production perspective. The most common approach to do so is to use the concept of "single level" bills of material. With this approach, the BOM for an item includes only the direct components for that item. However, a component item might also have lower-level components, expressed through a single level bill of material for the component itself. This approach is very powerful, allowing the structure of extremely complex items to be expressed through a nested structure of as many single level BOMs as is necessary. The BOM is expressed through this Item Bill of Material that contains attributes pertinent to the general structure, combined with it's dependent entity called Item Bill of Material Line, which describes the component items that comprise the structure.
entitya reference to the constant entity holding the list of localized text

is.identifiedBy
Names a specific identity attribute to use with an entity.

ParameterValueData typeExplanation
attributeItemBillOfMaterial/(resolvedAttributes)/ItemBillOfMaterialIdattribute

minimumObjectModelVersion
Minimum version of the object model required to fully understand the data schema used.

ParameterValueData typeExplanation
versionNumber"1.2.3"string

is.IDM.modelVersion
Semantic version number of the IDM.

ParameterValueData typeExplanation
versionNumber"1.6.0"string

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define other identification values.

ParameterValueData typeExplanation
identifier"{F7232F9A-5A65-4D6D-AD0C-32DBEB343FF4}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nativeTo.businessArea
The name of the business area from which the entity originates.

ParameterValueData typeExplanation
name"Inventory"string

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enItem Bill Of Material
entitya reference to the constant entity holding the list of localized text

has.entitySchemaAbstractionLevel
A level of abstraction assigned to an Entity schema. Logical schema descriptions use complex dataTypes, inheritance, and entities as attributes. Resolved descriptions contain none of those things, only final trait and attribute sets are shown. A composition schema manipulates, guides or restates parts of logical schemas to produce one resolved schema.

ParameterValueData typeExplanation
level"resolved"stringPossible values: logical, composition, resolved

Attributes

Name Description First Included in Instance
ItemSku The Stock Keeping Unit identifier, which is typically used for inventory-related activities. ItemBillOfMaterial
ItemBillOfMaterialId A specific item may have alternate bills of material. The Item Bill of Material ID identifies a specific bill of material within the context of a specific Item (SKU). ItemBillOfMaterial
PrimaryBillOfMaterialIndicator Indicates whether the material is the primary bill of material. ItemBillOfMaterial
BomLevelNumber The Bill of Material level for the associated Item/BOM components. ItemBillOfMaterial
EngineeringSpecificationNumber The Engineering Specification Number that addresses the associated BOM/Item Level. ItemBillOfMaterial
ItemBillOfMaterialPeriodStartDate A Bill of Material might be valid for only a specific period of time. It could be superseded by a different bill of material. This is the start date for that period of time. ItemBillOfMaterial
ItemBillOfMaterialPeriodEndDate A Bill of Material might be valid for only a specific period of time. It could be superseded by a different bill of material. This is the end date for that period of time. ItemBillOfMaterial
ItemBillOfMaterialNote A note, comment or additional detail regarding the Item Bill of Material. ItemBillOfMaterial

ItemSku

The Stock Keeping Unit identifier, which is typically used for inventory-related activities.
First included in: ItemBillOfMaterial (this entity)

Properties

NameValue
displayNameItem SKU
descriptionThe Stock Keeping Unit identifier, which is typically used for inventory-related activities.
isPrimaryKeytrue
dataFormatstring
maximumLength40

Traits

List of traits for the ItemSku attribute are listed here.

is.dataFormat.character
is.dataFormat.big
Indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
Indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String. Array of Byte is a Binary Object.

is.identifiedBy
Names a specific identity attribute to use with an entity.

ParameterValueData typeExplanation
attributeItemBillOfMaterial/(resolvedAttributes)/ItemSkuattribute

is.linkedEntity.identifier
Marks the attribute(s) that hold foreign key references to a linked (used as an attribute) entity. This attribute is added to the resolved entity to enumerate the referenced entities.

ParameterValueData typeExplanation
entityReferences
entityReferenceattributeReference
Item.cdm.json/ItemItemSku
entitya reference to the constant entity holding the list of entity references

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enItem SKU
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe Stock Keeping Unit identifier, which is typically used for inventory-related activities.
entitya reference to the constant entity holding the list of localized text

is.constrained
Maximum length or value constraints.

ParameterValueData typeExplanation
maximumLength"40"integer

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define other identification values.

ParameterValueData typeExplanation
identifier"{03481623-A4AB-4AD9-B177-085213D21AEA}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.dataFormat.character
is.dataFormat.array
Indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String. Array of Byte is a Binary Object.

ItemBillOfMaterialId

A specific item may have alternate bills of material. The Item Bill of Material ID identifies a specific bill of material within the context of a specific Item (SKU).
First included in: ItemBillOfMaterial (this entity)

Properties

NameValue
displayNameItem Bill of Material ID
descriptionA specific item may have alternate bills of material. The Item Bill of Material ID identifies a specific bill of material within the context of a specific Item (SKU).
isPrimaryKeytrue
dataFormatint64

Traits

List of traits for the ItemBillOfMaterialId attribute are listed here.

is.dataFormat.integer
is.dataFormat.big
Indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.identifiedBy
Names a specific identity attribute to use with an entity.

ParameterValueData typeExplanation
attributeItemBillOfMaterial/(resolvedAttributes)/ItemBillOfMaterialIdattribute

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define other identification values.

ParameterValueData typeExplanation
identifier"{BCD82148-5A92-4C42-AA00-2E8C09959141}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enItem Bill of Material ID
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enA specific item may have alternate bills of material. The Item Bill of Material ID identifies a specific bill of material within the context of a specific Item (SKU).
entitya reference to the constant entity holding the list of localized text

is.dataFormat.integer
is.dataFormat.big
Indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

PrimaryBillOfMaterialIndicator

Indicates whether the material is the primary bill of material.
First included in: ItemBillOfMaterial (this entity)

Properties

NameValue
displayNamePrimary Bill of Material Indicator
descriptionIndicates whether the material is the primary bill of material.
dataFormatboolean
isNullabletrue

Traits

List of traits for the PrimaryBillOfMaterialIndicator attribute are listed here.

is.dataFormat.boolean
has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define other identification values.

ParameterValueData typeExplanation
identifier"{6878200F-34DC-421F-92FB-7D9A62A0ED74}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enPrimary Bill of Material Indicator
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enIndicates whether the material is the primary bill of material.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.boolean

BomLevelNumber

The Bill of Material level for the associated Item/BOM components.
First included in: ItemBillOfMaterial (this entity)

Properties

NameValue
displayNameBOM Level Number
descriptionThe Bill of Material level for the associated Item/BOM components.
dataFormatint32

Traits

List of traits for the BomLevelNumber attribute are listed here.

is.dataFormat.integer
has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define other identification values.

ParameterValueData typeExplanation
identifier"{FB4934F0-4F51-4E9A-997C-80FD540C2661}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enBOM Level Number
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe Bill of Material level for the associated Item/BOM components.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.integer

EngineeringSpecificationNumber

The Engineering Specification Number that addresses the associated BOM/Item Level.
First included in: ItemBillOfMaterial (this entity)

Properties

NameValue
displayNameEngineering Specification Number
descriptionThe Engineering Specification Number that addresses the associated BOM/Item Level.
dataFormatint32
isNullabletrue

Traits

List of traits for the EngineeringSpecificationNumber attribute are listed here.

is.dataFormat.integer
has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define other identification values.

ParameterValueData typeExplanation
identifier"{B4317ED0-5A2C-4E8D-BD3D-02BE267BB8A3}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enEngineering Specification Number
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enThe Engineering Specification Number that addresses the associated BOM/Item Level.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.integer

ItemBillOfMaterialPeriodStartDate

A Bill of Material might be valid for only a specific period of time. It could be superseded by a different bill of material. This is the start date for that period of time.
First included in: ItemBillOfMaterial (this entity)

Properties

NameValue
displayNameItem Bill of Material Period Start Date
descriptionA Bill of Material might be valid for only a specific period of time. It could be superseded by a different bill of material. This is the start date for that period of time.
dataFormatdate
isNullabletrue

Traits

List of traits for the ItemBillOfMaterialPeriodStartDate attribute are listed here.

is.dataFormat.date
means.measurement.date
has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define other identification values.

ParameterValueData typeExplanation
identifier"{521F9729-E9CB-439F-B046-D9AEC6F7C77E}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enItem Bill of Material Period Start Date
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enA Bill of Material might be valid for only a specific period of time. It could be superseded by a different bill of material. This is the start date for that period of time.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.date

ItemBillOfMaterialPeriodEndDate

A Bill of Material might be valid for only a specific period of time. It could be superseded by a different bill of material. This is the end date for that period of time.
First included in: ItemBillOfMaterial (this entity)

Properties

NameValue
displayNameItem Bill of Material Period End Date
descriptionA Bill of Material might be valid for only a specific period of time. It could be superseded by a different bill of material. This is the end date for that period of time.
dataFormatdate
isNullabletrue

Traits

List of traits for the ItemBillOfMaterialPeriodEndDate attribute are listed here.

is.dataFormat.date
means.measurement.date
has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define other identification values.

ParameterValueData typeExplanation
identifier"{17C11FBA-D624-4303-B72C-5CB46C8857D2}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enItem Bill of Material Period End Date
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enA Bill of Material might be valid for only a specific period of time. It could be superseded by a different bill of material. This is the end date for that period of time.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.date

ItemBillOfMaterialNote

A note, comment or additional detail regarding the Item Bill of Material.
First included in: ItemBillOfMaterial (this entity)

Properties

NameValue
displayNameItem Bill of Material Note
descriptionA note, comment or additional detail regarding the Item Bill of Material.
dataFormatstring
maximumLength2048
isNullabletrue

Traits

List of traits for the ItemBillOfMaterialNote attribute are listed here.

is.dataFormat.character
is.dataFormat.big
Indicates an atomic but multi-unit version of a fundamental type such as a multi byte encoded character, a double precision float, a long integer.

is.dataFormat.array
Indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String. Array of Byte is a Binary Object.

has.schemaObjectIdentifier
The schema object has an identifier, which is a string, specified as the parameter of the trait. It allows writers to define other identification values.

ParameterValueData typeExplanation
identifier"{251267BB-4A30-450B-A2B3-D54D716D44A0}"stringThe identifier for the schema object. There's no uniqueness guarantee enforced by CDM. It's a contract between reader and writer of the schema.

is.nullable
The attribute value can be set to NULL.

is.localized.displayedAs
Holds the list of language specific display text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enItem Bill of Material Note
entitya reference to the constant entity holding the list of localized text

is.localized.describedAs
Holds the list of language specific descriptive text for an object.

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enA note, comment or additional detail regarding the Item Bill of Material.
entitya reference to the constant entity holding the list of localized text

is.constrained
Maximum length or value constraints.

ParameterValueData typeExplanation
maximumLength"2048"integer

is.dataFormat.character
is.dataFormat.array
Indicates a contiguous sequence of fundamental units that should be taken as a whole and considered one value. Array of Character is a String. Array of Byte is a Binary Object.