Definition Type: ComplexType
Name: NamedPlaceType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ols.xsd
Abstract
Documentation:
The NamedPlaceType defines a named place within an AddressType. A named place has a classification (such as country, country subdivision, or municipality).
Collapse XSD Schema Diagram:
Drilldown into type in schema ols_xsdXSD Diagram of NamedPlaceType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="NamedPlaceType">
    <annotation>
        <appinfo source="ADT.xsd" />
        <documentation>
	The NamedPlaceType defines a named place within an AddressType.
	A named place has a classification (such as country, country subdivision, or municipality).
		</documentation>
    </annotation>
    <simpleContent>
        <extension base="string">
            <attribute name="type" type="xls:NamedPlaceClassification" use="required" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
type xls:type Required
Collapse Derivation Tree:
Collapse References:
xls:Place