Definition Type: SimpleType
Name: HULCodeSimpleType
Namespace: http://niem.gov/niem/fbi/2.0
Containing Schema: fbi.xsd
Documentation:
A data type for Boat Hull Type.
Collapse XSD Schema Diagram:
XSD Diagram of HULCodeSimpleType in schema fbi_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="HULCodeSimpleType">
    <xsd:annotation>
        <xsd:documentation>A data type for Boat Hull Type.</xsd:documentation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="ML">
            <xsd:annotation>
                <xsd:documentation>Metal (aluminum, steel, etc.)</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="OT">
            <xsd:annotation>
                <xsd:documentation>Other</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="PL">
            <xsd:annotation>
                <xsd:documentation>Plastic (fiberglass, uniglass, etc.)</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="WD">
            <xsd:annotation>
                <xsd:documentation>Wood (cedar, plywood, fir, etc.)</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration ML
Enumeration OT
Enumeration PL
Enumeration WD
Collapse Derivation Tree:
Collapse References:
fbi:HULCodeType