simpleType "defaultable-boolean"
Namespace:
Defined:
Used:
never
Simple Content Model
enumeration of xsd:NMTOKEN
Simple Content Restrictions:
Enumeration:
"default", "true", "false"
Type Definition Detail
Type Derivation Tree
xsd:NMTOKEN (restriction)
  defaultable-boolean
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"default", "true", "false"
XML Source (see within schema source)
<xsd:simpleType name="defaultable-boolean">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="default"/>
<xsd:enumeration value="true"/>
<xsd:enumeration value="false"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.