Definition Type: Element
Name: CustodyLocationInformation
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GeographicalInformation in schema pidxlib_xsd Drilldown into AddressInformation in schema pidxlib_xsd Drilldown into CustodyLocationDescription in schema pidxlib_xsd Drilldown into CustodyLocationIdentifier in schema pidxlib_xsdXSD Diagram of CustodyLocationInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="CustodyLocationInformation">
    <complexType>
        <sequence>
            <element ref="pidx:CustodyLocationIdentifier" maxOccurs="unbounded" />
            <element ref="pidx:CustodyLocationDescription" minOccurs="0" />
            <element ref="pidx:AddressInformation" minOccurs="0" />
            <element ref="pidx:GeographicalInformation" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustodyLocationIdentifier pidx:CustodyLocationIdentifier (1) unbounded
CustodyLocationDescription pidx:CustodyLocationDescription 0 (1)
AddressInformation pidx:AddressInformation 0 (1)
GeographicalInformation pidx:GeographicalInformation 0 (1)