Definition Type: Attribute
Name: format
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: wfs.xsd
ContentType Restriction
Use Required
Collapse XSD Schema Diagram:
XSD Diagram of format in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="format" use="required">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <!--  base="xsd:NMTOKEN"  "text/xml" is invalid wrt NMTOKEN -->
            <xsd:enumeration value="text/xml" />
            <xsd:enumeration value="text/html" />
            <xsd:enumeration value="text/sgml" />
            <xsd:enumeration value="text/plain" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration text/xml
Enumeration text/html
Enumeration text/sgml
Enumeration text/plain