Searched refs:anyType (Results 1 – 2 of 2) sorted by relevance
59 <xs:element name="anyType" type="xs:anyType"/>
281 String anyType = (String) miscTypes.getMethod("getAnyType").invoke(miscTypesInstance); in testPredefinedTypes() local292 assertThat(anyType, is("abcd")); in testPredefinedTypes()