Definition Type: ComplexType
Name: PropertyType
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 Value in schema wfs_xsd Drilldown into Name in schema wfs_xsdXSD Diagram of PropertyType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="PropertyType">
    <xsd:sequence>
        <xsd:element name="Name" type="xsd:QName">
            <xsd:annotation>
                <xsd:documentation>
                  The Name element contains the name of a feature property
                  to be updated.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Value" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>
                  The Value element contains the replacement value for the
                  named property.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name wfs:Name (1) (1)
Value wfs:Value 0 (1)
Collapse Derivation Tree:
Collapse References:
wfs:Property