Class DatetimeType


  • public class DatetimeType
    extends Object
    <p>Java class for datetimeType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="datetimeType"&gt; &lt;simpleContent&gt; &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema&gt;dateTime"&gt; &lt;attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="xs:dateTime" /&gt; &lt;/extension&gt; &lt;/simpleContent&gt; &lt;/complexType&gt; </pre>