Dela via


Facility 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.
enSpecific facilities may have constraints that limit them to producing an item using specific bill(s) of material for that item. These could be either the primary or alternate BOM for the item. Facility Item Bill of Material contains the ITEM BOMs that the facility is able to produce.
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
attributeFacilityItemBillOfMaterial/(resolvedAttributes)/FacilityItemBillOfMaterialPeriodStartDateattribute

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"{63EB42C1-8FCD-4C9C-A954-A4579F6FC793}"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"Manufacturing"string

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

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enFacility Item 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
FacilityId The unique identifier of a Facility. FacilityItemBillOfMaterial
ItemSku The Stock Keeping Unit identifier, which is typically used for inventory-related activities. FacilityItemBillOfMaterial
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). FacilityItemBillOfMaterial
FacilityItemBillOfMaterialPeriodStartDate A facility item bill of material might be in effect for a specific period of time. This is the start date of the effective period (effective from). FacilityItemBillOfMaterial
FacilityItemBillOfMaterialPeriodEndDate A facility item bill of material might be in effect for a specific period of time. This is the end date of the effective period (effective to). FacilityItemBillOfMaterial
FacilityItemBillOfMaterialNote A note, comment or additional detail regarding the Facility Item Bill of Material. FacilityItemBillOfMaterial

FacilityId

The unique identifier of a Facility.
First included in: FacilityItemBillOfMaterial (this entity)

Properties

NameValue
displayNameFacility ID
descriptionThe unique identifier of a Facility.
isPrimaryKeytrue
dataFormatint32

Traits

List of traits for the FacilityId attribute are listed here.

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

ParameterValueData typeExplanation
attributeFacilityItemBillOfMaterial/(resolvedAttributes)/FacilityIdattribute

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
Facility.cdm.json/FacilityFacilityId
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
enFacility 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
enThe unique identifier of a Facility.
entitya reference to the constant entity holding the list of localized text

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"{70B8FDA7-8B1D-4BDB-8A5F-2F04C3E78D96}"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.integer

ItemSku

The Stock Keeping Unit identifier, which is typically used for inventory-related activities.
First included in: FacilityItemBillOfMaterial (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
attributeFacilityItemBillOfMaterial/(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
ItemBillOfMaterial.cdm.json/ItemBillOfMaterialItemSku
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"{6B3FA05C-08D5-41AA-A05D-DF869C63628D}"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: FacilityItemBillOfMaterial (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
attributeFacilityItemBillOfMaterial/(resolvedAttributes)/ItemBillOfMaterialIdattribute

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
ItemBillOfMaterial.cdm.json/ItemBillOfMaterialItemBillOfMaterialId
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 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

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"{38770C97-A805-4C86-85E4-21F682C85CBA}"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.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.

FacilityItemBillOfMaterialPeriodStartDate

A facility item bill of material might be in effect for a specific period of time. This is the start date of the effective period (effective from).
First included in: FacilityItemBillOfMaterial (this entity)

Properties

NameValue
displayNameFacility Item Bill of Material Period Start Date
descriptionA facility item bill of material might be in effect for a specific period of time. This is the start date of the effective period (effective from).
isPrimaryKeytrue
dataFormatdate

Traits

List of traits for the FacilityItemBillOfMaterialPeriodStartDate attribute are listed here.

is.dataFormat.date
means.measurement.date
is.identifiedBy
Names a specific identity attribute to use with an entity.

ParameterValueData typeExplanation
attributeFacilityItemBillOfMaterial/(resolvedAttributes)/FacilityItemBillOfMaterialPeriodStartDateattribute

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"{191549D2-A709-4107-8E50-E494F14AF4EF}"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
enFacility Item 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 facility item bill of material might be in effect for a specific period of time. This is the start date of the effective period (effective from).
entitya reference to the constant entity holding the list of localized text

is.dataFormat.date

FacilityItemBillOfMaterialPeriodEndDate

A facility item bill of material might be in effect for a specific period of time. This is the end date of the effective period (effective to).
First included in: FacilityItemBillOfMaterial (this entity)

Properties

NameValue
displayNameFacility Item Bill of Material Period End Date
descriptionA facility item bill of material might be in effect for a specific period of time. This is the end date of the effective period (effective to).
dataFormatdate
isNullabletrue

Traits

List of traits for the FacilityItemBillOfMaterialPeriodEndDate 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"{07F4838A-807A-43B3-95B1-2E0CAB578533}"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
enFacility Item 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 facility item bill of material might be in effect for a specific period of time. This is the end date of the effective period (effective to).
entitya reference to the constant entity holding the list of localized text

is.dataFormat.date

FacilityItemBillOfMaterialNote

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

Properties

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

Traits

List of traits for the FacilityItemBillOfMaterialNote 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"{0541080C-CEBB-4ACA-81AB-1BB3FE6E79EC}"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
enFacility Item 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 Facility 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.