Definition Type: Element
Name: PipelineScheduleProperties
Namespace: http://www.api.org/pidXML
Containing Schema: PipelineSchedule.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comment in schema pidxlib_xsd Drilldown into Attachment in schema pidxlib_xsd Drilldown into ReferenceInformation in schema pidxlib_xsd Drilldown into SpecialInstructions in schema pidxlib_xsd Drilldown into LanguageCode in schema pidxlib_xsd Drilldown into PurchaseOrderLineItemNumber in schema pidxlib_xsd Drilldown into PurchaseOrderInformation in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into PipelineLineDescription in schema pidxlib_xsd Drilldown into PipelineLineNumber in schema pidxlib_xsd Drilldown into CreateDateTime in schema pidxlib_xsdXSD Diagram of PipelineScheduleProperties in schema pipelineschedule_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="PipelineScheduleProperties">
    <complexType>
        <sequence>
            <element ref="pidx:CreateDateTime" />
            <element ref="pidx:PipelineLineNumber" />
            <element ref="pidx:PipelineLineDescription" minOccurs="0" />
            <element ref="pidx:PartnerInformation" maxOccurs="unbounded" />
            <element ref="pidx:PurchaseOrderInformation" minOccurs="0" />
            <element ref="pidx:PurchaseOrderLineItemNumber" minOccurs="0" />
            <element ref="pidx:LanguageCode" minOccurs="0" />
            <element ref="pidx:SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:ReferenceInformation" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:Attachment" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:Comment" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CreateDateTime pidx:CreateDateTime (1) (1)
PipelineLineNumber pidx:PipelineLineNumber (1) (1)
PipelineLineDescription pidx:PipelineLineDescription 0 (1)
PartnerInformation pidx:PartnerInformation (1) unbounded
PurchaseOrderInformation pidx:PurchaseOrderInformation 0 (1)
PurchaseOrderLineItemNumber pidx:PurchaseOrderLineItemNumber 0 (1)
LanguageCode pidx:LanguageCode 0 (1)
SpecialInstructions pidx:SpecialInstructions 0 unbounded
ReferenceInformation pidx:ReferenceInformation 0 unbounded
Attachment pidx:Attachment 0 unbounded
Comment pidx:Comment 0 (1)