spot
Interface LOG
- All Superinterfaces:
- javax.xml.bind.Element, LOGType
- public interface LOG
- extends javax.xml.bind.Element, LOGType
The following schema fragment specifies the expected content contained within this java content object.
<element name="LOG">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TASKS">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="STORY" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WORK" type="{http://www.w3schools.com}worktype" maxOccurs="unbounded"/>
<element name="TASK" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WORK" type="{http://www.w3schools.com}worktype" maxOccurs="unbounded"/>
<element name="FILE" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
<attribute name="actualStartDate" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="state">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NOTSTARTED"/>
<enumeration value="INCOMPLETE"/>
<enumeration value="DONE"/>
</restriction>
</simpleType>
</attribute>
<attribute name="actualEndDate" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="estimatedIdealDays" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="state">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NOTSTARTED"/>
<enumeration value="INCOMPLETE"/>
<enumeration value="DONE"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="estimatedIdealDays" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="actualStartDate" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="actualEndDate" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="TASK" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WORK" type="{http://www.w3schools.com}worktype" maxOccurs="unbounded"/>
<element name="FILE" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
<attribute name="estimatedIdealDays" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="actualEndDate" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="actualStartDate" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="state">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NOTSTARTED"/>
<enumeration value="INCOMPLETE"/>
<enumeration value="DONE"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="CHANGE_REQUESTS">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CHANGE_REQUEST" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WORK" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FILE" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
<attribute name="reviewedBy" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pair" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="paired"/>
<enumeration value="solo"/>
<enumeration value="reviewedBy"/>
</restriction>
</simpleType>
</attribute>
<attribute name="date" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="unitTests" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="purpose">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="refactor"/>
<enumeration value="add"/>
<enumeration value="defect"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="state">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NOTSTARTED"/>
<enumeration value="INCOMPLETE"/>
<enumeration value="DONE"/>
</restriction>
</simpleType>
</attribute>
<attribute name="priority">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="low"/>
<enumeration value="medium"/>
<enumeration value="high"/>
</restriction>
</simpleType>
</attribute>
<attribute name="severity">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="low"/>
<enumeration value="medium"/>
<enumeration value="high"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Defect"/>
<enumeration value="Enhancement"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>