<xs:element name="Continuations" type="ContinuationsType" minOccurs="0"><xs:annotation><xs:documentation>continuation actions which can be submitted to follow-up</xs:documentation></xs:annotation></xs:element>
<xs:element name="Log" type="LogType" minOccurs="0"><xs:annotation><xs:documentation>logging messages generated while processing the action</xs:documentation></xs:annotation></xs:element>
ANY element from ANY namespace OTHER than 'urn:ige:schema:xsd:datadeliverycore-1.0.0'
Source
<xs:element name="Wrapper" type="WrapperType"><xs:annotation><xs:documentation>generic wrapper (can be used to prevent fragments)</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="ApiResponseType"><xs:annotation><xs:documentation>The response for a ApiRequest. Contains a Result for each Action in the request.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AbstractApiMessageType"><xs:sequence><xs:element name="Result" type="ResultType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="requestUuid" type="NonEmptyToken"/></xs:extension></xs:complexContent></xs:complexType>
<xs:complexType name="ResultType"><xs:annotation><xs:documentation>The result of an action.</xs:documentation></xs:annotation><xs:sequence><xs:element ref="ResultData" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>the result data</xs:documentation></xs:annotation></xs:element><xs:element name="Continuations" type="ContinuationsType" minOccurs="0"><xs:annotation><xs:documentation>continuation actions which can be submitted to follow-up</xs:documentation></xs:annotation></xs:element><xs:element name="Log" type="LogType" minOccurs="0"><xs:annotation><xs:documentation>logging messages generated while processing the action</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="success" type="xs:boolean"><xs:annotation><xs:documentation>true if the action was successful</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:ige:schema:xsd:datadeliverycore-1.0.0'
Source
<xs:complexType name="TextResultDataType"><xs:simpleContent><xs:extension base="xs:string"><xs:attributeGroup ref="CommonResultDataAttributes"/><xs:attribute name="type" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the type of the data (e.g. a MIME type)</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType>
<xs:attribute name="success" type="xs:boolean"><xs:annotation><xs:documentation>true if the action was successful</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="id" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the id of this data</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="role" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>indicates the role of this data</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="context" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the context in which to interpret this data (e.g. an id attribute of another data element)</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="type" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the type of the data (e.g. a MIME type)</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="type" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the type of the data (e.g. a MIME type)</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="checksum" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the checksum of the data (e.g. a SHA256 hash)</xs:documentation></xs:annotation></xs:attribute>
ANY element from ANY namespace OTHER than 'urn:ige:schema:xsd:datadeliverycore-1.0.0'
Source
<xs:group name="nonCoreElement"><xs:annotation><xs:documentation>Anything not belonging in this namespace.</xs:documentation></xs:annotation><xs:sequence><xs:any namespace="##other" processContents="strict"/></xs:sequence></xs:group>
Element Group nonCoreElementLax
Namespace
urn:ige:schema:xsd:datadeliverycore-1.0.0
Annotations
Anything not belonging in this namespace (processContents="lax").
ANY element from ANY namespace OTHER than 'urn:ige:schema:xsd:datadeliverycore-1.0.0'
Source
<xs:group name="nonCoreElementLax"><xs:annotation><xs:documentation>Anything not belonging in this namespace (processContents="lax").</xs:documentation></xs:annotation><xs:sequence><xs:any namespace="##other" processContents="lax"/></xs:sequence></xs:group>
Element Group nonCoreElementSkip
Namespace
urn:ige:schema:xsd:datadeliverycore-1.0.0
Annotations
Anything not belonging in this namespace (processContents="skip").
ANY element from ANY namespace OTHER than 'urn:ige:schema:xsd:datadeliverycore-1.0.0'
Source
<xs:group name="nonCoreElementSkip"><xs:annotation><xs:documentation>Anything not belonging in this namespace (processContents="skip").</xs:documentation></xs:annotation><xs:sequence><xs:any namespace="##other" processContents="skip"/></xs:sequence></xs:group>
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:ige:schema:xsd:datadeliverycore-1.0.0'
Source
<xs:attributeGroup name="CommonResultDataAttributes"><xs:attribute name="id" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the id of this data</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="role" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>indicates the role of this data</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="context" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the context in which to interpret this data (e.g. an id attribute of another data element)</xs:documentation></xs:annotation></xs:attribute><xs:anyAttribute namespace="##other" processContents="lax"/></xs:attributeGroup>
<xs:attributeGroup name="CommonBinaryResultDataAttributes"><xs:attribute name="type" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the type of the data (e.g. a MIME type)</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="checksum" type="NonEmptyToken" use="optional"><xs:annotation><xs:documentation>the checksum of the data (e.g. a SHA256 hash)</xs:documentation></xs:annotation></xs:attribute></xs:attributeGroup>