dx:p

Element Information

Model

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

Attributes

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

Used By

Source

<xs:element name="p">
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element ref="dx:text"/>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:any namespace="##other"/>
      </xs:sequence>
    </xs:sequence>
    <xs:attribute name="role">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="constraint"/>
          <xs:enumeration value="description"/>
          <xs:enumeration value="example"/>
          <xs:enumeration value="format"/>
          <xs:enumeration value="mailto"/>
          <xs:enumeration value="note"/>
          <xs:enumeration value="p"/>
          <xs:enumeration value="priority"/>
          <xs:enumeration value="recommendation"/>
          <xs:enumeration value="remark"/>
          <xs:enumeration value="request"/>
          <xs:enumeration value="response"/>
          <xs:enumeration value="see"/>
          <xs:enumeration value="source"/>
          <xs:enumeration value="tip"/>
          <xs:enumeration value="todo"/>
          <xs:enumeration value="usage"/>
          <xs:enumeration value="version"/>
          <xs:enumeration value="warning"/>
          <xs:enumeration value="attribute"/>
          <xs:enumeration value="xftclass"/>
          <!-- $Hist:JS:2012-12-28 #3387 -->
          <!-- $Hist:JS:2013-01-04 #3340 -->
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample