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.java272 String maxOccurs = state.attributeMap.get("maxOccurs"); in makeElement() local
285 if (maxOccurs != null) { in makeElement()
286 if (maxOccurs.equals("0")) return null; in makeElement()
287 if (maxOccurs.equals("unbounded") || Integer.parseInt(maxOccurs) > 1) multiple = true; in makeElement()
582 String maxOccurs = state.attributeMap.get("maxOccurs"); in makeSequence() local
584 if (minOccurs != null || maxOccurs != null) { in makeSequence()
593 if (maxOccurs != null && (maxOccurs.equals("unbounded") in makeSequence()
594 || Integer.parseInt(maxOccurs) > 1)) { in makeSequence()
606 String maxOccurs = state.attributeMap.get("maxOccurs"); in makeChoice() local
612 if (maxOccurs != null && (maxOccurs.equals("unbounded") in makeChoice()
[all …]
/system/tools/xsdc/tests/resources/simple_type/
Dsimple_type.xsd33 <xs:element name="yesOrNo" type="enumType" maxOccurs="2"/>
39 <xs:choice maxOccurs="unbounded">
/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" {