<xs:element name="cardinality">
<xs:complexType>
<xs:attributeGroup ref="MultiplicityRangeRequired"/>
<xs:attribute name="conformance" type="ConformanceType"/>
<xs:attribute name="isMandatory" type="xs:boolean">
<xs:annotation>
<xs:documentation xml:lang="en-US">Default is unspecified which in practice means 'false'.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|