Parepared By/For
This addresses:
- Prepared By (Third Party)
- Prepared By (CSP/Self-Prepared)
- Prepared For (CSP)
The pattern is the same, regardless of the circumstances. The appropriate party is associated with the appropriate role.
Use the following values for role-id in roles and responsible-roles:
prepared-byprepared-for
Representation
metadata:
roles:
- id: prepared-by
title: Prepared By
- id: prepared-for
title: Prepared For\
parties:
- uuid: 11111111-2222-4000-8000-004000000001
type: organization
name: Cloud Service Provider (CSP) Name
short-name: CSP Acronym/Short Name
responsible-parties:
- role-id: prepared-by
party-uuids:
- 11111111-2222-4000-8000-004000000001
XPath Queries
- Prepared For (CSP) Details:
/*/metadata/party[@id=[/*/metadata/responsible-party[@role-id='prepared-for']/party-id]]/org/org-name - Prepared For Details:
/*/metadata/party[@id=[/*/metadata/responsible-party[@role-id='prepared-for']/party-id]]/org/org-name
NOTE: Replace "org-name" with "address/addr-line", "address/city", "address/state", or "address/zip" as needed. There may be more than one addr-line.