<xs:complexType name="QIFRuleBaseType" abstract="true">
<xs:annotation>
<xs:documentation>The abstract QIFRuleBaseType defines the base type for all QIF rules.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UUID" type="QPIdType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional UUID element is a persistent identifier for the rule. If used, it should be generated using a widely accepted UUID generator.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="xs:token">
<xs:annotation>
<xs:documentation>The optional name attribute is the name of the rule.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |