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