Chris
Chris

Reputation: 1078

What is this symbol in my XMLSpy schema view diagram?

WTFisthis

Can someone please tell me what the blue highlighted icon between the spec nodes represents? I converted this schema into c# classes and I am unable to get to SpecItem, SpecGroup or SpecMisc.

Upvotes: 1

Views: 2280

Answers (2)

David Kelley
David Kelley

Reputation: 1

That element was selected when you captured the screen or saved the diagram, that's all. As a practice I always select the left most object to avoid this issue in my documentation.

Upvotes: 0

CodeLikeBeaker
CodeLikeBeaker

Reputation: 21312

Please take a look at this web site:

http://www.diversitycampus.net/projects/tdwg-sdd/minutes/SchemaDocu/SchemaDesignElements.html

EDIT

The old link is no longer working, however, I'm keeping it for reference. The new link is as follows:

http://manual.altova.com/xmlspy/spyenterprise/index.html?xseditingviews_schv_cmview_objects.htm

About 1/2 of the way down, you will see the following description:

A choice of elements. Only a single element from those in the choice may appear at this position.

Upvotes: 1

Related Questions