Add priority attribute to the EIEvent description

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major
    • wd28
    • Affects Version/s: wd27
    • Component/s: None
    • None
    • Hide

      Add the following element to <xs:complexType name="EventDescriptorType"> in the schema

      <xs:element name="priority" type="xs:unsignedInt" minOccurs="0">
      <xs:annotation>
      <xs:documentation>This is the priority of this event relative to other events. The lower the number higher the priority. A value of zero (0) indicates NO priority and in essence is the lowest priority by default</xs:documentation>
      </xs:annotation>
      </xs:element>

      Show
      Add the following element to <xs:complexType name="EventDescriptorType"> in the schema <xs:element name="priority" type="xs:unsignedInt" minOccurs="0"> <xs:annotation> <xs:documentation>This is the priority of this event relative to other events. The lower the number higher the priority. A value of zero (0) indicates NO priority and in essence is the lowest priority by default</xs:documentation> </xs:annotation> </xs:element>
    • Hide

      Add the proposed element

      Show
      Add the proposed element

      Need to add a relative priority attribute to the EiEvent data structure that can be used to indicate the relative priority amoung a list of events.

            Assignee:
            William Cox (Inactive)
            Reporter:
            Ed Koch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: