veloconnect 1.1

urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
complexType PeriodType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0}PeriodType (restriction)

Documentation
ABIE Period. Details information directly relating to a period, a length of time between two known date/time points. Period
Properties
This component is not nillable.

Model
<...>
(StartDateTime?, EndDateTime?, DurationMeasure?, DescriptionCode* )
</...>


Nested Element Summary
udt:CodeTypeDescriptionCode
           BBIE Period. 
 DurationMeasure
           BBIE Period. 
 EndDateTime
           BBIE Period. 
 StartDateTime
           BBIE Period. 
Source
<xsd:complexType name="PeriodType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:StartDateTime">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:EndDateTime">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:DurationMeasure">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="DescriptionCode" type="udt:CodeType">
</xsd:element>
</xsd:sequence>
</xsd:complexType>

veloconnect 1.1

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.