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

 


Help: OASIS Mailing Lists Help | MarkMail Help

provision message

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


Subject: Corrections for listTargetsResponse example in draft 0.08


Title: Corrections for listTargetsResponse example in draft 0.08

In the current spec draft 0.08, the example <listTargetsResponse> message on page 36 uses the attribute "isContainer" within the returned PSO xsd schemas for the entities Organization and OrganizationUnit:

...
<complexType name="Organization" isContainer=”true”>
        <sequence>
                <element name="dn" type="string"/>
                <element name="description" type="string" minOccurs="0"/>
        </sequence>
        <attribute name="cn" type="string" use="required"/>
</complexType>
<complexType name="OrganizationalUnit" isContainer=”true”>
        <sequence>
                <element name="dn" type="string"/>
                <element name="description" type="string" minOccurs="0"/>
        </sequence>
        <attribute name="cn" type="string" use="required"/>
</complexType>
...
Since "isContainer" is an unknown schema attribute it should be removed here.



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