Andrew,
To answer the question of 'where', I did a string search in arxmlutil dll
file I have laying around...I found the following string values that seem
to be related to what you are looking for

modifyDirectSplitWindow
modifyDirectDetailOnly
modifyDirectListOnly
modifyDirect
display
modify
report
displaySplitWindow
displayDetailOnly
displayListOnly
modifySplitWindow
modifyDetailOnly
modifyListOnly
search

I don't know if one of them will help you, as it seems to be missing 6 that
the other list had (haven't matched them up to figure out which
ones)....but I hope the one you are looking for is here.


On Mon, Aug 26, 2013 at 3:33 PM, Andrew Hicox <[email protected]> wrote:

> **
>
> Indeed!
>
> That does appear to be the list. However, to manually correct the xml def
> exports (so that they can be imported), I need to see the ars.xsd, so I can
> correlate value #18 to whatever enumerated string value is expected in on
> the <windowMode> node.
>
> (it's a long story … I have to use xml definition files in this particular
> scenario) ...
>
> again, anyone out there (maybe even someone at BMC) have the ars.xsd?
> I've looked thoroughly through the dev-studio kit install, and through the
> server installation, and can't find it anywhere.
>
> thanks!
>
> -Andy
>
>
>
> On Aug 26, 2013, at 4:27 PM, "Longwing, Lj" <[email protected]> wrote:
>
> **
> Andy,
> I believe the list you are looking for is
>
> 0 - AR_ACTIVE_LINK_ACTION_OPEN_DLG
> 1 - AR_ACTIVE_LINK_ACTION_OPEN_SEARCH
> 2 - AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT
> 3 - AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST
> 4 - AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL
> 5 - AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT
> 6 - AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST
> 7 - AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL
> 8 - AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT
> 9 - AR_ACTIVE_LINK_ACTION_OPEN_REPORT
> 10 - AR_ACTIVE_LINK_ACTION_OPEN_MODIFY
> 11 - AR_ACTIVE_LINK_ACTION_OPEN_DSPLY
> 12 - AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT
> 13 - AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_LST
> 14 - AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_DETAIL
> 15 - AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_SPLIT
> 16 - AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT
> 17 - AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_LST
> 18 - AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_DETAIL
> 19 - AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_SPLIT
> 20 - AR_ACTIVE_LINK_ACTION_OPEN_POPUP
>
>
>
> On Mon, Aug 26, 2013 at 2:59 PM, Andrew Hicox <[email protected]> wrote:
>
>> **
>>
>> Hi everyone,
>>
>> I know this is an ancient thread, but did anyone ever actually *find*
>>  ars.xsd?
>>
>> The reason I ask is that I seem to have (I think) found a bug in the
>> xml-mode import/export API function on 7.6.04.
>> It appears any active link with an open window action that specifies
>> "Display Directly" mode fails API import with
>>
>> "XML Parsing error. Invalid enumeration value."
>>
>> Tracing it further, it seems to be related to the value of <windowMode>,
>> which is NULL when you export an active link with one of these Display
>> Directly open window actions as so:
>>
>> <windowMode />
>>
>> If you change the active link to some other display mode and export,
>> you'll get values such as this (which import fine):
>>
>> <windowMode>displayDetailOnly</windowMode>
>>
>> tellingly, if you export one of these active links in def mode you'll see:
>>
>> open-winmod: 18
>>
>> which sort of hints that this is value #18 in an enumerated list.
>>
>> And if I could find the XSD, I'd bet money I can put whatever is defined
>> as value #18 for <windowMode> in and manually fix these active link
>> definitions.
>>
>> SO … anyone know where ars.xsd lives?
>>
>> -Andy
>>
>> On Aug 21, 2008, at 2:07 AM, Saravanan Palaniappan <
>> [email protected]> wrote:
>>
>> **
>>
>> Hi Listers,****
>>
>> I generated a XML file (instead of DEF file) while exporting a form from
>> the server.****
>>
>> The XML refers to an XSD file called ars.xsd. ****
>>
>> I wanted that XSD file to understand the tag definitions better.****
>>
>> I did search for that but couldn’t find it.****
>>
>> Can you please help me out with the location to find the file?****
>>
>>
>> Thanks in advance.****
>>
>>
>> Thanks & Regards****
>>
>> Saravanan Palaniappan****
>>
>> ITSM****
>>
>>  ****
>> "To teach and to learn, to laugh and make others laugh.  This is my
>> purpose.  Any day I don't do this was not worth the time it took to get
>> through it."****
>>
>>  ------------------------
>> --------------------------------------------------------------------
>> This message, including any attachments, contains confidential
>> information intended for a specific individual and purpose, and is intended
>> for the addressee only. Any unauthorized disclosure, use, dissemination,
>> copying, or distribution of this message or any of its attachments or the
>> information contained in this e-mail, or the taking of any action based on
>> it, is strictly prohibited. If you are not the intended recipient, please
>> notify the sender immediately by return e-mail and delete this message.
>>  __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
>> html___
>>
>>
>> _ARSlist: "Where the Answers Are" and have been for 20 years_
>
>
> _ARSlist: "Where the Answers Are" and have been for 20 years_
>
>
> _ARSlist: "Where the Answers Are" and have been for 20 years_
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to