The following schema fragment specifies the expected content contained within this class.
<complexType name="map_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{uri:lens:job:0.1}non_empty_string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
]]>
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource_path">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
]]>
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_execution">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session" type="{uri:lens:job:0.1}x_session_type"/>
<choice>
<element name="query" type="{uri:lens:job:0.1}x_job_query"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
]]>
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_frequency">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="enum" type="{uri:lens:job:0.1}x_frequency_enum"/>
<element name="cron_expression" type="{uri:lens:job:0.1}x_cron_expression"/>
</choice>
<attribute name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
]]>
The following schema fragment specifies the expected content contained within this class.
<simpleType name="x_frequency_enum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DAILY"/>
<enumeration value="WEEKLY"/>
<enumeration value="MONTHLY"/>
<enumeration value="QUARTERLY"/>
<enumeration value="YEARLY"/>
</restriction>
</simpleType>
]]>
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_job">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{uri:lens:job:0.1}non_empty_string"/>
<element name="execution" type="{uri:lens:job:0.1}x_execution"/>
<element name="trigger" type="{uri:lens:job:0.1}x_trigger"/>
<element name="job_conf" type="{uri:lens:job:0.1}map_type" maxOccurs="unbounded" minOccurs="0"/>
<element name="start_time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="end_time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
]]>
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_job_query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="query" type="{uri:lens:job:0.1}non_empty_string"/>
<element name="conf" type="{uri:lens:job:0.1}map_type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
]]>
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_session_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="db" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="conf" type="{uri:lens:job:0.1}map_type" maxOccurs="unbounded" minOccurs="0"/>
<element name="resource_path" type="{uri:lens:job:0.1}resource_path" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
]]>
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_trigger">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="frequency" type="{uri:lens:job:0.1}x_frequency"/>
</choice>
</restriction>
</complexContent>
</complexType>
]]>