next up previous contents index
Next: Set-element Up: Fib elements Previous: External subobject   Contents   Index


Retrieve domain properties

For the description of the Fib element to retrieve domain properties see section 9.11 on page [*] .

The XML element for the Fib element to retrieve domain properties has the name domainProperty. The XML element has two till tree attributes. The first attribute has the name defined_variable and specifies which variable is defined by the Fib element to retrieve domain properties. It is a natural number for a variable, that is not used above the Fib element to retrieve domain properties for another variable.

If the domain is a vector domain and thus contains multiple subdomains, there is an attribute subdomain. The attribute subdomain specifies the subdomain which should be used. In it the numbers (counting starts with 1) of the subdomains to use is stored. Subdomains of more levels can be given separated by a point betwean them. In which the number of a subdomain stands befor the number of the subdomains contained in it.

The attribute mode specifies the type of the property, which should be returned. The value of this attribute comes from the "name" column of the table 4 on page [*] .

The Fib element to retrieve domain properties contains two XML elements.

The first is for the used type of the Fib element, for which the domain is to which the Fib element to retrieve domain properties refers to. It has the name type and contains the XML element for the type. This XML element is generated as described in table 15 on page [*] .

The Fib element to retrieve domain properties contains also the XML element for the contained subobject.


An example for a Fib element to retrieve domain properties:

<domainProperty defined_variable="3" subdomain="2"
      mode=ünscaled max">
   <type>
      <dim count="2">
         <dimension number="1" direction="horizontal"/>
         <dimension number="2" direction="vertical"/>
      </dim>
   </type>
   ...<!-- Fib subobject -->
</subobject>

Example wher the used domain is the first subdomain of the third subdoamin of the matrix element:

<domainProperty defined_variable="1" subdomain="3.1"
      mode=ünscaled min">
   <type>
      <matrixElement/>
   </type>
   ...<!-- Fib subobject -->
</subobject>

Example without subdomains:

<domainProperty defined_variable="14" mode=ßcaling">
   <type>
      <inVar number="4"/>
   </type>
   ...<!-- Fib subobject -->
</subobject>


next up previous contents index
Next: Set-element Up: Fib elements Previous: External subobject   Contents   Index
Betti Österholz 2013-02-13