Definition Type: Element
Name: DeliveryDateWindow
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Time in schema papinetcommondefsv2r40_xsd Drilldown into Date in schema papinetcommondefsv2r40_xsd Drilldown into Week in schema papinetcommondefsv2r40_xsd Drilldown into Month in schema papinetcommondefsv2r40_xsd Drilldown into DateTimeRange in schema papinetcommondefsv2r40_xsd Drilldown into DeliveryDateType in schema papinetcommondefsv2r40_xsdXSD Diagram of DeliveryDateWindow in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="DeliveryDateWindow">
    <xs:complexType>
        <xs:choice>
            <xs:element ref="DateTimeRange" />
            <xs:element ref="Month" />
            <xs:element ref="Week" />
            <xs:sequence>
                <xs:element ref="Date" />
                <xs:element ref="Time" minOccurs="0" />
            </xs:sequence>
        </xs:choice>
        <xs:attribute name="DeliveryDateType" type="deliveryDateType" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DateTimeRange pn:DateTimeRange (1) (1)
Month pn:Month (1) (1)
Week pn:Week (1) (1)
Date pn:Date (1) (1)
Time pn:Time 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DeliveryDateType pn:DeliveryDateType Required