Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element QIFRuleBaseType / UUID
Annotations
The optional UUID element is a persistent identifier for the rule. If used, it should be generated using a widely accepted UUID generator.
Diagram
Diagram Primitives_xsd_Simple_Type_QPIdType.tmp#QPIdType
Type QPIdType
Properties
content simple
minOccurs 0
Facets
pattern [A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type QIFRuleBaseType
Annotations
The abstract QIFRuleBaseType defines the base type for all QIF rules.
Diagram
Diagram QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType_name QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType_UUID
Properties
abstract true
Used by
Children UUID
Attributes
QName Type Use Annotation
name xs:token optional
The optional name attribute is the name of the rule.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Attribute QIFRuleBaseType / @name
Annotations
The optional name attribute is the name of the rule.
Type xs:token
Properties
content simple
Used by
Complex Type QIFRuleBaseType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd