Definition Type: Element
Name: Boolean
Namespace: http://www.opengis.net/gml
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: valueObjects.xsd
Abstract
Documentation:
A value from two-valued logic, using the XML Schema boolean type. An instance may take the values {true, false, 1, 0}.
Collapse XSD Schema Diagram:
XSD Diagram of Boolean in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="Boolean" type="boolean" substitutionGroup="gml:_ScalarValue">
    <annotation>
        <documentation>A value from two-valued logic, using the XML Schema boolean type.  An instance may take the values {true, false, 1, 0}.  </documentation>
    </annotation>
</element>
Collapse References:
gml:_ScalarValue