To provide TODO information associated to a parent element or file |
<xs:element name="todo"> <xs:annotation> <xs:documentation>To provide TODO information associated to a parent element or file</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute ref="dx:who" use="required"/> <xs:attribute ref="dx:when" use="optional"/> <xs:attribute ref="dx:what" use="optional"/> </xs:complexType> </xs:element> |