dx:value

To document the value of an enumeration for an attribute

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dx:class xs:string optional
defines what is the parent class used to validate the content of this element. Additional information may be used to limit the scope of the element, like actual values
dx:href xs:string optional
To provide a link to the element definition in case the inforamtion is coming from an external file.
The link would correpsond to a xlink.
dx:sinceVersion xs:string optional
Alows to express the fact that a certain information is available since a certain XFT version

Used By

Element dx:type

Source

<xs:element name="value" type="dx:valueType">
  <xs:annotation>
    <xs:documentation>To document the value of an enumeration for an attribute</xs:documentation>
  </xs:annotation>
</xs:element>

Sample