Definition Type: Element
Name: QuoteNotificationProperties
Namespace: http://www.api.org/pidXML
Containing Schema: QuoteNotification.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comment in schema pidxlib_xsd Drilldown into NotificationCode in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into QuoteDate in schema pidxlib_xsd Drilldown into QuoteNumber in schema pidxlib_xsd Drilldown into QuoteNotificationDate in schema pidxlib_xsdXSD Diagram of QuoteNotificationProperties in schema quotenotification_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="QuoteNotificationProperties">
    <complexType>
        <sequence>
            <element ref="pidx:QuoteNotificationDate" />
            <element ref="pidx:QuoteNumber" />
            <element ref="pidx:QuoteDate" />
            <element ref="pidx:PartnerInformation" minOccurs="2" maxOccurs="unbounded" />
            <element ref="pidx:NotificationCode" />
            <element ref="pidx:Comment" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QuoteNotificationDate pidx:QuoteNotificationDate (1) (1)
QuoteNumber pidx:QuoteNumber (1) (1)
QuoteDate pidx:QuoteDate (1) (1)
PartnerInformation pidx:PartnerInformation 2 unbounded
NotificationCode pidx:NotificationCode (1) (1)
Comment pidx:Comment 0 (1)