Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:

Resource hierarchy:

Main schema stimuli.xsd
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Properties
attribute form default unqualified
element form default unqualified
[ top ]
Included schema xmlgeneratingplugin.xsd
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Properties
attribute form default unqualified
element form default unqualified
[ top ]
Element apex:stimuliType / fixed_parameters
Namespace No namespace
Annotations
Fixed parameters describe fixed properties of
every stimulus. They can be used by procedures to select a
certain stimulus, they can be presented on the screen or can
be used for the users own reference. They have no influence
whatever on the actual sound/stimulation that is sent to the
device when a particular stimulus is to be output. Every
fixed stimulus that is used in any stimulus should be
defined here. All fixed parameters defined here, should be
present in all stimuli.
Diagram
Diagram stimuli.tmp#stimuliType_stimuliType_fixed_parameters_parameter
Properties
content complex
minOccurs 0
Model
Children parameter
Instance
<fixed_parameters>
  <parameter id="" useforresults="false">{0,unbounded}</parameter>
</fixed_parameters>
Source
<xs:element name="fixed_parameters" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Fixed parameters describe fixed properties of every stimulus. They can be used by procedures to select a certain stimulus, they can be presented on the screen or can be used for the users own reference. They have no influence whatever on the actual sound/stimulation that is sent to the device when a particular stimulus is to be output. Every fixed stimulus that is used in any stimulus should be defined here. All fixed parameters defined here, should be present in all stimuli.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:attribute name="id" type="xs:ID" use="required"/>
          <xs:attribute name="useforresults" type="xs:boolean" use="optional" default="false"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:stimuliType / fixed_parameters / parameter
Namespace No namespace
Diagram
Diagram stimuli.tmp#stimuliType_stimuliType_fixed_parameters_stimuliType_stimuliType_fixed_parameters_parameter_id stimuli.tmp#stimuliType_stimuliType_fixed_parameters_stimuliType_stimuliType_fixed_parameters_parameter_useforresults
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Default Use
id xs:ID required
useforresults xs:boolean false optional
Source
<xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:attribute name="id" type="xs:ID" use="required"/>
    <xs:attribute name="useforresults" type="xs:boolean" use="optional" default="false"/>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:stimuliType / stimulus
Namespace No namespace
Diagram
Diagram stimuli.tmp#stimulusType_id stimuli.tmp#stimulusType_description stimuli.tmp#stimulusType_datablocks stimuli.tmp#stimulusType_variableParameters stimuli.tmp#stimulusType_fixedParameters stimuli.tmp#stimulusType
Type apex:stimulusType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children datablocks, description, fixedParameters, variableParameters
Instance
<stimulus id="">
  <description>{0,1}</description>
  <datablocks>{1,1}</datablocks>
  <variableParameters>{0,1}</variableParameters>
  <fixedParameters>{0,1}</fixedParameters>
</stimulus>
Attributes
QName Type Use
id xs:ID required
Source
<xs:element name="stimulus" type="apex:stimulusType" maxOccurs="unbounded" minOccurs="0"/>
[ top ]
Element apex:stimulusType / description
Namespace No namespace
Annotations
Text description, for your own reference
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="description" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Text description, for your own reference</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element apex:stimulusType / datablocks
Namespace No namespace
Annotations
Combination of datablocks to be output
Diagram
Diagram stimuli.tmp#datablocksType_datablock stimuli.tmp#datablocksType_sequential stimuli.tmp#datablocksType_simultaneous stimuli.tmp#datablocksType
Type apex:datablocksType
Properties
content complex
Model
Children datablock, sequential, simultaneous
Instance
<datablocks>
  <datablock id="">{1,1}</datablock>
  <sequential>{1,1}</sequential>
  <simultaneous>{1,1}</simultaneous>
</datablocks>
Source
<xs:element name="datablocks" type="apex:datablocksType">
  <xs:annotation>
    <xs:documentation>Combination of datablocks to be output</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element apex:datablocksType / datablock
Namespace No namespace
Diagram
Diagram stimuli.tmp#datablocksType_datablocksType_datablock_id
Properties
content complex
Attributes
QName Type Use
id xs:Name required
Source
<xs:element name="datablock">
  <xs:complexType>
    <xs:attribute name="id" type="xs:Name" use="required">
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:datablocksType / sequential
Namespace No namespace
Annotations
Present all child datablocks or child combinations of
datablocks sequentially. The result is guaranteed gap-less when using a
single device for all children.
Diagram
Diagram stimuli.tmp#datablockGroup_datablock stimuli.tmp#datablockGroup_sequential stimuli.tmp#datablockGroup_simultaneous stimuli.tmp#datablockGroup stimuli.tmp#datablocksSequentialType
Type apex:datablocksSequentialType
Properties
content complex
Model
Children datablock, sequential, simultaneous
Instance
<sequential>
  <datablock id="">{0,1}</datablock>
  <sequential>{0,1}</sequential>
  <simultaneous>{0,1}</simultaneous>
</sequential>
Source
<xs:element name="sequential" type="apex:datablocksSequentialType">
  <xs:annotation>
    <xs:documentation>Present all child datablocks or child combinations of datablocks sequentially. The result is guaranteed gap-less when using a single device for all children.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element apex:datablockGroup / datablock
Namespace No namespace
Diagram
Diagram stimuli.tmp#datablockRefType_id stimuli.tmp#datablockRefType
Type apex:datablockRefType
Properties
content complex
minOccurs 0
Attributes
QName Type Use
id xs:IDREF required
Source
<xs:element name="datablock" type="apex:datablockRefType" minOccurs="0"/>
[ top ]
Element apex:datablockGroup / sequential
Namespace No namespace
Diagram
Diagram stimuli.tmp#datablockGroup_datablock stimuli.tmp#datablockGroup_sequential stimuli.tmp#datablockGroup_simultaneous stimuli.tmp#datablockGroup stimuli.tmp#datablocksSequentialType
Type apex:datablocksSequentialType
Properties
content complex
minOccurs 0
Model
Children datablock, sequential, simultaneous
Instance
<sequential>
  <datablock id="">{0,1}</datablock>
  <sequential>{0,1}</sequential>
  <simultaneous>{0,1}</simultaneous>
</sequential>
Source
<xs:element name="sequential" type="apex:datablocksSequentialType" minOccurs="0"/>
[ top ]
Element apex:datablockGroup / simultaneous
Namespace No namespace
Diagram
Diagram stimuli.tmp#datablockGroup_datablock stimuli.tmp#datablockGroup_sequential stimuli.tmp#datablockGroup_simultaneous stimuli.tmp#datablockGroup stimuli.tmp#datablocksSimultaneouslType
Type apex:datablocksSimultaneouslType
Properties
content complex
minOccurs 0
Model
Children datablock, sequential, simultaneous
Instance
<simultaneous>
  <datablock id="">{0,1}</datablock>
  <sequential>{0,1}</sequential>
  <simultaneous>{0,1}</simultaneous>
</simultaneous>
Source
<xs:element name="simultaneous" type="apex:datablocksSimultaneouslType" minOccurs="0"/>
[ top ]
Element apex:datablocksType / simultaneous
Namespace No namespace
Annotations
Present all child datablocks or child combinations of
datablocks simultaneously. The total length of this block is the length of
the longest child block. Zero's or null stimulation will be added to shorter
children if necessary (this is not guaranteed!).
Diagram
Diagram stimuli.tmp#datablockGroup_datablock stimuli.tmp#datablockGroup_sequential stimuli.tmp#datablockGroup_simultaneous stimuli.tmp#datablockGroup stimuli.tmp#datablocksSimultaneouslType
Type apex:datablocksSimultaneouslType
Properties
content complex
Model
Children datablock, sequential, simultaneous
Instance
<simultaneous>
  <datablock id="">{0,1}</datablock>
  <sequential>{0,1}</sequential>
  <simultaneous>{0,1}</simultaneous>
</simultaneous>
Source
<xs:element name="simultaneous" type="apex:datablocksSimultaneouslType">
  <xs:annotation>
    <xs:documentation>Present all child datablocks or child combinations of datablocks simultaneously. The total length of this block is the length of the longest child block. Zero's or null stimulation will be added to shorter children if necessary (this is not guaranteed!).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element apex:stimulusType / variableParameters
Namespace No namespace
Annotations
These parameters will be set just before the stimulus is
output
Diagram
Diagram stimuli.tmp#stimulusType_stimulusType_variableParameters_parameter
Properties
content complex
minOccurs 0
Model
Children parameter
Instance
<variableParameters>
  <parameter id="">{0,unbounded}</parameter>
</variableParameters>
Source
<xs:element name="variableParameters" minOccurs="0">
  <xs:annotation>
    <xs:documentation>These parameters will be set just before the stimulus is output</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="id" type="xs:IDREF" use="required">
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:stimulusType / variableParameters / parameter
Namespace No namespace
Diagram
Diagram stimuli.tmp#stimulusType_stimulusType_variableParameters_stimulusType_stimulusType_variableParameters_parameter_id
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
id xs:IDREF required
Source
<xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="id" type="xs:IDREF" use="required">
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:stimulusType / fixedParameters
Namespace No namespace
Annotations
Fixed parameters are properties of a stimulus that can be
displayed or used to select a stimulus from a list based on a certain
criterion.
Diagram
Diagram stimuli.tmp#stimulusType_stimulusType_fixedParameters_parameter
Properties
content complex
minOccurs 0
Model
Children parameter
Instance
<fixedParameters>
  <parameter id="">{0,unbounded}</parameter>
</fixedParameters>
Source
<xs:element name="fixedParameters" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Fixed parameters are properties of a stimulus that can be displayed or used to select a stimulus from a list based on a certain criterion.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType mixed="true">
          <xs:choice maxOccurs="unbounded" minOccurs="0">
            <xs:element name="b" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="i" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="u" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
          </xs:choice>
          <xs:attribute name="id" type="xs:IDREF" use="required"/>
        </xs:complexType>
        <!--xs:simpleContent>
                                <xs:extension base="xs:string">
                                <xs:attribute name="id" type="xs:IDREF" use="required"/>
                                </xs:extension>
                                </xs:simpleContent-->
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:stimulusType / fixedParameters / parameter
Namespace No namespace
Diagram
Diagram stimuli.tmp#stimulusType_stimulusType_fixedParameters_stimulusType_stimulusType_fixedParameters_parameter_id stimuli.tmp#stimulusType_stimulusType_fixedParameters_stimulusType_stimulusType_fixedParameters_parameter_b stimuli.tmp#stimulusType_stimulusType_fixedParameters_stimulusType_stimulusType_fixedParameters_parameter_i stimuli.tmp#stimulusType_stimulusType_fixedParameters_stimulusType_stimulusType_fixedParameters_parameter_u
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
b* | i* | u*
Children b, i, u
Instance
<parameter id="">
  <b>{0,unbounded}</b>
  <i>{0,unbounded}</i>
  <u>{0,unbounded}</u>
</parameter>
Attributes
QName Type Use
id xs:IDREF required
Source
<xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType mixed="true">
    <xs:choice maxOccurs="unbounded" minOccurs="0">
      <xs:element name="b" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="i" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="u" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:attribute name="id" type="xs:IDREF" use="required"/>
  </xs:complexType>
  <!--xs:simpleContent>
                                <xs:extension base="xs:string">
                                <xs:attribute name="id" type="xs:IDREF" use="required"/>
                                </xs:extension>
                                </xs:simpleContent-->
</xs:element>
[ top ]
Element apex:stimulusType / fixedParameters / parameter / b
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="b" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element apex:stimulusType / fixedParameters / parameter / i
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="i" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element apex:stimulusType / fixedParameters / parameter / u
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="u" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element apex:stimuliType / pluginstimuli
Namespace No namespace
Diagram
Diagram stimuli.tmp#xmlGeneratingPluginType_script stimuli.tmp#xmlGeneratingPluginType_parameter stimuli.tmp#xmlGeneratingPluginType stimuli.tmp#pluginStimuliType
Type apex:pluginStimuliType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children parameter, script
Instance
<pluginstimuli>
  <script source="">{0,1}</script>
  <parameter name="">{0,unbounded}</parameter>
</pluginstimuli>
Source
<xs:element name="pluginstimuli" type="apex:pluginStimuliType" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element apex:xmlGeneratingPluginType / script
Namespace No namespace
Diagram
Diagram stimuli.tmp#xmlGeneratingPluginType_xmlGeneratingPluginType_script_source
Type extension of xs:string
Properties
content complex
minOccurs 0
Attributes
QName Type Use
source restriction of xs:string required
Source
<xs:element name="script" minOccurs="0">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="source" use="required">
          <xs:simpleType>
            <xs:annotation>
              <xs:documentation>If inline, the ECMAScript function must be defined inside this element, if file, the filename must be given</xs:documentation>
            </xs:annotation>
            <xs:restriction base="xs:string">
              <xs:enumeration value="inline"/>
              <xs:enumeration value="file"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:xmlGeneratingPluginType / parameter
Namespace No namespace
Diagram
Diagram stimuli.tmp#xmlGeneratingPluginType_xmlGeneratingPluginType_parameter_name
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
default
Attributes
QName Type Use
name xs:Name required
Source
<xs:element name="parameter" default="" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="name" type="xs:Name" use="required"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Complex Type apex:stimuliType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram stimuli.tmp#stimuliType_fixed_parameters stimuli.tmp#stimuliType_stimulus stimuli.tmp#stimuliType_pluginstimuli
Model
Children fixed_parameters, pluginstimuli, stimulus
Source
<xs:complexType name="stimuliType">
  <xs:sequence>
    <xs:element name="fixed_parameters" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Fixed parameters describe fixed properties of every stimulus. They can be used by procedures to select a certain stimulus, they can be presented on the screen or can be used for the users own reference. They have no influence whatever on the actual sound/stimulation that is sent to the device when a particular stimulus is to be output. Every fixed stimulus that is used in any stimulus should be defined here. All fixed parameters defined here, should be present in all stimuli.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
              <xs:attribute name="id" type="xs:ID" use="required"/>
              <xs:attribute name="useforresults" type="xs:boolean" use="optional" default="false"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="stimulus" type="apex:stimulusType" maxOccurs="unbounded" minOccurs="0"/>
    <xs:element name="pluginstimuli" type="apex:pluginStimuliType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type apex:stimulusType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram stimuli.tmp#stimulusType_id stimuli.tmp#stimulusType_description stimuli.tmp#stimulusType_datablocks stimuli.tmp#stimulusType_variableParameters stimuli.tmp#stimulusType_fixedParameters
Used by
Model
Children datablocks, description, fixedParameters, variableParameters
Attributes
QName Type Use
id xs:ID required
Source
<xs:complexType name="stimulusType">
  <xs:sequence>
    <xs:element name="description" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Text description, for your own reference</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="datablocks" type="apex:datablocksType">
      <xs:annotation>
        <xs:documentation>Combination of datablocks to be output</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="variableParameters" minOccurs="0">
      <xs:annotation>
        <xs:documentation>These parameters will be set just before the stimulus is output</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="xs:string">
                  <xs:attribute name="id" type="xs:IDREF" use="required">
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="fixedParameters" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Fixed parameters are properties of a stimulus that can be displayed or used to select a stimulus from a list based on a certain criterion.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType mixed="true">
              <xs:choice maxOccurs="unbounded" minOccurs="0">
                <xs:element name="b" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
                <xs:element name="i" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
                <xs:element name="u" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
              </xs:choice>
              <xs:attribute name="id" type="xs:IDREF" use="required"/>
            </xs:complexType>
            <!--xs:simpleContent>
                                <xs:extension base="xs:string">
                                <xs:attribute name="id" type="xs:IDREF" use="required"/>
                                </xs:extension>
                                </xs:simpleContent-->
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="required"/>
</xs:complexType>
[ top ]
Complex Type apex:datablocksType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Annotations
Specifies how a number of datablocks are to be combined. Datablocks
can be sequential or simultaneous. All tags can be nested
infinitely.
Diagram
Diagram stimuli.tmp#datablocksType_datablock stimuli.tmp#datablocksType_sequential stimuli.tmp#datablocksType_simultaneous
Used by
Model
Children datablock, sequential, simultaneous
Source
<xs:complexType name="datablocksType">
  <xs:annotation>
    <xs:documentation>Specifies how a number of datablocks are to be combined. Datablocks can be sequential or simultaneous. All tags can be nested infinitely.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="1">
    <xs:element name="datablock">
      <xs:complexType>
        <xs:attribute name="id" type="xs:Name" use="required">
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="sequential" type="apex:datablocksSequentialType">
      <xs:annotation>
        <xs:documentation>Present all child datablocks or child combinations of datablocks sequentially. The result is guaranteed gap-less when using a single device for all children.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="simultaneous" type="apex:datablocksSimultaneouslType">
      <xs:annotation>
        <xs:documentation>Present all child datablocks or child combinations of datablocks simultaneously. The total length of this block is the length of the longest child block. Zero's or null stimulation will be added to shorter children if necessary (this is not guaranteed!).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
[ top ]
Complex Type apex:datablocksSequentialType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram stimuli.tmp#datablockGroup_datablock stimuli.tmp#datablockGroup_sequential stimuli.tmp#datablockGroup_simultaneous stimuli.tmp#datablockGroup
Used by
Model
Children datablock, sequential, simultaneous
Source
<xs:complexType name="datablocksSequentialType">
  <xs:group ref="apex:datablockGroup"/>
</xs:complexType>
[ top ]
Complex Type apex:datablockRefType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram stimuli.tmp#datablockRefType_id
Used by
Attributes
QName Type Use
id xs:IDREF required
Source
<xs:complexType name="datablockRefType">
  <xs:attribute name="id" type="xs:IDREF" use="required"/>
</xs:complexType>
[ top ]
Complex Type apex:datablocksSimultaneouslType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram stimuli.tmp#datablockGroup_datablock stimuli.tmp#datablockGroup_sequential stimuli.tmp#datablockGroup_simultaneous stimuli.tmp#datablockGroup
Used by
Model
Children datablock, sequential, simultaneous
Source
<xs:complexType name="datablocksSimultaneouslType">
  <xs:group ref="apex:datablockGroup"/>
