Receiver
Identifies the intended receiver of the given BOD instance.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: ReceiverType
Properties: Global, Qualified, ID: oagis-id-cb6c3067a41544b691746b805f702d4c
Content
- Sequence [1..1]
- LogicalID [0..1] Provides the logical location of the server and applications from which the Business Object Document originated. It can be used to establish a logical to physical mapping, however its use is optional. Each system or combination of systems should maintain an external central reference table containing the logical names or logical addresses of the application systems in the integration configuration. This enables the logical names to be mapped to the physical network addresses of the resources needed on the network. Note: The technical implementation of this Domain Naming Service is not dictated by this specification. This logical to physical mapping may be done at execution time by the application itself or by a middleware transport mechanism, depending on the integration architecture used. This provides for a simple but effective directory access capability while maintaining application independence from the physical location of those resources on the network
- ComponentID [0..1] Provides a finer level of control than Logical Identifier and represents the business application that issued the Business Object Document. Its use is optional. The Open Applications Group has not constructed the list of valid Component names. A suggestion for naming is to use the application component names used in the scenario diagrams in section two of OAGIS. Example Components may be Inventory, or Payroll.
- ID [0..*] Is the Identifiers of the given instance of an entity within the scope of the integration. The schemeAgencyID attribute identifies the party that provided or knows this party by the given identifier.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | ||
partyRoleCode | [0..1] | CodeType_1E7368 |
Used in
- Type ApplicationAreaBaseType
- Type ApplicationAreaType via extension of ApplicationAreaBaseType (Elements ApplicationArea, OriginalApplicationArea)
Sample instance
<Receiver> <LogicalID>normalizedString</LogicalID> <ComponentID>normalizedString</ComponentID> <ID/> </Receiver>