Home
last modified time | relevance | path

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

/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java248 String maxOccurs = state.attributeMap.get("maxOccurs"); in makeElement() local
261 if (maxOccurs != null) { in makeElement()
262 if (maxOccurs.equals("0")) return null; in makeElement()
263 if (maxOccurs.equals("unbounded") || Integer.parseInt(maxOccurs) > 1) multiple = true; in makeElement()
480 String maxOccurs = state.attributeMap.get("maxOccurs"); in makeSequence() local
482 if (minOccurs != null || maxOccurs != null) { in makeSequence()
491 if (maxOccurs != null && (maxOccurs.equals("unbounded") in makeSequence()
492 || Integer.parseInt(maxOccurs) > 1)) { in makeSequence()
502 String maxOccurs = state.attributeMap.get("maxOccurs"); in makeChoice() local
508 if (maxOccurs != null && (maxOccurs.equals("unbounded") in makeChoice()
[all …]
/system/tools/xsdc/tests/resources/reference/
Dreference.xsd7 <xs:element name="student" type="xs:string" maxOccurs="unbounded"/>
/system/tools/xsdc/tests/resources/nested_type/
Dnested_type.xsd32 <xs:element type="xs:string" name="assets" maxOccurs="unbounded" minOccurs="0"/>
/system/tools/xsdc/
DREADME.md106 values: [ 0, maxOccurs ]
108 "xsd:maxOccurs" {
/system/tools/xsdc/tests/resources/simple_type/
Dsimple_type.xsd38 <xs:choice maxOccurs="unbounded">