Enterprise Administration > Windchill Data Loading > Introduction to Data Loading and the LoadFromFile Framework > Existing Load Methods > More About wt.inf.team.ix.LoadSharedTeam
  
More About wt.inf.team.ix.LoadSharedTeam
The load file must contain a set of tags that defines the team. For example, assume you want to import a shared team with the following information:
Shared team name: Design Team
Description: Corporate team members responsible for designs
Owner: User performing the load. By default, the user performing the load becomes the owner. If you want to set a different owner, include the UID of the user in the csvsharedTeamOwner tag.
Invitation: Welcome to the Design Team!
The shared team is enabled and extendable
The content of the XML file you use to perform the load is as follows:
<?xml version="1.0"?>
<!DOCTYPE NmLoader SYSTEM "standardX20.dtd">


<NmLoader>
<csvCreateSharedTeam handler="wt.inf.team.ix.LoadSharedTeam.create
SharedTeam">
<csvsharedTeamName>Design Team</csvsharedTeamName>
<csvsharedTeamDescription>Corporate team members responsible for
designs</csvsharedTeamDescription>
<csvsharedTeamOwner></csvsharedTeamOwner>
<csvsharedTeamInvitation>Welcome to the Design Team!</csvshared
TeamInvitation>
<csvsharedTeamEnabled>true</csvsharedTeamEnabled>
<csvsharedTeamExtendable>true</csvsharedTeamExtendable>
</csvCreateSharedTeam>
</NmLoader>
Shared teams must be loaded into an existing organization context. For more information about shared teams, see About Shared Teams.