Class DatetimeType


  • public class DatetimeType
    extends Object

    Java class for datetimeType complex type.

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

     <complexType name="datetimeType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="xs:dateTime" />
         </extension>
       </simpleContent>
     </complexType>