Definition Type: Element
Name: CustodyTicketInformation
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ConnectingCarrierTicketNumber in schema pidxlib_xsd Drilldown into CustodySupercedeTicketNumber in schema pidxlib_xsd Drilldown into RevisionNumber in schema pidxlib_xsd Drilldown into CustodyTransferStopDateTime in schema pidxlib_xsd Drilldown into CustodyTransferStartDateTime in schema pidxlib_xsd Drilldown into CustodyTicketDateTime in schema pidxlib_xsd Drilldown into CustodyTicketNumber in schema pidxlib_xsd Drilldown into thirdPartyTicketIndicator in schema pidxlib_xsd Drilldown into custodyTicketType in schema pidxlib_xsdXSD Diagram of CustodyTicketInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="CustodyTicketInformation">
    <complexType>
        <sequence>
            <element ref="pidx:CustodyTicketNumber" />
            <element ref="pidx:CustodyTicketDateTime" />
            <element ref="pidx:CustodyTransferStartDateTime" minOccurs="0" />
            <element ref="pidx:CustodyTransferStopDateTime" minOccurs="0" />
            <element ref="pidx:RevisionNumber" minOccurs="0" />
            <element ref="pidx:CustodySupercedeTicketNumber" minOccurs="0" />
            <element ref="pidx:ConnectingCarrierTicketNumber" minOccurs="0" />
        </sequence>
        <attribute name="custodyTicketType" type="pidx:CustodyTicketType" use="required" />
        <attribute name="thirdPartyTicketIndicator" type="pidx:YesNoType" use="optional" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustodyTicketNumber pidx:CustodyTicketNumber (1) (1)
CustodyTicketDateTime pidx:CustodyTicketDateTime (1) (1)
CustodyTransferStartDateTime pidx:CustodyTransferStartDateTime 0 (1)
CustodyTransferStopDateTime pidx:CustodyTransferStopDateTime 0 (1)
RevisionNumber pidx:RevisionNumber 0 (1)
CustodySupercedeTicketNumber pidx:CustodySupercedeTicketNumber 0 (1)
ConnectingCarrierTicketNumber pidx:ConnectingCarrierTicketNumber 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
custodyTicketType pidx:custodyTicketType Required
thirdPartyTicketIndicator pidx:thirdPartyTicketIndicator Optional