Station in ESG data model

Traits

Traits for this entity are listed below.

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 ESG Data Model entities are derived.
enA Station is a specific location within a work center or production area. It's usually used to perform a focused task or operation within the overall production process. Stations can be part of a larger work center or exist independently, depending on the configuration of the facility and the desired workflow.
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
attributeStation/(resolvedAttributes)/StationIdattribute

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"2.0.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 more identification values.

ParameterValueData typeExplanation
identifier"{27C2F5E1-9CEA-41E6-922D-3557AE5B205B}"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"Facility"string

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

ParameterValueData typeExplanation
localizedDisplayText
languageTagdisplayText
enStation
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
StationId The unique identifier of a Station. Sustainability/esg-data-model/Station
StationName The common name by which the Station is known. Sustainability/esg-data-model/Station
StationIdentifierCode This is the alphanumeric identifier for a Station. Alphanumeric identifier codes are often assigned by facilities management organizations to designate facilities, buildings, floors, areas, rooms etc. Sustainability/esg-data-model/Station
StationDescription The description of a Station. Sustainability/esg-data-model/Station
StationPlanogram A graphic representation of the Line + Station configuration. Sustainability/esg-data-model/Station
ConfigurableStationIndicator Indicates that the station may be configured for one or more lines or uses. Sustainability/esg-data-model/Station
StationTypeId The unique identifier of the Station Type. Sustainability/esg-data-model/Station
WarehouseId The unique identifier of a Warehouse. Sustainability/esg-data-model/Station

StationId

The unique identifier of a Station. First included in: Sustainability/esg-data-model/Station (this entity)

Properties

NameValue
displayNameStation ID
descriptionThe unique identifier of a Station.
isPrimaryKeytrue
dataFormatint32

Traits

List of traits for the StationId attribute are listed below.

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

ParameterValueData typeExplanation
attributeStation/(resolvedAttributes)/StationIdattribute

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

ParameterValueData typeExplanation
identifier"{CD9D1FF6-AB2F-4992-A21F-08B3B7C5E746}"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
enStation 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 Station.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.integer

StationName

The common name by which the Station is known. First included in: Sustainability/esg-data-model/Station (this entity)

Properties

NameValue
displayNameStation Name
descriptionThe common name by which the Station is known.
dataFormatstring
maximumLength256
isNullabletrue

Traits

List of traits for the StationName attribute are listed below.

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, and 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 more identification values.

ParameterValueData typeExplanation
identifier"{11498D02-A2BE-46F1-917D-DAFDC4C260FA}"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
enStation Name
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 common name by which the Station is known.
entitya reference to the constant entity holding the list of localized text

is.constrained
maximum length or value constraints

ParameterValueData typeExplanation
maximumLength"256"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, and Array of Byte is a Binary Object.

StationIdentifierCode

This is the alphanumeric identifier for a Station. Alphanumeric identifier codes are often assigned by facilities management organizations to designate facilities, buildings, floors, areas, rooms etc. First included in: Sustainability/esg-data-model/Station (this entity)

Properties

NameValue
displayNameStation Identifier Code
descriptionThis is the alphanumeric identifier for a Station. Alphanumeric identifier codes are often assigned by facilities management organizations to designate facilities, buildings, floors, areas, rooms etc.
dataFormatstring
maximumLength20
isNullabletrue

Traits

List of traits for the StationIdentifierCode attribute are listed below.

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, and 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 more identification values.

ParameterValueData typeExplanation
identifier"{0242C9FA-7AA9-4A72-A2BF-071A56BAEE0E}"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
enStation Identifier Code
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
enThis is the alphanumeric identifier for a Station. Alphanumeric identifier codes are often assigned by facilities management organizations to designate facilities, buildings, floors, areas, rooms etc.
entitya reference to the constant entity holding the list of localized text

is.constrained
maximum length or value constraints

ParameterValueData typeExplanation
maximumLength"20"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, and Array of Byte is a Binary Object.

StationDescription

The description of a Station. First included in: Sustainability/esg-data-model/Station (this entity)

Properties

NameValue
displayNameStation Description
descriptionThe description of a Station.
dataFormatstring
maximumLength2048
isNullabletrue

Traits

List of traits for the StationDescription attribute are listed below.

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, and 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 more identification values.

ParameterValueData typeExplanation
identifier"{81BFCE76-2C55-418B-AFFE-F13E6DE5C033}"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
enStation Description
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 description of a Station.
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, and Array of Byte is a Binary Object.

StationPlanogram

A graphic representation of the Line + Station configuration. First included in: Sustainability/esg-data-model/Station (this entity)

Properties

NameValue
displayNameStation Planogram
descriptionA graphic representation of the Line + Station configuration.
dataFormatbinary
isNullabletrue

Traits

List of traits for the StationPlanogram attribute are listed below.

is.dataFormat.byte
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, and 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 more identification values.

ParameterValueData typeExplanation
identifier"{B70C1D8D-73C0-41FA-AE10-D4D9E3FEA808}"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
enStation Planogram
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 graphic representation of the Line + Station configuration.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.byte
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, and Array of Byte is a Binary Object.

ConfigurableStationIndicator

Indicates that the station may be configured for one or more lines or uses. First included in: Sustainability/esg-data-model/Station (this entity)

Properties

NameValue
displayNameConfigurable Station Indicator
descriptionIndicates that the station may be configured for one or more lines or uses.
dataFormatboolean
isNullabletrue

Traits

List of traits for the ConfigurableStationIndicator attribute are listed below.

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 more identification values.

ParameterValueData typeExplanation
identifier"{0DAA30A2-C9AE-4B58-8711-B04535253CF6}"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
enConfigurable Station 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 that the station may be configured for one or more lines or uses.
entitya reference to the constant entity holding the list of localized text

is.dataFormat.boolean

StationTypeId

The unique identifier of the Station Type. First included in: Sustainability/esg-data-model/Station (this entity)

Properties

NameValue
displayNameStation Type ID
descriptionThe unique identifier of the Station Type.
dataFormatint32
isNullabletrue

Traits

List of traits for the StationTypeId attribute are listed below.

is.dataFormat.integer
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
enStation Type 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 the Station Type.
entitya reference to the constant entity holding the list of localized text

is.linkedEntity.identifier
Marks the attributes 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
StationType.cdm.json/StationTypeStationTypeId
entitya reference to the constant entity holding the list of entity references

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

ParameterValueData typeExplanation
identifier"{E3312C2B-E834-4493-BE42-9C1A8EC5E275}"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

WarehouseId

The unique identifier of a Warehouse. First included in: Sustainability/esg-data-model/Station (this entity)

Properties

NameValue
displayNameWarehouse ID
descriptionThe unique identifier of a Warehouse.
dataFormatint32
isNullabletrue

Traits

List of traits for the WarehouseId attribute are listed below.

is.dataFormat.integer
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
enWarehouse 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 Warehouse.
entitya reference to the constant entity holding the list of localized text

is.linkedEntity.identifier
Marks the attributes 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
Warehouse.cdm.json/WarehouseWarehouseId
entitya reference to the constant entity holding the list of entity references

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

ParameterValueData typeExplanation
identifier"{9F1486AE-B133-4824-9A25-C2AA512D5E28}"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