Search found 17 matches

by EarlMorton
Wed Mar 06, 2019 8:30 pm
Forum: Other Issues
Topic: Showing @mixed="true" in Design Mode
Replies: 2
Views: 1662

Re: Showing @mixed="true" in Design Mode

OK, thanks Adrian!
by EarlMorton
Wed Feb 27, 2019 10:51 pm
Forum: Other Issues
Topic: Showing @mixed="true" in Design Mode
Replies: 2
Views: 1662

Showing @mixed="true" in Design Mode

In Schema Design mode, elements with anonymous types do not indicate in the diagram if @mixed="true", even when in the options, Editor > Edit Modes > Schema Design > Properties > Complex Type > Mixed is selected. Is this by design, and if so, what is the rationale for it? (For named types,...
by EarlMorton
Fri Feb 15, 2019 9:45 pm
Forum: Common Problems
Topic: Collapse All not working in schema Design mode?
Replies: 2
Views: 1668

Re: Collapse All not working in schema Design mode?

Thanks, Adrian! To answer your questions: 1. I have oXygen XML Editor version 20.1, build 2018101517. 2. I have tried several, including the schema. 3. Oxygen XML Editor 20\frameworks\ooxml\schemas\xsd\wml.xsd demonstrates what I'm seeing. (Good idea to use the schemas that come with oXygen for demo...
by EarlMorton
Fri Jan 18, 2019 6:55 pm
Forum: Common Problems
Topic: Collapse All not working in schema Design mode?
Replies: 2
Views: 1668

Collapse All not working in schema Design mode?

I am tinkering with the Design mode while studying a complex set of XML schemas. (I'm a text-oriented person, so graphical representations generally don't help me very much, so I haven't used it very much in the past.) The Collapse All command on the right-click menu doesn't seem to be working as de...
by EarlMorton
Wed Jan 02, 2019 6:15 pm
Forum: Other Issues
Topic: Element folding not entirely persistent
Replies: 4
Views: 2385

Re: Element folding not entirely persistent

OK--thanks, Radu!

Earl
by EarlMorton
Fri Dec 21, 2018 7:43 pm
Forum: Other Issues
Topic: Element folding not entirely persistent
Replies: 4
Views: 2385

Element folding not entirely persistent

I am working with a set of 97 XML Schema modules. The authors of these schemas went way overboard (in my opinion) with <xs:annotation> elements. For example, almost every element in the set has an @id attribute, and in every type definition where the @id is declared, there is an <xs:annotation> indi...
by EarlMorton
Thu Oct 25, 2018 5:33 pm
Forum: Other Issues
Topic: Validation scenarios
Replies: 2
Views: 2242

Re: Validation scenarios

Very good--thanks, Radu!
by EarlMorton
Wed Oct 24, 2018 11:43 pm
Forum: Other Issues
Topic: Validation scenarios
Replies: 2
Views: 2242

Validation scenarios

I am trying to understand validation scenarios. In a set of XML Schemas that I'm working with, one of the schema modules (I'll call it A) contains a type definition that is needed by three other modules (X, Y, and Z), so each of them uses <xs:include> to make the type definition available. But A's t...
by EarlMorton
Tue Oct 09, 2018 5:16 pm
Forum: Other Issues
Topic: Find/Replace in Files to ignore end tags?
Replies: 2
Views: 1962

Re: Find/Replace in Files to ignore end tags?

Oh, OK! Starting with the < works. I need to turn off the "Enable XML search options" checkbox, which means my results might include elements that have been commented out, so I'll need to watch for that.

Thanks!
by EarlMorton
Mon Oct 08, 2018 6:50 pm
Forum: Other Issues
Topic: Find/Replace in Files to ignore end tags?
Replies: 2
Views: 1962

Find/Replace in Files to ignore end tags?

In the Find/Replace in Files function, when searching for element names, is it possible to tell the function to ignore end tags? I often use this function to find all instances of a particular element in a body of XML documents, so I can see how the elements are used or what data they contain. These...
by EarlMorton
Wed May 02, 2018 5:22 pm
Forum: Feature Request
Topic: Feature Request: Close All Folds
Replies: 12
Views: 8093

Re: Feature Request: Close All Folds

Actually, the files I will be using this for will be plain XML. I was just tinkering with the outline feature in a schema because that was the file I happened to have open at the time. Now that I understand how it treats different types of files, I think I'm good to go!

Thanks!

Earl
by EarlMorton
Mon Apr 30, 2018 5:51 pm
Forum: Feature Request
Topic: Feature Request: Close All Folds
Replies: 12
Views: 8093

Re: Feature Request: Close All Folds

Ah! OK. Now I'm seeing it--after a lot more tinkering. I couldn't find the Collapse All command for a while, until I figured out that you have to choose Show XML Structure on the Settings menu first. That looks like it will work for me! I'm sure I've only scratched the surface of what oXygen is capa...
by EarlMorton
Sat Apr 28, 2018 1:18 am
Forum: Feature Request
Topic: Feature Request: Close All Folds
Replies: 12
Views: 8093

Re: Feature Request: Close All Folds

Honestly, I wasn't aware of Outline View until you mentioned it. I just tinkered with it a bit, and looked at the Help, but I'm not seeing a way to collapse the whole outline and drill down into the hierarchy, one level at a time. I will soon be starting to refer to some large data files in XML mark...
by EarlMorton
Wed Apr 25, 2018 9:37 pm
Forum: Feature Request
Topic: Feature Request: Close All Folds
Replies: 12
Views: 8093

Re: Feature Request: Close All Folds

What is the status on this request? I have a different use case, but the same need.
by EarlMorton
Mon Feb 27, 2017 8:29 pm
Forum: XML Schemas
Topic: Using the Component Dependencies function for XML Schema
Replies: 2
Views: 2719

Re: Using the Component Dependencies function for XML Schema

Thanks, Radu! I am working on getting permission to send you the schema set, but one of the people here is out sick today. I'll get back to you on that when I can.
by EarlMorton
Wed Feb 22, 2017 8:53 pm
Forum: XML Schemas
Topic: Using the Component Dependencies function for XML Schema
Replies: 2
Views: 2719

Using the Component Dependencies function for XML Schema

I am trying to understand the Component Dependencies function in oXygen XML Editor 18.1. It seems like it might help me in my current project, which involves maintaining a set of XML schemas. The oXygen Help has just a very brief description of this function that does not fully explain its purpose n...
by EarlMorton
Thu Jan 12, 2017 1:00 am
Forum: XML Schemas
Topic: Master Files vs. catalog files and validation scenarios
Replies: 1
Views: 2436

Master Files vs. catalog files and validation scenarios

My project uses a set of a few dozen XML Schema files organized in a folder hierarchy. They are interrelated with <include> and <import> elements. Each folder in the hierarchy contains a catalog.xml file that lists the schema files in that folder, and another catalog.xml in the top folder references...