<xs:element name="AbstractDefinedFieldsQuery" abstract="true" substitutionGroup="AbstractSimpleQuery"><xs:annotation><xs:documentation>Use this element as substitutionGroup to extend the query syntax.</xs:documentation></xs:annotation></xs:element>
<xs:simpleType name="ResourceActionType"><xs:restriction base="xs:token"><xs:enumeration value="Link"><xs:annotation><xs:documentation>Reference with a URI</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="Embed"><xs:annotation><xs:documentation>Embed into the result</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="Bundle"><xs:annotation><xs:documentation>Add to the result bundle (e.g. a ZIP file)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="DataURL"><xs:annotation><xs:documentation>Represent as RFC2397 data URL</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="Skip"><xs:annotation><xs:documentation>Do not include in the result</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType>
Upper bound of the range ("end"). If missing, no upper bound. Handling of the bound value is controlled with the @includeTo attribute.
Source
<xs:complexType name="DateRangeType"><xs:attribute name="includeFrom" type="xs:boolean" default="true"><xs:annotation><xs:documentation>If true the lower bound is included ("greater than or equal") otherwise excluded ("greater than").</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="from" type="dateOrDateTime"><xs:annotation><xs:documentation>Lower bound of the range ("start"). If missing, no lower bound. Handling of the bound value is controlled with the @includeFrom attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="to" type="dateOrDateTime"><xs:annotation><xs:documentation>Upper bound of the range ("end"). If missing, no upper bound. Handling of the bound value is controlled with the @includeTo attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="includeTo" type="xs:boolean" default="false"><xs:annotation><xs:documentation>If true the upper bound is included ("less than or equal") otherwise excluded ("less than").</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
Simple Type dateOrDateTime
Namespace
urn:ige:schema:xsd:datadeliverycommon-1.0.0
Annotations
Missing timezone is interpreted as 'Europe/Zurich' and missing time is interpreted as '00:00:00'.
<xs:simpleType name="dateOrDateTime"><xs:annotation><xs:documentation>Missing timezone is interpreted as 'Europe/Zurich' and missing time is interpreted as '00:00:00'.</xs:documentation></xs:annotation><xs:union memberTypes="xs:date xs:dateTime"/></xs:simpleType>
<xs:attribute name="includeFrom" type="xs:boolean" default="true"><xs:annotation><xs:documentation>If true the lower bound is included ("greater than or equal") otherwise excluded ("greater than").</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="from" type="dateOrDateTime"><xs:annotation><xs:documentation>Lower bound of the range ("start"). If missing, no lower bound. Handling of the bound value is controlled with the @includeFrom attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="to" type="dateOrDateTime"><xs:annotation><xs:documentation>Upper bound of the range ("end"). If missing, no upper bound. Handling of the bound value is controlled with the @includeTo attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="includeTo" type="xs:boolean" default="false"><xs:annotation><xs:documentation>If true the upper bound is included ("less than or equal") otherwise excluded ("less than").</xs:documentation></xs:annotation></xs:attribute>