Definition Type: Element
Name: AddressInformation
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure which contains complete address information.
Collapse XSD Schema Diagram:
Drilldown into Comment in schema pidxlib_xsd Drilldown into LocationCode in schema pidxlib_xsd Drilldown into RegionName in schema pidxlib_xsd Drilldown into StreetDirection in schema pidxlib_xsd Drilldown into LocationIdentifier in schema pidxlib_xsd Drilldown into CountyName in schema pidxlib_xsd Drilldown into PostalCountry in schema pidxlib_xsd Drilldown into PostalCode in schema pidxlib_xsd Drilldown into StateProvince in schema pidxlib_xsd Drilldown into CityName in schema pidxlib_xsd Drilldown into AddressLine in schema pidxlib_xsd Drilldown into StreetName in schema pidxlib_xsd Drilldown into BuildingHouseNumber in schema pidxlib_xsd Drilldown into POBoxNumber in schema pidxlib_xsdXSD Diagram of AddressInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="AddressInformation">
    <annotation>
        <documentation>Structure which contains complete address information.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <annotation>
                <documentation>Unique definitions defined previously in OFSP-Lib begin with: PostBoxNumber</documentation>
            </annotation>
            <element ref="pidx:POBoxNumber" minOccurs="0" />
            <element ref="pidx:BuildingHouseNumber" minOccurs="0" />
            <element ref="pidx:StreetName" minOccurs="0" />
            <element ref="pidx:AddressLine" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:CityName" minOccurs="0" />
            <element ref="pidx:StateProvince" minOccurs="0" />
            <element ref="pidx:PostalCode" minOccurs="0" />
            <element ref="pidx:PostalCountry" minOccurs="0" />
            <element ref="pidx:CountyName" minOccurs="0" />
            <element ref="pidx:LocationIdentifier" minOccurs="0" />
            <element ref="pidx:StreetDirection" minOccurs="0" />
            <element ref="pidx:RegionName" minOccurs="0" />
            <element ref="pidx:LocationCode" minOccurs="0" />
            <element ref="pidx:Comment" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
POBoxNumber pidx:POBoxNumber 0 (1)
BuildingHouseNumber pidx:BuildingHouseNumber 0 (1)
StreetName pidx:StreetName 0 (1)
AddressLine pidx:AddressLine 0 unbounded
CityName pidx:CityName 0 (1)
StateProvince pidx:StateProvince 0 (1)
PostalCode pidx:PostalCode 0 (1)
PostalCountry pidx:PostalCountry 0 (1)
CountyName pidx:CountyName 0 (1)
LocationIdentifier pidx:LocationIdentifier 0 (1)
StreetDirection pidx:StreetDirection 0 (1)
RegionName pidx:RegionName 0 (1)
LocationCode pidx:LocationCode 0 (1)
Comment pidx:Comment 0 unbounded