Lines Matching refs:attrs
1352 xmlAttrPtr attrs, name, ns; in schema_complexType() local
1354 attrs = compType->properties; in schema_complexType()
1355 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1360 name = get_attribute(attrs, "name"); in schema_complexType()
1481 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; in schema_element() local
1483 attrs = element->properties; in schema_element()
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()
1573 attrs = element->properties; 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()
1641 type = get_attribute(attrs, "type"); in schema_element()