Class: NoticeContactInformation
Specifies notice information including address and, optionally, an associated person. This type also supports the ISDA CSA representation as a single string, through the address attribute in Contact Information.
URI: common_domain_model:NoticeContactInformation
classDiagram
class NoticeContactInformation
click NoticeContactInformation href "../NoticeContactInformation/"
ContactInformation <|-- NoticeContactInformation
click ContactInformation href "../ContactInformation/"
NoticeContactInformation : additionalInformation
NoticeContactInformation : address
NoticeContactInformation --> "*" Address : address
click Address href "../Address/"
NoticeContactInformation : email
NoticeContactInformation : naturalPerson
NoticeContactInformation --> "*" NaturalPerson : naturalPerson
click NaturalPerson href "../NaturalPerson/"
NoticeContactInformation : telephone
NoticeContactInformation --> "*" TelephoneNumber : telephone
click TelephoneNumber href "../TelephoneNumber/"
NoticeContactInformation : webPage
Inheritance
- ContactInformation
- NoticeContactInformation
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| naturalPerson | * NaturalPerson |
Optional information about people involved in a transaction or business proce... | direct |
| additionalInformation | 0..1 string |
Additional information on the recipient | direct |
| telephone | * TelephoneNumber |
The telephone number | ContactInformation |
| address | * Address |
The street/postal address | ContactInformation |
| * string |
The email address | ContactInformation | |
| webPage | * string |
The web page | ContactInformation |
Usages
| used by | used in | type | used |
|---|---|---|---|
| NoticeInformationElection | additionalContactInformation | range | NoticeContactInformation |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:NoticeContactInformation |
| native | common_domain_model:NoticeContactInformation |
LinkML Source
Direct
name: NoticeContactInformation
description: Specifies notice information including address and, optionally, an associated
person. This type also supports the ISDA CSA representation as a single string,
through the address attribute in Contact Information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ContactInformation
slots:
- naturalPerson
- additionalInformation
Induced
name: NoticeContactInformation
description: Specifies notice information including address and, optionally, an associated
person. This type also supports the ISDA CSA representation as a single string,
through the address attribute in Contact Information.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: ContactInformation
attributes:
naturalPerson:
name: naturalPerson
description: Optional information about people involved in a transaction or business
process.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: NoticeContactInformation
domain_of:
- NoticeContactInformation
range: NaturalPerson
multivalued: true
inlined: true
inlined_as_list: true
additionalInformation:
name: additionalInformation
description: Additional information on the recipient.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: NoticeContactInformation
domain_of:
- NoticeContactInformation
- TransferContactInformation
- ProcessAgentElection
range: string
telephone:
name: telephone
description: The telephone number.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: NoticeContactInformation
domain_of:
- ContactInformation
range: TelephoneNumber
multivalued: true
inlined: true
inlined_as_list: true
address:
name: address
description: The street/postal address.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: NoticeContactInformation
domain_of:
- ContactInformation
range: Address
multivalued: true
inlined: true
inlined_as_list: true
email:
name: email
description: The email address.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: NoticeContactInformation
domain_of:
- ContactInformation
range: string
multivalued: true
webPage:
name: webPage
description: The web page. This attribute is not specified as part of the FpML
ContactInformation complex type.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: NoticeContactInformation
domain_of:
- ContactInformation
range: string
multivalued: true