[ADC 1.0.2] Reference to 'incomplete' attribute in schema

Pretorian
Site Admin
Posts: 214
Joined: Tue Jul 21, 2009 10:21 am

[ADC 1.0.2] Reference to 'incomplete' attribute in schema

Post by Pretorian » Sun Feb 06, 2011 1:26 pm

I was going through the spec and noticied that the XML schema is lacking a reference to the 'Incomplete' attribute for directories. 

It should not matter for compatibility sake wheter the reference is added or not, since it's an optional attribute. Regardless, I think it should be added for completeness.

  <xs:element name="Directory">
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="ContainerType">
          <xs:attribute ref="Name" use="required"></xs:attribute>
          <xs:attribute ref="Incomplete" use="optional"></xs:attribute>
          <xs:anyAttribute processContents="lax"></xs:anyAttribute>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>

Pretorian
Site Admin
Posts: 214
Joined: Tue Jul 21, 2009 10:21 am

Re: Add missing reference to 'incomplete' attribute in schem

Post by Pretorian » Fri Mar 25, 2011 7:34 pm


Pretorian
Site Admin
Posts: 214
Joined: Tue Jul 21, 2009 10:21 am

Re: [ADC 1.0.2] Reference to 'incomplete' attribute in schem

Post by Pretorian » Thu Jan 31, 2013 7:14 pm

This is in ADC 1.0.2, closing.

Who is online

Users browsing this forum: Google (Crawler) and 0 guests