xsd-parser 1.5.2

Rust code generator for XML schema files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<tns:Foo xmlns:tns="http://example.com" any="fuu">
  <tns:Name>abc</tns:Name>
  <AnyElement />
  <AnotherElement />
  <tns:Choice any="bar">
    <tns:Name>def</tns:Name>
  </tns:Choice>
  <tns:Choice>
    <AnyElement2 xmlns:anyNs="http://example.com/anyNs" />
  </tns:Choice>
  <tns:Choice>
    <AnotherElement2 />
  </tns:Choice>
  <LastElement />
</tns:Foo>