http://dbai.tuwien.ac.at/proj/arte/GES
attributeGroup WeightAttributes

Properties
This component is not nillable.

Model

  function = xs:string
  weight = nonNegativeDouble



Attribute Summary
 xs:stringfunction
          Can have the value "Linear", "Quadratic", or "Constant" (all case-insensitive). 
 nonNegativeDoubleweight
          A value to represent the constraint's priority.  

Attribute Detail

function

Can have the value "Linear", "Quadratic", or "Constant" (all case-insensitive). The default value is "Linear" if the attribute is not used.

Type:
based on
with :
Use:
optional
Form:
unqualified

weight

A value to represent the constraint's priority.

Type:
nonNegativeDouble
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="WeightAttributes">
<xs:attribute name="function" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="([Ll][Ii][Nn][Ee][Aa][Rr])|([Qq][Uu][Aa][Dd][Rr][Aa][Tt][Ii][Cc])|([Cc][Oo][Nn][Ss][Tt][Aa][Nn][Tt])"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="weight" type="nonNegativeDouble" use="optional">
</xs:attribute>
</xs:attributeGroup>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.