Definition Type: Element
Name: OtherSRS
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: wfs.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The OtherSRS element is used to indicate other supported SRSs within query and transaction operations. A supported SRS means that the WFS supports the transformation of spatial properties between the OtherSRS and the internal storage SRS. The effects of such transformations must be considered when determining and declaring the guaranteed data accuracy.
Collapse XSD Schema Diagram:
XSD Diagram of OtherSRS in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="OtherSRS" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>
                        The OtherSRS element is used to indicate other 
                        supported SRSs within query and transaction 
                        operations.  A supported SRS means that the 
                        WFS supports the transformation of spatial
                        properties between the OtherSRS and the internal
                        storage SRS.  The effects of such transformations 
                        must be considered when determining and declaring 
                        the guaranteed data accuracy.
                     </xsd:documentation>
    </xsd:annotation>
</xsd:element>