Sample XML: Project Organizational Structure

The following XML example shows how to add a project-based organizational structure to FlexNet Manager for Engineering Applications. The notes attribute can contain up to 1,000 characters.

Note:The isnew flag has been deprecated. The flag must be present in the XML file, but the value is not processed

<?xml version="1.0" encoding="UTF-8"?>

<orgStructures startDate="2005-01-01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="orgStructure.xsd">

<projectOrgStructure name="Sample Projects Org Structure" isNew="true">

<projectOrgNode name="FlexNet" notes="FlexNet projects">

<project name="FlexNet Manager" displayName="FlexNet Manager" />

<project name="FlexNet Operations" displayName="FlexNet Operations" />

</projectOrgNode>

</projectOrgStructure>

</orgStructures>

The notes attribute can contain up to 1,000 characters.

See Also