Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview


Format

PwsContactRole

Elements

Element

Data Type

Description

Sample Data

ProjectRoleIdentity

PwsProjectRoleRef



RoleName

String



Usage Example(s)

Example 01
                     <a:PwsContactRole>
                        <a:ProjectRoleIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <a:RoleName>Engagement Manager</a:RoleName>
                     </a:PwsContactRole>
Example 01
                     <a:PwsContactRole>
                        <a:ProjectRoleIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRoleId i:nil="true"/>
                           <b:ProjectRoleUid>1152921504609599038</b:ProjectRoleUid>
                        </a:ProjectRoleIdentity>
                        <a:RoleName>PM</a:RoleName>
                     </a:PwsContactRole>
  • No labels