We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0e49e commit a252ae5Copy full SHA for a252ae5
full/src/test/resources/org/hisrc/jsonix/samples/zero/schema.xsd
@@ -268,4 +268,11 @@
268
</xs:sequence>
269
</xs:complexType>
270
271
+ <xs:complexType name="complexTypeWithElementAndAttributeWithDefaultValues">
272
+ <xs:sequence>
273
+ <xs:element name="elementWithDefaultValue" type="xs:string" minOccurs="0" maxOccurs="1" default="test"/>
274
+ </xs:sequence>
275
+ <xs:attribute name="attributeWithDefaultValue" type="xs:string" default="test"/>
276
+ </xs:complexType>
277
+
278
</xs:schema>
0 commit comments