Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Sequence any namespace #99

@vphant

Description

@vphant

There is a problem when generating classes and meta data yml.

<xs:element name="site-specifics">
  <xs:complexType>
    <xs:sequence>
      <xs:any namespace="http://services.mobile.de/schema/seller/site-specifics-1.0"
              minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="site-id" use="optional"/>
  </xs:complexType>
</xs:element>

Inside SiteSpecifics class and meta data only SiteId is generated, but expected elements from namespace are absent.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions