Definition Type: ComplexType
Name: PeriodType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
Containing Schema: UBL-CommonAggregateComponents-1.0.xsd
Abstract
Documentation:
ABIE Period. Details information directly relating to a period, a length of time between two known date/time points. Period
Collapse XSD Schema Diagram:
Drilldown into DescriptionCode in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into DurationMeasure in schema ubl-commonbasiccomponents-1_0_xsd Drilldown into EndDateTime in schema ubl-commonbasiccomponents-1_0_xsd Drilldown into StartDateTime in schema ubl-commonbasiccomponents-1_0_xsdXSD Diagram of PeriodType in schema ubl-commonaggregatecomponents-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="PeriodType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                <ccts:ComponentType>ABIE</ccts:ComponentType>
                <ccts:DictionaryEntryName>Period. Details</ccts:DictionaryEntryName>
                <ccts:Definition>information directly relating to a period, a length of time between two known date/time points.</ccts:Definition>
                <ccts:ObjectClass>Period</ccts:ObjectClass>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="cbc:StartDateTime" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Period. Start Date Time. Date Time</ccts:DictionaryEntryName>
                        <ccts:Definition>specifies the first point in date/time for a period.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Period</ccts:ObjectClass>
                        <ccts:PropertyTerm>Start Date Time</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Date Time</ccts:RepresentationTerm>
                        <ccts:DataType>Date Time. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:EndDateTime" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Period. End Date Time. Date Time</ccts:DictionaryEntryName>
                        <ccts:Definition>specifies the last point in date/time of a period.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Period</ccts:ObjectClass>
                        <ccts:PropertyTerm>End Date Time</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Date Time</ccts:RepresentationTerm>
                        <ccts:DataType>Date Time. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:DurationMeasure" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Period. Duration. Measure</ccts:DictionaryEntryName>
                        <ccts:Definition>A duration of time expressed as a formal code. The Measure. Code inside the Measure. Type should be ISO 8601.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Period</ccts:ObjectClass>
                        <ccts:PropertyTerm>Duration</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
                        <ccts:DataType>Measure. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="DescriptionCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Period. Description. Code</ccts:DictionaryEntryName>
                        <ccts:Definition>A code that describes the significance of the dates or the duration.</ccts:Definition>
                        <ccts:Cardinality>0..n</ccts:Cardinality>
                        <ccts:ObjectClass>Period</ccts:ObjectClass>
                        <ccts:PropertyTerm>Description</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
                        <ccts:DataType>Code. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDateTime cbc:StartDateTime 0 1
EndDateTime cbc:EndDateTime 0 1
DurationMeasure cbc:DurationMeasure 0 1
DescriptionCode cac:DescriptionCode 0 unbounded
Collapse Derivation Tree:
Collapse References:
cac:PenaltyPeriod, cac:Period, cac:SettlementPeriod, cac:TransitPeriod, cac:ValidityPeriod