Home
last modified time | relevance | path

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

/external/libxml2/result/schemas/
Dsrc-attribute4_0_0.err1 …8: element simpleType: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}attribute…
Dsrc-element3_0_0.err2 …16: element simpleType: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element'…
Dxsd-simpleType-varieties_0_01 ./test/schemas/xsd-simpleType-varieties_0.xml validates
Dsrc-attribute3-2-st_0_0.err1 ./test/schemas/src-attribute3-2-st_0.xsd:11: element simpleType: Schemas parser error : Element '{h…
Delement-err_0_0.err20simpleType: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element': The conten…
Dsrc-element2-2_0_0.err3 ./test/schemas/src-element2-2_0.xsd:29: element simpleType: Schemas parser error : Element '{http:/…
/external/libxml2/test/schemas/
D570702_0.xsd10 <xs:simpleType>
15 </xs:simpleType>
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle497 * simpleType with variety "union").
558 * the simpleType has a variety of "absent".
568 * the simpleType has a variety of "list".
575 * the simpleType has a variety of "union".
582 * the simpleType has a variety of "union".
596 * the simpleType/complexType has a final of "restriction".
603 * the simpleType has a final of "list".
610 * the simpleType has a final of "union".
617 * the simpleType has a final of "default".
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DInjectConstructorFactoryGeneratorTest.java1052 JavaFileObject simpleType = JavaFileObjects.forSourceLines("test.SimpleType", in noDeps() local
1079 .that(simpleType) in noDeps()
/external/libxml2/
Dxmlschemas.c22715 xmlSchemaTypePtr type = vctxt->inode->typeDef, simpleType = NULL; in xmlSchemaXPathProcessHistory() local
22769 simpleType = type->contentTypeDef; in xmlSchemaXPathProcessHistory()
22770 if (simpleType == NULL) { in xmlSchemaXPathProcessHistory()
22777 simpleType = NULL; in xmlSchemaXPathProcessHistory()
22779 simpleType = type; in xmlSchemaXPathProcessHistory()
22780 if (simpleType == NULL) { in xmlSchemaXPathProcessHistory()
22941 key->type = simpleType; in xmlSchemaXPathProcessHistory()