| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}generic-booleanType (restriction)
This type defines four different values which can designate
boolean values. This includes values yes and no which are
not designated by xsd:boolean
<xsd:complexType name="generic-booleanType"><xsd:simpleContent></xsd:complexType><xsd:restriction base="j2ee:string"></xsd:simpleContent><xsd:enumeration value="true"/><xsd:enumeration value="false"/><xsd:enumeration value="yes"/><xsd:enumeration value="no"/></xsd:restriction>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||