</xs:complexType>
[ top ]
Complex Type apex:pluginStimuliType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram stimuli.tmp#xmlGeneratingPluginType_script stimuli.tmp#xmlGeneratingPluginType_parameter stimuli.tmp#xmlGeneratingPluginType
Type extension of apex:xmlGeneratingPluginType
Type hierarchy
Used by
Model
Children parameter, script
Source
<xs:complexType name="pluginStimuliType">
  <xs:complexContent>
    <xs:extension base="apex:xmlGeneratingPluginType"/>
  </xs:complexContent>
</xs:complexType>
[ top ]
Complex Type apex:xmlGeneratingPluginType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram stimuli.tmp#xmlGeneratingPluginType_script stimuli.tmp#xmlGeneratingPluginType_parameter
Used by
Complex Type apex:pluginStimuliType
Model
Children parameter, script
Source
<xs:complexType name="xmlGeneratingPluginType">
  <xs:sequence>
    <xs:element name="script" minOccurs="0">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:string">
            <xs:attribute name="source" use="required">
              <xs:simpleType>
                <xs:annotation>
                  <xs:documentation>If inline, the ECMAScript function must be defined inside this element, if file, the filename must be given</xs:documentation>
                </xs:annotation>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="inline"/>
                  <xs:enumeration value="file"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="parameter" default="" minOccurs="0" maxOccurs="unbounded">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:string">
            <xs:attribute name="name" type="xs:Name" use="required"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <!--xs:attribute name="id" type="xs:ID" use="required"/-->
</xs:complexType>
[ top ]
Attribute apex:stimuliType / fixed_parameters / parameter / @id
Namespace No namespace
Type xs:ID
Properties
use required
Used by
Source
<xs:attribute name="id" type="xs:ID" use="required"/>
[ top ]
Attribute apex:stimuliType / fixed_parameters / parameter / @useforresults
Namespace No namespace
Type xs:boolean
Properties
use optional
default false
Used by
Source
<xs:attribute name="useforresults" type="xs:boolean" use="optional" default="false"/>
[ top ]
Attribute apex:datablocksType / datablock / @id
Namespace No namespace
Type xs:Name
Properties
use required
Used by
Source
<xs:attribute name="id" type="xs:Name" use="required">
</xs:attribute>
[ top ]
Attribute apex:datablockRefType / @id
Namespace No namespace
Type xs:IDREF
Properties
use required
Used by
Complex Type apex:datablockRefType
Source
<xs:attribute name="id" type="xs:IDREF" use="required"/>
[ top ]
Attribute apex:stimulusType / variableParameters / parameter / @id
Namespace No namespace
Type xs:IDREF
Properties
use required
Used by
Source
<xs:attribute name="id" type="xs:IDREF" use="required">
</xs:attribute>
[ top ]
Attribute apex:stimulusType / fixedParameters / parameter / @id
Namespace No namespace
Type xs:IDREF
Properties
use required
Used by
Source
<xs:attribute name="id" type="xs:IDREF" use="required"/>
[ top ]
Attribute apex:stimulusType / @id
Namespace No namespace
Type xs:ID
Properties
use required
Used by
Complex Type apex:stimulusType
Source
<xs:attribute name="id" type="xs:ID" use="required"/>
[ top ]
Attribute apex:xmlGeneratingPluginType / script / @source
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration inline
enumeration file
Used by
Source
<xs:attribute name="source" use="required">
  <xs:simpleType>
    <xs:annotation>
      <xs:documentation>If inline, the ECMAScript function must be defined inside this element, if file, the filename must be given</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="inline"/>
      <xs:enumeration value="file"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute apex:xmlGeneratingPluginType / parameter / @name
Namespace No namespace
Type xs:Name
Properties
use required
Used by
Source
<xs:attribute name="name" type="xs:Name" use="required"/>
[ top ]
Element Group apex:datablockGroup
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram stimuli.tmp#datablockGroup_datablock stimuli.tmp#datablockGroup_sequential stimuli.tmp#datablockGroup_simultaneous
Used by
Model
Children datablock, sequential, simultaneous
Source
<xs:group name="datablockGroup">
  <xs:sequence>
    <xs:choice maxOccurs="unbounded" minOccurs="2">
      <xs:element name="datablock" type="apex:datablockRefType" minOccurs="0"/>
      <xs:element name="sequential" type="apex:datablocksSequentialType" minOccurs="0"/>
      <xs:element name="simultaneous" type="apex:datablocksSimultaneouslType" minOccurs="0"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
[ top ]