XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Mike BrzozowskiSubject: Red exclamation mark in Diagram view
Author: Mike Brzozowski
Date: 18 Jul 2003 01:02 AM
For some reason a recursive element is showing up in my Diagram view with an ominous-looking red exclamation mark. There's nothing in the documentation explaining what this is; what does it mean? Here's a code snippet that causes it:
	<xsd:complexType name="BidStmt">
		<xsd:choice>
			<xsd:element name="If">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="BidCond"/>
						<xsd:element name="Then">
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="BidStmt" maxOccurs="unbounded" minOccurs="1" type="BidStmt"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:choice>
	</xsd:complexType>
Thanks for your help!


Imagerecursive-exclamation.gif
The intimidating looking punctuation.

Posttop
Minollo I.Subject: Re: Red exclamation mark in Diagram view
Author: Minollo I.
Date: 18 Jul 2003 09:18 AM
The red exclamation mark means that that element is "required"; it's
triggered by the minOccurs="1" attribute in the element definition.

Minollo

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.