
plmxml_export:    Export Data in PLMXML Format

USAGE:  plmxml_export [-u=<username>] [-p=<password>] [-g=<groupname>]
             -xml_file=<name of xml file> transfermode=<transfermode_name>
             {-item=<item ID> [-rev=<item revision id>] [-export_bom=yes|no] [-rev_rule=<revision rule>]
             [-svrule=<saved_variant_rule>] |
             -class=<class_name> |  -type=<type_name> | 
             -imantypedef=<iman type> -uid=<UID of object> }  h
        -h     displays this message
        -xml_file  File into which output would be written
        -class  all instances of this class will be exported
        -type  all instances of this type will be exported
        -item  item specified by this id will be exported
        -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
        -imantypedef  exports the type definition of specified type
        -uid  UID of the object to be exported
Detailed Usage:
   -u=<user_id>           TcEng user ID. The TcEng user ID given is must be for a privileged user
   -p=<password>          TcEng password associated with the -u=<user_id>
   -g=<group>             TcEng group associated with the -u=<user_id>
  -xml_file=<filename>    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
  -transfermode=<t mode>  Export uses the specified transfer mode
  -class=<pom class name> Instances of this POM class will be exported
                          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
                               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
                               Alias              - Export all instances of Alias
                               EPMJob             - Export all instances of Workflow Jobs
                               PSBOMView          - Export all instances of Bom View
                               PSBOMViewRevision  - Export all instances of Bom View Revision
                               Tool               - Export all instances of Tool
                          Options to export Business Rules using -class= are 
                               BusinessRule       - Export all Business rules
                               NameRule           - Export all Naming rules
                               NameField          - Export all Naming field
                               HideTypeRule       - Export all Hide Type Rules of Tool
                               ImanCompoundPropDef- Export all Compound Property Rules of Tool
                               ImanGRM            - Export all GRM Rules
                               TypeCannedMethod   - Export all Action Rules
                          Other Options using -class= are 
                               FormTypeDef        - Export all From Type Definition
                               ImanType           - Export all instances of TcEng Types
                               NoteType           - Export all Note Types
                               PSViewType         - Export all View Types
                               UnitOfMeasure      - Export all defined Unit of Measures
                               TaskType           - Export all defined Status
                               PSOccurrenceType   - Export all Occurrence Types
  -type=<TcEng type>      Instances of specified TcEng type will be exported
  -imantypedef=<TcEng type>Exports the type definition of specified type
                          Options and their results for -imantypedef= are 
                               ListOfValues       - Export List of Values
                               ImanQuery          - Export Saved Queries
                               Tool               - Export Tool definitions
                               TaskType           - Export defined Status
                               IdContext          - Export Identifier Contexts
                               Status             - Export defined Status
                               StorageMedia       - Export Storage Media
                               Note               - Export PS Occurrence Note Types
                               UnitOfMeasure      - Export Unit of Measures defined
                               Occurence          - Export Occurrence Types
                               View               - Export View Types
                               RevisionRule       - Export Revision Rules for PS configuration
                               Alias              - Export Alias and its Types
                               Identifier         - Export Identifier and its Types
                               MEWorkArea         - Export WorkArea
                               MEOP               - Export MEOperation
                               ChangeTypeData     - Export ChangeId/ChangeTypen
                               Dataset            - Export Dataset Type Definition
                               ImanType           - Export all TcEng Types
                               ImanRelation       - Export Relations
                               AppearanceGroup    - Export AppearanceGroup types
  -nx_user=<user id>      User id to login ug_clone; It is used only if ug files are to be exported
  -nx_psswd=<password>    Password to login ug_clone; It is used only if ug files are to be exported
  -nx_grp=<proup>         Group to login ug_clone; It is used only if ug files are to be exported
