Lines Matching refs:get_attribute

114 		new_tns = get_attribute(schema->properties, "targetNamespace");  in schema_load_file()
125 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
178 tns = get_attribute(schema->properties, "targetNamespace"); in load_schema()
189 location = get_attribute(trav->properties, "schemaLocation"); in load_schema()
209 location = get_attribute(trav->properties, "schemaLocation"); in load_schema()
231 ns = get_attribute(trav->properties, "namespace"); in load_schema()
232 location = get_attribute(trav->properties, "schemaLocation"); in load_schema()
307 ns = get_attribute(simpleType->properties, "targetNamespace"); in schema_simpleType()
312 name = get_attribute(simpleType->properties, "name"); in schema_simpleType()
413 itemType = get_attribute(listType->properties, "itemType"); in schema_list()
496 memberTypes = get_attribute(unionType->properties, "memberTypes"); in schema_union()
640 base = get_attribute(restType->properties, "base"); in schema_restriction_simpleContent()
745 base = get_attribute(restType->properties, "base"); in schema_restriction_complexContent()
811 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
819 value = get_attribute(val->properties, "value"); in schema_restriction_var_int()
838 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_char()
847 value = get_attribute(val->properties, "value"); in schema_restriction_var_char()
870 base = get_attribute(extType->properties, "base"); in schema_extension_simpleContent()
925 base = get_attribute(extType->properties, "base"); in schema_extension_complexContent()
983 xmlAttrPtr attr = get_attribute(node->properties, "minOccurs"); in schema_min_max()
991 attr = get_attribute(node->properties, "maxOccurs"); in schema_min_max()
1062 ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1067 name = get_attribute(groupType->properties, "name"); in schema_group()
1069 name = ref = get_attribute(groupType->properties, "ref"); in schema_group()
1084 xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1362 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1367 name = get_attribute(attrs, "name"); in schema_complexType()
1491 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1496 name = get_attribute(attrs, "name"); in schema_element()
1498 name = ref = get_attribute(attrs, "ref"); in schema_element()
1520 xmlAttrPtr ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1589 attr = get_attribute(attrs, "nillable"); in schema_element()
1604 attr = get_attribute(attrs, "fixed"); in schema_element()
1612 attr = get_attribute(attrs, "default"); in schema_element()
1621 attr = get_attribute(attrs, "form"); in schema_element()
1638 def = get_attribute(parent->properties, "elementFormDefault"); in schema_element()
1654 type = get_attribute(attrs, "type"); in schema_element()
1731 name = get_attribute(attrType->properties, "name"); in schema_attribute()
1733 name = ref = get_attribute(attrType->properties, "ref"); in schema_attribute()
1752 xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1769 ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1802 type = get_attribute(attrType->properties, "type"); in schema_attribute()
1893 def = get_attribute(parent->properties, "attributeFormDefault"); in schema_attribute()
1953 name = get_attribute(attrGroup->properties, "name"); in schema_attributeGroup()
1955 name = ref = get_attribute(attrGroup->properties, "ref"); in schema_attributeGroup()
1963 ns = get_attribute(attrGroup->properties, "targetNamespace"); in schema_attributeGroup()