Definition Type: Element
Name: DeliveryInstruction
Namespace: http://www.papinet.org/v2r40
Containing Schema: DeliveryInstructionV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DeliveryInstructionSummary in schema deliveryinstructionv2r40_xsd Drilldown into DeliveryInstructionSequence in schema deliveryinstructionv2r40_xsd Drilldown into DeliveryInstructionHeader in schema deliveryinstructionv2r40_xsd Drilldown into Language in schema deliveryinstructionv2r40_xsd Drilldown into Reissued in schema deliveryinstructionv2r40_xsd Drilldown into DeliveryInstructionStatusType in schema deliveryinstructionv2r40_xsd Drilldown into DeliveryInstructionType in schema deliveryinstructionv2r40_xsdXSD Diagram of DeliveryInstruction in schema deliveryinstructionv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="DeliveryInstruction">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DeliveryInstructionHeader" />
            <xs:element ref="DeliveryInstructionSequence" maxOccurs="unbounded" />
            <xs:element ref="DeliveryInstructionSummary" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="DeliveryInstructionType" type="deliveryInstructionType" use="required" />
        <xs:attribute name="DeliveryInstructionStatusType" type="deliveryInstructionStatusType" 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
DeliveryInstructionHeader pn:DeliveryInstructionHeader (1) (1)
DeliveryInstructionSequence pn:DeliveryInstructionSequence (1) unbounded
DeliveryInstructionSummary pn:DeliveryInstructionSummary 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DeliveryInstructionType pn:DeliveryInstructionType Required
DeliveryInstructionStatusType pn:DeliveryInstructionStatusType Required
Reissued pn:Reissued No (Optional)
Language pn:Language eng (Optional)