Definition Type: ComplexType
Name: GetGmlObjectType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:BaseRequestType
Containing Schema: wfs.xsd
Abstract
Documentation:
A GetGmlObjectType element contains exactly one GmlObjectId. The value of the gml:id attribute on that GmlObjectId is used as a unique key to retrieve the complex element with a gml:id attribute with the same value.
Collapse XSD Schema Diagram:
Drilldown into GmlObjectId in schema filter_xsd Drilldown into handle in schema wfs_xsd Drilldown into version in schema wfs_xsd Drilldown into service in schema wfs_xsd Drilldown into BaseRequestType in schema wfs_xsd Drilldown into traverseXlinkExpiry in schema wfs_xsd Drilldown into traverseXlinkDepth in schema wfs_xsd Drilldown into outputFormat in schema wfs_xsdXSD Diagram of GetGmlObjectType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="GetGmlObjectType">
    <xsd:annotation>
        <xsd:documentation>
            A GetGmlObjectType element contains exactly one GmlObjectId.  
            The value of the gml:id attribute on that GmlObjectId is used 
            as a unique key to retrieve the complex element with a 
            gml:id attribute with the same value.  
         </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="wfs:BaseRequestType">
            <xsd:sequence>
                <xsd:element ref="ogc:GmlObjectId" />
            </xsd:sequence>
            <xsd:attribute name="outputFormat" type="xsd:string" use="optional" default="GML3" />
            <xsd:attribute name="traverseXlinkDepth" type="xsd:string" use="required">
                <xsd:annotation>
                    <xsd:documentation>
                     This attribute indicates the depth to which nested
                     property XLink linking element locator attribute
                     (href) XLinks are traversed and resolved if possible.
                     A value of "1" indicates that one linking element
                     locator attribute (href) XLink will be traversed
                     and the referenced element returned if possible, but
                     nested property XLink linking element locator attribute
                     (href) XLinks in the returned element are not traversed.
                     A value of "*" indicates that all nested property XLink
                     linking element locator attribute (href) XLinks will be
                     traversed and the referenced elements returned if
                     possible.  The range of valid values for this attribute
                     consists of positive integers plus "*".
                  </xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="traverseXlinkExpiry" type="xsd:positiveInteger" use="optional">
                <xsd:annotation>
                    <xsd:documentation>
                     The traverseXlinkExpiry attribute value is specified
                     in minutes.  It indicates how long a Web Feature Service
                     should wait to receive a response to a nested GetGmlObject
                     request.	
                  </xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GmlObjectId ogc:GmlObjectId (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
service wfs:service WFS Optional
version wfs:version 1.1.0 Optional
handle wfs:handle Optional
outputFormat wfs:outputFormat GML3 Optional
traverseXlinkDepth wfs:traverseXlinkDepth Required
traverseXlinkExpiry wfs:traverseXlinkExpiry Optional
Collapse Derivation Tree:
Collapse References:
wfs:GetGmlObject