Definition Type: ComplexType
Name: SectionsType
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
Unordered list of zero or more names of requested sections in complete service metadata document. Each Section value shall contain an allowed section name as specified by each OWS specification. See Sections parameter subclause for more information.
Collapse XSD Schema Diagram:
Drilldown into Section in schema ows_xsdXSD Diagram of SectionsType in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="SectionsType">
    <annotation>
        <documentation>Unordered list of zero or more names of requested sections in complete service metadata document. Each Section value shall contain an allowed section name as specified by each OWS specification. See Sections parameter subclause for more information.  </documentation>
    </annotation>
    <sequence>
        <element name="Section" type="string" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Section ows:Section 0 unbounded
Collapse Derivation Tree:
Collapse References:
ows:Sections