What are default values of indicators in XSD Schema when they aren't define directly?
How many times (min and max) and what order in should (or can) I define attributes of foo
in XML?
<xs:complexType name="foo">
<xs:attribute name="name1" type="xs:string"/>
<xs:attribute name="name2" type="xs:string"/>
</xs:complexType>
P.S. This example is for a real and working project.