Definition Type: Element
Name: LoadTenderResponse
Namespace: http://www.papinet.org/v2r40
Containing Schema: LoadTenderResponseV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LoadTenderResponseSummary in schema loadtenderresponsev2r40_xsd Drilldown into MonetaryAdjustment in schema papinetcommondefsv2r40_xsd Drilldown into LoadTenderResponseSegment in schema loadtenderresponsev2r40_xsd Drilldown into LoadTenderResponseHeader in schema loadtenderresponsev2r40_xsd Drilldown into Language in schema loadtenderresponsev2r40_xsd Drilldown into Reissued in schema loadtenderresponsev2r40_xsd Drilldown into LoadTenderResponseStatusType in schema loadtenderresponsev2r40_xsd Drilldown into LoadTenderResponseType in schema loadtenderresponsev2r40_xsdXSD Diagram of LoadTenderResponse in schema loadtenderresponsev2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="LoadTenderResponse">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="LoadTenderResponseHeader" />
            <xs:element ref="LoadTenderResponseSegment" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="MonetaryAdjustment" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="LoadTenderResponseSummary" />
        </xs:sequence>
        <xs:attribute name="LoadTenderResponseType" type="loadTenderResponseType" use="required" />
        <xs:attribute name="LoadTenderResponseStatusType" type="loadTenderResponseStatusType" use="required" />
        <xs:attribute name="Reissued" type="yesNo" default="No" />
        <xs:attribute name="Language" type="languageType" default="eng" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LoadTenderResponseHeader pn:LoadTenderResponseHeader (1) (1)
LoadTenderResponseSegment pn:LoadTenderResponseSegment 0 unbounded
MonetaryAdjustment pn:MonetaryAdjustment 0 unbounded
LoadTenderResponseSummary pn:LoadTenderResponseSummary (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
LoadTenderResponseType pn:LoadTenderResponseType Required
LoadTenderResponseStatusType pn:LoadTenderResponseStatusType Required
Reissued pn:Reissued No (Optional)
Language pn:Language eng (Optional)