controlFlowIdentity element

Type: controlFlowIdentity
Namespace: (default namespace)
XML Schema: ns0.xsd

A simplified reference class to a particular version of a control flow without its content, suitable for transmitting in lists.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <controlFlowIdentity> <id>...</id> <permanentId>...</permanentId> <name>...</name> <description>...</description> <deleted>...</deleted> <allowedAsLinkedControlFlow>...</allowedAsLinkedControlFlow> <buildData>...</buildData> <revisions> <changeSetId>...</changeSetId> <updateUser>...</updateUser> <updateTime>...</updateTime> <deleted>...</deleted> </revisions> <revisions> <!--...--> </revisions> <!--...more "revisions" elements...--> </controlFlowIdentity>