Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:

http://med.kuleuven.be/exporl/apex/4.1.2/experiment

Resource hierarchy:

Main schema connections.xsd
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Properties
attribute form default unqualified
element form default unqualified
[ top ]
Included schema parameter.xsd
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Properties
attribute form default unqualified
element form default unqualified
[ top ]
Element apex:connectionsType / connection
Namespace No namespace
Diagram
Diagram connections.tmp#connectionsType_connectionsType_connection_from connections.tmp#connectionsType_connectionsType_connection_to
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children from, to
Instance
<connection>
  <from id="">{1,1}</from>
  <to id="">{1,1}</to>
</connection>
Source
<xs:element name="connection" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="from" type="apex:connectFromType">
        <xs:annotation>
          <xs:documentation>The channel of the filter/datablock where the connection is started from.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="to" type="apex:connectToType">
        <xs:annotation>
          <xs:documentation>The channel of the device/filter where the connection ends.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:connectionsType / connection / from
Namespace No namespace
Annotations
The channel of the
filter/datablock where the connection is started
from.
Diagram
Diagram connections.tmp#filterParam connections.tmp#connectFromType_id connections.tmp#connectFromType_channel connections.tmp#connectFromType
Type apex:connectFromType
Properties
content complex
Model
Children channel, id
Instance
<from id="">
  <id mode="name">{1,1}</id>
  <channel id="">{1,1}</channel>
</from>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="from" type="apex:connectFromType">
  <xs:annotation>
    <xs:documentation>The channel of the filter/datablock where the connection is started from.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element apex:connectFromType / id
Namespace No namespace
Diagram
Diagram connections.tmp#idOrAll connections.tmp#connectFromType_connectFromType_id_mode
Type extension of apex:idOrAll
Type hierarchy
Properties
content complex
Attributes
QName Type Default Use Annotation
mode restriction of xs:string name optional
Method of matching the given id.
Source
<xs:element name="id">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="apex:idOrAll">
        <xs:attribute name="mode" default="name">
          <xs:annotation>
            <xs:documentation>Method of matching the given id.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="name">
                <xs:annotation>
                  <xs:documentation>Exactly match the given ID</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="regexp">
                <xs:annotation>
                  <xs:documentation>Use regular expression to match an ID</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="wildcard">
                <xs:annotation>
                  <xs:documentation>Use wildcards (*,?,[]) to match an ID</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:connectFromType / channel
Namespace No namespace
Annotations
The channel to be used. Channels are zero based, ie the first
channel is 0, the second 1, etc. This parameter can have an ID for later
referral.
Diagram
Diagram connections.tmp#filterParam
Type extension of xs:unsignedInt
Properties
content complex
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="channel">
  <xs:annotation>
    <xs:documentation>The channel to be used. Channels are zero based, ie the first channel is 0, the second 1, etc. This parameter can have an ID for later referral.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:unsignedInt">
        <xs:attributeGroup ref="apex:filterParam">
        </xs:attributeGroup>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element apex:connectionsType / connection / to
Namespace No namespace
Annotations
The channel of the device/filter
where the connection ends.
Diagram
Diagram connections.tmp#filterParam connections.tmp#connectToType_id connections.tmp#connectToType_channel connections.tmp#connectToType
Type apex:connectToType
Properties
content complex
Model
Children channel, id
Instance
<to id="">
  <id>{1,1}</id>
  <channel id="">{1,1}</channel>
</to>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="to" type="apex:connectToType">
  <xs:annotation>
    <xs:documentation>The channel of the device/filter where the connection ends.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element apex:connectToType / id
Namespace No namespace
Diagram
Diagram
Type xs:IDREF
Properties
content simple
Source
<xs:element name="id" type="xs:IDREF">
</xs:element>
[ top ]
Element apex:connectToType / channel
Namespace No namespace
Annotations
The channel to be used. Channels are zero based, ie the first
channel is 0, the second 1, etc. This parameter can have an ID for later
referral. 
Channel -1 means mute.
Diagram
Diagram connections.tmp#unsignedPlus-1 connections.tmp#filterParam
Type extension of apex:unsignedPlus-1
Type hierarchy
Properties
content complex
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="channel">
  <xs:annotation>
    <xs:documentation>The channel to be used. Channels are zero based, ie the first channel is 0, the second 1, etc. This parameter can have an ID for later referral. Channel -1 means mute.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="apex:unsignedPlus-1">
        <xs:attributeGroup ref="apex:filterParam">
        </xs:attributeGroup>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Complex Type apex:connectionsType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram connections.tmp#connectionsType_connection
Model
Children connection
Source
<xs:complexType name="connectionsType">
  <xs:sequence>
    <xs:element name="connection" minOccurs="0" maxOccurs="unbounded">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="from" type="apex:connectFromType">
            <xs:annotation>
              <xs:documentation>The channel of the filter/datablock where the connection is started from.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="to" type="apex:connectToType">
            <xs:annotation>
              <xs:documentation>The channel of the device/filter where the connection ends.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <!--xs:attribute name="device" type="xs:IDREF" use="required"/-->
</xs:complexType>
[ top ]
Complex Type apex:connectFromType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram connections.tmp#filterParam connections.tmp#connectFromType_id connections.tmp#connectFromType_channel
Used by
Model
Children channel, id
Attributes
QName Type Use
id xs:ID optional
Source
<xs:complexType name="connectFromType">
  <xs:sequence>
    <!--xs:element name="id" type="xs:IDREF"/-->
    <xs:element name="id">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="apex:idOrAll">
            <xs:attribute name="mode" default="name">
              <xs:annotation>
                <xs:documentation>Method of matching the given id.</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="name">
                    <xs:annotation>
                      <xs:documentation>Exactly match the given ID</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                  <xs:enumeration value="regexp">
                    <xs:annotation>
                      <xs:documentation>Use regular expression to match an ID</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                  <xs:enumeration value="wildcard">
                    <xs:annotation>
                      <xs:documentation>Use wildcards (*,?,[]) to match an ID</xs:documentation>
                    </xs:annotation>
                  </xs:enumeration>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="channel">
      <xs:annotation>
        <xs:documentation>The channel to be used. Channels are zero based, ie the first channel is 0, the second 1, etc. This parameter can have an ID for later referral.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:unsignedInt">
            <xs:attributeGroup ref="apex:filterParam">
            </xs:attributeGroup>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="apex:filterParam"/>
</xs:complexType>
[ top ]
Simple Type apex:idOrAll
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram connections.tmp#all
Type union of(apex:all, xs:IDREF, xs:string)
Used by
Source
<xs:simpleType name="idOrAll">
  <xs:union memberTypes="apex:all xs:IDREF xs:string">
    <xs:annotation>
      <xs:documentation>A connection can start from any ID defined elsewhere or from all datablocks. All datablocks can be specified using the _ALL_ in this element.</xs:documentation>
    </xs:annotation>
  </xs:union>
</xs:simpleType>
[ top ]
Complex Type apex:connectToType
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram connections.tmp#filterParam connections.tmp#connectToType_id connections.tmp#connectToType_channel
Used by
Model
Children channel, id
Attributes
QName Type Use
id xs:ID optional
Source
<xs:complexType name="connectToType">
  <xs:sequence>
    <!--xs:element name="id" type="xs:IDREF"/-->
    <xs:element name="id" type="xs:IDREF">
    </xs:element>
    <xs:element name="channel">
      <xs:annotation>
        <xs:documentation>The channel to be used. Channels are zero based, ie the first channel is 0, the second 1, etc. This parameter can have an ID for later referral. Channel -1 means mute.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="apex:unsignedPlus-1">
            <xs:attributeGroup ref="apex:filterParam">
            </xs:attributeGroup>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="apex:filterParam"/>
</xs:complexType>
[ top ]
Simple Type apex:unsignedPlus-1
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram
Type restriction of xs:int
Facets
minInclusive -1
Used by
Source
<xs:simpleType name="unsignedPlus-1">
  <xs:restriction base="xs:int">
    <xs:minInclusive value="-1"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type apex:all
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration _ALL_
Source
<xs:simpleType name="all">
  <xs:restriction base="xs:string">
    <xs:enumeration value="_ALL_"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Attribute apex:connectFromType / id / @mode
Namespace No namespace
Annotations
Method of matching the given id.
Type restriction of xs:string
Properties
default name
Facets
enumeration name
Exactly match the given ID
enumeration regexp
Use regular expression to match an ID
enumeration wildcard
Use wildcards (*,?,[]) to match an ID
Used by
Source
<xs:attribute name="mode" default="name">
  <xs:annotation>
    <xs:documentation>Method of matching the given id.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="name">
        <xs:annotation>
          <xs:documentation>Exactly match the given ID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="regexp">
        <xs:annotation>
          <xs:documentation>Use regular expression to match an ID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wildcard">
        <xs:annotation>
          <xs:documentation>Use wildcards (*,?,[]) to match an ID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute apex:filterParam / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Attribute Group apex:filterParam
Source
<xs:attribute name="id" type="xs:ID"/>
[ top ]
Attribute Group apex:filterParam
Namespace http://med.kuleuven.be/exporl/apex/4.1.2/experiment
Diagram
Diagram connections.tmp#filterParam_id
Used by
Attributes
QName Type Use
id xs:ID optional
Source
<xs:attributeGroup name="filterParam">
  <xs:attribute name="id" type="xs:ID"/>
</xs:attributeGroup>
[ top ]