Customer Account 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
Parameter | Value | Data type | Explanation |
---|---|---|---|
versionNumber | "4.3" | string | semantic version number of the entity |
is.localized.describedAs
Holds the list of language specific descriptive text for an object.
Parameter | Value | Data type | Explanation | ||||||
---|---|---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.identifiedBy
Names a specific identity attribute to use with an entity.
Parameter | Value | Data type | Explanation |
---|---|---|---|
attribute | CustomerAccount/(resolvedAttributes)/CustomerAccountId | attribute |
minimumObjectModelVersion
Minimum version of the object model required to fully understand the data schema used.
Parameter | Value | Data type | Explanation |
---|---|---|---|
versionNumber | "1.2.3" | string |
is.IDM.modelVersion
Semantic version number of the IDM.
Parameter | Value | Data type | Explanation |
---|---|---|---|
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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{063C0BCA-94B6-44E9-AA0B-C8C4EC607B42}" | string | The 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
name | "Customer Account" | string |
is.localized.displayedAs
Holds the list of language specific display text for an object.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
level | "resolved" | string | Possible values: logical, composition, resolved |
Attributes
Name | Description | First Included in Instance |
---|---|---|
CustomerAccountId | The unique identifier of a Customer Account. | CustomerAccount |
CustomerAccountName | The name of the Customer Account. | CustomerAccount |
CustomerAccountOpenedDate | The date that the customer account was opened.Note:This date may be the same as the churn-from date if There's a churn-from relationship identified. | CustomerAccount |
CustomerAccountClosedDate | The date that the customer account was closed.Note:This date may be the same as the churn-to date if There's a churn-to relationship identified. | CustomerAccount |
GlobalServiceRelationshipNumber | The Global Service Relationship Number (GSRN) is part of the GS1 system of standards. It's used to identify the relationship between a service provider and a service recipient. | CustomerAccount |
CustomerId | The unique identifier of a Customer. | CustomerAccount |
ResponsibilityCenterId | The unique identifier of a Responsibility Center. | CustomerAccount |
SubaccountOfCustomerAccountId | The unique identifier of a Customer Account. | CustomerAccount |
LedgerId | The unique identifier of a Ledger. | CustomerAccount |
LedgerAccountNumber | The unique identifier of a Ledger Account. | CustomerAccount |
IsoCurrencyCode | The ISO 4217 currency code. | CustomerAccount |
CustomerAccountTypeId | The unique identifier of a Customer Account Type. | CustomerAccount |
CustomerAccountApplicationNumber | The application number associated with the creation of the Customer Account. | CustomerAccount |
CustomerAccountId
The unique identifier of a Customer Account.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Customer Account ID |
description | The unique identifier of a Customer Account. |
isPrimaryKey | true |
dataFormat | int64 |
Traits
List of traits for the CustomerAccountId 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
attribute | CustomerAccount/(resolvedAttributes)/CustomerAccountId | attribute |
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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{032A59A0-BE7C-4942-9594-49D7BC2FEC15}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
CustomerAccountName
The name of the Customer Account.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Customer Account Name |
description | The name of the Customer Account. |
dataFormat | string |
maximumLength | 256 |
isNullable | true |
Traits
List of traits for the CustomerAccountName 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{0DCA75D3-A1F8-48D4-8912-E6816BBE9C18}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.constrained
Maximum length or value constraints.
Parameter | Value | Data type | Explanation |
---|---|---|---|
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. Array of Byte is a Binary Object.
CustomerAccountOpenedDate
The date that the customer account was opened.
Note:
This date may be the same as the churn-from date if There's a churn-from relationship identified.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Customer Account Opened Date |
description | The date that the customer account was opened.
Note: This date may be the same as the churn-from date if There's a churn-from relationship identified. |
dataFormat | date |
isNullable | true |
Traits
List of traits for the CustomerAccountOpenedDate 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{0E13C5AB-9C38-4E6D-B48C-2182CB404C20}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.dataFormat.date
CustomerAccountClosedDate
The date that the customer account was closed.
Note:
This date may be the same as the churn-to date if There's a churn-to relationship identified.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Customer Account Closed Date |
description | The date that the customer account was closed.
Note: This date may be the same as the churn-to date if There's a churn-to relationship identified. |
dataFormat | date |
isNullable | true |
Traits
List of traits for the CustomerAccountClosedDate 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{0026C6F5-0AE0-4CB1-A578-05F8D3465765}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.dataFormat.date
GlobalServiceRelationshipNumber
The Global Service Relationship Number (GSRN) is part of the GS1 system of standards. It's used to identify the relationship between a service provider and a service recipient.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Global Service Relationship Number (GSRN) |
description | The Global Service Relationship Number (GSRN) is part of the GS1 system of standards. It's used to identify the relationship between a service provider and a service recipient. |
dataFormat | decimal |
isNullable | true |
Traits
List of traits for the GlobalServiceRelationshipNumber attribute are listed here.
is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values
Parameter | Value | Data type | Explanation |
---|---|---|---|
precision | "18" | integer | the total number of significant digits |
scale | "0" | integer | the number of digits to the right of the decimal place |
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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{203AC701-4C2F-4F8C-AA48-A32468792D44}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.dataFormat.numeric.shaped
for setting the exact precision and scale of numeric values
CustomerId
The unique identifier of a Customer.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Customer ID |
description | The unique identifier of a Customer. |
dataFormat | int64 |
isNullable | true |
Traits
List of traits for the CustomerId 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.nullable
The attribute value can be set to NULL.
is.localized.displayedAs
Holds the list of language specific display text for an object.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
entityReferences |
| entity | a 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 other identification values.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{0D6EFEA5-3134-4D7B-965D-D0A3FA49D10D}" | string | The 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.
ResponsibilityCenterId
The unique identifier of a Responsibility Center.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Responsibility Center ID |
description | The unique identifier of a Responsibility Center. |
dataFormat | int32 |
isNullable | true |
Traits
List of traits for the ResponsibilityCenterId 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{033A607C-D5FD-4920-94AE-ADA9EB00A08A}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.dataFormat.integer
SubaccountOfCustomerAccountId
The unique identifier of a Customer Account.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Subaccount Of Customer Account ID |
description | The unique identifier of a Customer Account. |
dataFormat | int64 |
isNullable | true |
Traits
List of traits for the SubaccountOfCustomerAccountId 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.nullable
The attribute value can be set to NULL.
is.localized.displayedAs
Holds the list of language specific display text for an object.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
entityReferences |
| entity | a 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 other identification values.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{30CE285F-537A-43A1-A8D6-8A554AF9D51D}" | string | The 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.
LedgerId
The unique identifier of a Ledger.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Ledger ID |
description | The unique identifier of a Ledger. |
dataFormat | int32 |
isNullable | true |
Traits
List of traits for the LedgerId 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{10503450-5604-42EC-A4B8-372AB090C94E}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.dataFormat.integer
LedgerAccountNumber
The unique identifier of a Ledger Account.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Ledger Account Number |
description | The unique identifier of a Ledger Account. |
dataFormat | string |
maximumLength | 20 |
isNullable | true |
Traits
List of traits for the LedgerAccountNumber 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{26BD68DF-A8C9-4F81-B9F7-6940CC48CC60}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.constrained
Maximum length or value constraints.
Parameter | Value | Data type | Explanation |
---|---|---|---|
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. Array of Byte is a Binary Object.
IsoCurrencyCode
The ISO 4217 currency code.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | ISO Currency Code |
description | The ISO 4217 currency code. |
dataFormat | string |
maximumLength | 3 |
isNullable | true |
Traits
List of traits for the IsoCurrencyCode 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.nullable
The attribute value can be set to NULL.
is.localized.displayedAs
Holds the list of language specific display text for an object.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.constrained
Maximum length or value constraints.
Parameter | Value | Data type | Explanation |
---|---|---|---|
maximumLength | "3" | integer |
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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
entityReferences |
| entity | a 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 other identification values.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{129F4EDA-8F27-4A8F-AEA0-12D3307D85DB}" | string | The 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.
CustomerAccountTypeId
The unique identifier of a Customer Account Type.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Customer Account Type ID |
description | The unique identifier of a Customer Account Type. |
dataFormat | int32 |
isNullable | true |
Traits
List of traits for the CustomerAccountTypeId 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{0BD656CD-68DA-4B45-BD13-F334271C0E63}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.dataFormat.integer
CustomerAccountApplicationNumber
The application number associated with the creation of the Customer Account.
First included in: CustomerAccount (this entity)
Properties
Name | Value |
---|---|
displayName | Customer Account Application Number |
description | The application number associated with the creation of the Customer Account. |
dataFormat | int32 |
isNullable | true |
Traits
List of traits for the CustomerAccountApplicationNumber 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.
Parameter | Value | Data type | Explanation |
---|---|---|---|
identifier | "{0F028C3E-C8A2-423C-8507-086977468C5F}" | string | The 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a 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.
Parameter | Value | Data type | Explanation | ||||
---|---|---|---|---|---|---|---|
localizedDisplayText |
| entity | a reference to the constant entity holding the list of localized text |
is.dataFormat.integer