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()
499 memberTypes = get_attribute(unionType->properties, "memberTypes"); in schema_union()
643 base = get_attribute(restType->properties, "base"); in schema_restriction_simpleContent()
748 base = get_attribute(restType->properties, "base"); in schema_restriction_complexContent()
814 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
822 value = get_attribute(val->properties, "value"); in schema_restriction_var_int()
841 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_char()
850 value = get_attribute(val->properties, "value"); in schema_restriction_var_char()
873 base = get_attribute(extType->properties, "base"); in schema_extension_simpleContent()
928 base = get_attribute(extType->properties, "base"); in schema_extension_complexContent()
986 xmlAttrPtr attr = get_attribute(node->properties, "minOccurs"); in schema_min_max()
994 attr = get_attribute(node->properties, "maxOccurs"); in schema_min_max()
1065 ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1070 name = get_attribute(groupType->properties, "name"); in schema_group()
1072 name = ref = get_attribute(groupType->properties, "ref"); in schema_group()
1087 xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1365 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1370 name = get_attribute(attrs, "name"); in schema_complexType()
1494 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1499 name = get_attribute(attrs, "name"); in schema_element()
1501 name = ref = get_attribute(attrs, "ref"); in schema_element()
1523 xmlAttrPtr ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1592 attr = get_attribute(attrs, "nillable"); in schema_element()
1607 attr = get_attribute(attrs, "fixed"); in schema_element()
1615 attr = get_attribute(attrs, "default"); in schema_element()
1626 attr = get_attribute(attrs, "form"); in schema_element()
1643 def = get_attribute(parent->properties, "elementFormDefault"); in schema_element()
1659 type = get_attribute(attrs, "type"); in schema_element()
1736 name = get_attribute(attrType->properties, "name"); in schema_attribute()
1738 name = ref = get_attribute(attrType->properties, "ref"); in schema_attribute()
1757 xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1774 ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1806 type = get_attribute(attrType->properties, "type"); in schema_attribute()
1897 def = get_attribute(parent->properties, "attributeFormDefault"); in schema_attribute()
1957 name = get_attribute(attrGroup->properties, "name"); in schema_attributeGroup()
1959 name = ref = get_attribute(attrGroup->properties, "ref"); in schema_attributeGroup()
1967 ns = get_attribute(attrGroup->properties, "targetNamespace"); in schema_attributeGroup()