Definition Type: ComplexType
Name: MetadataURLType
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
Abstract
Documentation:
A Web Feature Server MAY use zero or more MetadataURL elements to offer detailed, standardized metadata about the data underneath a particular feature type. The type attribute indicates the standard to which the metadata complies; the format attribute indicates how the metadata is structured. Two types are defined at present: 'TC211' or 'ISO19115' = ISO TC211 19115; 'FGDC' = FGDC CSDGM. 'ISO19139' = ISO 19139
Collapse XSD Schema Diagram:
Drilldown into format in schema wfs_xsd Drilldown into type in schema wfs_xsdXSD Diagram of MetadataURLType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="MetadataURLType">
    <xsd:annotation>
        <xsd:documentation>
            A Web Feature Server MAY use zero or more MetadataURL
            elements to offer detailed, standardized metadata about
            the data underneath a particular feature type.  The type
            attribute indicates the standard to which the metadata
            complies; the format attribute indicates how the metadata is
            structured.  Two types are defined at present:
            'TC211' or 'ISO19115' = ISO TC211 19115; 
            'FGDC'                = FGDC CSDGM.
            'ISO19139'            = ISO 19139
         </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:string">
            <xsd:attribute name="type" use="required">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:NMTOKEN">
                        <xsd:enumeration value="TC211" />
                        <xsd:enumeration value="FGDC" />
                        <xsd:enumeration value="19115" />
                        <xsd:enumeration value="19139" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:attribute>
            <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>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type wfs:type Required
format wfs:format Required
Collapse Derivation Tree:
Collapse References:
wfs:MetadataURL