Sample XML: License Server Host Organizational Structure

The following XML example shows how to add a license server host–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">

<hostOrgStructure name="Sample Host Org Structure" isNew="true">

<hostOrgNode name="North America" notes="Hosts in US and canada">

<host name="eunomia" displayName="Eunomia"/>

<host name="irene" displayName="Irene"/>

</hostOrgNode>

<hostOrgNode name="Europe">

<host name="astrea" displayName="Astrea"/>

<host name="hebe" displayName="Hebe"/>

</hostOrgNode>

</hostOrgStructure>

</orgStructures>

See Also