Lines Matching refs:get_attribute
129 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
151 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
221 tns = get_attribute(schema->properties, "targetNamespace"); in load_schema()
232 location = get_attribute(trav->properties, "schemaLocation"); in load_schema()
244 location = get_attribute(trav->properties, "schemaLocation"); in load_schema()
258 ns = get_attribute(trav->properties, "namespace"); in load_schema()
259 location = get_attribute(trav->properties, "schemaLocation"); in load_schema()
327 ns = get_attribute(simpleType->properties, "targetNamespace"); in schema_simpleType()
332 name = get_attribute(simpleType->properties, "name"); in schema_simpleType()
436 itemType = get_attribute(listType->properties, "itemType"); in schema_list()
519 memberTypes = get_attribute(unionType->properties, "memberTypes"); in schema_union()
663 base = get_attribute(restType->properties, "base"); in schema_restriction_simpleContent()
768 base = get_attribute(restType->properties, "base"); in schema_restriction_complexContent()
834 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
842 value = get_attribute(val->properties, "value"); in schema_restriction_var_int()
861 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_char()
870 value = get_attribute(val->properties, "value"); in schema_restriction_var_char()
893 base = get_attribute(extType->properties, "base"); in schema_extension_simpleContent()
948 base = get_attribute(extType->properties, "base"); in schema_extension_complexContent()
1006 xmlAttrPtr attr = get_attribute(node->properties, "minOccurs"); in schema_min_max()
1014 attr = get_attribute(node->properties, "maxOccurs"); in schema_min_max()
1085 ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1090 name = get_attribute(groupType->properties, "name"); in schema_group()
1092 name = ref = get_attribute(groupType->properties, "ref"); in schema_group()
1108 xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace"); in schema_group()
1385 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1390 name = get_attribute(attrs, "name"); in schema_complexType()
1517 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1522 name = get_attribute(attrs, "name"); in schema_element()
1524 name = ref = get_attribute(attrs, "ref"); in schema_element()
1547 xmlAttrPtr ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1615 attr = get_attribute(attrs, "nillable"); in schema_element()
1630 attr = get_attribute(attrs, "fixed"); in schema_element()
1638 attr = get_attribute(attrs, "default"); in schema_element()
1647 attr = get_attribute(attrs, "form"); in schema_element()
1664 def = get_attribute(parent->properties, "elementFormDefault"); in schema_element()
1680 type = get_attribute(attrs, "type"); in schema_element()
1757 name = get_attribute(attrType->properties, "name"); in schema_attribute()
1759 name = ref = get_attribute(attrType->properties, "ref"); in schema_attribute()
1779 xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1795 ns = get_attribute(attrType->properties, "targetNamespace"); in schema_attribute()
1828 type = get_attribute(attrType->properties, "type"); in schema_attribute()
1919 def = get_attribute(parent->properties, "attributeFormDefault"); in schema_attribute()
1979 name = get_attribute(attrGroup->properties, "name"); in schema_attributeGroup()
1981 name = ref = get_attribute(attrGroup->properties, "ref"); in schema_attributeGroup()
1989 ns = get_attribute(attrGroup->properties, "targetNamespace"); in schema_attributeGroup()