Definition Type: ComplexType
Name: StreetNameType
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 data elements that make up the name of a street. There are two valid methods for encoding this information: 1). Use the structured elements and attributes. 2). The element value may contain a simplified string (e.g. 43 West 83rd. Street). An example:
Collapse XSD Schema Diagram:
Drilldown into muniOctant in schema ols_xsd Drilldown into directionalSuffix in schema ols_xsd Drilldown into typeSuffix in schema ols_xsd Drilldown into officialName in schema ols_xsd Drilldown into typePrefix in schema ols_xsd Drilldown into directionalPrefix in schema ols_xsdXSD Diagram of StreetNameType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="StreetNameType">
    <annotation>
        <appinfo source="ADT.xsd" />
        <documentation>The data elements that make up the name of a street. There are two valid methods for encoding this information: 1). Use the structured elements and attributes. 2). The element value may contain a simplified string (e.g. 43 West 83rd. Street).
An example:     <Street directionalPrefix="W" officialName="83RD" typeSuffix="ST" /></documentation>
    </annotation>
    <simpleContent>
        <extension base="string">
            <attribute name="directionalPrefix" type="string" use="optional">
                <annotation>
                    <documentation>The direction for a street (e.g., North), placed before the official name.</documentation>
                </annotation>
            </attribute>
            <attribute name="typePrefix" type="string" use="optional">
                <annotation>
                    <documentation>The street type (e.g., Rd or Ave) specified before the official name
				</documentation>
                </annotation>
            </attribute>
            <attribute name="officialName" type="string" use="optional">
                <annotation>
                    <documentation>
				The name for a street (e.g., Main).
				</documentation>
                </annotation>
            </attribute>
            <attribute name="typeSuffix" type="string" use="optional">
                <annotation>
                    <documentation>The street type (e.g., Rd or Ave) specified after the official name</documentation>
                </annotation>
            </attribute>
            <attribute name="directionalSuffix" type="string" use="optional">
                <annotation>
                    <documentation>The direction for a street (e.g., North), placed after the official name.</documentation>
                </annotation>
            </attribute>
            <attribute name="muniOctant" type="gml:CompassPointEnumeration" use="optional" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
directionalPrefix xls:directionalPrefix Optional
typePrefix xls:typePrefix Optional
officialName xls:officialName Optional
typeSuffix xls:typeSuffix Optional
directionalSuffix xls:directionalSuffix Optional
muniOctant xls:muniOctant Optional
Collapse Derivation Tree:
Collapse References:
xls:Street