Definition Type: ComplexType
Name: ScopedNameListType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Type: swe:stringList
Containing Schema: SWE_basicTypes.xsd
Abstract
Documentation:
Extension of stringList which also carries a codeSpace attribute.
Collapse XSD Schema Diagram:
Drilldown into count in schema swe_basictypes_xsd Drilldown into codeSpace in schema swe_basictypes_xsdXSD Diagram of ScopedNameListType in schema swe_basictypes_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="ScopedNameListType">
    <annotation>
        <documentation>Extension of stringList which also carries a codeSpace attribute.</documentation>
    </annotation>
    <simpleContent>
        <extension base="swe:stringList">
            <attribute name="codeSpace" type="anyURI" use="required" />
            <attribute name="count" type="nonNegativeInteger" use="optional" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
codeSpace swe:codeSpace Required
count swe:count Optional
Collapse Derivation Tree: