http://java.sun.com/xml/ns/j2ee
complexType true-falseType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}true-falseType (restriction)

Documentation

	This simple type designates a boolean with only two
	permissible values

	- true
	- false

      
Properties
This component is not nillable.

Model
<...>

</...>

Source
<xsd:complexType name="true-falseType">
<xsd:simpleContent>
<xsd:restriction base="j2ee:xsdBooleanType">
<xsd:pattern value="(true|false)"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>


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