supplies the minumum number of times the element must occur in elements which use this model class in their content model |
<xs:attribute name="min"> <xs:annotation> <xs:documentation>supplies the minumum number of times the element must occur in elements which use this model class in their content model</xs:documentation> </xs:annotation> <xs:simpleType> <xs:union memberTypes="xs:double xs:decimal"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:pattern value="(\-?[\d]+/\-?[\d]+)"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute> |