Definition Type: ComplexType
Name: FeatureTypeListType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Containing Schema: wfs.xsd
Abstract
Documentation:
A list of feature types available from this server.
Collapse XSD Schema Diagram:
Drilldown into FeatureType in schema wfs_xsd Drilldown into Operations in schema wfs_xsdXSD Diagram of FeatureTypeListType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="FeatureTypeListType">
    <xsd:annotation>
        <xsd:documentation>
            A list of feature types available from  this server.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Operations" type="wfs:OperationsType" minOccurs="0" />
        <xsd:element name="FeatureType" type="wfs:FeatureTypeType" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Operations wfs:Operations 0 (1)
FeatureType wfs:FeatureType (1) unbounded
Collapse Derivation Tree:
Collapse References:
wfs:FeatureTypeList