Closed kurotakazuki closed 6 months ago
Currently, following examples are not working.
<xs:sequence> <xs:element ref="OwnedType"/> </xs:sequence>
<xs:sequence> <xs:element ref="OwnedType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence>
So, I added field implementation for Element ref attribute.
ref
@kurotakazuki may I ask you to fix the clippy error ?
Ok. I fixed not to use format!.
format!
Currently, following examples are not working.
So, I added field implementation for Element
ref
attribute.