← Prev in month
← Prev in thread
[OASIS Issue Tracker] (EBXMLMSG-66) Inconsistency between text and XSD on multiplicity of eb:Property child in eb:MessageProperties
Sander Fieten created EBXMLMSG-66:
-------------------------------------
Summary: Inconsistency between text and XSD on multiplicity of eb:Property child in eb:MessageProperties
Key: EBXMLMSG-66
URL: https://issues.oasis-open.org/browse/EBXMLMSG-66
Project: OASIS ebXML Messaging Services TC
Issue Type: Bug
Components: Core Spec
Reporter: Sander Fieten
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.
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
← Prev in month
← Prev in thread