ValidityPeriod Data Type

Java class for ValidityPeriod complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ValidityPeriod">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="start_date" type=" http://www.w3.org/2001/XMLSchema}date"/>
         <element name="end_date" type=" http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
start_date string element 1/1 required  
end_date string element 1/1 required  

Example

<v----->
  <start_date>...</start_date>
  <end_date>...</end_date>
</v----->