Home
last modified time | relevance | path

Searched refs:sMaximumOccurrence (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java276 final String sMaximumOccurrence = GetOptionalAttributeValue("maxOccurs", "1"); in ProcessStartElement() local
279 if ( ! (sMinimumOccurrence.equals("1") && sMaximumOccurrence.equals("1"))) in ProcessStartElement()
286 sMaximumOccurrence, in ProcessStartElement()