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] | [List Home]


Subject: Re: [xacml] PolicyIdentifierListType definition in wd-15 xsd


Thanks Paul,

Yes, you are right. I think it's a good idea, so I am editing in this 
for the next working draft.

Best regards,
Erik

On 2009-12-23 21:43, Tyson, Paul H wrote:
> Couldn't this:
>
> 	<xs:complexType name="PolicyIdentifierListType">
> 		<xs:sequence minOccurs="0" maxOccurs="unbounded">
> 			<xs:choice>
> 				<xs:element
> ref="xacml:PolicyIdReference"/>
> 				<xs:element
> ref="xacml:PolicySetIdReference"/>
> 			</xs:choice>
> 		</xs:sequence>
> 	</xs:complexType>
>
> be simplified to:
>
> 	<xs:complexType name="PolicyIdentifierListType">
> 		<xs:choice minOccurs="0" maxOccurs="unbounded">
> 			<xs:element ref="xacml:PolicyIdReference"/>
> 			<xs:element ref="xacml:PolicySetIdReference"/>
> 		</xs:choice>
> 	</xs:complexType>
>
> ?
>
> Regards,
> --Paul
>
> ---------------------------------------------------------------------
> To unsubscribe from this mail list, you must leave the OASIS TC that
> generates this mail.  Follow this link to all your TCs in OASIS at:
> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
>
>    



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