Lines Matching refs:attrs
1360 xmlAttrPtr attrs, name, ns; in schema_complexType() local
1362 attrs = compType->properties; in schema_complexType()
1363 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1368 name = get_attribute(attrs, "name"); in schema_complexType()
1489 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; in schema_element() local
1491 attrs = element->properties; in schema_element()
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()
1589 attrs = element->properties; 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()
1657 type = get_attribute(attrs, "type"); in schema_element()