http://www.w3.org/2001/XMLSchema
simpleType formChoice

Super Types
{http://www.w3.org/2001/XMLSchema}anySimpleType
|
+--{http://www.w3.org/2001/XMLSchema}string (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}normalizedString (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}token (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}NMTOKEN (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}formChoice (restriction)

Documentation
   A utility type, not for public use
Properties
This component is not nillable.

Model

('qualified' | 'unqualified')

Local Usage
attribute, element, schema

Source
<xs:simpleType name="formChoice">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="qualified"/>
<xs:enumeration value="unqualified"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.