Lines Matching refs:attrs
1362 xmlAttrPtr attrs, name, ns; in schema_complexType() local
1364 attrs = compType->properties; in schema_complexType()
1365 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1370 name = get_attribute(attrs, "name"); in schema_complexType()
1491 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; in schema_element() local
1493 attrs = element->properties; in schema_element()
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()
1591 attrs = element->properties; 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()
1659 type = get_attribute(attrs, "type"); in schema_element()