- From: Ian Stokes-Rees <ijs@decisionsoft.com>
- Date: Tue, 10 Apr 2001 13:11:46 +0100
- To: "xmlschema-dev@w3.org" <xmlschema-dev@w3.org>
Since the enumeration facet is defined as follows:
<xs:element name="enumeration" id="enumeration" type="xs:facet">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-enumeration"/>
</xs:annotation>
</xs:element>
and xs:facet is defined as:
<xs:complexType name="facet">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="value" use="required"/>
<xs:attribute name="fixed" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
I am wondering what the meaning of the "fixed" attribute is within an
"enumeration" element. E.g.:
<enumeration value="72" fixed="???" />
Regards,
Ian.
--
Ian Stokes-Rees, Engineering Manager DecisionSoft Ltd.
Telephone: +44-1865-203192 http://www.decisionsoft.com
Received on Tuesday, 10 April 2001 08:09:54 UTC