Visual Diagram
classDiagram
class Organization
Organization : +organizationName
Organization : +tradingName
Organization : +gln
Organization : +leiCode
Organization : +eori
Organization : +additionalOrganizationId
Organization : +additionalOrganizationIdType
Organization : +address
Organization --|> PostalAddress : address
Organization : +email
Organization : +telephone
Organization : +website
click PostalAddress href "PostalAddress.html" "dppk:PostalAddress"
style PostalAddress stroke:#2962ff,color:#2962ff
Description
A general concept for any organization or legal entity involved in the product lifecycle.
Properties
| Property | Description | Type |
|---|---|---|
| Organization Name (dppk:organizationName) | The official legal name of the organization. | xsd:string |
| Trading Name (dppk:tradingName) | The name under which the organization conducts business, if different from the legal name. | xsd:string |
| Global Location Number (GLN) (dppk:gln) | A GS1 standard identifier for legal entities, functional departments, or physical locations. | xsd:string |
| Legal Entity Identifier (LEI) (dppk:leiCode) | A standardized global identifier for legal entities. | xsd:string |
| Economic Operators Registration and Identification (EORI) (dppk:eori) | A unique identifier assigned by a customs authority in the EU to economic operators. | xsd:string |
| Additional Organization ID (dppk:additionalOrganizationId) | An identifier for the organization other than GLN or LEI (e.g., EORI, VAT ID). Must be used in conjunction with additionalOrganizationIdType. | xsd:string |
| Additional Organization ID Type (dppk:additionalOrganizationIdType) | The type of the identifier provided in additionalOrganizationId (e.g., 'EORI', 'VAT'). | xsd:string |
| Address (dppk:address) | Relates an organization to its physical address. | dppk:PostalAddress |
| Email Address (dppk:email) | The email address for contacting the organization. | |
| Telephone Number (dppk:telephone) | The telephone number for contacting the organization. | |
| Website (dppk:website) | The URL of the organization's website. | xsd:anyURI |
