Inconsistency between text and XSD on multiplicity of eb:Property children

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • Component/s: Core Spec
    • None
    • Hide

      Replace the text "This element has zero or more eb:Property child elements." on lines 1703 (MessageProperties) and 1760 (PartProperties) (in the ODT version) with "This element has one or more eb:Property child elements."

      Show
      Replace the text "This element has zero or more eb:Property child elements." on lines 1703 (MessageProperties) and 1760 (PartProperties) (in the ODT version) with "This element has one or more eb:Property child elements."

      In section 5.2.2.11 on the eb:Messaging/eb:UserMessage/eb:MessageProperties element it is stated that:
      "This element has zero or more eb:Property child elements."

      The definition of this element in the xml schema is:

      <xsd:element name="MessageProperties" type="MessageProperties"/>
      <xsd:complexType name="MessageProperties">
      <xsd:sequence>
      <xsd:element name="Property" type="Property" maxOccurs="unbounded"/>
      </xsd:sequence>
      </xsd:complexType>

      This definition requires the Property element to occur at least once creating an inconsistency with the specifications text.

            Assignee:
            Unassigned
            Reporter:
            Sander Fieten
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: