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()
1355 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1360 name = get_attribute(attrs, "name"); in schema_complexType()
1484 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1489 name = get_attribute(attrs, "name"); in schema_element()
1491 name = ref = get_attribute(attrs, "ref"); in schema_element()
1574 attr = get_attribute(attrs, "nillable"); in schema_element()
1589 attr = get_attribute(attrs, "fixed"); in schema_element()
1597 attr = get_attribute(attrs, "default"); in schema_element()
1608 attr = get_attribute(attrs, "form"); in schema_element()
1625 def = get_attribute(parent->properties, "elementFormDefault"); in schema_element()
1641 type = get_attribute(attrs, "type"); in schema_element()
1718 name = get_attribute(attrType->properties, "name"); in schema_attribute()
1720 name = ref = get_attribute(attrType->properties, "ref"); in schema_attribute()
1748 ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1780 type = get_attribute(attrType->properties, "type"); in schema_attribute()
1871 def = get_attribute(parent->properties, "attributeFormDefault"); in schema_attribute()
1927 name = get_attribute(attrGroup->properties, "name"); in schema_attributeGroup()
1929 name = ref = get_attribute(attrGroup->properties, "ref"); in schema_attributeGroup()
1937 ns = get_attribute(attrGroup->properties, "targetNamespace"); in schema_attributeGroup()