Attribute Fixed and Prohibited

I want an attribute to have a fixed value that is available to the schema 
processor, but not allow the attribute in instances.   Is the following 
valid, and does it do what I want.

<xs:attribute name="domain" type="xs:positiveInteger" use="prohibited" 
fixed="123"/>

Received on Wednesday, 27 March 2002 04:23:51 UTC