net.sourceforge.doyen.jaxb
Interface TimeLog
- All Superinterfaces:
- javax.xml.bind.Element, TimeLogType
- All Known Implementing Classes:
- TimeLogImpl
- public interface TimeLog
- extends javax.xml.bind.Element, TimeLogType
Java content class for timeLog element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="timeLog">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="timeLogEntry">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>