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

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

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

Post by Pretorian » 06 Feb 2011, 13:26

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: 21 Jul 2009, 10:21

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

Post by Pretorian » 31 Jan 2013, 19:14

This is in ADC 1.0.2, closing.

Locked