← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Created: (SECURITY-19) Bug in schema snippet in sstc-metadata-attr-cs-01

From
OASIS Issues Tracker <>
Date
2012-04-18T17:02:50+00:00
ID
1686025721.17731334768554669.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Created: (SECURITY-19) Bug in schema snippet in sstc-metadata-attr-cs-01
Bug in schema snippet in sstc-metadata-attr-cs-01
-------------------------------------------------

                 Key: SECURITY-19
                 URL: http://tools.oasis-open.org/issues/browse/SECURITY-19
             Project: OASIS Security Services (SAML) TC
          Issue Type: Bug
    Affects Versions: Version 2.0
            Reporter: Scott Cantor
            Priority: Trivial


Tracking report of a bug in the schema in the EntityAttributes spec:

I noticed a discrepancy in http://docs.oasis-open.org/security/saml/Post2.0/sstc-metadata-attr-cs-01.html within section 2.3 Element <mdattr:EntityAttributes>. The schema is listed as:

<element name="EntityAttributes" type="mdattr:EntityAttributesType"/>
<complexType name="EntityAttributesType">
  <choice maxOccurs="unbounded">
    <element ref="saml:Attribute"/>
    <element ref="saml:Assertion"/>
  </sequence>
</complexType>

If you notice, the <complexType> defines a <choice>, but then closes a <sequence>.

-- 
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
← Prev in month ← Prev in thread
Next in thread → Next in month →