Naming objects

I don't probably know the answer to that (' '), but I'll ask anyway, just in case someone has a handy tip.

Is it possible to name objects so that if copy you them to another slide, they are not all start with the generic name and number?

I give all my objects and groups a name so I know what they are - I usually just precede the generic name of my specific name - for example, change "Button_147" to "Next_Button_147".  But as soon as I duplicate the slide or copy the button to another slide, the next button becomes plain of 'Button_150' or something else.

After knowing I can't follow or nest advanced actions (have a tip action call another action advanced), maybe how I can achieve my goal, I decided is dividing my slide into two separate slides. I want to keep the names of objects as they are used in the tip action scripts. To divide the slide, the simplest method is to do a double slide and remove items on each slide. But all the items on the slide duplicate get renamed. So I tried to create a vacuum slide and mobile (cut / paste) of the elements of the first slide to the second slide - but it still renames everything even if they are duplicated is no longer!

Is there a way to get around this?

No, each object can be controlled by actions and for that reason needs a unique ID. But you can have an object that is displayed for the rest of the project (and hide when you don't need more) to keep the unique ID. However only the button shape and non-interactive objects can be handled this way, not normal buttons.

Why I like the shape buttons - Captivate 6! -Captivate Blog

Tags: Adobe Captivate

Similar Questions

  • Best way to retrieve the object named?  best way to get a named object?

    Inside of my loop, where I get my XML objects I added a code to draw and add the mask:

    var myMask:MovieClip = new MovieClip();

    / / width height x color settings play etc etc.

    myMask.name = '-NAME' + i; set the NAME

    myContainer.addChild (myMask);

    myContainer.mask = myMask;

    the mask looks good on the scene.

    now since I the name I want to use for another purpose such as move

    now I want to call real myMask

    I get my number 'num' of the other function, which works very well

    function applyMask(num:int):void {}

    need to call myMask("NAME-"+num)

    }

    I tried myContainer.getChildByName

    have you tried: var hide: myContainer = getChildByName ("NAME-" + String (num)) as myContainer;

    I traced to the options I can think of me, but all the results found no property.

    hmm I know that I do not use the right method of appeal? So what is the best way to call my named object?

    I think that the use...

    var theMask:MovieClip = myContainer.getChildByName ("NAME-" + String (num));

    would work, where you can use theMask to target.  Another approach to this would be to store each mask in a table so that you can just use the table to target the...

    var maskArray:Array = new Array();

    var myMask:MovieClip = new MovieClip();

    maskArray [i] = myMask;

    myContainer.addChild (myMask);

    myContainer.mask = myMask;

    Note: When first name you the object you should convert I have a string as well... myMask.name = "- NAME" + String (i); ".  at least I have is already a string

  • Attempting to reference a dynamically named object

    Hello. I'm doing an interactive game of cards and made primarily ( http://cards.positivedesign.co.uk ) but I'm having a slight problem. If you click on the link above, you'll see a bunch of right, click on the stack and the top card rises and returns to the Center. Click again on the stack on the right and the charge sheet down to a pile on the left and the next card back to the Center and so on. The problem occurs when you click the battery on the right the 3rd time, the charge sheet falls to the left, but goes UNDER the battery rather than above it.

    I don't know WHY its done this - I'm using the index of the child of the cards to choose which cards to return, so if you click on a map to the right and there's a hint of 5, it moves the map with index 6 from the Center to the left, etc - I don't know any other way to do. I tried to name the cards by a number, then the card bears the name of '1', and then I used a variable currentCard to follow what cards I should be mobile. However it would not work when I tried to select who are opposed to the tween, because I was referencing 'cardLayer.currentCard' instead of saying, 'cardLayer.card1 '...

    Hope that all of the senses. I would be grateful all the suggestions on where I'm wrong, or a better way to do?

    Yes, but changing the order objects on stage, as I said bringing that a card upwards, I then could not use the index of the child to work on what cards to use.

    I found another way of referencing the objects just fine... when I create cards in a loop for example, I put the objects themselves in a table and then reference them by their index in the table when I want to manipulate them.

    Thanks anyway!

  • LOV depending on the separate View object with ViewCriteria

    Hello

    I use JDev 12.1.3. My use case is the following - I've simplified as much as I can. I insert and update the SFGroupUser table, but I want the LOV to the UserID field be limited to only the users that are connected to today's society through the SFCompanyUser table. Here is the structure of the table:CompanyGroupUserTables.png

    The key point is that when you assign users (SFUser) (SFGroup) groups in the SFGroupUser table, not all users may be assigned to a group because the groups are part of the business and the users are associated with one or more companies. Could not assign a user to a group that belongs to a company that the user is not assigned to. If GroupID 1 belongs to CompanyID 1 and 1 UserID is also assigned to number 1 in the SFCompanyUser table, then Pseudo1 can be assigned to GroupID 1.

    In my ADF application, I created the entity objects and visualization of objects for all tables and all associations and links. I configured the perspective in the AppModule have a master relationship / detail like this:

    CompanyGroupUserAM.png

    In the SFGroupUserView I put in place a LOV to the UserID field. Is this LOV I want to limit just users who are assigned to the current society (the master of the relationship master / detail). It is possible to limit the LOV uses a separate view object, in this case a SFCompanyUser based, where society is today's society?

    I worked with a view read-only as the LOV object. This VO joins SFCompanyUser and SFUser and has a view with a parameter of binding criteria for the CompanyID information. It seems that it is the way to go, but I do not see how to assign the current CompanyID to the variable binding.

    Another point. I read different things, including corner Code article http://www.oracle.com/technetwork/developer-tools/adf/learnmore/44-restrict-lov-169186.pdf of Frank Nimphius. In this article, it updates a variable binding in a listener of the popup. I would like to have all the logic to stay in business if possible components. The idea is that the JSF page displays data controls in the form of a table of editable with a menu item drop-down selectOneChoice.

    Kind regards

    Steve

    I solved my problem. The precious documentation carried out since the development of the Fusion of Web Applications with document Oracle Application Development Framework in section 5.12, in particular section 5.12.2 - How to define cascading lists LOV-Enabled view object attributes: https://docs.oracle.com/middleware/1213/adf/develop/adf-bc-vo-queries.htm#ADFFD349.

    Using a view criteria named in the view LOV object was correct. When the attribute of username in the SfgroupuserView view object has been configured to use the LOV, a view accessor was created for the SfgroupuserView. The accessor view points to the LOV view object. Edition of the accessor of view I said to use the criteria of view named object View LOV. The problem was that the ID of the company in the main table (sfgroup) was not an attribute of the SfgroupuserView view object, so I was not able to assign a value to the variable binding. So, I added the entity sfgroup as one of the entities that the SfgroupuserView was based on and then added the companyID attribute. I then used the new attribute companyID as the value to be assigned to the variable binding, the criteria of display for the view LOV object in view accessor.

    Now, everything works well in the AppModule. When you insert a new record in SfgroupuserView1 the user's selection is a drop-down list that displays only users assigned to today's society.

  • For each object, create a new layer and rename it

    Hello!

    I want to export an Illustrator file to DWG, and I have many things I want to keep the name. But to keep this info in AutoCAD, I need to transfer them as layer names (DWG/DXF export does not record the name of the object, but the name of the first level layer) and put all these layers as layers of level first (DWG/DXF export maintains just first layers of level).

    So I would like to make or find a capable script something like this:

    in my file,.

    for each object,.

    see if there is a layer with the name of the object

    If there is any layer with the same name

    then

    Create a layer,

    give the name of the object to the layer

    endif

    Place the object in this layer

    Is there someone who can help me?

    Thank you!

    You can select your layer, then use "Release to layers", which will create a sublayer for each object that you have, and then a script can rename these layers based on the named object it contains... so you can drag them all out of their layer sublayers parent so that they become the main layers... everything that is explained here, including the script

    Selected lap HAVE sublayers in top-level layers?

  • Select dbms_metadata.get_dependent_ddl fails with ORA-31604 still exist for the object

    Hello

    In the DEPENDENCIES of DBA, I can see that I have (seen here) according to some a table objects:

    -SQL > select type, name

    -2 from dba_dependencies where REFERENCED_OWNER = upper ('stuff')

    --3 and REFERENCED_name = upper ('st_tab') and type = "VIEW";

    -NAME OF THE OWNER TYPE

    -- ----- ----- ------------------

    -VIEW STUFF STTAB_4MV_VW

    -VIEW STUFF STTAB_VW

    But trying to recover these definitions 2 times I get an error:

    -SQL > select dbms_metadata.get_dependent_ddl ('VIEW', 'ST_TAB', 'STUFF') def double;

    -ERROR:

    -ORA-31604: NAME parameter invalid "BASE_OBJECT_NAME" for the type of VIEW object in the function SET_FILTER

    -ORA-06512: at "SYS." DBMS_SYS_ERROR', line 116

    -ORA-06512: at "SYS." DBMS_METADATA_INT', line 4705

    -ORA-06512: at "SYS." DBMS_METADATA_INT', line 8582

    -ORA-06512: at "SYS." Dbms_metadata", line 2882

    For some objects, it works (triggers, index), but for others (views, procedures, packages), it still fails with ORA 31604.

    If I make a direct call on dbms_metadata.get_ddl ('DISPLAY', 'STTAB_4MV_VW', 'STUFF'), it works fine.

    Everyone has seen this behavior before? (tried this code on 10g and 11g)

    Thank you very much.

    Kind regards

    SEB

    For some objects, it works (triggers, index), but for others (views, procedures, packages), it still fails with ORA 31604.

    Exactly! That's what he should do. Dependent on DOF is for objects that are actually part of the table.

    If I make a direct call on dbms_metadata.get_ddl ('DISPLAY', 'STTAB_4MV_VW', 'STUFF'), it works fine.

    Exactly! That's how you get the DDL for views and other types of distinct objects. Provide you with the type of object as the first parameter.

    Everyone has seen this behavior before? (tried this code on 10g and 11g)

    Sure! This is a normal behavior.

    See chapter doc DBMS_METADATA packages and Types

    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28419/d_metada.htm#i1019414

    Notes on use

    • These functions allow you to extract metadata for objects with a single call. They encapsulate calls to OPEN , SET_FILTER , and so on. The function you use depends on the characteristics of the type of object and if you want the DDL or XML.
      • GET_xxxis used to fetch named objects, especially schema objects (tables, views).

      • GET_DEPENDENT_xxxis used to extract dependent objects (audits, grants of the object).
      • GET_GRANTED_xxxis used to retrieve issued objects (System of subsidies, scholarships of role).
    • For certain types of objects, you can use more than one function. For example, you can use GET_xxx to fetch a name index, or GET_DEPENDENT_xxx to fetch the same index by specifying the table on which it is defined.

    See also table 74-11 in this doc for a table showing the types of objects.

    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28419/d_metada.htm#BGBIEDIA

  • The code in the script jsx to editing the objects of value

    The software company where I work runs a .jsx script to set all preferences in InDesign.

    InDesign CS 5.5 has an option under general for the modification of named objects prevent the selection of locked objects.

    We need to have this turned off whenever a user creates a new document.

    Some allow the code on what we can add to our existing script? Thank you.

    Phew! You are serious about your preferences. You need to insert a new one in the with block that starts at line 154:

    //General preference panel
    with(app.generalPreferences){
        pageNumbering = PageNumberingOptions.section;    // Page Numbering, View
        toolTips = ToolTipOptions.normal;                    // Tool Tips
    //    toolsPalette = ToolsPaletteOptions.doubleColumn;    // Floating Tool Palette
        completeFontDownloadGlyphLimit = 2000;                // Always Subset Fonts...
        preventSelectingLockedItems = false;
    }
    
  • Another ' TypeError: Error #1009: cannot access a property or method of a null object reference. "

    Hi all

    I went through internet and impossible to find a solution that works. So here's my problem:

    I'm doing a simple animation for a University project. It is the story of a Tiger (panjo) who becomes a vegetarian.

    In order to clean the main timeline and to maintain the reduced file size, I moved all of the animations that make the characters in their respective calendars, and then I use the function object.gotoAndPlay (x) to go to a specific in the sub-chronologie animation, as a head moving mouth talking eyes, etc.

    It has worked so far, but now I'm stuck. I'm doing the tiger head moving look at something, but I get the above error when I want to go to this specific key image. Here is the code:

    panjo6.gotoAndPlay(40); //move head up
    panjo6.wholeface.eyes.gotoAndPlay(21); //move eyes forward
    panjo6.wholeface.mouth.gotoAndPlay(41); //talk
    
    

    When I call

    panjo6.gotoAndPlay(1) //walking sequence

    The whole thing works, it only bombs when I want to go to the head of motion tween.

    Any suggestions?

    The 1009 error tells you that something your code tries to target do not exist whenever and wherever the code is running.  IF you go in your publishing settings and select the option to enable debugging, the line number of the offending code appears in the error message.  As you operate on a chronogram, you will need to understand why some named object does not exist in the portion of it.

    You can use tracks in front of the line complained to try to isolate the object if it is a compound target, just for example...

    trace (panjo6)

    trace (panjo6.wholeface);

    trace (panjo6.wholeface.Eyes);

    panjo6.wholeface.eyes.gotoAndPlay (21);

  • Cannot delete the file because its not located in the destination of file over any help?

    on computer I type in the search iobit bar and it comes up with this application advanced systemcare pro I right click and click on remove and it came with you are things I click Yes and it come up with could not find this article is no longer located in C:\ Users\Rich\Downlaods and when I'm at the downlaods isn't there any help on how to get rid of it because ive tried to download it again, but I can't find the right file

    Hi don't worry all this because I had searched for the advanced systemcare pro Internet installer program and had found the on IE a donwloaded but he uploaded under a different name and I rememeber to a forum somewhere that if you have downloaded a file named object it and deleted two things would go so I renamed this else Installer systemcare file that I wouldn't remove wen your computer attempted iobit and upward came the Ottoman remove right click a single file and it was gone thanks for your help anyway that I can see why people say community and microsoft product support are the best to solve problems

  • Cisco ASA 5520 cannot ping between VPN Tunnels

    I have the main site and sites A and B.  A to connect to the hand and B connects to the main.  I can ping from A hand and has for main.  I can ping from main to B and B to main.  However, I can not ping from A to B.  A and B are sonicwall 2040 and main is a 5520.  The question should not be with the 5520 none allowing traffic between the two VPN Tunnels, but I can't understand why it does not work.  Can someone give an idea on that?  Thanks in advance.

    Hello

    I see that you use ASDM. Always makes my eyes bleed when I need to look at the DM_INLINE of named objects and try to make sense the CLI format

    Seems to me that there are problems with the NAT.

    If you don't mind a small break between the main Site and remote locations, I'd say changing some follows the NAT configuration

    Remove old

    no nat source (indoor, outdoor) public static DM_INLINE_NETWORK_9 DM_INLINE_NETWORK_9 DM_INLINE_NETWORK_10 DM_INLINE_NETWORK_10 non-proxy-arp-search of route static destination

    no nat source (indoor, outdoor) public static DM_INLINE_NETWORK_11 DM_INLINE_NETWORK_11 DM_INLINE_NETWORK_12 DM_INLINE_NETWORK_12 non-proxy-arp-search of route static destination

    Add a new

    object-group network NETWORK-2790

    object-network 10.217.0.0 255.255.255.0

    object-network 10.217.1.0 255.255.255.0

    object-group network NETWORK-3820

    object-network 10.216.0.0 255.255.255.0

    object-network 10.216.1.0 255.255.255.0

    object-group network NETWORK-COLO

    object-net 10.8.0.0 255.255.255.0

    destination of NETWORK of NETWORK-2790-2790 static NAT (outside, outside) static source NETWORK - 3820 - 3820

    NAT static destination of NETWORK of NETWORK-COLO-COLO (indoor, outdoor) static source NETWORK - 2790 - 2790

    NAT static destination of NETWORK of NETWORK-COLO-COLO (indoor, outdoor) static source NETWORK - 3820 - 3820

    The first new line of configuring NAT manages the NAT0 configuration for traffic between SiteA and SiteB. The following configurations of NAT 2 manage the NAT0 for traffic between the main Site - hand Site SiteA - SiteB

    -Jouni

  • Help OBIEE 10 g - fusion repository

    Hello, experts.

    I hope you can help me with the details of a merger of repository.

    Specifically, I would bring only catalogues of special presentation of a repository (repo B) in the other repository (repo's).

    I would like to follow the repo has it's all objects (presentation, MDB and physics) remain the same.  The whole repo A move in the merged repository.

    I want to merge only some catalogs of presentation of repo repo B.

    Please note I want only the catalogs of presentation to move as well; the MDB and physical layers of the repo B will be excluded from the final storage.

    I tried different combinations of the two-way merger and the merger of three ways to do this, but I have trouble not getting as the presentation of repo catalog B to move.

    I tried two repositories opening and paste presentation catalogues.

    Examined many different posts on this subject, but this one seems more relevant.

    Unfortunately, I still have to find a combination of fusion that pulls together content as I'd like - without manual work of removing different objects in the repository merged.

    Advice/suggestions are welcome and appreciated.

    Thanks - Fritz

    Getting traction on this issue, share in case others are experiencing similar problems.

    After the legalization of the objects in the repository, I am able to copy arrays of presentation of repo B to a catalog of presentation in repo.

    There were a few questions that I need to overcome:

    (1) equalization is recommended to ensure that the similarly named objects in MDB and physical layers have the same underlying upgrade ID - so admin tool see those in the same object.

    (2) a copy of a catalogue of the entirety of the presentation was not because there were elements (columns of presentation) - who had different logical sources.  Those I'm conciliatory and recreate it manually.

    Thank you to weigh and a helping hand.

    Fritz

  • Unable to save the schema

    Hello...

    I am trying to record a schema called rim.xsd,

    I did the following steps:

    (1) create or replace directory rim_xml_dir as 'C:\Users\administrator\dbms_book\schemas';

    (2) copied the file rim.xsd "' C:\Users\administrator\dbms_book\schemas

    (3) download rim.xsd using the following code:

    declare

    v_result boolean;

    v_schema xmltype: = xmltype (bfilename ('RIM_XML_DIR', 'rim.xsd'), nls_charset_id ('AR8MSWIN1256'));

    Start

    v_result: = dbms_xdb. CreateResource ('/ dbms_book/schemas/rim.xsd ', v_schema);

    IF v_result then

    dbms_output.put_line ('Resource created...');

    COMMIT;

    on the other

    dbms_output.put_line ('create resources failed...');

    end if;

    end;

    /

    (4) However when you try to save the scheme to help:

    Start

    DBMS_XMLSCHEMA. REGISTERSCHEMA)

    schemaurl = > ' http://localhost:8080/dbms_book/schemas/rim.xsd ',

    schemadoc = > sys. UriFactory.getUri('/dbms_book/schemas/rim.xsd')

    );

    COMMIT;

    end;

    I receive errors:

    ORA-31154: invalid XML document

    ORA-19202: an error has occurred in the processing of XML

    LSX-00020: unknown type 'LongName '.

    ORA-06512: at "XDB". DBMS_XMLSCHEMA_INT', line 20

    ORA-06512: at "XDB". DBMS_XMLSCHEMA", line 177

    ORA-06512: at line 2

    After a copy of the rim: xsd:

    <? XML version = "1.0" encoding = "UTF - 8"? >

    <!-generated XML authority. In line with the w3c http://www.w3.org/2001/XMLSchema-->

    < scheme xmlns = " " http://www.w3.org/2001/XMLSchema "

    targetNamespace = "urn: oasis: names: tc: ebxml - regrep:rim:xsd:2.0.

    xmlns:TNS = "urn: oasis: names: tc: ebxml - regrep:rim:xsd:2.0.

    >

    < annotation >

    < documentation XML: lang = "fr" > diagram for OASIS ebXML Registry Information Model < / documentation >

    < / annotation >

    <!-$Header: /cvsroot/ebxmlrr/ebxmlrr-spec/misc/schema/rim.xsd,v 1.31 2001/12/01 14:45:46 - > farrukh_najmi Exp $

    <!-Begin mapping the model information from ebRIM.-->

    <! - define data Types - >

    < simpleType name = "String4" >

    < restriction base = "string" >

    < value maxLength = "4" / >

    < / restriction >

    < / simpleType >

    < simpleType name = "String8" >

    < restriction base = "string" >

    < value maxLength = "8" / >

    < / restriction >

    < / simpleType >

    < simpleType name = "String16" >

    < restriction base = "string" >

    < value maxLength = "16" / >

    < / restriction >

    < / simpleType >

    < simpleType name = "String32" >

    < restriction base = "string" >

    < value maxLength = "32" / >

    < / restriction >

    < / simpleType >

    < simpleType name = "Short name" >

    < restriction base = "string" >

    < value maxLength = "64" / >

    < / restriction >

    < / simpleType >

    < simpleType name = "LongName" >

    < restriction base = "string" >

    < value maxLength = "128" / >

    < / restriction >

    < / simpleType >

    < simpleType name = "FreeFormText" >

    < restriction base = "string" >

    < value maxLength = "256" / >

    < / restriction >

    < / simpleType >

    < complexType name = "AssociationType1" >

    < annotation >

    < documentation XML: lang = "fr" >

    The Association is the mapping of the same interface in ebRIM.

    It extends object.

    An Association Specifies references to two submitted previously

    registry entries.

    The sourceObject is the source in connection id

    The targetObject is the targetObject in connection id

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    < attribute name = use "associationType" = "required" type = "tns:LongName" / >

    < attribute name = use "source" = "required" type = "IDREF" / >

    < attribute name = use 'targetObject' = "required" type = "IDREF" / >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "Association" type = "tns:AssociationType1" / >

    < complexType name = "AuditableEventType" >

    < annotation >

    < documentation XML: lang = "fr" >

    Mapping of the same interface in ebRIM.

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    < name of attribute = "eventType" use = "required" >

    < simpleType >

    < restriction base = "NMTOKEN" >

    < enumeration value = "Created" / >

    < enumeration value = "Deleted" / >

    < enumeration value = "Deprecated" / >

    < enumeration value = "Update" / >

    < enumeration value = "Versioned" / >

    < / restriction >

    < / simpleType >

    < / attribute >

    < attribute name = use of the 'object' = "required" type = "IDREF" / >

    < attribute name = "timestamp" use = "required" type = "dateTime" / >

    < attribute name = "user" use = "required" type = "IDREF" / >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "AuditableEvent" type = "tns:AuditableEventType" / >

    < complexType name = "ClassificationType" >

    < annotation >

    < documentation XML: lang = "fr" >

    The classification is the mapping of the same interface in ebRIM.

    It extends object.

    A collation specifies the references to the two registry entries.

    The classifiedObject is the id of the object being classified.

    The classificationNode is the id of the ClassificationNode object classying

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    < attribute name = use "classificationScheme" = "optional" type = "IDREF" / >

    < attribute name = use = "required" type "IDREF" = "classifiedObject" / >

    < attribute name = "classificationNode" use = "optional" type = "IDREF" / >

    < attribute name = use "optional' =" nodeRepresentation"type ="LongName"/ >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "Ranking" type = "tns:ClassificationType" / >

    < complexType name = "ClassificationNodeType" >

    < annotation >

    < documentation XML: lang = "fr" >

    ClassificationNode is the mapping of the same interface in ebRIM.

    It extends object.

    ClassificationNode is used to send a Classification tree in the registry.

    The parent attribute is the id of the parent node. the code is a voluntary code for a ClassificationNode value

    often defined by an external taxonomy (e.g. NAICS)

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    <>sequence

    < Ref element = "tns:ClassificationNode" minOccurs = "0" maxOccurs = "unbounded" / >

    < / sequence >

    < attribute name = "parent" use = "optional" type = "IDREF" / >

    < attribute name = "code" use = "optional" type = "short name" / >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "ClassificationNode" type = "tns:ClassificationNodeType" / >

    < complexType name = "ClassificationSchemeType" >

    < annotation >

    < documentation XML: lang = "fr" >

    ClassificationScheme is the mapping of the same interface in ebRIM.

    It stretches from RegistryEntry.

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryEntryType" >

    <>sequence

    < Ref element = "tns:ClassificationNode" minOccurs = "0" maxOccurs = "unbounded" / >

    < / sequence >

    < attribute name = use "isInternal" = "required" type = "boolean" / >

    < name of attribute = "nodeType" use = "required" >

    < simpleType >

    < restriction base = "NMTOKEN" >

    < enumeration value = "UniqueCode" / >

    < enumeration value = "EmbeddedPath" / >

    < enumeration value = "NonUniqueCode" / >

    < / restriction >

    < / simpleType >

    < / attribute >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "ClassificationScheme" type = "tns:ClassificationSchemeType" / >

    < complexType name = "ExternalIdentifierType" >

    < annotation >

    < documentation XML: lang = "fr" >

    ExternalIdentifier is the mapping of the same interface in ebRIM.

    It extends object.

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    < attribute name = use = "required" type "IDREF" = "identificationScheme" / >

    < attribute name = "value" use = "required" type = "Short name" / >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "ExternalIdentifier" type = "tns:ExternalIdentifierType" / >

    < complexType name = "ExternalLinkType" >

    < annotation >

    < documentation XML: lang = "fr" >

    ExternalLink is the mapping of the same interface in ebRIM.

    It extends object.

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    < attribute name = use = "required" type "anyURI" = "externalURI" / >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "ExternalLink" type = "tns:ExternalLinkType" / >

    < complexType name = "ExtrinsicObjectType" >

    < annotation >

    < documentation XML: lang = "fr" >

    ExtrinsicObject are attributes of the ExtrinsicObject interface in ebRIM.

    Inherit RegistryEntryAttributes

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryEntryType" >

    < attribute name = "MIME type" type = "LongName" / >

    < attribute name = "isOpaque" use = "optional" type = "boolean" / >

    < / extension >

    < / complexContent >

    < / complexType >

    <!-suite element VAT statement nneds to be lowercase but using mixed upper-case for backward compatibility-->

    < element name = "ExtrinsicObject" type = "tns:ExtrinsicObjectType" / >

    < element name = "Address" type = "tns:PostalAddressType" / >

    < complexType name = "OrganizationType" >

    < annotation >

    < documentation XML: lang = "fr" >

    Mapping of the same interface in ebRIM.

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    < sequence minOccurs = "1" maxOccurs = "1" >

    < Ref element = "tns:Address" minOccurs = "1" maxOccurs = "1" / >

    < Ref element = "tns:TelephoneNumber" minOccurs = "1" maxOccurs = "unbounded" / >

    < / sequence >

    < attribute name = "parent" type = "IDREF" / >

    < attribute name = use = "required" type "IDREF" = "primaryContact" / >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "Company" type = "tns:OrganizationType" / >

    < complexType name = "SlotType1" >

    <>sequence

    < Ref element = "tns:ValueList" minOccurs = "1" maxOccurs = "1" / >

    < / sequence >

    < attribute name = "name" = "required" type = "LongName" / >

    < attribute name = use "slotType" = "optional" type = "LongName" / >

    < / complexType >

    < element name = "Slot" type = "tns:SlotType1" / >

    < complexType name = "ValueListType" >

    < sequence minOccurs = "0" maxOccurs = "unbounded" >

    < Ref element = "tns: Value" / >

    < / sequence >

    < / complexType >

    < element name = "ValueList" type = "tns:ValueListType" / >

    < element name = "Value" type = "Short name" / >

    < complexType name = "PersonNameType" >

    < annotation >

    < documentation XML: lang = "fr" >

    Mapping of the same interface in ebRIM.

    < / documentation >

    < / annotation >

    < sequence minOccurs = "0" maxOccurs = "unbounded" >

    < Element Ref = "tns:Slot" / >

    < / sequence >

    < attribute name = "FirstName" use = "optional" type = "short name" / >

    < attribute name = "middleName" use = "optional" type = "short name" / >

    < attribute name = "lastName" use = "optional" type = "short name" / >

    < / complexType >

    < feature name = 'PersonName' type = "tns:PersonNameType" / >

    < complexType name = "EmailAddressType" >

    < annotation >

    < documentation XML: lang = "fr" >

    Mapping of the same interface in ebRIM.

    < / documentation >

    < / annotation >

    < sequence minOccurs = "0" maxOccurs = "unbounded" >

    < Element Ref = "tns:Slot" / >

    < / sequence >

    < attribute name = "address" use = "required" type = "Short name" / >

    < attribute name = use "enter" = "optional" type = "String32" / >

    < / complexType >

    < element name = "EmailAddress" type = "tns:EmailAddressType" / >

    < complexType name = "PostalAddressType" >

    < annotation >

    < documentation XML: lang = "fr" >

    Mapping of the same interface in ebRIM.

    < / documentation >

    < / annotation >

    < sequence minOccurs = "0" maxOccurs = "unbounded" >

    < Element Ref = "tns:Slot" / >

    < / sequence >

    < attribute name = "City" use = "optional" type = "short name" / >

    < attribute name = "country" use = "optional" type = "short name" / >

    < attribute name = "PostalCode" use = "optional" type = "short name" / >

    < attribute name = "stateOrProvince" use = "optional" type = "short name" / >

    < attribute name = use 'street' = 'optional' type = "short name" / >

    < attribute name = use "streetNumber" = "optional" type = "String32" / >

    < / complexType >

    < element name = "PostalAddress" type = "tns:PostalAddressType" / >

    < complexType name = "RegistryEntryType" >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    < attribute name = "expiration" use = "optional" type = "dateTime" / >

    < attribute name = "majorVersion" default = "1" type = "integer" / >

    < attribute name = value by default "minorVersion" = "0" type = "integer" / >

    < attribute name = use of 'stability' 'optional' = >

    < simpleType >

    < restriction base = "NMTOKEN" >

    < enumeration value = "Dynamic" / >

    < enumeration value = "DynamicCompatible" / >

    < enumeration value = "Static" / >

    < / restriction >

    < / simpleType >

    < / attribute >

    < attribute name 'status' = >

    < simpleType >

    < restriction base = "NMTOKEN" >

    < enumeration value = "Subject" / >

    < enumeration value = "Approved" / >

    < enumeration value = "Deprecated" / >

    < enumeration value = "Off" / >

    < / restriction >

    < / simpleType >

    < / attribute >

    < attribute name = use "userVersion" = "optional" type = "short name" / >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "RegistryEntry" type = "tns:RegistryEntryType" / >

    < complexType name = "InternationalStringType" >

    < sequence minOccurs = "0" maxOccurs = "unbounded" >

    < Element Ref = "tns:LocalizedString" / >

    < / sequence >

    < / complexType >

    < element name = "InternationalString" type = "tns:InternationalStringType" / >

    < complexType name = "LocalizedStringType" >

    < attribute name = "lang" default = "en - us" form = "qualified" type = "language" / >

    < attribute name = "charset" default = "UTF - 8" / > ".

    < attribute name = "value" use = "required" type = "FreeFormText" / >

    < / complexType >

    < element name = "LocalizedString" type = "tns:LocalizedStringType" / >

    < complexType name = "RegistryObjectType" >

    < annotation >

    < documentation XML: lang = "fr" >

    ID may be empty. If specified, it may be in the form urn: uuid or have some

    arbitrary format. If id is empty registry must generate globally unique id.

    If id is provided and appropriate syntax UUID (starts with urn: uuid :))

    Registry will pay tribute to her.

    If id is provided and is not in the appropriate UUID syntax, then it is used for

    link to the document and is ignored by the registry. In this case the

    Registry generates a UUID for the attribute ID.

    ID must not be null when the object is retrieved in the registry.

    < / documentation >

    < / annotation >

    < sequence minOccurs = "0" maxOccurs = "1" >

    < Ref element = "tns:Name" minOccurs = "0" maxOccurs = "1" / >

    < Ref element = "tns:Description" minOccurs = "0" maxOccurs = "1" / >

    < Ref element = "tns:Slot" minOccurs = "0" maxOccurs = "unbounded" / >

    < Ref element = "tns:Classification" minOccurs = "0" maxOccurs = "unbounded" / >

    < Ref element = "tns:ExternalIdentifier" minOccurs = "0" maxOccurs = "unbounded" / >

    < / sequence >

    < attribute name = use "accessControlPolicy" = "optional" type = "IDREF" / >

    < attribute name = "id" type = "ID" / >

    < attribute name = "objectType" use = "optional" type = "LongName" / >

    < / complexType >

    < element name = "Object" type = "tns:RegistryObjectType" / >

    < element name = "Name" type = "tns:InternationalStringType" / >

    < element name = "Description" type = "tns:InternationalStringType" / >

    < complexType name = "RegistryPackageType" >

    < annotation >

    < documentation XML: lang = "fr" >

    RegistryPackage is the mapping of the same interface in ebRIM.

    It stretches from RegistryEntry.

    A RegistryPackage is a collection named objects.

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryEntryType" >

    <>sequence

    < Ref element = "tns:RegistryObjectList" minOccurs = "0" maxOccurs = "1" / >

    < / sequence >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "RegistryPackage" type = "tns:RegistryPackageType" / >

    < complexType name = "ServiceType" >

    < complexContent >

    < extension base = "tns:RegistryEntryType" >

    <>sequence

    < Ref element = "tns:ServiceBinding" minOccurs = "0" maxOccurs = "unbounded" / >

    < / sequence >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "Service" type = "tns:ServiceType" / >

    < complexType name = "ServiceBindingType" >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    <>sequence

    < Ref element = "tns:SpecificationLink" minOccurs = "0" maxOccurs = "unbounded" / >

    < / sequence >

    < attribute name = use "optional' =" accessURI"type ="anyURI"/ >

    < attribute name = use "optional' =" targetBinding"type ="IDREF"/ >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "ServiceBinding" type = "tns:ServiceBindingType" / >

    < complexType name = "SpecificationLinkType" >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    < sequence minOccurs = "0" maxOccurs = "1" >

    < Ref element = "tns:UsageDescription" minOccurs = "0" maxOccurs = "1" / >

    < Ref element = "tns:UsageParameter" minOccurs = "0" maxOccurs = "unbounded" / >

    < / sequence >

    < attribute name = use = "required" type "IDREF" = "specificationObject" / >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "SpecificationLink" type = "tns:SpecificationLinkType" / >

    < element name = "UsageDescription" type = "tns:InternationalStringType" / >

    < element name = "UsageParameter" type = "FreeFormText" / >

    < complexType name = "TelephoneNumberType" >

    < annotation >

    < documentation XML: lang = "fr" >

    Phone number is the mapping of the same interface in ebRIM.

    < / documentation >

    < / annotation >

    < attribute name = "PostalCode" use = "optional" type = "String4" / >

    < attribute name = "PostalCode" use = "optional" type = "String4" / >

    < attribute name = "extension" use = "optional" type = "String8" / >

    < attribute name = "number" use = "optional" type = "String16" / >

    < attribute name = "phoneType" use = "optional" type = "String32" / >

    < attribute name = use "URL" = "optional" type = "anyURI" / >

    < / complexType >

    < element name = "TelephoneNumber" type = "tns:TelephoneNumberType" / >

    < element name = "Number of Fax" type = "tns:TelephoneNumberType" / >

    < element name = "MobileTelephoneNumber" type = "tns:TelephoneNumberType" / >

    < element name = "PagerNumber" type = "tns:TelephoneNumberType" / >

    < complexType name = "TelephoneNumberListType" >

    <>sequence

    < Ref element = "tns:TelephoneNumber" minOccurs = "0" maxOccurs = "unbounded" / >

    < / sequence >

    < / complexType >

    < complexType name = "UserType" >

    < annotation >

    < documentation XML: lang = "fr" >

    Mapping of the same interface in ebRIM.

    < / documentation >

    < / annotation >

    < complexContent >

    < extension base = "tns:RegistryObjectType" >

    < sequence minOccurs = "0" maxOccurs = "1" >

    < Ref element = "tns:Address" minOccurs = "1" maxOccurs = "1" / >

    < Ref element = "tns:PersonName" minOccurs = "1" maxOccurs = "1" / >

    < Ref element = "tns:TelephoneNumber" minOccurs = "1" maxOccurs = "unbounded" / >

    < Ref element = "tns:EmailAddress" minOccurs = "1" maxOccurs = "unbounded" / >

    < / sequence >

    < attribute name = "company" type = "IDREF" / >

    < attribute name = use "URL" = "optional" type = "anyURI" / >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "User" type = "tns:UserType" / >

    < complexType name = "ObjectRefType" >

    < annotation >

    < documentation XML: lang = "fr" >

    Use to reference an object by its ID.

    Specifies the id attribute of the object as its attribute id.

    attribute ID in ObjectAttributes is exactly the same syntax and semantics as

    ID attribute of the object.

    < / documentation >

    < / annotation >

    < attribute name = "id" type = "ID" / >

    < / complexType >

    < element name = "ObjectRef" type = "tns:ObjectRefType" / >

    < element name = "ObjectRefList" >

    < annotation >

    < documentation XML: lang = "fr" > list of the ObjectRefs < / documentation >

    < / annotation >

    < complexType >

    < sequence minOccurs = "0" maxOccurs = "unbounded" >

    < Element Ref = "tns:ObjectRef" / >

    < / sequence >

    < / complexType >

    < / item >

    < complexType name = "LeafRegistryObjectListType" >

    < choice minOccurs = "0" maxOccurs = "unbounded" >

    < Element Ref = "tns:ObjectRef" / >

    < Element Ref = "tns:Association" / >

    < Element Ref = "tns:AuditableEvent" / >

    < Element Ref = "tns:Classification" / >

    < Element Ref = "tns:ClassificationNode" / >

    < Element Ref = "tns:ClassificationScheme" / >

    < Element Ref = "tns:ExternalIdentifier" / >

    < Element Ref = "tns:ExternalLink" / >

    < Element Ref = "tns:ExtrinsicObject" / >

    < Element Ref = "tns:Organization" / >

    < Element Ref = "tns:RegistryPackage" / >

    < Element Ref = "tns:Service" / >

    < Element Ref = "tns:ServiceBinding" / >

    < Element Ref = "tns:SpecificationLink" / >

    < Ref element = "tns: User" / >

    < / choice >

    < / complexType >

    < element name = "LeafRegistryObjectList" type = "tns:LeafRegistryObjectListType" / >

    < complexType name = "RegistryObjectListType" >

    < complexContent >

    < extension base = "tns:LeafRegistryObjectListType" >

    <>sequence

    < choice minOccurs = "0" maxOccurs = "unbounded" >

    < Element Ref = "tns:RegistryEntry" / >

    < Element Ref = "tns:RegistryObject" / >

    < / choice >

    < / sequence >

    < / extension >

    < / complexContent >

    < / complexType >

    < element name = "RegistryObjectList" type = "tns:RegistryObjectListType" / >

    < / schema >

    Are you sure that you have made the corrections on the right?

    Looks like you have changed the name of the attribute instead of the type reference...

    Anyway, I do not know whence this schema file, but it's certainly invalid.

    Most attribute definitions lack the good "tns: ' prefix when they are based on a locally declared type:

    String4, String8, String16, String32, ShortName, LongName, and FreeFormText

    When an attribute (or element) is based on one of these types, the type must be qualified with the target namespace.

    I'll give the same example again:

    I'll post changed and now correct schema in a separate after this section.

    Then, you can do this without error:

    Start

    () dbms_xmlschema.registerschema

    schemaurl-online "rim.xsd."

    schemadoc-online xmltype (bfilename('TEST_DIR','rim.xsd'), nls_charset_id ('AL32UTF8'))

    genTypes-online fake

    genTables-online fake

    enableHierarchy-online dbms_xmlschema. ENABLE_HIERARCHY_NONE

    );

    end;

    /

    Please pay attention to the options I used:

    -genTypes and genTables = false, if you do not use the storage of GOLD (you has not answered this part)

    -enableHierarchy = none, if you do not intend to use the repository XDB (induced by the above option)

  • How can I make content appear with a button?

    Hello, how to create the 'hidden' text or objects and make them appear when the user clicks a button? Is this different for an image then is, say a text box? I would usually use this type of text effects.

    Thank you!

    Tanya

    Hello

    Pretty much everything you see in Captivate is known as an 'object '. And almost all levels, you can hide an object as well as the name.

    Once you have hidden and a named object, you then create advanced Actions to manipulate. (Hide, display, etc.)

    You click Project > advanced Actions to start this process.

    Once you have created a tip Action, you can assign it to the button so that when it has been selected, the actions are carried out.

    See you soon... Rick

  • Conditional compilation: "If the $$id cannot be set to a value, then the PLW-6003 warning message is reported.

    Hello

    So according to the documentation:

    Conditional Directives of Compilation using survey

    The directive of inquiry is used to check the compilation environment. The directive of inquiry is of the form:

    inquiry_directive ::= $$id

    A directive of inquiry can be preset as described in 'predefined help investigation with Conditional Compilation Directives' or be defined by the user. The following describes the order of the processing flow during conditional compilation is trying to solve a directive of inquiry:

    1. The id is used as a guideline for investigation in the form $$ id for the search key.
    2. Re-encoding algorithm is as follows: the string in the PLSQL_CCFLAGS initialization parameter is scanned from right to left, the search with id for a matching name (case sensitive); if it's recognized. The predefined survey guidelines are sought after; Done if found.
    3. Si le $$ id cannot be resolved to a value, then the PLW-6003 warning message is sent if the original text is not wrapped. The literal NULL is substituted as the value for undefined investigation guidelines. Note that if the PL/SQL code is wrapped, then the warning message is disabled so that the directive of inquiry not defined is not revealed.

    I take this means, if you $IF $$xxx.00 = $5 THEN... $END but have not set a $$xxx.00 with "alter session set plsql_ccflags" then you should expect an error.

    But I am unable to make this trigger, a warning, or an error, either by

    ALTER session set plsql_warnings = ' error: 06003. "

    or

    ALTER session set plsql_warnings = ' enable: all ';

    test configuration:

    SCOTT@ORCL> alter session set plsql_ccflags = '';
    Session altered.
    SCOTT@ORCL> alter session set plsql_warnings = 'enable:all', 'error:06003';
    Session altered.
    BEGIN
        $IF $$DEBUGON $THEN
            dbms_output.put_line('debug is on');
        $ELSIF NOT $$DEBUGON $THEN
            dbms_output.put_line('debug is NOT on');
        $ELSE
            dbms_output.put_line('debug is neither on nor off - DEBUGON IS NOT SET!');
        $END
       
    END;
    /
    show errors
    
    debug is neither on nor off - DEBUGON IS NOT SET!
    
    
    PL/SQL procedure successfully completed.
    
    
    No errors.
    SCOTT@ORCL>
    
    

    Miss me something; It is late after all; Thank you

    Jason

    The compiler warnings do not seem to work for anonymous blocks, only for named objects:

    dev1 > alter session set plsql_ccflags = ";

    Modified session.

    dev1 > alter session set plsql_warnings = ' enable: all ';

    dev1 > create or replace procedure p as
    2 start
    $3 $IF $DEBUGON $THEN
    4 dbms_output.put_line ('debug is on ');
    5 $ELSIF $ $DEBUGON $THEN NO
    6 dbms_output.put_line ("' debugging is NOT on");
    7 $END
    8 dbms_output.put_line (' ' in the procedure ');
    9 end;
    10.

    SP2-0804: Procedure created with compilation warnings

    dev1 > view the error
    P: PROCEDURAL errors

    LINE/COL ERROR
    -------- -----------------------------------------------------------------
    3/8 PLW-06003: directive of unknown inquiry ' $$DEBUGON '
    5/15 PLW-06003: directive of unknown inquiry ' $$DEBUGON '

    John

  • Using the external table error

    Hi all

    This is the first time I use the external table for loading the data.

    I did these steps

    In the D:\sqlloade folder, I have my text file containing data example.txt

    I ran these queries

    CREATE OR REPLACE DIRECTORY  ext_tab_data AS 'D:\sqlloader';
    
    

    Directory created

    CREATE TABLE fxops.t_ext (
    t number
    )
    ORGANIZATION EXTERNAL (
      TYPE ORACLE_LOADER
      DEFAULT DIRECTORY ext_tab_data
      ACCESS PARAMETERS (
        RECORDS DELIMITED BY NEWLINE
        FIELDS TERMINATED BY ','
        MISSING FIELD VALUES ARE NULL
        (
         t number
        )
      )
      LOCATION ('sample.txt')
    )
    PARALLEL 5
    REJECT LIMIT UNLIMITED;
    
    

    create table

    When I tried to create a view on that table, he throws an error

    CREATE OR REPLACE VIEW fxops.t_view  AS
      SELECT *
      FROM   fxops.t_ext;
    
    SQL Error: ORA-06564: object EXT_TAB_DATA does not exist
    06564. 00000 -  "object %s does not exist"
    *Cause:    The named object could not be found.  Either it does not exist
               or you do not have permission to access it.
    *Action:   Create the object or get permission to access it.
    
    

    Sign in, and then run this:

    Select HOST_NAME from v$ instance;

    is this the same hostname that you are connected?

    Kind regards

    Harry

Maybe you are looking for

  • what went wrong and where my pictures go? With the help of computer hp laptop Pavilion g6

    I use the computer laptop hp Pavilion with windows g6 8.For about a week now my laptop has acted strange.He took 10 minutes to start and when I enter my password it takes forever to load.A few days after this problem started the laptop began to have

  • HP Photosmart C3150: HP Solution Center appears

    I uninstalled and installed software from the site hp C3150 because the HP Solution Center could not be quoted resulting in me not being able to scan documents.  He has already worked with Windows 10 but it seems that there was an upgrade and it does

  • PROBLEM WITH USB PORT

    I HAD PROBLEM WITH MY (USB) PORTS... WHEN I CONNECT DEVICES WITH MY COMPUTER, IT SHOWS THAT THIS MOTTO IS NOT RECOGNIZABLE TRY SOME OTHER CONNECTION FEATURES... I CHECK MY DEVICE MANAGER AND HIS WATCH THAT THE DEVICES WORKED PROPERLY I WASN'T THE PRO

  • Media player 10 or 11 with 32-bit xp with Service Pack 3

    I just need to know which version of media player I can up grade to on a 32-bit of windows xp with sp3 10 or 11

  • His failure of latitude E 6420

    My unused laptop 2 months when turned on I have now no sound on speakers, taken helmet, or via the HDMI output on my TV, I have video but no sound. I checked what is obvious, Device Manager reports all works correctly for the sound section. I checked