Definition Type: SimpleType
Name: surfBndType
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Documentation:
Surface boundaries can be one of three types: outer, void, island
Collapse XSD Schema Diagram:
XSD Diagram of surfBndType in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:simpleType name="surfBndType">
    <xs:annotation>
        <xs:documentation>Surface boundaries can be one of three types: outer, void, island</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="outer" />
        <xs:enumeration value="void" />
        <xs:enumeration value="island" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration outer
Enumeration void
Enumeration island
Collapse Derivation Tree:
Collapse References:
land:bndType