Definition Type: Element
Name: RFQInformation
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RFQReference in schema papinetcommondefsv2r40_xsd Drilldown into RFQRespondByDate in schema papinetcommondefsv2r40_xsd Drilldown into RFQIssuedDate in schema papinetcommondefsv2r40_xsd Drilldown into RFQNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of RFQInformation in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="RFQInformation">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="RFQNumber" />
            <xs:element ref="RFQIssuedDate" minOccurs="0" />
            <xs:element ref="RFQRespondByDate" />
            <xs:element ref="RFQReference" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RFQNumber pn:RFQNumber (1) (1)
RFQIssuedDate pn:RFQIssuedDate 0 (1)
RFQRespondByDate pn:RFQRespondByDate (1) (1)
RFQReference pn:RFQReference 0 unbounded