Definition Type: ComplexType
Name: BuildingLocatorType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Type: xls:AbstractStreetLocatorType
Containing Schema: ols.xsd
Abstract
Documentation:
A type of AbstractStreetLocatorType
Collapse XSD Schema Diagram:
Drilldown into AbstractStreetLocatorType in schema ols_xsd Drilldown into buildingName in schema ols_xsd Drilldown into subdivision in schema ols_xsd Drilldown into number in schema ols_xsdXSD Diagram of BuildingLocatorType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="BuildingLocatorType">
    <annotation>
        <appinfo source="ADT.xsd" />
        <documentation>A type of AbstractStreetLocatorType</documentation>
    </annotation>
    <complexContent>
        <extension base="xls:AbstractStreetLocatorType">
            <attribute name="number" type="string" use="optional" />
            <attribute name="subdivision" type="string" use="optional" />
            <attribute name="buildingName" type="string" use="optional" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
number xls:number Optional
subdivision xls:subdivision Optional
buildingName xls:buildingName Optional
Collapse Derivation Tree:
Collapse References:
xls:Building