Definition Type: ComplexType
Name: ActionType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Message in schema wfs_xsd Drilldown into code in schema wfs_xsd Drilldown into locator in schema wfs_xsdXSD Diagram of ActionType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="ActionType">
    <xsd:sequence>
        <xsd:element name="Message" type="xsd:string" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                  If an action fails, the message element may be used
                  to supply an exception message.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="locator" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation>
               The locator attribute is used to locate an action 
               within a &lt;Transaction&gt; element.  The value
               of the locator attribute is either a string that
               is equal to the value of the handle attribute
               specified on an  &lt;Insert&gt;, &lt;Update&gt;
               or &lt;Delete&gt; action.  If a value is not 
               specified for the handle attribute then a WFS 
               may employ some other means of locating the 
               action.  For example, the value of the locator
               attribute may be an integer indicating the order
               of the action (i.e. 1=First action, 2=Second action,
               etc.).
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="code" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>
               The code attribute may be used to specify an 
               exception code indicating why an action failed.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Message wfs:Message 0 1
Collapse Child Attributes:
Name Type Default Value Use
locator wfs:locator Required
code wfs:code Optional
Collapse Derivation Tree:
Collapse References:
wfs:Action