Definition Type: ComplexType
Name: StructuredAddressType
Namespace: http://niem.gov/niem/niem-core/2.0
Type: s:ComplexObjectType
Containing Schema: niem-core.xsd
Abstract
Documentation:
A data type for an address.
Collapse XSD Schema Diagram:
Drilldown into LocationPostalExtensionCode in schema niem-core_xsd Drilldown into LocationPostalCode in schema niem-core_xsd Drilldown into LocationCountry in schema niem-core_xsd Drilldown into LocationState in schema niem-core_xsd Drilldown into LocationCounty in schema niem-core_xsd Drilldown into LocationCityName in schema niem-core_xsd Drilldown into AddressDeliveryPoint in schema niem-core_xsd Drilldown into AddressRecipientName in schema niem-core_xsd Drilldown into linkMetadata in schema structures_xsd Drilldown into metadata in schema structures_xsd Drilldown into id in schema structures_xsd Drilldown into ComplexObjectType in schema structures_xsdXSD Diagram of StructuredAddressType in schema niem-core_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="StructuredAddressType">
    <xsd:annotation>
        <xsd:documentation>A data type for an address.</xsd:documentation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="s:ComplexObjectType">
            <xsd:sequence>
                <xsd:element ref="nc:AddressRecipientName" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:AddressDeliveryPoint" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:LocationCityName" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:LocationCounty" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:LocationState" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:LocationCountry" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:LocationPostalCode" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:LocationPostalExtensionCode" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressRecipientName nc:AddressRecipientName 0 unbounded
AddressDeliveryPoint nc:AddressDeliveryPoint 0 unbounded
LocationCityName nc:LocationCityName 0 unbounded
LocationCounty nc:LocationCounty 0 unbounded
LocationState nc:LocationState 0 unbounded
LocationCountry nc:LocationCountry 0 unbounded
LocationPostalCode nc:LocationPostalCode 0 unbounded
LocationPostalExtensionCode nc:LocationPostalExtensionCode 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id s:id (Optional)
metadata s:metadata (Optional)
linkMetadata s:linkMetadata (Optional)
Collapse Derivation Tree:
Collapse References:
nc:StructuredAddress