Definition Type: ComplexType
Name: CI_Address_Type
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Type: gco:AbstractObject_Type
Containing Schema: citation.xsd
Abstract
Documentation:
Location of the responsible individual or organisation
Collapse XSD Schema Diagram:
Drilldown into electronicMailAddress in schema citation_xsd Drilldown into country in schema citation_xsd Drilldown into postalCode in schema citation_xsd Drilldown into administrativeArea in schema citation_xsd Drilldown into city in schema citation_xsd Drilldown into deliveryPoint in schema citation_xsd Drilldown into uuid in schema gcobase_xsd Drilldown into id in schema gcobase_xsd Drilldown into ObjectIdentification in schema gcobase_xsd Drilldown into AbstractObject_Type in schema gcobase_xsdXSD Diagram of CI_Address_Type in schema citation_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="CI_Address_Type">
    <xs:annotation>
        <xs:documentation>Location of the responsible individual or organisation</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="deliveryPoint" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded" />
                <xs:element name="city" type="gco:CharacterString_PropertyType" minOccurs="0" />
                <xs:element name="administrativeArea" type="gco:CharacterString_PropertyType" minOccurs="0" />
                <xs:element name="postalCode" type="gco:CharacterString_PropertyType" minOccurs="0" />
                <xs:element name="country" type="gco:CharacterString_PropertyType" minOccurs="0" />
                <xs:element name="electronicMailAddress" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveryPoint gmd:deliveryPoint 0 unbounded
city gmd:city 0 (1)
administrativeArea gmd:administrativeArea 0 (1)
postalCode gmd:postalCode 0 (1)
country gmd:country 0 (1)
electronicMailAddress gmd:electronicMailAddress 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gmd:CI_Address