text content, possibly with formatting (wiki) and qualification through a role |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
dx:style | restriction of xs:NMTOKEN | optional |
Element | dx:p |
<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> |