Definition Type: Element
Name: CountryOfOrigin
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
The country where product originates or is deemed to have originated.
Collapse XSD Schema Diagram:
Drilldown into CountryCode in schema pidxcodelists_xsdXSD Diagram of CountryOfOrigin in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="CountryOfOrigin">
    <annotation>
        <documentation>The country where product originates or is deemed to have originated.</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)