Searched refs:complexType (Results 1 – 25 of 39) sorted by relevance
12
1 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…2 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…3 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…4 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…5 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…6 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
1 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:33: element complexType: Schemas parser erro…2 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:45: element complexType: Schemas parser erro…3 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:65: element complexType: Schemas parser erro…
1 …8: element complexType: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element'…
12 ./test/schemas/element-err_0.xsd:23: element complexType: Schemas parser error : Element '{http://w…19 …1: element complexType: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element'…20 …t': The content is not valid. Expected is (annotation?, ((simpleType | complexType)?, (unique | ke…
1 ./test/schemas/any4_0.xsd:14: element complexType: Schemas parser error : local complex type: The c…
1 ./test/schemas/deter0_0.xsd:6: element complexType: Schemas parser error : local complex type: The …
1 ./test/schemas/derivation-ok-extension-err_0.xsd:6: element complexType: Schemas parser error : loc…
1 ./test/schemas/issue491_0.xsd:8: element complexType: Schemas parser error : complex type 'ChildTyp…
3 <xs:complexType mixed='true'>5 </xs:complexType>
7 <complexType>13 </complexType>
8 <xs:complexType name="c" >14 </xs:complexType>
4 <xs:complexType>23 </xs:complexType>
3 <xs:complexType mixed='true'/>
3 <xsd:complexType>8 </xsd:complexType>
801 static bool containsSubType(const glu::VarType &complexType, glu::DataType basicType) in containsSubType() argument803 if (complexType.isBasicType()) in containsSubType()805 return complexType.getBasicType() == basicType; in containsSubType()807 else if (complexType.isArrayType()) in containsSubType()809 return containsSubType(complexType.getElementType(), basicType); in containsSubType()811 else if (complexType.isStructType()) in containsSubType()813 for (int ndx = 0; ndx < complexType.getStructPtr()->getNumMembers(); ++ndx) in containsSubType()814 if (containsSubType(complexType.getStructPtr()->getMember(ndx).getType(), basicType)) in containsSubType()863 static int accumulateComplexType(const glu::VarType &complexType, const DataTypeMap &dTypeMap) in accumulateComplexType() argument865 if (complexType.isBasicType()) in accumulateComplexType()[all …]