Giter Site home page Giter Site logo

Comments (3)

eed3si9n avatar eed3si9n commented on August 29, 2024

copied the file to gist: https://gist.github.com/814435

from scalaxb.

eed3si9n avatar eed3si9n commented on August 29, 2024

Is this actually a legal XML Schema definition?

<xs:complexType name="FilterDevicePreset">
  <xs:all>
   <xs:element name="DeviceSlot" minOccurs="0" type="AudioPluginDevice"/>
   <xs:element name="DeviceSlot" minOccurs="0" type="BusCompressorDevice"/>
   <xs:element name="DeviceSlot" minOccurs="0" type="CabinetSimulatorDevice"/>
   ...
  </xs:all>
  <xs:attribute name="doc_version" use="required" type="xs:int" fixed="5"/>
  <xs:attribute name="type" use="optional" type="xs:string"/>
</xs:complexType>

I would guess it violates Validation Rule: QName resolution (Instance)

A pair of a local name and a namespace name (or absent) resolve to a schema component of a specified kind in the context of validation by appeal to the appropriate property of the schema being used for the assessment. Each such property indexes components by name.

Given the pair (no namespace, DeviceSlot) within the context of FilterDevicePreset, one would not be able to resolve to a single schema component.

from scalaxb.

E-Fir avatar E-Fir commented on August 29, 2024

Is this actually a legal XML Schema definition?

It seems that no. Apache xmlbeans show errors on this scheme. (I tried it after scalaxb)

from scalaxb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.