plmxml_export:    Export Data in PLM XML Format

USAGE:  plmxml_export [-u=<user id>] [-p=<password>|-pf=<pwfile>] [-g=<group name>]
             -locales=<language codes> -xml_file=<name of xml file> -transfermode=<transfermode name> -log=<log file l
             { [-item=<item ID> | -key=<item key>] [-rev=<item revision id>] [-export_bom=yes|no]
             [-rev_rule=<revision rule>] [-svrule=<saved_variant_rule>] [-svr_cfgtoload=true|false] |
             -class=<class name> | -type=<type name> | -ics_class=<ics class name> |
             -imantypedef=<iman type> | -uid=<UID of object> | -foldername= <folder name> |
             [-template=<workflow template name>] [-template_stage=<workflow template stage>]
             [-template_classification=<workflow template classification>]} -h=<help information>
        -h             displays this message
        -locales       list of language codes for export
        -xml_file      file into which output would be written
        -transfermode  export uses the specified transfermode
        -log         the output location for the export log
        -item        item specified by this id will be exported
        -key         item specified by this key will be exported
                     Item key is of the form "attr=value,attr2=value2..."
        -rev         item revision to be exported
        -export_bom  if set to yes would export the BOM of that Item revision
        -rev_rule    revision rule to be used for export
        -svrule      saved variant rule to be used for export. Use "," to split if multiple rules required
        -svr_cfgtoload   configured to load. Default value is false. Used in conjunction with -svrule
                         true means will not load unconfigured BOMLines for classic variant rule.
        -class       all instances of this class will be exported
        -type        all instances of this type will be exported
        -ics_class   exports the spcified Classification class, if exists
        -uid         UID of the object to be exported
        -foldername  exports the specified folder,if exists
        -template    workflow template specified by this name will be exported
        -template_stage    workflow template stage name associated with -template=<workflow template name>
                           The value can be one of OBSOLETE_STAGE, UNDER_CONSTRUCTION_STAGE or AVAILABLE_STAGE.
                           The default value is AVAILABLE_STAGE
        -report_plmxml_error        When this option is turned ON, the program will exit with a non-zero exit code if
                                    is any error during the export processing. The default value is OFF - exit with ze
        -template_classification    workflow template classification name associated with -template=<workflow template
                                    The value can be TASK_TEMPLATE or PROCESS_TEMPLATE.
                                    The default value is PROCESS_TEMPLATE
Detailed Usage:
  -u=<user id>           Teamcenter user ID. The Teamcenter user ID given must be a privileged user
  -p=<password>          Teamcenter password associated with the -u=<user id>
  -pf=<pwfile>           Specifies the file holding the clear text password. If this argument is not used,
                         the system assumes the password value to be the password.
  -g=<group name>        Teamcenter group associated with the -u=<user id>
  -locales=<language codes>  List of language choice for export. The 'language code' will
                             follow the Java locale naming conventions: that is 2letterlanguage_2LETTERAREA
                             that follows the template ISO639_ISO3166 (e.g: en_US, fr_FR, de_DE)
  -xml_file=<file name>    File into which the plmxml output would be written
                           If file name has no extension then .plmxml is added
                           If file already exists then it will be replaced
  -class=<pom class name>  Instances of this POM class will be exported
                           NOTE: -class option can not be used to export scope rules (TransferModes,
                           ClosrueRules, Filters, PropertySets, PIEActionRules and TransferOptionSets)
                           Please use tcxml_export utility for the same.

                           List of classes can be obtained from Schema Browsing utilities such as
                           Schema Editor in Portal Admin group or sb command line ITK utility
                           Exception: If ListOfValues and BusinessRule is specified then
                           all instances of subclasses of specified class also will be exported
                           Options to export organization information using -class= are
                               Person             - Export all Persons
                               User               - Export all Users
                               Role               - Export all Roles
                               Group              - Export all Groups
                               GroupMember        - Export all GroupMembers
                               NOTE: While exporting Group objects, the instances of ProjectTeam which is
                               a sub-class of Group will not be processed.
                               Similarly, the GroupMember objects whose group reference is an instance of
                               ProjectTeam will not be processed while exporting GroupMember objects. This
                               is to avoid corruption of Organization tree after import to a different site.
                               TC_Project         - Export all Projects
                               POM_imc            - Export all Sites
                               ImanVolume         - Export Volumes
                               ListOfValues       - Export all List of Values
                               ListOfValuesString - Export String List of Values
                               ListOfValuesDate   - Export Date List of Values
                               ListOfValuesDouble - Export Double List of Values
                               ListOfValuesInteger- Export Integer List of Values
                               ListOfValuesChar   - Export Char List of Values
                               ListOfValuesTag    - Export Reference List of Values
                          Options to export workspace objects using -class= are
                               Item               - Export all instances of Item
                               ItemRevision       - Export all instances of Item Revisions
                               Folder             - Export all instances of Folder
                               Form               - Export all instances of Forms
                               Dataset            - Export all instances of Datasets
                               EPMJob             - Export all instances of Workflow Jobs
                               PSBOMView          - Export all instances of Bom View
                               Tool               - Export all instances of Tool
                               TC_Project         - Export all instances of TC_Project
  -type=<type name>          Instances of specified Teamcenter type will be exported
