OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ebxml-msg message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (EBXMLMSG-2) ebMS Core schema correction


    [ http://tools.oasis-open.org/issues/browse/EBXMLMSG-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33160#action_33160 ] 

Dale Moberg commented on EBXMLMSG-2:
------------------------------------

24 April 2013 discussion report:

The proposed errata resolution is to correct the schema by
replacing:

<xsd:complexType name="Property">
		<xsd:simpleContent>
			<xsd:extension base="tns:non-empty-string">
				<xsd:attribute name="name" type="tns:non-empty-string" use="required"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>

with:

<xsd:complexType name="Property">
                                <xsd:simpleContent>
                                      <xsd:extension base="tns:non-empty-string">
                                               <xsd:attribute name="name" type="tns:non-empty-string" use="required"/>
                                               <xsd:attribute name="type" type="tns:non-empty-string" use="optional"/>
                                     </xsd:extension>
		</xsd:simpleContent>
</xsd:complexType>

> ebMS Core schema correction
> ---------------------------
>
>                 Key: EBXMLMSG-2
>                 URL: http://tools.oasis-open.org/issues/browse/EBXMLMSG-2
>             Project: OASIS ebXML Messaging Services TC
>          Issue Type: Improvement
>          Components: Core Spec
>            Reporter: Makesh Rao
>            Priority: Minor
>
> This section of EBMS3CORE states the following about eb:Property:
> An eb:Property element is of xs:anySimpleType (e.g. string, URI) and has two attributes:
> •	@name: The value of this REQUIRED attribute must be agreed upon between partners.
> •	@type: This OPTIONAL attribute allows for resolution of conflicts between properties with the same name, and may also help with Property grouping, e.g. various elements of an address.
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]