The Description element is the description of the event.
Diagram
Type
xs:string
Properties
content
simple
Source
<xs:element name="Description" type="xs:string"><xs:annotation><xs:documentation>The Description element is the description of the event.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the event, used for referencing.
Source
<xs:complexType name="EventBaseType" abstract="true"><xs:annotation><xs:documentation>The EventBaseType is the abstract base type that defines events.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Description" type="xs:string"><xs:annotation><xs:documentation>The Description element is the description of the event.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the event, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the event, used for referencing.</xs:documentation></xs:annotation></xs:attribute>