[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]