Definition Type: ComplexType
Name: DateTimeRangeType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Type holding the structure for date/time range elements. The starting date and time of a range.
Collapse XSD Schema Diagram:
Drilldown into ToDateTime in schema pidxlib_xsd Drilldown into FromDateTime in schema pidxlib_xsd Drilldown into definitionOfOther in schema pidxlib_xsd Drilldown into rangeType in schema pidxlib_xsd Drilldown into rangeAttributes in schema pidxlib_xsdXSD Diagram of DateTimeRangeType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="DateTimeRangeType">
    <annotation>
        <documentation>Type holding the structure for date/time range elements.</documentation>
        <documentation>
				The starting date and time of a range.
			</documentation>
    </annotation>
    <sequence>
        <element name="FromDateTime" type="dateTime" />
        <element name="ToDateTime" type="dateTime" />
    </sequence>
    <attributeGroup ref="pidx:rangeAttributes" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FromDateTime pidx:FromDateTime (1) (1)
ToDateTime pidx:ToDateTime (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
rangeType pidx:rangeType (Optional)
definitionOfOther pidx:definitionOfOther (Optional)
Collapse Derivation Tree:
Collapse References:
pidx:DateTimeRange, pidx:LetterOfCreditNegotiatedDateTimeRange, pidx:LetterOfCreditVoyageDateTimeRange, pidx:ScheduleDateTimeRange, pidx:VoyageTripDateTimeRange