[
Lists Home |
Date Index |
Thread Index
]
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@macrosynergy.com]
> Sent: Monday, December 05, 2005 9:26 AM
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] 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>
>
>
|