Lines Matching refs:get_attribute

117 		new_tns = get_attribute(schema->properties, "targetNamespace");  in schema_load_file()
128 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
181 tns = get_attribute(schema->properties, "targetNamespace"); in load_schema()
192 location = get_attribute(trav->properties, "schemaLocation"); in load_schema()
212 location = get_attribute(trav->properties, "schemaLocation"); in load_schema()
234 ns = get_attribute(trav->properties, "namespace"); in load_schema()
235 location = get_attribute(trav->properties, "schemaLocation"); in load_schema()
310 ns = get_attribute(simpleType->properties, "targetNamespace"); in schema_simpleType()
315 name = get_attribute(simpleType->properties, "name"); in schema_simpleType()
416 itemType = get_attribute(listType->properties, "itemType"); in schema_list()
498 memberTypes = get_attribute(unionType->properties, "memberTypes"); in schema_union()
641 base = get_attribute(restType->properties, "base"); in schema_restriction_simpleContent()
746 base = get_attribute(restType->properties, "base"); in schema_restriction_complexContent()
812 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
820 value = get_attribute(val->properties, "value"); in schema_restriction_var_int()
839 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_char()
848 value = get_attribute(val->properties, "value"); in schema_restriction_var_char()
871 base = get_attribute(extType->properties, "base"); in schema_extension_simpleContent()
926 base = get_attribute(extType->properties, "base"); in schema_extension_complexContent()
984 xmlAttrPtr attr = get_attribute(node->properties, "minOccurs"); in schema_min_max()
992 attr = get_attribute(node->properties, "maxOccurs"); in schema_min_max()
1063 ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1068 name = get_attribute(groupType->properties, "name"); in schema_group()
1070 name = ref = get_attribute(groupType->properties, "ref"); in schema_group()
1085 xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1363 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1368 name = get_attribute(attrs, "name"); in schema_complexType()
1492 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1497 name = get_attribute(attrs, "name"); in schema_element()
1499 name = ref = get_attribute(attrs, "ref"); in schema_element()
1521 xmlAttrPtr ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1590 attr = get_attribute(attrs, "nillable"); in schema_element()
1605 attr = get_attribute(attrs, "fixed"); in schema_element()
1613 attr = get_attribute(attrs, "default"); in schema_element()
1624 attr = get_attribute(attrs, "form"); in schema_element()
1641 def = get_attribute(parent->properties, "elementFormDefault"); in schema_element()
1657 type = get_attribute(attrs, "type"); in schema_element()
1734 name = get_attribute(attrType->properties, "name"); in schema_attribute()
1736 name = ref = get_attribute(attrType->properties, "ref"); in schema_attribute()
1755 xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1772 ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1804 type = get_attribute(attrType->properties, "type"); in schema_attribute()
1895 def = get_attribute(parent->properties, "attributeFormDefault"); in schema_attribute()
1951 name = get_attribute(attrGroup->properties, "name"); in schema_attributeGroup()
1953 name = ref = get_attribute(attrGroup->properties, "ref"); in schema_attributeGroup()
1961 ns = get_attribute(attrGroup->properties, "targetNamespace"); in schema_attributeGroup()