urn:veloconnect:receipt-1.3
complexType DateRangeType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:veloconnect:receipt-1.3}DateRangeType (restriction)

Properties
This component is not nillable.

Model
<...>
(FromDate?, ThruDate? )
</...>


Nested Element Summary
cbc:DateTypeFromDate
          
cbc:DateTypeThruDate
          
Source
<xsd:complexType name="DateRangeType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="FromDate" type="cbc:DateType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ThruDate" type="cbc:DateType"/>
</xsd:sequence>
</xsd:complexType>


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