[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XML Schema Question: named or anonymous types in element d


schema use prohibited
I think the name attribute is indeed prohibited, and I think the place where
this is defined is in the schema for schemas (which is normative). The
simpleType element has different types depending where it appears.
Specifically, in the schema for datatypes we find:

<xs:complexType name="localSimpleType">
    <xs:complexContent>
      <xs:restriction base="xs:simpleType">
        <xs:sequence>
          <xs:element ref="xs:annotation" minOccurs="0"/>
          <xs:group ref="xs:simpleDerivation"/>
        </xs:sequence>
        <xs:attribute name="name" use="prohibited">


Michael Kay 

> -----Original Message-----
> From: Bob Wyman [mailto:bob@w...] 
> Sent: 30 March 2004 23:05
> To: xml-dev@l...
> Subject:  XML Schema Question: named or anonymous 
> types in element definition?
> 
> I appeal to the gods of XML, schemas, etc. to clarify an issue
> concerning XML Schema use...
> 
> In the CAP (Common Alerting Protocol) specification[1], there are a
> number of element definitions that look something like the following:
> 
> <element name = "msgType">
>  <simpleType name = "msgType" >
>  <restriction base = "string">
>    ...
>  </restriction>
>  </simpleType>
> </element>
> 
> I believe, perhaps incorrectly, that the "simpleType" element above
> should not have a name attribute. i.e. it should be simply:
> "<simpleType>..." I note that the .NET XSD editor simply rewrites such
> named types to anonymous types in the editor. Other schema editors
> complain about the name attributes, however, it is reported that the
> XSD tools that come with Axis require that the name attribute be
> present. 
> 
> What is the *correct* coding of this schema? Should the <simpleType>
> elements in this situation have name attributes? If not, then is it
> that they MUST not have them, or is it that they SHOULD or MAY not
> have them? (I can't find the spot in the XML Schema spec which would
> address this issue...
> 
> 		bob wyman
> 
> [1]
> http://www.oasis-open.org/committees/download.php/5666/emergency-CAP-1
> .0.pdf
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
> 
> 


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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