My question is simple: If an element definition in an XSD lacks the minOccurs attribute does that mean that the element is omittable?
for exmaple:
<!-- language: xsd -->
<xs:element name="kezdo_ido" type="xs:date">
<xs:annotation>
<xs:documentation>Az exportálással érintett időszak kezdő dátuma.
</xs:documentation>
</xs:annotation>
</xs:element>
Can I omit the element ?