To allow storage of past actions on a given parent |
<xs:element name="history"> <xs:annotation> <xs:documentation>To allow storage of past actions on a given parent</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute ref="dx:who"/> <xs:attribute ref="dx:when"/> <xs:attribute ref="dx:what"/> </xs:complexType> </xs:element> |