dx:text

text content, possibly with formatting (wiki) and qualification through a role

Element Information

Model

ANY element from ANY namespace OTHER than 'http://www.afidium.com/dx'

Attributes

QName Type Fixed Default Use Inheritable Annotation
dx:style restriction of xs:NMTOKEN optional

Used By

Element dx:p

Source

<xs:element name="text">
  <xs:annotation>
    <xs:documentation>text content, possibly with formatting (wiki) and qualification through a role</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:any namespace="##other"/>
    </xs:sequence>
    <xs:attribute name="style">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="li"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample