[Home] [By Thread] [By Date] [Recent Entries]

  • To: "Li Yuejiong\(John\)" <john_li@m...>, <xml-dev@l...>
  • Subject: RE: Is it correct schema definition?
  • From: "Chiusano Joseph" <chiusano_joseph@b...>
  • Date: Mon, 5 Dec 2005 09:38:25 -0500
  • Thread-index: AcX5eR9Al9Z4K/ffSmCEcOv48j5t9AAK0xdwAAE52UA=
  • Thread-topic: Is it correct schema definition?

The "fixed" attribute is used only in attribute or element declarations,
to fix their value - so your usage below is incorrect. See the W3C
Schema Primer (http://www.w3.org/TR/xmlschema-0/), section 2.2.1.

Kind Regards,
Joseph Chiusano
Associate
Booz Allen Hamilton
 
700 13th St. NW
Suite 1100
Washington, DC 20005
O: 202-508-6514  
C: 202-251-0731
Visit us online@ http://www.boozallen.com
 

> -----Original Message-----
> From: Li Yuejiong(John) [mailto:john_li@m...] 
> Sent: Monday, December 05, 2005 9:26 AM
> To: xml-dev@l...
> Subject:  Is it correct schema definition?
> 
>  Hi,
> 
> The following piece of schema is from a released Schema 
> definition.The problem is the attribute "fixed". In the 
> element definition, fixed="" is correct or not?
> 
>   <complexType name="countryItemType">
>     <simpleContent>
>       <restriction base="stringItemType">
>         <length value="0" fixed="true" />
>       </restriction>
>     </simpleContent>
>   </complexType>
> 
>   <element id="id_Afghanistan" name="Afghanistan" 
> type="countryItemType"
> substitutionGroup="CountryItemHead" fixed="" nillable="true" />
> 
> Thanks,
> John
> 
> -----------------------------------------------------------------
> 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>
> 
> 

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member