Definition Type: Element
Name: PostalCountry
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
The name of the country.
Collapse XSD Schema Diagram:
Drilldown into CountryCode in schema pidxcodelists_xsdXSD Diagram of PostalCountry in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="PostalCountry">
    <annotation>
        <documentation>The name of the country.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:CountryCode" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CountryCode pidx:CountryCode (1) (1)