Definition Type: Element
Name: Boolean
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: gml.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 gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<element name="Boolean" type="boolean">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:valueObjects:3.1.1">valueObjects.xsd</appinfo>
        <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>