Definition Type: ComplexType
Name: GMLObjectTypeType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Containing Schema: wfs.xsd
Abstract
Documentation:
An element of this type that describes a GML object in an application namespace shall have an xml xmlns specifier, e.g. xmlns:bo="http://www.BlueOx.org/BlueOx"
Collapse XSD Schema Diagram:
Drilldown into OutputFormats in schema wfs_xsd Drilldown into Keywords in schema ows_xsd Drilldown into Abstract in schema wfs_xsd Drilldown into Title in schema wfs_xsd Drilldown into Name in schema wfs_xsdXSD Diagram of GMLObjectTypeType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="GMLObjectTypeType">
    <xsd:annotation>
        <xsd:documentation>
            An element of this type that describes a GML object in an
            application namespace shall have an xml xmlns specifier,
            e.g. xmlns:bo="http://www.BlueOx.org/BlueOx"
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Name" type="xsd:QName">
            <xsd:annotation>
                <xsd:documentation>
                  Name of this GML Object type, including any namespace prefix.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Title" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>
                  Title of this GML Object type, normally used for display
                  to a human.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Abstract" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>
                  Brief narrative description of this GML Object type, normally
                  used for display to a human.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ows:Keywords" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="OutputFormats" type="wfs:OutputFormatListType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name wfs:Name (1) (1)
Title wfs:Title 0 (1)
Abstract wfs:Abstract 0 (1)
Keywords ows:Keywords 0 unbounded
OutputFormats wfs:OutputFormats 0 (1)
Collapse Derivation Tree:
Collapse References:
wfs:GMLObjectType