Searched refs:newAttr (Results 1 – 1 of 1) sorted by relevance
1727 sdlAttributePtr newAttr; in schema_attribute() local1845 newAttr->use = XSD_USE_REQUIRED; in schema_attribute()1847 newAttr->use = XSD_USE_OPTIONAL; in schema_attribute()1849 newAttr->use = XSD_USE_DEFAULT; in schema_attribute()1873 if (!newAttr->extraAttributes) { in schema_attribute()1983 sdlAttributePtr newAttr; in schema_attributeGroup() local2143 sdlAttributePtr newAttr; in schema_attributegroup_fixup() local2149 if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} in schema_attributegroup_fixup()2150 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()2151 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()[all …]
Completed in 10 milliseconds