Definition Type: ComplexType
Name: FeatureTypeType
Namespace: http://www.opengis.net/wfs/2.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ExtendedDescription in schema wfs_xsd Drilldown into MetadataURL in schema wfs_xsd Drilldown into WGS84BoundingBox in schema owscommon_xsd Drilldown into OutputFormats in schema wfs_xsd Drilldown into NoCRS in schema wfs_xsd Drilldown into OtherCRS in schema wfs_xsd Drilldown into DefaultCRS in schema wfs_xsd Drilldown into Keywords in schema ows19115subset_xsd Drilldown into Abstract in schema wfs_xsd Drilldown into Title in schema wfs_xsd Drilldown into Name in schema wfs_xsdXSD Diagram of FeatureTypeType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="FeatureTypeType">
    <xsd:sequence>
        <xsd:element name="Name" type="xsd:QName" />
        <xsd:element ref="wfs:Title" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="wfs:Abstract" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ows:Keywords" minOccurs="0" maxOccurs="unbounded" />
        <xsd:choice>
            <xsd:sequence>
                <xsd:element name="DefaultCRS" type="xsd:anyURI" />
                <xsd:element name="OtherCRS" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
            <xsd:element name="NoCRS">
                <xsd:complexType />
            </xsd:element>
        </xsd:choice>
        <xsd:element name="OutputFormats" type="wfs:OutputFormatListType" minOccurs="0" />
        <xsd:element ref="ows:WGS84BoundingBox" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MetadataURL" type="wfs:MetadataURLType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ExtendedDescription" type="wfs:ExtendedDescriptionType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name wfs:Name (1) (1)
Title wfs:Title 0 unbounded
Abstract wfs:Abstract 0 unbounded
Keywords ows:Keywords 0 unbounded
DefaultCRS wfs:DefaultCRS (1) (1)
OtherCRS wfs:OtherCRS 0 unbounded
NoCRS wfs:NoCRS (1) (1)
OutputFormats wfs:OutputFormats 0 (1)
WGS84BoundingBox ows:WGS84BoundingBox 0 unbounded
MetadataURL wfs:MetadataURL 0 unbounded
ExtendedDescription wfs:ExtendedDescription 0 (1)
Collapse Derivation Tree:
Collapse References:
wfs:FeatureType