Definition Type: ComplexType
Name: PeriodType
Namespace: http://www.adsml.org/typelibrary/2.0
Containing Schema: AdsMLTypeLibrary-2.0-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema adsmltypelibrary-2_0-as_xsd Drilldown into DurationMeasure in schema adsmltypelibrary-2_0-as_xsd Drilldown into EndDateTime in schema adsmltypelibrary-2_0-as_xsd Drilldown into StartDateTime in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of PeriodType in schema adsmltypelibrary-2_0-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="PeriodType">
    <xs:sequence>
        <xs:element ref="StartDateTime" minOccurs="0" />
        <xs:element ref="EndDateTime" minOccurs="0" />
        <xs:element ref="DurationMeasure" minOccurs="0" />
        <xs:element ref="Description" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDateTime adsml:StartDateTime 0 (1)
EndDateTime adsml:EndDateTime 0 (1)
DurationMeasure adsml:DurationMeasure 0 (1)
Description adsml:Description 0 (1)
Collapse Derivation Tree:
Collapse References:
adsml-fi:CreditNotePeriod, adsml-ma:DeliveredBetween, adsml-fi:InvoicePeriod, adsml:PenaltyPeriod, adsml-ma:ScheduledFor, adsml:SettlementPeriod, adsml:ValidityPeriod