pabigot / pyxb

Python XML Schema Bindings
Apache License 2.0
130 stars 74 forks source link

automaton error with no component #79

Closed pabigot closed 7 years ago

pabigot commented 7 years ago

This question may involve this schema which has this content:

<xsd:complexType name="ActionAddSelTestEntry">
  <xsd:sequence>
    <xsd:element name="filler" minOccurs="0" maxOccurs="0" />
  </xsd:sequence>
</xsd:complexType>

The filler element has no component in the content model, so references to it fail.

stormbard commented 7 years ago

@pabigot That is a version of the schema I was using.