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

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml message

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


Subject: [xacml] v0.13 schema typos


In draft-xacml-v0.13 and in schema v0.13b.xsd, I think there are
typos in the following definitions:

Shouldn't the lines marked "!" be xs:choice?  One element of each
choice should be the name of or a pointer to the entity, while
the other is the actual entity.

	<xs:complexType name="PolicySetDesignatorType">
!		<xs:sequence>
			<xs:element name="policySetId" type="xs:anyURI" minOccurs="0"/>
			<xs:element name="policySetAssertion" type="saml:AssertionType"/>
!		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="PolicyDesignatorType">
!		<xs:sequence>
			<xs:element name="policyId" type="xs:anyURI" minOccurs="0"/>
			<xs:element name="policyAssertion" type="saml:AssertionType"/>
!		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="RuleDesignatorType">
!		<xs:sequence>
			<xs:element name="ruleId" type="xs:anyURI" minOccurs="0"/>
			<xs:element name="ruleDigest" minOccurs="0">
				<xs:complexType>
					<xs:attribute name="digestAlgId" type="xs:string" default="SHA-1"/>
					<xs:attribute name="base64Digest" type="xs:string"/>
				</xs:complexType>
			</xs:element>
!		</xs:sequence>
	</xs:complexType>

-- 
Anne H. Anderson             Email: Anne.Anderson@Sun.COM
Sun Microsystems Laboratories
1 Network Drive,UBUR02-311     Tel: 781/442-0928
Burlington, MA 01803-0902 USA  Fax: 781/442-1692



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


Powered by eList eXpress LLC