Menus de contexto (XML Schema Explorer)Context menus (XML Schema Explorer)
Um menu de contexto é o menu que aparece quando você clica com o botão direito do mouse em algo.A context menu is the menu that appears when you right-click on something. Os seguintes itens de menu de contexto são usados para executar pesquisas esquema- específicas e outras operações.The following context menu items are used to perform schema-specific searches and other operations.
Tipo de nó: conjunto de esquemaNode type: Schema set
A tabela a seguir descreve as opções que estão disponíveis para um nó do esquema.The following table describes the options that are available for a schema set node.
OpçãoOption | DescriçãoDescription |
---|---|
Elementos de raiz mais provável de apresentaçãoShow Most Likely Root Elements | Localiza e realça todos os elementos globais não são referenciados de elementos globais diferentes de se.Finds and highlights all global elements that are not referenced from global elements other than themselves. |
Tipos globais de apresentaçãoShow Global Types | Os localiza e realça todos globais no conjunto de esquema.Finds and highlights all global types in the schema set. |
Elementos globais de apresentaçãoShow Global Elements | Localiza e realces todos elementos globais no conjunto de esquema.Finds and highlights all global elements in the schema set. |
Janela PropriedadesProperties Window | Abre a janela Propriedades (se ainda não estiver aberta).Opens the Properties window (if it is not already open). Esta janela exibe informações sobre o nó.This window displays information about the node. |
Tipo de nó: namespaceNode type: Namespace
A tabela a seguir descreve as opções que estão disponíveis para um nó de namespace.The following table describes the options that are available for a namespace node.
OpçãoOption | DescriçãoDescription |
---|---|
Mostrar todas as referências de entradaShow All Inbound References | Localiza e ressalta os arquivos que importar o namespace selecionada.Finds and highlights files that import the selected namespace. |
Mostrar todas as referências de saídaShow All Outbound References | Para cada arquivo no namespace selecionado, localiza e ressalta o seguinte:For every file in the selected namespace, finds and highlights the following: -Todos os namespaces referenciados em instruções de importação sem um schemaLocation atributo.- All namespaces referenced in import statements without a schemaLocation attribute.-Todos os arquivos em namespaces diferentes do selecionado que são especificados no schemaLocation atributo nas instruções import e include.- All files in namespaces other than the selected one that are specified in the schemaLocation attribute in import and include statements. |
Tipos globais de apresentaçãoShow Global Types | Os localiza e realça todos globais no namespace selecionada.Finds and highlights all global types in the selected namespace. |
Elementos globais de apresentaçãoShow Global Elements | Localiza e realces todos elementos globais no namespace selecionado.Finds and highlights all global elements in the selected namespace. |
Janela PropriedadesProperties Window | Abre a janela Propriedades (se ainda não estiver aberta).Opens the Properties window (if it is not already open). Esta janela exibe informações sobre o nó.This window displays information about the node. |
Tipo de nó: arquivoNode type: File
A tabela a seguir descreve as opções que estão disponíveis para um nó de arquivo.The following table describes the options that are available for a file node.
OpçãoOption | DescriçãoDescription |
---|---|
Mostrar todas as referências de entradaShow All Inbound References | Localiza e realça todos os arquivos que especificam o arquivo selecionado em atributos de schemaLocation do incluem e importar instruções.Finds and highlights all files that specify the selected file in the schemaLocation attributes of their include and import statements. |
Mostrar todas as referências de saídaShow All Outbound References | Localiza e realces o seguinte:Finds and highlights the following: -Todos os namespaces especificados nos atributos de namespace de todas as instruções de importação que não têm o schemaLocation atributo.- All namespaces specified in the namespace attributes of all import statements that do not have the schemaLocation attribute.-Todos os arquivos especificados nos schemaLocation atributos de todas as instruções import e include.- All files specified in the schemaLocation attributes of all import and include statements. |
Tipos globais de apresentaçãoShow Global Types | Os localiza e realça todos globais neste arquivo.Finds and highlights all global types in this file. |
Elementos globais de apresentaçãoShow Global Elements | Os localiza e realça todos os elementos globais neste arquivo.Finds and highlights all global elements in this file. |
Exibir CódigoView Code | Abre o arquivo que contém o nó selecionado no editor de XML.Opens the file that contains the selected node in the XML editor. O item selecionado no XML Schema Explorer também será selecionado no editor de XML.The item that is selected in the XML Schema Explorer will also be selected in the XML editor. |
Janela PropriedadesProperties Window | Abre a janela Propriedades (se ainda não estiver aberta).Opens the Properties window (if it is not already open). Esta janela exibe informações sobre o nó.This window displays information about the node. |
Todos os tipos de nó globalAll global node types
A tabela a seguir descreve as opções que estão disponíveis para todos os nós globais.The following table describes the options that are available for all global nodes.
OpçãoOption | DescriçãoDescription |
---|---|
Apresentação no modo de gráficoShow in Graph View | Abre a exibição do gráfico.Opens the Graph View. Se o nó selecionado não está no workspace, adicione-o ao workspace e selecione o nó.If the selected node is not in the workspace, adds it to the workspace and selects the node. |
Apresentação no modo do modelo de conteúdoShow in Content Model View | Abre a exibição do modelo de conteúdo.Opens the Content Model View. Se o nó selecionado não está no workspace, adicione-o ao workspace e selecione o nó.If the selected node is not in the workspace, adds it to the workspace and selects the node. |
Exibir CódigoView Code | Abre o arquivo que contém o nó selecionado no editor de XML.Opens the file that contains the selected node in the XML editor. O item selecionado no XML Schema Explorer também será selecionado no editor de XML.The item that is selected in the XML Schema Explorer will also be selected in the XML editor. |
Janela PropriedadesProperties Window | Abre a janela Propriedades (se ainda não estiver aberta).Opens the Properties window (if it is not already open). Esta janela exibe informações sobre o nó.This window displays information about the node. |
Tipo de nó: elementoNode type: Element
Além das opções do nó globais descritos acima, o menu de contexto para nós do elemento tem as seguintes opções:In addition to the global node options described above, the context menu for element nodes has the following options:
OpçãoOption | DescriçãoDescription |
---|---|
Ir para definição de tipoGo To Type Definition | Navega para a definição de tipo do elemento selecionado.Navigates to the type definition of the selected element. Isso é aplicável quando o tipo que é usado para o elemento é um tipo global.This is applicable when the type that is used for the element is a global type. |
Vá para o elemento originalGo To The Original Element | Para referências de elemento, navega para a definição real do elemento.For element references, navigates to the actual definition of the element. |
Mostrar todas as referênciasShow All References | Para elementos globais, localiza e realça todas as referências (elementos que têm ref="selectedElement" ) ao elemento selecionado.For global elements, finds and highlights all references (elements that have ref="selectedElement" ) to the selected element. |
Membros de apresentação do grupo de substituiçãoShow Members Of Substitution Group | Para os cabeçotes de um grupo de substituição, localiza e realça todos os elementos que são membros do grupo de substituição de que o elemento selecionado é um membro.For heads of a substitution group, finds and highlights all elements that are members of the substitution group of which the selected element is a member. Isso mostra participantes diretos e indiretos.This shows direct and indirect participants. |
Chefes de grupo de substituição de apresentaçãoShow Substitution Group Heads | Para elementos globais que são membros de um grupo de substituição, localiza e ressalta os cabeçotes qualquer diretos e indiretos para o elemento selecionado, como o seguinte:For global elements that are members of a substitution group, finds and highlights all direct and indirect heads for the selected element, such as the following: -Um cabeçalho do grupo de substituição especificado no elemento selecionado.- A substitution group head specified on the selected element. -Um cabeçalho de grupo de substituição especificado em seu elemento de cabeçalho.- A substitution group head specified on its head element. |
Gerencia o exemplo XMLGenerate Sample XML | Disponível somente para os elementos globais.Available only for global elements. Gerencia um arquivo XML de exemplo para o elemento global.Generates a sample XML file for the global element. |
Tipo de nó: tipos globaisNode type: Global types
Além das opções do nó globais descritos acima, o menu de contexto para nós globais do tipo tem as seguintes opções:In addition to the global node options described above, the context menu for global type nodes has the following options:
OpçãoOption | DescriçãoDescription |
---|---|
Tipo base de apresentaçãoShow Base Type | Se o tipo selecionado é derivado de um tipo global, navega para o tipo de base do tipo selecionado.If the selected type is derived from a global type, navigates to the base type of the selected type. |
Mostrar todas as referênciasShow All References | Localiza e realces todas as referências para o tipo selecionado.Finds and highlights all references to the selected type. Isso inclui os elementos e atributos de tipo e tipos derivados selecionados do tipo selecionado.This includes elements and attributes of the selected type and types derived from the selected type. |
Mostrar todos os tipos derivadosShow All Derived Types | Localiza e realça todos os tipos que direta e indiretamente são derivados do tipo selecionado.Finds and highlights all types that are directly and indirectly derived from the selected type. |
Mostrar todos os predecessoresShow All Ancestors | Mostrar todos os tipos de base pai ().Show all parent (base) types. |
Tipo de nó: atributoNode type: Attribute
Além das opções do nó globais descritos acima, o menu de contexto para nós de atributo tem as seguintes opções:In addition to the global node options described above, the context menu for attribute nodes has the following options:
OpçãoOption | DescriçãoDescription |
---|---|
Ir para definição de tipoGo To Type Definition | Quando o tipo que é usado para o atributo é um tipo global, navega para a definição de tipo do atributo selecionado.When the type that is used for the attribute is a global type, navigates to the type definition of the selected attribute. |
Vá para o atributo originalGo To The Original Attribute | Para referências de atributo, navega para a definição real do atributo.For attribute references, navigates to the actual definition of the attribute. |
Mostrar todas as referênciasShow All References | Para atributos globais, localiza e realça todas as referências (outros atributos que têm ref="selectedAttribute" ) para o atributo selecionado.For global attributes, finds and highlights all references (other attributes that have ref="selectedAttribute" ) to the selected attribute. |
Tipo de nó: grupo de atributosNode type: Attribute group
Além das opções do nó globais descritos acima, o menu de contexto para nós do grupo de atributo tem as seguintes opções:In addition to the global node options described above, the context menu for attribute group nodes has the following options:
OpçãoOption | DescriçãoDescription |
---|---|
Ir para DefiniçãoGo To Definition | Para referências, navega para a definição real do atributo.For references, navigates to the actual definition of the attribute. |
Mostrar todos os membrosShow All Members | Localiza e realces todos os membros do grupo de atributo.Finds and highlights all members of the attribute group. |
Mostrar todas as referênciasShow All References | Localiza e realça todas as referências (grupos de atributo que têm ref="selectedAttributeGroup" ) para o grupo selecionado de atributo.Finds and highlights all references (attribute groups that have ref="selectedAttributeGroup" ) to the selected attribute group. |
Tipo de nó: grupo nomeadoNode type: Named group
Além das opções do nó globais descritos acima, o menu de contexto para nós nome de grupo tem as seguintes opções:In addition to the global node options described above, the context menu for named group nodes has the following options:
OpçãoOption | DescriçãoDescription |
---|---|
Ir para DefiniçãoGo To Definition | Para referências, navega para a definição real do atributo.For references, navigates to the actual definition of the attribute. |
Mostrar todos os membrosShow All Members | Localiza e realces todos os membros do grupo chamado.Finds and highlights all members of the named group. |
Mostrar todas as referênciasShow All References | Localiza e realça todas as referências (grupos que têm ref="selectedGroup" ) para o grupo selecionado.Finds and highlights all references (groups that have ref="selectedGroup" ) to the selected group. |