Definition Type: ComplexType
Name: BidInformationType
Namespace: urn:cidx:names:specification:ces:schema:all:5:0
Containing Schema: CIDX_5.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comment in schema cidx_5_0_xsd Drilldown into ProductDescription in schema cidx_5_0_xsd Drilldown into OtherPartner in schema cidx_5_0_xsd Drilldown into BidDueDate in schema cidx_5_0_xsdXSD Diagram of BidInformationType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="BidInformationType">
    <xsd:sequence>
        <xsd:element ref="BidDueDate" />
        <xsd:element ref="OtherPartner" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ProductDescription" minOccurs="0" />
        <xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BidDueDate nsA:BidDueDate (1) (1)
OtherPartner nsA:OtherPartner 0 unbounded
ProductDescription nsA:ProductDescription 0 (1)
Comment nsA:Comment 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:BidInformation